@charset "UTF-8";
/*
Credit to Andy Bell's Modern CSS Reset
@link https://piccalil.li/blog/a-modern-css-reset/

🟣 = additions by Stephanie Eckles
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
.mt-body,
h1,
h2,
h3,
h4,
.mt-h5,
.mt-h6,
p,
.mt-figure,
blockquote,
.mt-fieldset,
.mt-legend,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Remove top and bottom margins for list, parent or sibling control spacing */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
.mt-body {
  min-height: 100vh;
}

p,
ul:not([class]):not([role]) li,
ol:not([class]):not([role]) li {
  line-height: 140%;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration-skip-ink: auto;
  text-decoration-thickness: max(0.08em, 1px);
  text-underline-offset: 0.15em;
}

/* Make images easier to work with */
.mt-img,
picture,
svg {
  display: block;
  max-width: 100%;
}

/* 🟣 Give SVGs common baseline */
svg {
  fill: currentColor;
  pointer-events: none;
}

/* 🟣 Scroll margin allowance above anchor links */
[id] {
  scroll-margin-top: 2rem;
}

/* 🟣 Scroll margin allowance below focused elements
to ensure they are clearly in view */
*:focus {
  scroll-margin-bottom: 8vh;
}

/* Inherit fonts for inputs and buttons */
.mt-input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* 🛑 STOP!
  Do not change this file directly.
  Modify colors in src/utilities/colors.js
 */
.icon-align, .icon--upload-before, .icon--download-before, .icon--collapse-before, .icon--expand-before, .icon--x-before, .icon--calendar-before, .icon--arrow-right-on-primary-after, .icon--arrow-right-primary-after, .icon--arrow-primary-hover-after, .icon--arrow-primary-after, .icon--arrow-right-primary-small-after, .icon--arrow-forward-x-small-after, .icon--forward-arrow-after, .icon--search-after-primary, .icon--search-after, .icon--search-before, .icon--search-before-primary, .icon--list-checkmark-before, .icon--github, .icon--figma, .icon--alert-filled-repealed-before, .icon--alert-filled-partial-before, .icon--alert-filled-warning-before, .icon--alert-filled-success-before, .icon--alert-filled-neutral-before, .icon--alert-filled-info-before, .icon--alert-filled-danger-before, .icon--newsletter-bell-before, .icon--arrow-down-menu-on-dark-before, .icon--hamburger-menu-on-light-after, .icon--hamburger-menu-on-dark-before, .icon--changelog-before, .icon--back-arrow, .icon--change-before, .icon--caret-down-after-on-primary, .icon--caret-down-after, .icon--external-link-before, .icon--pdf-before {
  display: flex;
  align-items: center;
  gap: var(--spacer-xxx-small);
}
.icon-align--baseline, .icon--list-checkmark-before {
  align-items: baseline;
}

.icon--pdf-before:before {
  background-image: var(--icon-pdf);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--external-link-before:before {
  background-image: var(--icon-external-link);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--caret-down-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(0, 1%, 25%)%22%20d%3D%22M18.214%204%2010%2012.364%201.786%204%200%205.818%2010%2016%2020%205.818%2018.214%204Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22hsl(0, 1%, 25%)%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--caret-down-after-on-primary:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(0, 0%, 100%)%22%20d%3D%22M18.214%204%2010%2012.364%201.786%204%200%205.818%2010%2016%2020%205.818%2018.214%204Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22hsl(0, 0%, 100%)%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--caret-down-after-on-primary:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(196, 89%, 25%)%22%20d%3D%22M18.214%204%2010%2012.364%201.786%204%200%205.818%2010%2016%2020%205.818%2018.214%204Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22hsl(196, 89%, 25%)%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.icon--caret-down-after-on-primary[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(0, 0%, 100%)%22%20d%3D%22M1.786%2016%2010%207.636%2018.214%2016%2020%2014.182%2010%204%200%2014.182%201.786%2016Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.icon--caret-down-after-on-primary[aria-expanded=true]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(196, 89%, 25%)%22%20d%3D%22M1.786%2016%2010%207.636%2018.214%2016%2020%2014.182%2010%204%200%2014.182%201.786%2016Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
@media screen and (prefers-reduced-motion: no-preference) {
  .icon--caret-down-after-on-primary[aria-expanded]::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(0, 0%, 100%)%22%20d%3D%22M18.214%204%2010%2012.364%201.786%204%200%205.818%2010%2016%2020%205.818%2018.214%204Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22hsl(0, 0%, 100%)%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    transition: transform 0.3s ease;
  }
  .icon--caret-down-after-on-primary[aria-expanded]:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22hsl(196, 89%, 25%)%22%20d%3D%22M18.214%204%2010%2012.364%201.786%204%200%205.818%2010%2016%2020%205.818%2018.214%204Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22hsl(196, 89%, 25%)%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  }
  .icon--caret-down-after-on-primary[aria-expanded=true]::after {
    transform: rotate(-180deg);
  }
}
.icon--change-before:before {
  background-image: var(--icon-change);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--back-arrow::before {
  background-image: var(--icon-carret-left);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--changelog-before:before {
  background-image: var(--icon-changelog);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--hamburger-menu-on-dark-before:before {
  background-image: var(--icon-hamburger-on-dark);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--hamburger-menu-on-dark-before[aria-expanded=true]::before {
  background-image: var(--icon-x-on-dark);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .icon--hamburger-menu-on-dark-before[aria-expanded]::before {
    transition: transform 0.3s ease;
  }
  .icon--hamburger-menu-on-dark-before[aria-expanded=true]::before {
    transform: rotate(-180deg);
  }
}
.icon--hamburger-menu-on-light-after::after {
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  background-image: var(--icon-hamburger);
}
.icon--hamburger-menu-on-light-after[aria-expanded=true]::after {
  background-image: var(--icon-x);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .icon--hamburger-menu-on-light-after[aria-expanded]::after {
    transition: transform 0.3s ease;
  }
  .icon--hamburger-menu-on-light-after[aria-expanded=true]::after {
    transform: rotate(-180deg);
  }
}
.icon--arrow-down-menu-on-dark-before:before {
  background-image: var(--icon-arrow-down-white);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-down-menu-on-dark-before[aria-expanded=true]::before {
  background-image: var(--icon-x-on-dark);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .icon--arrow-down-menu-on-dark-before[aria-expanded]::before {
    transition: transform 0.3s ease;
  }
  .icon--arrow-down-menu-on-dark-before[aria-expanded=true]::before {
    transform: rotate(-180deg);
  }
}
.icon--newsletter-bell-before:before {
  background-image: var(--icon-newsletter-neutral);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--newsletter-bell-before:hover:before {
  background-image: var(--icon-newsletter-neutral-hover);
}
.icon--alert-filled-danger-before:before {
  background-image: var(--icon-alert-filled-danger);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-danger-before-alert-size:before {
  background-image: var(--icon-alert-filled-danger);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--alert-filled-danger-before-large:before {
  background-image: var(--icon-alert-filled-danger);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.25rem;
}
.icon--alert-filled-info-before:before {
  background-image: var(--icon-alert-filled-info);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-info-before-alert-size:before {
  background-image: var(--icon-alert-filled-info);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--alert-filled-info-before-large:before {
  background-image: var(--icon-alert-filled-info);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.25rem;
}
.icon--alert-filled-neutral-before:before {
  background-image: var(--icon-alert-filled-neutral);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-neutral-before-alert-size:before {
  background-image: var(--icon-alert-filled-neutral);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--alert-filled-neutral-before-large:before {
  background-image: var(--icon-alert-filled-neutral);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.25rem;
}
.icon--alert-filled-success-before:before {
  background-image: var(--icon-alert-filled-success);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-success-before-alert-size:before {
  background-image: var(--icon-alert-filled-success);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--alert-filled-success-before-large:before {
  background-image: var(--icon-alert-filled-success);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.25rem;
}
.icon--alert-filled-warning-before:before {
  background-image: var(--icon-alert-filled-warning);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-warning-before-alert-size:before {
  background-image: var(--icon-alert-filled-warning);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.5rem;
}
.icon--alert-filled-warning-before-large:before {
  background-image: var(--icon-alert-filled-warning);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.25rem;
}
.icon--alert-filled-partial-before:before {
  background-image: var(--icon-alert-filled-partial);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--alert-filled-repealed-before:before {
  background-image: var(--icon-alert-filled-repealed);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--figma:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2290%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231E1E1E%22%20d%3D%22M0%200h90v90H0z%22%2F%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%231ABCFE%22%20d%3D%22M45%2045.5a9.5%209.5%200%201%201%2019%200%209.5%209.5%200%200%201-19%200Z%22%2F%3E%3Cpath%20fill%3D%22%230ACF83%22%20d%3D%22M26%2064.5a9.5%209.5%200%200%201%209.5-9.5H45v9.5a9.5%209.5%200%201%201-19%200Z%22%2F%3E%3Cpath%20fill%3D%22%23FF7262%22%20d%3D%22M45%2017v19h9.5a9.5%209.5%200%201%200%200-19H45Z%22%2F%3E%3Cpath%20fill%3D%22%23F24E1E%22%20d%3D%22M26%2026.5a9.5%209.5%200%200%200%209.5%209.5H45V17h-9.5a9.5%209.5%200%200%200-9.5%209.5Z%22%2F%3E%3Cpath%20fill%3D%22%23A259FF%22%20d%3D%22M26%2045.5a9.5%209.5%200%200%200%209.5%209.5H45V36h-9.5a9.5%209.5%200%200%200-9.5%209.5Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2017h38v57H26z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--github:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M0%200v24h24V0H0zm14.534%2019.59c-.406.078-.534-.171-.534-.384v-2.195c0-.747-.262-1.233-.55-1.481%201.782-.198%203.654-.875%203.654-3.947%200-.874-.311-1.588-.824-2.147.083-.202.357-1.016-.079-2.117%200%200-.671-.215-2.198.82A7.603%207.603%200%200%200%2012%207.868a7.643%207.643%200%200%200-2.003.269c-1.528-1.035-2.2-.82-2.2-.82-.434%201.102-.16%201.915-.077%202.118a3.092%203.092%200%200%200-.824%202.147c0%203.064%201.867%203.751%203.645%203.954-.229.2-.436.552-.508%201.07-.457.204-1.614.557-2.328-.666%200%200-.423-.768-1.227-.825%200%200-.78-.01-.055.487%200%200%20.525.246.889%201.17%200%200%20.463%201.428%202.688.944v1.489c0%20.211-.129.459-.528.385A8%208%200%200%201%2012%204a8%208%200%200%201%202.534%2015.59z%22%2F%3E%3C%2Fsvg%3E");
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--list-checkmark-before:before {
  background-image: var(--icon-list-checkmark);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--search-before:before, .icon--search-before-primary:before {
  background-image: var(--icon-search-neutral);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--search-before:hover:before, .icon--search-before-primary:hover:before {
  background-image: var(--icon-search-neutral-hover);
}
.icon--search-before-primary:before {
  background-image: var(--icon-search-primary);
}
.icon--search-before-primary:hover:before {
  background-image: var(--icon-search-primary-hover);
}
.icon--search-after:after {
  display: block;
  background-image: var(--icon-search-black);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--search-after-primary:after {
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  display: block;
  background-image: var(--icon-search-white);
}
.icon--search-after-primary:hover:after {
  background-image: var(--icon-search-primary);
}
.icon--forward-arrow-after:after {
  display: block;
  background-image: var(--icon-arrow-primary-hover);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-forward-x-small-after:after {
  display: block;
  background-image: var(--icon-arrow-right-primary-x-small);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-right-primary-small-after:after {
  display: block;
  background-image: var(--icon-arrow-right-primary-small);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-primary-after:after {
  display: block;
  background-image: var(--icon-arrow-primary);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-primary-hover-after:after {
  display: block;
  background-image: var(--icon-arrow-primary-hover);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-right-primary-after:after {
  display: block;
  background-image: var(--icon-arrow-right-primary);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--arrow-right-on-primary-after:after {
  display: block;
  background-image: var(--icon-arrow-right-on-primary);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--calendar-before:before {
  background-image: var(--icon-calendar);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--x-before:before {
  background-image: var(--icon-x);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--expand-before:before {
  background-image: var(--icon-expand-granskog);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--collapse-before:before {
  background-image: var(--icon-collapse-white);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.icon--download-before:before {
  background-image: var(--icon-download);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.875rem;
}
.icon--upload-before:before {
  background-image: var(--icon-upload);
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  --icon-size: 1.875rem;
}
.icon--spinner::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-top-color: initial;
  border-bottom-color: initial;
  border-right-color: transparent;
  border-left-color: initial;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}

p > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, p > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
p > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, p > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  p > a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, p > a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}

.mt-link.focus, .current-issues a.focus, .feedback-container a.focus, .dropdown a.focus, .menu-row a.focus, .menu a.focus, .task a.focus,
.highlighted-link a.focus, .status a.focus, .disclosure a.focus, .mt-form .hint a.focus,
.mt-form .form-error a.focus, .chapter-navigation a.focus, .chapter-menu a.focus, .article-page a.focus, .mt-body .mt-footer a.focus, .text a.focus, .mt-link:focus, .current-issues a:focus, .feedback-container a:focus, .dropdown a:focus, .menu-row a:focus, .menu a:focus, .task a:focus,
.highlighted-link a:focus, .status a:focus, .disclosure a:focus, .mt-form .hint a:focus,
.mt-form .form-error a:focus, .chapter-navigation a:focus, .chapter-menu a:focus, .article-page a:focus, .mt-body .mt-footer a:focus, .text a:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-link:focus:not(:focus-visible), .current-issues a:focus:not(:focus-visible), .feedback-container a:focus:not(:focus-visible), .dropdown a:focus:not(:focus-visible), .menu-row a:focus:not(:focus-visible), .menu a:focus:not(:focus-visible), .task a:focus:not(:focus-visible),
.highlighted-link a:focus:not(:focus-visible), .status a:focus:not(:focus-visible), .disclosure a:focus:not(:focus-visible), .mt-form .hint a:focus:not(:focus-visible),
.mt-form .form-error a:focus:not(:focus-visible), .chapter-navigation a:focus:not(:focus-visible), .chapter-menu a:focus:not(:focus-visible), .article-page a:focus:not(:focus-visible), .mt-body .mt-footer a:focus:not(:focus-visible), .text a:focus:not(:focus-visible) {
  outline: none;
}
.mt-link:focus-visible, .current-issues a:focus-visible, .feedback-container a:focus-visible, .dropdown a:focus-visible, .menu-row a:focus-visible, .menu a:focus-visible, .task a:focus-visible,
.highlighted-link a:focus-visible, .status a:focus-visible, .disclosure a:focus-visible, .mt-form .hint a:focus-visible,
.mt-form .form-error a:focus-visible, .chapter-navigation a:focus-visible, .chapter-menu a:focus-visible, .article-page a:focus-visible, .mt-body .mt-footer a:focus-visible, .text a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-link:disabled, .current-issues a:disabled, .feedback-container a:disabled, .dropdown a:disabled, .menu-row a:disabled, .menu a:disabled, .task a:disabled,
.highlighted-link a:disabled, .status a:disabled, .disclosure a:disabled, .mt-form .hint a:disabled,
.mt-form .form-error a:disabled, .chapter-navigation a:disabled, .chapter-menu a:disabled, .article-page a:disabled, .mt-body .mt-footer a:disabled, .text a:disabled, .mt-link[disabled], .current-issues a[disabled], .feedback-container a[disabled], .dropdown a[disabled], .menu-row a[disabled], .menu a[disabled], .task a[disabled],
.highlighted-link a[disabled], .status a[disabled], .disclosure a[disabled], .mt-form .hint a[disabled],
.mt-form .form-error a[disabled], .chapter-navigation a[disabled], .chapter-menu a[disabled], .article-page a[disabled], .mt-body .mt-footer a[disabled], .text a[disabled], .mt-link.disabled, .current-issues a.disabled, .feedback-container a.disabled, .dropdown a.disabled, .menu-row a.disabled, .menu a.disabled, .task a.disabled,
.highlighted-link a.disabled, .status a.disabled, .disclosure a.disabled, .mt-form .hint a.disabled,
.mt-form .form-error a.disabled, .chapter-navigation a.disabled, .chapter-menu a.disabled, .article-page a.disabled, .mt-body .mt-footer a.disabled, .text a.disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.mt-link, .current-issues a, .feedback-container a, .dropdown a, .menu-row a, .menu a, .task a,
.highlighted-link a, .status a, .disclosure a, .mt-form .hint a,
.mt-form .form-error a, .chapter-navigation a, .chapter-menu a, .article-page a, .mt-body .mt-footer a, .text a {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
}
.mt-link:hover, .current-issues a:hover, .feedback-container a:hover, .dropdown a:hover, .menu-row a:hover, .menu a:hover, .task a:hover,
.highlighted-link a:hover, .status a:hover, .disclosure a:hover, .mt-form .hint a:hover,
.mt-form .form-error a:hover, .chapter-navigation a:hover, .chapter-menu a:hover, .article-page a:hover, .mt-body .mt-footer a:hover, .text a:hover {
  text-decoration-thickness: 3px;
}
.mt-link, .current-issues a, .feedback-container a, .dropdown a, .menu-row a, .menu a, .task a,
.highlighted-link a, .status a, .disclosure a, .mt-form .hint a,
.mt-form .form-error a, .chapter-navigation a, .chapter-menu a, .article-page a, .mt-body .mt-footer a, .text a {
  color: var(--color-links);
  border-radius: var(--border-radius-small);
  padding: var(--border-width-regular);
  line-height: 1.75rem;
  min-width: 3rem;
}
.mt-link.inline-flex, .current-issues a.inline-flex, .feedback-container a.inline-flex, .dropdown a.inline-flex, .menu-row a.inline-flex, .menu a.inline-flex, .task a.inline-flex,
.highlighted-link a.inline-flex, .status a.inline-flex, .disclosure a.inline-flex, .mt-form .hint a.inline-flex,
.mt-form .form-error a.inline-flex, .chapter-navigation a.inline-flex, .chapter-menu a.inline-flex, .article-page a.inline-flex, .mt-body .mt-footer a.inline-flex, .text a.inline-flex {
  display: inline-flex;
}
.mt-link.fit-content, .current-issues a.fit-content, .feedback-container a.fit-content, .dropdown a.fit-content, .menu-row a.fit-content, .menu a.fit-content, .task a.fit-content,
.highlighted-link a.fit-content, .status a.fit-content, .disclosure a.fit-content, .mt-form .hint a.fit-content,
.mt-form .form-error a.fit-content, .chapter-navigation a.fit-content, .chapter-menu a.fit-content, .article-page a.fit-content, .mt-body .mt-footer a.fit-content, .text a.fit-content {
  width: fit-content;
}
.mt-link:focus, .current-issues a:focus, .feedback-container a:focus, .dropdown a:focus, .menu-row a:focus, .menu a:focus, .task a:focus,
.highlighted-link a:focus, .status a:focus, .disclosure a:focus, .mt-form .hint a:focus,
.mt-form .form-error a:focus, .chapter-navigation a:focus, .chapter-menu a:focus, .article-page a:focus, .mt-body .mt-footer a:focus, .text a:focus {
  box-shadow: 0 0 0 0.25rem var(--mt-button-primary-bg-focus);
}
.mt-link.multi-line, .current-issues a.multi-line, .feedback-container a.multi-line, .dropdown a.multi-line, .menu-row a.multi-line, .menu a.multi-line, .task a.multi-line,
.highlighted-link a.multi-line, .status a.multi-line, .disclosure a.multi-line, .mt-form .hint a.multi-line,
.mt-form .form-error a.multi-line, .chapter-navigation a.multi-line, .chapter-menu a.multi-line, .article-page a.multi-line, .mt-body .mt-footer a.multi-line, .text a.multi-line {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 140%;
}
.mt-link.no-underline, .current-issues a.no-underline, .feedback-container a.no-underline, .dropdown a.no-underline, .menu-row a.no-underline, .menu a.no-underline, .task a.no-underline,
.highlighted-link a.no-underline, .status a.no-underline, .disclosure a.no-underline, .mt-form .hint a.no-underline,
.mt-form .form-error a.no-underline, .chapter-navigation a.no-underline, .chapter-menu a.no-underline, .article-page a.no-underline, .mt-body .mt-footer a.no-underline, .text a.no-underline {
  text-decoration: none;
}
.mt-link.no-underline:hover, .current-issues a.no-underline:hover, .feedback-container a.no-underline:hover, .dropdown a.no-underline:hover, .menu-row a.no-underline:hover, .menu a.no-underline:hover, .task a.no-underline:hover,
.highlighted-link a.no-underline:hover, .status a.no-underline:hover, .disclosure a.no-underline:hover, .mt-form .hint a.no-underline:hover,
.mt-form .form-error a.no-underline:hover, .chapter-navigation a.no-underline:hover, .chapter-menu a.no-underline:hover, .article-page a.no-underline:hover, .mt-body .mt-footer a.no-underline:hover, .text a.no-underline:hover {
  text-decoration: underline;
}
.mt-link[aria-current=page], .current-issues a[aria-current=page], .feedback-container a[aria-current=page], .dropdown a[aria-current=page], .menu-row a[aria-current=page], .menu a[aria-current=page], .task a[aria-current=page],
.highlighted-link a[aria-current=page], .status a[aria-current=page], .disclosure a[aria-current=page], .mt-form .hint a[aria-current=page],
.mt-form .form-error a[aria-current=page], .chapter-navigation a[aria-current=page], .chapter-menu a[aria-current=page], .article-page a[aria-current=page], .mt-body .mt-footer a[aria-current=page], .text a[aria-current=page] {
  font-weight: 700;
}
.mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.pdf[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link a[href$=".pdf"][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.pdf[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link a[href$=".pdf"]:after, .current-issues a a[href$=".pdf"]:after, .feedback-container a a[href$=".pdf"]:after, .dropdown a a[href$=".pdf"]:after, .menu-row a a[href$=".pdf"]:after, .menu a a[href$=".pdf"]:after, .task a a[href$=".pdf"]:after,
.highlighted-link a a[href$=".pdf"]:after, .status a a[href$=".pdf"]:after, .disclosure a a[href$=".pdf"]:after, .mt-form .hint a a[href$=".pdf"]:after,
.mt-form .form-error a a[href$=".pdf"]:after, .chapter-navigation a a[href$=".pdf"]:after, .chapter-menu a a[href$=".pdf"]:after, .article-page a a[href$=".pdf"]:after, .mt-body .mt-footer a a[href$=".pdf"]:after, .text a a[href$=".pdf"]:after, .mt-link a[href$=".pdf"]::after, .mt-link.pdf:after, .current-issues a.pdf:after, .feedback-container a.pdf:after, .dropdown a.pdf:after, .menu-row a.pdf:after, .menu a.pdf:after, .task a.pdf:after,
.highlighted-link a.pdf:after, .status a.pdf:after, .disclosure a.pdf:after, .mt-form .hint a.pdf:after,
.mt-form .form-error a.pdf:after, .chapter-navigation a.pdf:after, .chapter-menu a.pdf:after, .article-page a.pdf:after, .mt-body .mt-footer a.pdf:after, .text a.pdf:after, .mt-link.pdf::after {
  display: none;
}
.mt-link a[href$=".pdf"]:before, .current-issues a a[href$=".pdf"]:before, .feedback-container a a[href$=".pdf"]:before, .dropdown a a[href$=".pdf"]:before, .menu-row a a[href$=".pdf"]:before, .menu a a[href$=".pdf"]:before, .task a a[href$=".pdf"]:before,
.highlighted-link a a[href$=".pdf"]:before, .status a a[href$=".pdf"]:before, .disclosure a a[href$=".pdf"]:before, .mt-form .hint a a[href$=".pdf"]:before,
.mt-form .form-error a a[href$=".pdf"]:before, .chapter-navigation a a[href$=".pdf"]:before, .chapter-menu a a[href$=".pdf"]:before, .article-page a a[href$=".pdf"]:before, .mt-body .mt-footer a a[href$=".pdf"]:before, .text a a[href$=".pdf"]:before, .mt-link a[href$=".pdf"]::before, .mt-link.pdf:before, .current-issues a.pdf:before, .feedback-container a.pdf:before, .dropdown a.pdf:before, .menu-row a.pdf:before, .menu a.pdf:before, .task a.pdf:before,
.highlighted-link a.pdf:before, .status a.pdf:before, .disclosure a.pdf:before, .mt-form .hint a.pdf:before,
.mt-form .form-error a.pdf:before, .chapter-navigation a.pdf:before, .chapter-menu a.pdf:before, .article-page a.pdf:before, .mt-body .mt-footer a.pdf:before, .text a.pdf:before, .mt-link.pdf::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M8.663%2017.19c.252%200%20.451.07.598.212.152.136.228.32.228.551a.728.728%200%200%201-.228.56c-.147.136-.346.204-.598.204h-.78v-1.528h.78ZM13.503%2017.229c.241%200%20.435.068.582.204.147.137.22.315.22.536v2.055a.706.706%200%200%201-.22.544c-.147.136-.34.204-.582.204h-.685V17.23h.685Z%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.906%205.563c0-.777.63-1.407%201.407-1.407h8.437c.224%200%20.438.09.597.247l4.5%204.5a.844.844%200%200%201%20.247.597v4.781h2.531c.466%200%20.844.378.844.844V23a.844.844%200%200%201-.844.844H3.375A.844.844%200%200%201%202.531%2023v-7.875c0-.466.378-.844.844-.844h2.531V5.562Zm10.407%204.78c-.777%200-1.407-.629-1.407-1.405V5.844H7.594v8.437h11.812v-3.937h-3.093Zm.28-3.306%201.62%201.62h-1.62v-1.62Zm-6.875%209.318c-.3-.153-.651-.229-1.055-.229H6.702v5.749h1.18V19.78h.78c.405%200%20.757-.076%201.056-.228.299-.152.533-.365.7-.638.169-.278.253-.599.253-.96%200-.368-.084-.689-.252-.962a1.656%201.656%200%200%200-.701-.637Zm4.824%200c-.294-.153-.64-.229-1.04-.229h-1.866v5.749h1.867c.399%200%20.745-.076%201.04-.229.298-.157.53-.375.692-.653.168-.278.252-.601.252-.969V17.97c0-.373-.084-.696-.252-.969a1.65%201.65%200%200%200-.693-.645Zm2.107%205.52v-5.749h3.702v1.103h-2.536v1.275h2.331v1.103h-2.315v2.268H16.65Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link a[href$=".pdf"]:before, .current-issues a a[href$=".pdf"]:before, .feedback-container a a[href$=".pdf"]:before, .dropdown a a[href$=".pdf"]:before, .menu-row a a[href$=".pdf"]:before, .menu a a[href$=".pdf"]:before, .task a a[href$=".pdf"]:before,
  .highlighted-link a a[href$=".pdf"]:before, .status a a[href$=".pdf"]:before, .disclosure a a[href$=".pdf"]:before, .mt-form .hint a a[href$=".pdf"]:before,
  .mt-form .form-error a a[href$=".pdf"]:before, .chapter-navigation a a[href$=".pdf"]:before, .chapter-menu a a[href$=".pdf"]:before, .article-page a a[href$=".pdf"]:before, .mt-body .mt-footer a a[href$=".pdf"]:before, .text a a[href$=".pdf"]:before, .mt-link a[href$=".pdf"]::before, .mt-link.pdf:before, .current-issues a.pdf:before, .feedback-container a.pdf:before, .dropdown a.pdf:before, .menu-row a.pdf:before, .menu a.pdf:before, .task a.pdf:before,
  .highlighted-link a.pdf:before, .status a.pdf:before, .disclosure a.pdf:before, .mt-form .hint a.pdf:before,
  .mt-form .form-error a.pdf:before, .chapter-navigation a.pdf:before, .chapter-menu a.pdf:before, .article-page a.pdf:before, .mt-body .mt-footer a.pdf:before, .text a.pdf:before, .mt-link.pdf::before {
    transition: transform 300ms ease;
  }
}
.mt-link a[href$=".pdf"][aria-expanded=true]::before, .current-issues a a[href$=".pdf"][aria-expanded=true]::before, .feedback-container a a[href$=".pdf"][aria-expanded=true]::before, .dropdown a a[href$=".pdf"][aria-expanded=true]::before, .menu-row a a[href$=".pdf"][aria-expanded=true]::before, .menu a a[href$=".pdf"][aria-expanded=true]::before, .task a a[href$=".pdf"][aria-expanded=true]::before,
.highlighted-link a a[href$=".pdf"][aria-expanded=true]::before, .status a a[href$=".pdf"][aria-expanded=true]::before, .disclosure a a[href$=".pdf"][aria-expanded=true]::before, .mt-form .hint a a[href$=".pdf"][aria-expanded=true]::before,
.mt-form .form-error a a[href$=".pdf"][aria-expanded=true]::before, .chapter-navigation a a[href$=".pdf"][aria-expanded=true]::before, .chapter-menu a a[href$=".pdf"][aria-expanded=true]::before, .article-page a a[href$=".pdf"][aria-expanded=true]::before, .mt-body .mt-footer a a[href$=".pdf"][aria-expanded=true]::before, .text a a[href$=".pdf"][aria-expanded=true]::before, .mt-link.pdf[aria-expanded=true]::before, .current-issues a.pdf[aria-expanded=true]::before, .feedback-container a.pdf[aria-expanded=true]::before, .dropdown a.pdf[aria-expanded=true]::before, .menu-row a.pdf[aria-expanded=true]::before, .menu a.pdf[aria-expanded=true]::before, .task a.pdf[aria-expanded=true]::before,
.highlighted-link a.pdf[aria-expanded=true]::before, .status a.pdf[aria-expanded=true]::before, .disclosure a.pdf[aria-expanded=true]::before, .mt-form .hint a.pdf[aria-expanded=true]::before,
.mt-form .form-error a.pdf[aria-expanded=true]::before, .chapter-navigation a.pdf[aria-expanded=true]::before, .chapter-menu a.pdf[aria-expanded=true]::before, .article-page a.pdf[aria-expanded=true]::before, .mt-body .mt-footer a.pdf[aria-expanded=true]::before, .text a.pdf[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link a[href$=".pdf"][aria-expanded=true]::before, .current-issues a a[href$=".pdf"][aria-expanded=true]::before, .feedback-container a a[href$=".pdf"][aria-expanded=true]::before, .dropdown a a[href$=".pdf"][aria-expanded=true]::before, .menu-row a a[href$=".pdf"][aria-expanded=true]::before, .menu a a[href$=".pdf"][aria-expanded=true]::before, .task a a[href$=".pdf"][aria-expanded=true]::before,
  .highlighted-link a a[href$=".pdf"][aria-expanded=true]::before, .status a a[href$=".pdf"][aria-expanded=true]::before, .disclosure a a[href$=".pdf"][aria-expanded=true]::before, .mt-form .hint a a[href$=".pdf"][aria-expanded=true]::before,
  .mt-form .form-error a a[href$=".pdf"][aria-expanded=true]::before, .chapter-navigation a a[href$=".pdf"][aria-expanded=true]::before, .chapter-menu a a[href$=".pdf"][aria-expanded=true]::before, .article-page a a[href$=".pdf"][aria-expanded=true]::before, .mt-body .mt-footer a a[href$=".pdf"][aria-expanded=true]::before, .text a a[href$=".pdf"][aria-expanded=true]::before, .mt-link.pdf[aria-expanded=true]::before, .current-issues a.pdf[aria-expanded=true]::before, .feedback-container a.pdf[aria-expanded=true]::before, .dropdown a.pdf[aria-expanded=true]::before, .menu-row a.pdf[aria-expanded=true]::before, .menu a.pdf[aria-expanded=true]::before, .task a.pdf[aria-expanded=true]::before,
  .highlighted-link a.pdf[aria-expanded=true]::before, .status a.pdf[aria-expanded=true]::before, .disclosure a.pdf[aria-expanded=true]::before, .mt-form .hint a.pdf[aria-expanded=true]::before,
  .mt-form .form-error a.pdf[aria-expanded=true]::before, .chapter-navigation a.pdf[aria-expanded=true]::before, .chapter-menu a.pdf[aria-expanded=true]::before, .article-page a.pdf[aria-expanded=true]::before, .mt-body .mt-footer a.pdf[aria-expanded=true]::before, .text a.pdf[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link a[href$=".pdf"], .current-issues a a[href$=".pdf"], .feedback-container a a[href$=".pdf"], .dropdown a a[href$=".pdf"], .menu-row a a[href$=".pdf"], .menu a a[href$=".pdf"], .task a a[href$=".pdf"],
.highlighted-link a a[href$=".pdf"], .status a a[href$=".pdf"], .disclosure a a[href$=".pdf"], .mt-form .hint a a[href$=".pdf"],
.mt-form .form-error a a[href$=".pdf"], .chapter-navigation a a[href$=".pdf"], .chapter-menu a a[href$=".pdf"], .article-page a a[href$=".pdf"], .mt-body .mt-footer a a[href$=".pdf"], .text a a[href$=".pdf"], .mt-link.pdf, .current-issues a.pdf, .feedback-container a.pdf, .dropdown a.pdf, .menu-row a.pdf, .menu a.pdf, .task a.pdf,
.highlighted-link a.pdf, .status a.pdf, .disclosure a.pdf, .mt-form .hint a.pdf,
.mt-form .form-error a.pdf, .chapter-navigation a.pdf, .chapter-menu a.pdf, .article-page a.pdf, .mt-body .mt-footer a.pdf, .text a.pdf {
  display: inline-flex;
  gap: var(--icon-gap);
  align-items: flex-start;
}
.mt-link.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.document[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.document[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link.document:after, .current-issues a.document:after, .feedback-container a.document:after, .dropdown a.document:after, .menu-row a.document:after, .menu a.document:after, .task a.document:after,
.highlighted-link a.document:after, .status a.document:after, .disclosure a.document:after, .mt-form .hint a.document:after,
.mt-form .form-error a.document:after, .chapter-navigation a.document:after, .chapter-menu a.document:after, .article-page a.document:after, .mt-body .mt-footer a.document:after, .text a.document:after, .mt-link.document::after {
  display: none;
}
.mt-link.document:before, .current-issues a.document:before, .feedback-container a.document:before, .dropdown a.document:before, .menu-row a.document:before, .menu a.document:before, .task a.document:before,
.highlighted-link a.document:before, .status a.document:before, .disclosure a.document:before, .mt-form .hint a.document:before,
.mt-form .form-error a.document:before, .chapter-navigation a.document:before, .chapter-menu a.document:before, .article-page a.document:before, .mt-body .mt-footer a.document:before, .text a.document:before, .mt-link.document::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%203.25c-.69%200-1.25.56-1.25%201.25v15c0%20.69.56%201.25%201.25%201.25h11c.69%200%201.25-.56%201.25-1.25V8a.75.75%200%200%200-.22-.53l-4-4a.75.75%200%200%200-.53-.22H6.5Zm6.75%204.25c0%20.69.56%201.25%201.25%201.25h2.75v10.5H6.75V4.75h6.5V7.5Zm2.94-.25-1.44-1.44v1.44h1.44ZM8.25%2013a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75ZM9%2015.25a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5H9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.document:before, .current-issues a.document:before, .feedback-container a.document:before, .dropdown a.document:before, .menu-row a.document:before, .menu a.document:before, .task a.document:before,
  .highlighted-link a.document:before, .status a.document:before, .disclosure a.document:before, .mt-form .hint a.document:before,
  .mt-form .form-error a.document:before, .chapter-navigation a.document:before, .chapter-menu a.document:before, .article-page a.document:before, .mt-body .mt-footer a.document:before, .text a.document:before, .mt-link.document::before {
    transition: transform 300ms ease;
  }
}
.mt-link.document[aria-expanded=true]::before, .current-issues a.document[aria-expanded=true]::before, .feedback-container a.document[aria-expanded=true]::before, .dropdown a.document[aria-expanded=true]::before, .menu-row a.document[aria-expanded=true]::before, .menu a.document[aria-expanded=true]::before, .task a.document[aria-expanded=true]::before,
.highlighted-link a.document[aria-expanded=true]::before, .status a.document[aria-expanded=true]::before, .disclosure a.document[aria-expanded=true]::before, .mt-form .hint a.document[aria-expanded=true]::before,
.mt-form .form-error a.document[aria-expanded=true]::before, .chapter-navigation a.document[aria-expanded=true]::before, .chapter-menu a.document[aria-expanded=true]::before, .article-page a.document[aria-expanded=true]::before, .mt-body .mt-footer a.document[aria-expanded=true]::before, .text a.document[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.document[aria-expanded=true]::before, .current-issues a.document[aria-expanded=true]::before, .feedback-container a.document[aria-expanded=true]::before, .dropdown a.document[aria-expanded=true]::before, .menu-row a.document[aria-expanded=true]::before, .menu a.document[aria-expanded=true]::before, .task a.document[aria-expanded=true]::before,
  .highlighted-link a.document[aria-expanded=true]::before, .status a.document[aria-expanded=true]::before, .disclosure a.document[aria-expanded=true]::before, .mt-form .hint a.document[aria-expanded=true]::before,
  .mt-form .form-error a.document[aria-expanded=true]::before, .chapter-navigation a.document[aria-expanded=true]::before, .chapter-menu a.document[aria-expanded=true]::before, .article-page a.document[aria-expanded=true]::before, .mt-body .mt-footer a.document[aria-expanded=true]::before, .text a.document[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link.document, .current-issues a.document, .feedback-container a.document, .dropdown a.document, .menu-row a.document, .menu a.document, .task a.document,
.highlighted-link a.document, .status a.document, .disclosure a.document, .mt-form .hint a.document,
.mt-form .form-error a.document, .chapter-navigation a.document, .chapter-menu a.document, .article-page a.document, .mt-body .mt-footer a.document, .text a.document {
  display: inline-flex;
  gap: var(--icon-gap);
  align-items: flex-start;
}
.mt-link.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.back-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.back-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link.back-arrow:after, .current-issues a.back-arrow:after, .feedback-container a.back-arrow:after, .dropdown a.back-arrow:after, .menu-row a.back-arrow:after, .menu a.back-arrow:after, .task a.back-arrow:after,
.highlighted-link a.back-arrow:after, .status a.back-arrow:after, .disclosure a.back-arrow:after, .mt-form .hint a.back-arrow:after,
.mt-form .form-error a.back-arrow:after, .chapter-navigation a.back-arrow:after, .chapter-menu a.back-arrow:after, .article-page a.back-arrow:after, .mt-body .mt-footer a.back-arrow:after, .text a.back-arrow:after, .mt-link.back-arrow::after {
  display: none;
}
.mt-link.back-arrow:before, .current-issues a.back-arrow:before, .feedback-container a.back-arrow:before, .dropdown a.back-arrow:before, .menu-row a.back-arrow:before, .menu a.back-arrow:before, .task a.back-arrow:before,
.highlighted-link a.back-arrow:before, .status a.back-arrow:before, .disclosure a.back-arrow:before, .mt-form .hint a.back-arrow:before,
.mt-form .form-error a.back-arrow:before, .chapter-navigation a.back-arrow:before, .chapter-menu a.back-arrow:before, .article-page a.back-arrow:before, .mt-body .mt-footer a.back-arrow:before, .text a.back-arrow:before, .mt-link.back-arrow::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M4.47%2011.47a.75.75%200%200%200%200%201.06l4.5%204.5a.75.75%200%200%200%201.06-1.06l-3.22-3.22H19a.75.75%200%200%200%200-1.5H6.81l3.22-3.22a.75.75%200%201%200-1.06-1.06l-4.5%204.5Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.back-arrow:before, .current-issues a.back-arrow:before, .feedback-container a.back-arrow:before, .dropdown a.back-arrow:before, .menu-row a.back-arrow:before, .menu a.back-arrow:before, .task a.back-arrow:before,
  .highlighted-link a.back-arrow:before, .status a.back-arrow:before, .disclosure a.back-arrow:before, .mt-form .hint a.back-arrow:before,
  .mt-form .form-error a.back-arrow:before, .chapter-navigation a.back-arrow:before, .chapter-menu a.back-arrow:before, .article-page a.back-arrow:before, .mt-body .mt-footer a.back-arrow:before, .text a.back-arrow:before, .mt-link.back-arrow::before {
    transition: transform 300ms ease;
  }
}
.mt-link.back-arrow[aria-expanded=true]::before, .current-issues a.back-arrow[aria-expanded=true]::before, .feedback-container a.back-arrow[aria-expanded=true]::before, .dropdown a.back-arrow[aria-expanded=true]::before, .menu-row a.back-arrow[aria-expanded=true]::before, .menu a.back-arrow[aria-expanded=true]::before, .task a.back-arrow[aria-expanded=true]::before,
.highlighted-link a.back-arrow[aria-expanded=true]::before, .status a.back-arrow[aria-expanded=true]::before, .disclosure a.back-arrow[aria-expanded=true]::before, .mt-form .hint a.back-arrow[aria-expanded=true]::before,
.mt-form .form-error a.back-arrow[aria-expanded=true]::before, .chapter-navigation a.back-arrow[aria-expanded=true]::before, .chapter-menu a.back-arrow[aria-expanded=true]::before, .article-page a.back-arrow[aria-expanded=true]::before, .mt-body .mt-footer a.back-arrow[aria-expanded=true]::before, .text a.back-arrow[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.back-arrow[aria-expanded=true]::before, .current-issues a.back-arrow[aria-expanded=true]::before, .feedback-container a.back-arrow[aria-expanded=true]::before, .dropdown a.back-arrow[aria-expanded=true]::before, .menu-row a.back-arrow[aria-expanded=true]::before, .menu a.back-arrow[aria-expanded=true]::before, .task a.back-arrow[aria-expanded=true]::before,
  .highlighted-link a.back-arrow[aria-expanded=true]::before, .status a.back-arrow[aria-expanded=true]::before, .disclosure a.back-arrow[aria-expanded=true]::before, .mt-form .hint a.back-arrow[aria-expanded=true]::before,
  .mt-form .form-error a.back-arrow[aria-expanded=true]::before, .chapter-navigation a.back-arrow[aria-expanded=true]::before, .chapter-menu a.back-arrow[aria-expanded=true]::before, .article-page a.back-arrow[aria-expanded=true]::before, .mt-body .mt-footer a.back-arrow[aria-expanded=true]::before, .text a.back-arrow[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link.back-arrow, .current-issues a.back-arrow, .feedback-container a.back-arrow, .dropdown a.back-arrow, .menu-row a.back-arrow, .menu a.back-arrow, .task a.back-arrow,
.highlighted-link a.back-arrow, .status a.back-arrow, .disclosure a.back-arrow, .mt-form .hint a.back-arrow,
.mt-form .form-error a.back-arrow, .chapter-navigation a.back-arrow, .chapter-menu a.back-arrow, .article-page a.back-arrow, .mt-body .mt-footer a.back-arrow, .text a.back-arrow {
  display: flex;
  align-items: flex-start;
  gap: var(--icon-gap);
  width: fit-content;
}
.mt-link.down-arrow, .current-issues a.down-arrow, .feedback-container a.down-arrow, .dropdown a.down-arrow, .menu-row a.down-arrow, .menu a.down-arrow, .task a.down-arrow,
.highlighted-link a.down-arrow, .status a.down-arrow, .disclosure a.down-arrow, .mt-form .hint a.down-arrow,
.mt-form .form-error a.down-arrow, .chapter-navigation a.down-arrow, .chapter-menu a.down-arrow, .article-page a.down-arrow, .mt-body .mt-footer a.down-arrow, .text a.down-arrow {
  display: inline-flex;
}
.mt-link.down-arrow::before, .current-issues a.down-arrow::before, .feedback-container a.down-arrow::before, .dropdown a.down-arrow::before, .menu-row a.down-arrow::before, .menu a.down-arrow::before, .task a.down-arrow::before,
.highlighted-link a.down-arrow::before, .status a.down-arrow::before, .disclosure a.down-arrow::before, .mt-form .hint a.down-arrow::before,
.mt-form .form-error a.down-arrow::before, .chapter-navigation a.down-arrow::before, .chapter-menu a.down-arrow::before, .article-page a.down-arrow::before, .mt-body .mt-footer a.down-arrow::before, .text a.down-arrow::before {
  content: var(--icon-arrow-down-small);
  margin-right: var(--spacer-xxx-small);
  margin-top: 1px;
  margin-bottom: -1px;
}
.mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  flex-shrink: 0;
}
.mt-link .forward-arrow:after, .current-issues a .forward-arrow:after, .feedback-container a .forward-arrow:after, .dropdown a .forward-arrow:after, .menu-row a .forward-arrow:after, .menu a .forward-arrow:after, .task a .forward-arrow:after,
.highlighted-link a .forward-arrow:after, .status a .forward-arrow:after, .disclosure a .forward-arrow:after, .mt-form .hint a .forward-arrow:after,
.mt-form .form-error a .forward-arrow:after, .chapter-navigation a .forward-arrow:after, .chapter-menu a .forward-arrow:after, .article-page a .forward-arrow:after, .mt-body .mt-footer a .forward-arrow:after, .text a .forward-arrow:after, .mt-link .forward-arrow::after, .mt-link.forward-arrow:after, .current-issues a.forward-arrow:after, .feedback-container a.forward-arrow:after, .dropdown a.forward-arrow:after, .menu-row a.forward-arrow:after, .menu a.forward-arrow:after, .task a.forward-arrow:after,
.highlighted-link a.forward-arrow:after, .status a.forward-arrow:after, .disclosure a.forward-arrow:after, .mt-form .hint a.forward-arrow:after,
.mt-form .form-error a.forward-arrow:after, .chapter-navigation a.forward-arrow:after, .chapter-menu a.forward-arrow:after, .article-page a.forward-arrow:after, .mt-body .mt-footer a.forward-arrow:after, .text a.forward-arrow:after, .mt-link.forward-arrow::after {
  display: none;
}
.mt-link .forward-arrow:before, .current-issues a .forward-arrow:before, .feedback-container a .forward-arrow:before, .dropdown a .forward-arrow:before, .menu-row a .forward-arrow:before, .menu a .forward-arrow:before, .task a .forward-arrow:before,
.highlighted-link a .forward-arrow:before, .status a .forward-arrow:before, .disclosure a .forward-arrow:before, .mt-form .hint a .forward-arrow:before,
.mt-form .form-error a .forward-arrow:before, .chapter-navigation a .forward-arrow:before, .chapter-menu a .forward-arrow:before, .article-page a .forward-arrow:before, .mt-body .mt-footer a .forward-arrow:before, .text a .forward-arrow:before, .mt-link .forward-arrow::before, .mt-link.forward-arrow:before, .current-issues a.forward-arrow:before, .feedback-container a.forward-arrow:before, .dropdown a.forward-arrow:before, .menu-row a.forward-arrow:before, .menu a.forward-arrow:before, .task a.forward-arrow:before,
.highlighted-link a.forward-arrow:before, .status a.forward-arrow:before, .disclosure a.forward-arrow:before, .mt-form .hint a.forward-arrow:before,
.mt-form .form-error a.forward-arrow:before, .chapter-navigation a.forward-arrow:before, .chapter-menu a.forward-arrow:before, .article-page a.forward-arrow:before, .mt-body .mt-footer a.forward-arrow:before, .text a.forward-arrow:before, .mt-link.forward-arrow::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-arrow:before, .current-issues a .forward-arrow:before, .feedback-container a .forward-arrow:before, .dropdown a .forward-arrow:before, .menu-row a .forward-arrow:before, .menu a .forward-arrow:before, .task a .forward-arrow:before,
  .highlighted-link a .forward-arrow:before, .status a .forward-arrow:before, .disclosure a .forward-arrow:before, .mt-form .hint a .forward-arrow:before,
  .mt-form .form-error a .forward-arrow:before, .chapter-navigation a .forward-arrow:before, .chapter-menu a .forward-arrow:before, .article-page a .forward-arrow:before, .mt-body .mt-footer a .forward-arrow:before, .text a .forward-arrow:before, .mt-link .forward-arrow::before, .mt-link.forward-arrow:before, .current-issues a.forward-arrow:before, .feedback-container a.forward-arrow:before, .dropdown a.forward-arrow:before, .menu-row a.forward-arrow:before, .menu a.forward-arrow:before, .task a.forward-arrow:before,
  .highlighted-link a.forward-arrow:before, .status a.forward-arrow:before, .disclosure a.forward-arrow:before, .mt-form .hint a.forward-arrow:before,
  .mt-form .form-error a.forward-arrow:before, .chapter-navigation a.forward-arrow:before, .chapter-menu a.forward-arrow:before, .article-page a.forward-arrow:before, .mt-body .mt-footer a.forward-arrow:before, .text a.forward-arrow:before, .mt-link.forward-arrow::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-arrow:before, .current-issues a .forward-arrow:before, .feedback-container a .forward-arrow:before, .dropdown a .forward-arrow:before, .menu-row a .forward-arrow:before, .menu a .forward-arrow:before, .task a .forward-arrow:before,
.highlighted-link a .forward-arrow:before, .status a .forward-arrow:before, .disclosure a .forward-arrow:before, .mt-form .hint a .forward-arrow:before,
.mt-form .form-error a .forward-arrow:before, .chapter-navigation a .forward-arrow:before, .chapter-menu a .forward-arrow:before, .article-page a .forward-arrow:before, .mt-body .mt-footer a .forward-arrow:before, .text a .forward-arrow:before, .mt-link .forward-arrow::before, .mt-link.forward-arrow:before, .current-issues a.forward-arrow:before, .feedback-container a.forward-arrow:before, .dropdown a.forward-arrow:before, .menu-row a.forward-arrow:before, .menu a.forward-arrow:before, .task a.forward-arrow:before,
.highlighted-link a.forward-arrow:before, .status a.forward-arrow:before, .disclosure a.forward-arrow:before, .mt-form .hint a.forward-arrow:before,
.mt-form .form-error a.forward-arrow:before, .chapter-navigation a.forward-arrow:before, .chapter-menu a.forward-arrow:before, .article-page a.forward-arrow:before, .mt-body .mt-footer a.forward-arrow:before, .text a.forward-arrow:before, .mt-link.forward-arrow::before {
  flex-shrink: 0;
}
.mt-link .forward-arrow[aria-expanded=true]::before, .current-issues a .forward-arrow[aria-expanded=true]::before, .feedback-container a .forward-arrow[aria-expanded=true]::before, .dropdown a .forward-arrow[aria-expanded=true]::before, .menu-row a .forward-arrow[aria-expanded=true]::before, .menu a .forward-arrow[aria-expanded=true]::before, .task a .forward-arrow[aria-expanded=true]::before,
.highlighted-link a .forward-arrow[aria-expanded=true]::before, .status a .forward-arrow[aria-expanded=true]::before, .disclosure a .forward-arrow[aria-expanded=true]::before, .mt-form .hint a .forward-arrow[aria-expanded=true]::before,
.mt-form .form-error a .forward-arrow[aria-expanded=true]::before, .chapter-navigation a .forward-arrow[aria-expanded=true]::before, .chapter-menu a .forward-arrow[aria-expanded=true]::before, .article-page a .forward-arrow[aria-expanded=true]::before, .mt-body .mt-footer a .forward-arrow[aria-expanded=true]::before, .text a .forward-arrow[aria-expanded=true]::before, .mt-link.forward-arrow[aria-expanded=true]::before, .current-issues a.forward-arrow[aria-expanded=true]::before, .feedback-container a.forward-arrow[aria-expanded=true]::before, .dropdown a.forward-arrow[aria-expanded=true]::before, .menu-row a.forward-arrow[aria-expanded=true]::before, .menu a.forward-arrow[aria-expanded=true]::before, .task a.forward-arrow[aria-expanded=true]::before,
.highlighted-link a.forward-arrow[aria-expanded=true]::before, .status a.forward-arrow[aria-expanded=true]::before, .disclosure a.forward-arrow[aria-expanded=true]::before, .mt-form .hint a.forward-arrow[aria-expanded=true]::before,
.mt-form .form-error a.forward-arrow[aria-expanded=true]::before, .chapter-navigation a.forward-arrow[aria-expanded=true]::before, .chapter-menu a.forward-arrow[aria-expanded=true]::before, .article-page a.forward-arrow[aria-expanded=true]::before, .mt-body .mt-footer a.forward-arrow[aria-expanded=true]::before, .text a.forward-arrow[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-arrow[aria-expanded=true]::before, .current-issues a .forward-arrow[aria-expanded=true]::before, .feedback-container a .forward-arrow[aria-expanded=true]::before, .dropdown a .forward-arrow[aria-expanded=true]::before, .menu-row a .forward-arrow[aria-expanded=true]::before, .menu a .forward-arrow[aria-expanded=true]::before, .task a .forward-arrow[aria-expanded=true]::before,
  .highlighted-link a .forward-arrow[aria-expanded=true]::before, .status a .forward-arrow[aria-expanded=true]::before, .disclosure a .forward-arrow[aria-expanded=true]::before, .mt-form .hint a .forward-arrow[aria-expanded=true]::before,
  .mt-form .form-error a .forward-arrow[aria-expanded=true]::before, .chapter-navigation a .forward-arrow[aria-expanded=true]::before, .chapter-menu a .forward-arrow[aria-expanded=true]::before, .article-page a .forward-arrow[aria-expanded=true]::before, .mt-body .mt-footer a .forward-arrow[aria-expanded=true]::before, .text a .forward-arrow[aria-expanded=true]::before, .mt-link.forward-arrow[aria-expanded=true]::before, .current-issues a.forward-arrow[aria-expanded=true]::before, .feedback-container a.forward-arrow[aria-expanded=true]::before, .dropdown a.forward-arrow[aria-expanded=true]::before, .menu-row a.forward-arrow[aria-expanded=true]::before, .menu a.forward-arrow[aria-expanded=true]::before, .task a.forward-arrow[aria-expanded=true]::before,
  .highlighted-link a.forward-arrow[aria-expanded=true]::before, .status a.forward-arrow[aria-expanded=true]::before, .disclosure a.forward-arrow[aria-expanded=true]::before, .mt-form .hint a.forward-arrow[aria-expanded=true]::before,
  .mt-form .form-error a.forward-arrow[aria-expanded=true]::before, .chapter-navigation a.forward-arrow[aria-expanded=true]::before, .chapter-menu a.forward-arrow[aria-expanded=true]::before, .article-page a.forward-arrow[aria-expanded=true]::before, .mt-body .mt-footer a.forward-arrow[aria-expanded=true]::before, .text a.forward-arrow[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-arrow, .current-issues a .forward-arrow, .feedback-container a .forward-arrow, .dropdown a .forward-arrow, .menu-row a .forward-arrow, .menu a .forward-arrow, .task a .forward-arrow,
.highlighted-link a .forward-arrow, .status a .forward-arrow, .disclosure a .forward-arrow, .mt-form .hint a .forward-arrow,
.mt-form .form-error a .forward-arrow, .chapter-navigation a .forward-arrow, .chapter-menu a .forward-arrow, .article-page a .forward-arrow, .mt-body .mt-footer a .forward-arrow, .text a .forward-arrow, .mt-link.forward-arrow, .current-issues a.forward-arrow, .feedback-container a.forward-arrow, .dropdown a.forward-arrow, .menu-row a.forward-arrow, .menu a.forward-arrow, .task a.forward-arrow,
.highlighted-link a.forward-arrow, .status a.forward-arrow, .disclosure a.forward-arrow, .mt-form .hint a.forward-arrow,
.mt-form .form-error a.forward-arrow, .chapter-navigation a.forward-arrow, .chapter-menu a.forward-arrow, .article-page a.forward-arrow, .mt-body .mt-footer a.forward-arrow, .text a.forward-arrow {
  display: flex;
  align-items: flex-start;
  gap: var(--icon-gap);
}
.mt-link[aria-current=page], .current-issues a[aria-current=page], .feedback-container a[aria-current=page], .dropdown a[aria-current=page], .menu-row a[aria-current=page], .menu a[aria-current=page], .task a[aria-current=page],
.highlighted-link a[aria-current=page], .status a[aria-current=page], .disclosure a[aria-current=page], .mt-form .hint a[aria-current=page],
.mt-form .form-error a[aria-current=page], .chapter-navigation a[aria-current=page], .chapter-menu a[aria-current=page], .article-page a[aria-current=page], .mt-body .mt-footer a[aria-current=page], .text a[aria-current=page] {
  color: var(--color-mt-text-dark);
  text-decoration: none;
}
.mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-caret[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link .forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-caret[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  flex-shrink: 0;
}
.mt-link .forward-caret:after, .current-issues a .forward-caret:after, .feedback-container a .forward-caret:after, .dropdown a .forward-caret:after, .menu-row a .forward-caret:after, .menu a .forward-caret:after, .task a .forward-caret:after,
.highlighted-link a .forward-caret:after, .status a .forward-caret:after, .disclosure a .forward-caret:after, .mt-form .hint a .forward-caret:after,
.mt-form .form-error a .forward-caret:after, .chapter-navigation a .forward-caret:after, .chapter-menu a .forward-caret:after, .article-page a .forward-caret:after, .mt-body .mt-footer a .forward-caret:after, .text a .forward-caret:after, .mt-link .forward-caret::after, .mt-link.forward-caret:after, .current-issues a.forward-caret:after, .feedback-container a.forward-caret:after, .dropdown a.forward-caret:after, .menu-row a.forward-caret:after, .menu a.forward-caret:after, .task a.forward-caret:after,
.highlighted-link a.forward-caret:after, .status a.forward-caret:after, .disclosure a.forward-caret:after, .mt-form .hint a.forward-caret:after,
.mt-form .form-error a.forward-caret:after, .chapter-navigation a.forward-caret:after, .chapter-menu a.forward-caret:after, .article-page a.forward-caret:after, .mt-body .mt-footer a.forward-caret:after, .text a.forward-caret:after, .mt-link.forward-caret::after {
  display: none;
}
.mt-link .forward-caret:before, .current-issues a .forward-caret:before, .feedback-container a .forward-caret:before, .dropdown a .forward-caret:before, .menu-row a .forward-caret:before, .menu a .forward-caret:before, .task a .forward-caret:before,
.highlighted-link a .forward-caret:before, .status a .forward-caret:before, .disclosure a .forward-caret:before, .mt-form .hint a .forward-caret:before,
.mt-form .form-error a .forward-caret:before, .chapter-navigation a .forward-caret:before, .chapter-menu a .forward-caret:before, .article-page a .forward-caret:before, .mt-body .mt-footer a .forward-caret:before, .text a .forward-caret:before, .mt-link .forward-caret::before, .mt-link.forward-caret:before, .current-issues a.forward-caret:before, .feedback-container a.forward-caret:before, .dropdown a.forward-caret:before, .menu-row a.forward-caret:before, .menu a.forward-caret:before, .task a.forward-caret:before,
.highlighted-link a.forward-caret:before, .status a.forward-caret:before, .disclosure a.forward-caret:before, .mt-form .hint a.forward-caret:before,
.mt-form .form-error a.forward-caret:before, .chapter-navigation a.forward-caret:before, .chapter-menu a.forward-caret:before, .article-page a.forward-caret:before, .mt-body .mt-footer a.forward-caret:before, .text a.forward-caret:before, .mt-link.forward-caret::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.47%205.97a.75.75%200%200%201%201.06%200l5.5%205.5a.75.75%200%200%201%200%201.06l-5.5%205.5a.75.75%200%201%201-1.06-1.06L14.44%2012%209.47%207.03a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-caret:before, .current-issues a .forward-caret:before, .feedback-container a .forward-caret:before, .dropdown a .forward-caret:before, .menu-row a .forward-caret:before, .menu a .forward-caret:before, .task a .forward-caret:before,
  .highlighted-link a .forward-caret:before, .status a .forward-caret:before, .disclosure a .forward-caret:before, .mt-form .hint a .forward-caret:before,
  .mt-form .form-error a .forward-caret:before, .chapter-navigation a .forward-caret:before, .chapter-menu a .forward-caret:before, .article-page a .forward-caret:before, .mt-body .mt-footer a .forward-caret:before, .text a .forward-caret:before, .mt-link .forward-caret::before, .mt-link.forward-caret:before, .current-issues a.forward-caret:before, .feedback-container a.forward-caret:before, .dropdown a.forward-caret:before, .menu-row a.forward-caret:before, .menu a.forward-caret:before, .task a.forward-caret:before,
  .highlighted-link a.forward-caret:before, .status a.forward-caret:before, .disclosure a.forward-caret:before, .mt-form .hint a.forward-caret:before,
  .mt-form .form-error a.forward-caret:before, .chapter-navigation a.forward-caret:before, .chapter-menu a.forward-caret:before, .article-page a.forward-caret:before, .mt-body .mt-footer a.forward-caret:before, .text a.forward-caret:before, .mt-link.forward-caret::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-caret:before, .current-issues a .forward-caret:before, .feedback-container a .forward-caret:before, .dropdown a .forward-caret:before, .menu-row a .forward-caret:before, .menu a .forward-caret:before, .task a .forward-caret:before,
.highlighted-link a .forward-caret:before, .status a .forward-caret:before, .disclosure a .forward-caret:before, .mt-form .hint a .forward-caret:before,
.mt-form .form-error a .forward-caret:before, .chapter-navigation a .forward-caret:before, .chapter-menu a .forward-caret:before, .article-page a .forward-caret:before, .mt-body .mt-footer a .forward-caret:before, .text a .forward-caret:before, .mt-link .forward-caret::before, .mt-link.forward-caret:before, .current-issues a.forward-caret:before, .feedback-container a.forward-caret:before, .dropdown a.forward-caret:before, .menu-row a.forward-caret:before, .menu a.forward-caret:before, .task a.forward-caret:before,
.highlighted-link a.forward-caret:before, .status a.forward-caret:before, .disclosure a.forward-caret:before, .mt-form .hint a.forward-caret:before,
.mt-form .form-error a.forward-caret:before, .chapter-navigation a.forward-caret:before, .chapter-menu a.forward-caret:before, .article-page a.forward-caret:before, .mt-body .mt-footer a.forward-caret:before, .text a.forward-caret:before, .mt-link.forward-caret::before {
  flex-shrink: 0;
}
.mt-link .forward-caret[aria-expanded=true]::before, .current-issues a .forward-caret[aria-expanded=true]::before, .feedback-container a .forward-caret[aria-expanded=true]::before, .dropdown a .forward-caret[aria-expanded=true]::before, .menu-row a .forward-caret[aria-expanded=true]::before, .menu a .forward-caret[aria-expanded=true]::before, .task a .forward-caret[aria-expanded=true]::before,
.highlighted-link a .forward-caret[aria-expanded=true]::before, .status a .forward-caret[aria-expanded=true]::before, .disclosure a .forward-caret[aria-expanded=true]::before, .mt-form .hint a .forward-caret[aria-expanded=true]::before,
.mt-form .form-error a .forward-caret[aria-expanded=true]::before, .chapter-navigation a .forward-caret[aria-expanded=true]::before, .chapter-menu a .forward-caret[aria-expanded=true]::before, .article-page a .forward-caret[aria-expanded=true]::before, .mt-body .mt-footer a .forward-caret[aria-expanded=true]::before, .text a .forward-caret[aria-expanded=true]::before, .mt-link.forward-caret[aria-expanded=true]::before, .current-issues a.forward-caret[aria-expanded=true]::before, .feedback-container a.forward-caret[aria-expanded=true]::before, .dropdown a.forward-caret[aria-expanded=true]::before, .menu-row a.forward-caret[aria-expanded=true]::before, .menu a.forward-caret[aria-expanded=true]::before, .task a.forward-caret[aria-expanded=true]::before,
.highlighted-link a.forward-caret[aria-expanded=true]::before, .status a.forward-caret[aria-expanded=true]::before, .disclosure a.forward-caret[aria-expanded=true]::before, .mt-form .hint a.forward-caret[aria-expanded=true]::before,
.mt-form .form-error a.forward-caret[aria-expanded=true]::before, .chapter-navigation a.forward-caret[aria-expanded=true]::before, .chapter-menu a.forward-caret[aria-expanded=true]::before, .article-page a.forward-caret[aria-expanded=true]::before, .mt-body .mt-footer a.forward-caret[aria-expanded=true]::before, .text a.forward-caret[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link .forward-caret[aria-expanded=true]::before, .current-issues a .forward-caret[aria-expanded=true]::before, .feedback-container a .forward-caret[aria-expanded=true]::before, .dropdown a .forward-caret[aria-expanded=true]::before, .menu-row a .forward-caret[aria-expanded=true]::before, .menu a .forward-caret[aria-expanded=true]::before, .task a .forward-caret[aria-expanded=true]::before,
  .highlighted-link a .forward-caret[aria-expanded=true]::before, .status a .forward-caret[aria-expanded=true]::before, .disclosure a .forward-caret[aria-expanded=true]::before, .mt-form .hint a .forward-caret[aria-expanded=true]::before,
  .mt-form .form-error a .forward-caret[aria-expanded=true]::before, .chapter-navigation a .forward-caret[aria-expanded=true]::before, .chapter-menu a .forward-caret[aria-expanded=true]::before, .article-page a .forward-caret[aria-expanded=true]::before, .mt-body .mt-footer a .forward-caret[aria-expanded=true]::before, .text a .forward-caret[aria-expanded=true]::before, .mt-link.forward-caret[aria-expanded=true]::before, .current-issues a.forward-caret[aria-expanded=true]::before, .feedback-container a.forward-caret[aria-expanded=true]::before, .dropdown a.forward-caret[aria-expanded=true]::before, .menu-row a.forward-caret[aria-expanded=true]::before, .menu a.forward-caret[aria-expanded=true]::before, .task a.forward-caret[aria-expanded=true]::before,
  .highlighted-link a.forward-caret[aria-expanded=true]::before, .status a.forward-caret[aria-expanded=true]::before, .disclosure a.forward-caret[aria-expanded=true]::before, .mt-form .hint a.forward-caret[aria-expanded=true]::before,
  .mt-form .form-error a.forward-caret[aria-expanded=true]::before, .chapter-navigation a.forward-caret[aria-expanded=true]::before, .chapter-menu a.forward-caret[aria-expanded=true]::before, .article-page a.forward-caret[aria-expanded=true]::before, .mt-body .mt-footer a.forward-caret[aria-expanded=true]::before, .text a.forward-caret[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link .forward-caret, .current-issues a .forward-caret, .feedback-container a .forward-caret, .dropdown a .forward-caret, .menu-row a .forward-caret, .menu a .forward-caret, .task a .forward-caret,
.highlighted-link a .forward-caret, .status a .forward-caret, .disclosure a .forward-caret, .mt-form .hint a .forward-caret,
.mt-form .form-error a .forward-caret, .chapter-navigation a .forward-caret, .chapter-menu a .forward-caret, .article-page a .forward-caret, .mt-body .mt-footer a .forward-caret, .text a .forward-caret, .mt-link.forward-caret, .current-issues a.forward-caret, .feedback-container a.forward-caret, .dropdown a.forward-caret, .menu-row a.forward-caret, .menu a.forward-caret, .task a.forward-caret,
.highlighted-link a.forward-caret, .status a.forward-caret, .disclosure a.forward-caret, .mt-form .hint a.forward-caret,
.mt-form .form-error a.forward-caret, .chapter-navigation a.forward-caret, .chapter-menu a.forward-caret, .article-page a.forward-caret, .mt-body .mt-footer a.forward-caret, .text a.forward-caret {
  display: flex;
  align-items: flex-start;
  gap: var(--icon-gap);
}
.mt-link.forward-arrow-end, .current-issues a.forward-arrow-end, .feedback-container a.forward-arrow-end, .dropdown a.forward-arrow-end, .menu-row a.forward-arrow-end, .menu a.forward-arrow-end, .task a.forward-arrow-end,
.highlighted-link a.forward-arrow-end, .status a.forward-arrow-end, .disclosure a.forward-arrow-end, .mt-form .hint a.forward-arrow-end,
.mt-form .form-error a.forward-arrow-end, .chapter-navigation a.forward-arrow-end, .chapter-menu a.forward-arrow-end, .article-page a.forward-arrow-end, .mt-body .mt-footer a.forward-arrow-end, .text a.forward-arrow-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mt-link.forward-arrow-end.padded, .current-issues a.forward-arrow-end.padded, .feedback-container a.forward-arrow-end.padded, .dropdown a.forward-arrow-end.padded, .menu-row a.forward-arrow-end.padded, .menu a.forward-arrow-end.padded, .task a.forward-arrow-end.padded,
.highlighted-link a.forward-arrow-end.padded, .status a.forward-arrow-end.padded, .disclosure a.forward-arrow-end.padded, .mt-form .hint a.forward-arrow-end.padded,
.mt-form .form-error a.forward-arrow-end.padded, .chapter-navigation a.forward-arrow-end.padded, .chapter-menu a.forward-arrow-end.padded, .article-page a.forward-arrow-end.padded, .mt-body .mt-footer a.forward-arrow-end.padded, .text a.forward-arrow-end.padded {
  padding: var(--spacer-xx-small) var(--spacer-x-small);
}
.mt-link.forward-arrow-end:after, .current-issues a.forward-arrow-end:after, .feedback-container a.forward-arrow-end:after, .dropdown a.forward-arrow-end:after, .menu-row a.forward-arrow-end:after, .menu a.forward-arrow-end:after, .task a.forward-arrow-end:after,
.highlighted-link a.forward-arrow-end:after, .status a.forward-arrow-end:after, .disclosure a.forward-arrow-end:after, .mt-form .hint a.forward-arrow-end:after,
.mt-form .form-error a.forward-arrow-end:after, .chapter-navigation a.forward-arrow-end:after, .chapter-menu a.forward-arrow-end:after, .article-page a.forward-arrow-end:after, .mt-body .mt-footer a.forward-arrow-end:after, .text a.forward-arrow-end:after {
  display: block;
  background-image: var(--icon-arrow-right-on-primary);
  margin-left: var(--spacer-xxx-small);
  padding-right: var(--icon-size-normal);
  content: "";
  width: var(--icon-size-normal);
  height: var(--icon-size-normal);
  background-size: var(--icon-size-normal) var(--icon-size-normal);
  background-repeat: no-repeat;
}
.mt-link.forward-arrow-end.blue-arrow:after, .current-issues a.forward-arrow-end.blue-arrow:after, .feedback-container a.forward-arrow-end.blue-arrow:after, .dropdown a.forward-arrow-end.blue-arrow:after, .menu-row a.forward-arrow-end.blue-arrow:after, .menu a.forward-arrow-end.blue-arrow:after, .task a.forward-arrow-end.blue-arrow:after,
.highlighted-link a.forward-arrow-end.blue-arrow:after, .status a.forward-arrow-end.blue-arrow:after, .disclosure a.forward-arrow-end.blue-arrow:after, .mt-form .hint a.forward-arrow-end.blue-arrow:after,
.mt-form .form-error a.forward-arrow-end.blue-arrow:after, .chapter-navigation a.forward-arrow-end.blue-arrow:after, .chapter-menu a.forward-arrow-end.blue-arrow:after, .article-page a.forward-arrow-end.blue-arrow:after, .mt-body .mt-footer a.forward-arrow-end.blue-arrow:after, .text a.forward-arrow-end.blue-arrow:after {
  background-image: var(--icon-arrow-right-primary);
}
@media only screen and (min-width: 768px) {
  .mt-link.forward-arrow-end--large, .current-issues a.forward-arrow-end--large, .feedback-container a.forward-arrow-end--large, .dropdown a.forward-arrow-end--large, .menu-row a.forward-arrow-end--large, .menu a.forward-arrow-end--large, .task a.forward-arrow-end--large,
  .highlighted-link a.forward-arrow-end--large, .status a.forward-arrow-end--large, .disclosure a.forward-arrow-end--large, .mt-form .hint a.forward-arrow-end--large,
  .mt-form .form-error a.forward-arrow-end--large, .chapter-navigation a.forward-arrow-end--large, .chapter-menu a.forward-arrow-end--large, .article-page a.forward-arrow-end--large, .mt-body .mt-footer a.forward-arrow-end--large, .text a.forward-arrow-end--large {
    font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  }
}
.mt-link.skip-link, .current-issues a.skip-link, .feedback-container a.skip-link, .dropdown a.skip-link, .menu-row a.skip-link, .menu a.skip-link, .task a.skip-link,
.highlighted-link a.skip-link, .status a.skip-link, .disclosure a.skip-link, .mt-form .hint a.skip-link,
.mt-form .form-error a.skip-link, .chapter-navigation a.skip-link, .chapter-menu a.skip-link, .article-page a.skip-link, .mt-body .mt-footer a.skip-link, .text a.skip-link {
  z-index: var(--z-index-always-focusable-a11y);
  justify-content: center;
}
.mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .highlighted-link a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .mt-form .form-error a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.forward-arrow-end-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.mt-link.forward-arrow-end-link:before, .current-issues a.forward-arrow-end-link:before, .feedback-container a.forward-arrow-end-link:before, .dropdown a.forward-arrow-end-link:before, .menu-row a.forward-arrow-end-link:before, .menu a.forward-arrow-end-link:before, .task a.forward-arrow-end-link:before,
.highlighted-link a.forward-arrow-end-link:before, .status a.forward-arrow-end-link:before, .disclosure a.forward-arrow-end-link:before, .mt-form .hint a.forward-arrow-end-link:before,
.mt-form .form-error a.forward-arrow-end-link:before, .chapter-navigation a.forward-arrow-end-link:before, .chapter-menu a.forward-arrow-end-link:before, .article-page a.forward-arrow-end-link:before, .mt-body .mt-footer a.forward-arrow-end-link:before, .text a.forward-arrow-end-link:before, .mt-link.forward-arrow-end-link::before {
  display: none;
}
.mt-link.forward-arrow-end-link:after, .current-issues a.forward-arrow-end-link:after, .feedback-container a.forward-arrow-end-link:after, .dropdown a.forward-arrow-end-link:after, .menu-row a.forward-arrow-end-link:after, .menu a.forward-arrow-end-link:after, .task a.forward-arrow-end-link:after,
.highlighted-link a.forward-arrow-end-link:after, .status a.forward-arrow-end-link:after, .disclosure a.forward-arrow-end-link:after, .mt-form .hint a.forward-arrow-end-link:after,
.mt-form .form-error a.forward-arrow-end-link:after, .chapter-navigation a.forward-arrow-end-link:after, .chapter-menu a.forward-arrow-end-link:after, .article-page a.forward-arrow-end-link:after, .mt-body .mt-footer a.forward-arrow-end-link:after, .text a.forward-arrow-end-link:after, .mt-link.forward-arrow-end-link::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.forward-arrow-end-link:after, .current-issues a.forward-arrow-end-link:after, .feedback-container a.forward-arrow-end-link:after, .dropdown a.forward-arrow-end-link:after, .menu-row a.forward-arrow-end-link:after, .menu a.forward-arrow-end-link:after, .task a.forward-arrow-end-link:after,
  .highlighted-link a.forward-arrow-end-link:after, .status a.forward-arrow-end-link:after, .disclosure a.forward-arrow-end-link:after, .mt-form .hint a.forward-arrow-end-link:after,
  .mt-form .form-error a.forward-arrow-end-link:after, .chapter-navigation a.forward-arrow-end-link:after, .chapter-menu a.forward-arrow-end-link:after, .article-page a.forward-arrow-end-link:after, .mt-body .mt-footer a.forward-arrow-end-link:after, .text a.forward-arrow-end-link:after, .mt-link.forward-arrow-end-link::after {
    transition: transform 300ms ease;
  }
}
.mt-link.forward-arrow-end-link[aria-expanded=true]::after, .current-issues a.forward-arrow-end-link[aria-expanded=true]::after, .feedback-container a.forward-arrow-end-link[aria-expanded=true]::after, .dropdown a.forward-arrow-end-link[aria-expanded=true]::after, .menu-row a.forward-arrow-end-link[aria-expanded=true]::after, .menu a.forward-arrow-end-link[aria-expanded=true]::after, .task a.forward-arrow-end-link[aria-expanded=true]::after,
.highlighted-link a.forward-arrow-end-link[aria-expanded=true]::after, .status a.forward-arrow-end-link[aria-expanded=true]::after, .disclosure a.forward-arrow-end-link[aria-expanded=true]::after, .mt-form .hint a.forward-arrow-end-link[aria-expanded=true]::after,
.mt-form .form-error a.forward-arrow-end-link[aria-expanded=true]::after, .chapter-navigation a.forward-arrow-end-link[aria-expanded=true]::after, .chapter-menu a.forward-arrow-end-link[aria-expanded=true]::after, .article-page a.forward-arrow-end-link[aria-expanded=true]::after, .mt-body .mt-footer a.forward-arrow-end-link[aria-expanded=true]::after, .text a.forward-arrow-end-link[aria-expanded=true]::after {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.forward-arrow-end-link[aria-expanded=true]::after, .current-issues a.forward-arrow-end-link[aria-expanded=true]::after, .feedback-container a.forward-arrow-end-link[aria-expanded=true]::after, .dropdown a.forward-arrow-end-link[aria-expanded=true]::after, .menu-row a.forward-arrow-end-link[aria-expanded=true]::after, .menu a.forward-arrow-end-link[aria-expanded=true]::after, .task a.forward-arrow-end-link[aria-expanded=true]::after,
  .highlighted-link a.forward-arrow-end-link[aria-expanded=true]::after, .status a.forward-arrow-end-link[aria-expanded=true]::after, .disclosure a.forward-arrow-end-link[aria-expanded=true]::after, .mt-form .hint a.forward-arrow-end-link[aria-expanded=true]::after,
  .mt-form .form-error a.forward-arrow-end-link[aria-expanded=true]::after, .chapter-navigation a.forward-arrow-end-link[aria-expanded=true]::after, .chapter-menu a.forward-arrow-end-link[aria-expanded=true]::after, .article-page a.forward-arrow-end-link[aria-expanded=true]::after, .mt-body .mt-footer a.forward-arrow-end-link[aria-expanded=true]::after, .text a.forward-arrow-end-link[aria-expanded=true]::after {
    transition: transform 300ms ease;
  }
}
.mt-link.forward-arrow-end-link, .current-issues a.forward-arrow-end-link, .feedback-container a.forward-arrow-end-link, .dropdown a.forward-arrow-end-link, .menu-row a.forward-arrow-end-link, .menu a.forward-arrow-end-link, .task a.forward-arrow-end-link,
.highlighted-link a.forward-arrow-end-link, .status a.forward-arrow-end-link, .disclosure a.forward-arrow-end-link, .mt-form .hint a.forward-arrow-end-link,
.mt-form .form-error a.forward-arrow-end-link, .chapter-navigation a.forward-arrow-end-link, .chapter-menu a.forward-arrow-end-link, .article-page a.forward-arrow-end-link, .mt-body .mt-footer a.forward-arrow-end-link, .text a.forward-arrow-end-link {
  display: inline-flex;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  gap: var(--icon-gap);
}
.mt-link .next-link, .current-issues a .next-link, .feedback-container a .next-link, .dropdown a .next-link, .menu-row a .next-link, .menu a .next-link, .task a .next-link,
.highlighted-link a .next-link, .status a .next-link, .disclosure a .next-link, .mt-form .hint a .next-link,
.mt-form .form-error a .next-link, .chapter-navigation a .next-link, .chapter-menu a .next-link, .article-page a .next-link, .mt-body .mt-footer a .next-link, .text a .next-link, .mt-link.next-link, .current-issues a.next-link, .feedback-container a.next-link, .dropdown a.next-link, .menu-row a.next-link, .menu a.next-link, .task a.next-link,
.highlighted-link a.next-link, .status a.next-link, .disclosure a.next-link, .mt-form .hint a.next-link,
.mt-form .form-error a.next-link, .chapter-navigation a.next-link, .chapter-menu a.next-link, .article-page a.next-link, .mt-body .mt-footer a.next-link, .text a.next-link {
  display: block;
}
.mt-link .next-link:hover, .current-issues a .next-link:hover, .feedback-container a .next-link:hover, .dropdown a .next-link:hover, .menu-row a .next-link:hover, .menu a .next-link:hover, .task a .next-link:hover,
.highlighted-link a .next-link:hover, .status a .next-link:hover, .disclosure a .next-link:hover, .mt-form .hint a .next-link:hover,
.mt-form .form-error a .next-link:hover, .chapter-navigation a .next-link:hover, .chapter-menu a .next-link:hover, .article-page a .next-link:hover, .mt-body .mt-footer a .next-link:hover, .text a .next-link:hover, .mt-link.next-link:hover, .current-issues a.next-link:hover, .feedback-container a.next-link:hover, .dropdown a.next-link:hover, .menu-row a.next-link:hover, .menu a.next-link:hover, .task a.next-link:hover,
.highlighted-link a.next-link:hover, .status a.next-link:hover, .disclosure a.next-link:hover, .mt-form .hint a.next-link:hover,
.mt-form .form-error a.next-link:hover, .chapter-navigation a.next-link:hover, .chapter-menu a.next-link:hover, .article-page a.next-link:hover, .mt-body .mt-footer a.next-link:hover, .text a.next-link:hover {
  text-decoration: none;
}
.mt-link .next-link:after, .current-issues a .next-link:after, .feedback-container a .next-link:after, .dropdown a .next-link:after, .menu-row a .next-link:after, .menu a .next-link:after, .task a .next-link:after,
.highlighted-link a .next-link:after, .status a .next-link:after, .disclosure a .next-link:after, .mt-form .hint a .next-link:after,
.mt-form .form-error a .next-link:after, .chapter-navigation a .next-link:after, .chapter-menu a .next-link:after, .article-page a .next-link:after, .mt-body .mt-footer a .next-link:after, .text a .next-link:after, .mt-link.next-link:after, .current-issues a.next-link:after, .feedback-container a.next-link:after, .dropdown a.next-link:after, .menu-row a.next-link:after, .menu a.next-link:after, .task a.next-link:after,
.highlighted-link a.next-link:after, .status a.next-link:after, .disclosure a.next-link:after, .mt-form .hint a.next-link:after,
.mt-form .form-error a.next-link:after, .chapter-navigation a.next-link:after, .chapter-menu a.next-link:after, .article-page a.next-link:after, .mt-body .mt-footer a.next-link:after, .text a.next-link:after {
  content: var(--icon-arrow-right-primary-x-small);
  display: inline-block;
  margin-left: var(--spacer-xxx-small);
}
.mt-link .previous-link, .current-issues a .previous-link, .feedback-container a .previous-link, .dropdown a .previous-link, .menu-row a .previous-link, .menu a .previous-link, .task a .previous-link,
.highlighted-link a .previous-link, .status a .previous-link, .disclosure a .previous-link, .mt-form .hint a .previous-link,
.mt-form .form-error a .previous-link, .chapter-navigation a .previous-link, .chapter-menu a .previous-link, .article-page a .previous-link, .mt-body .mt-footer a .previous-link, .text a .previous-link, .mt-link.previous-link, .current-issues a.previous-link, .feedback-container a.previous-link, .dropdown a.previous-link, .menu-row a.previous-link, .menu a.previous-link, .task a.previous-link,
.highlighted-link a.previous-link, .status a.previous-link, .disclosure a.previous-link, .mt-form .hint a.previous-link,
.mt-form .form-error a.previous-link, .chapter-navigation a.previous-link, .chapter-menu a.previous-link, .article-page a.previous-link, .mt-body .mt-footer a.previous-link, .text a.previous-link {
  display: block;
}
.mt-link .previous-link:hover, .current-issues a .previous-link:hover, .feedback-container a .previous-link:hover, .dropdown a .previous-link:hover, .menu-row a .previous-link:hover, .menu a .previous-link:hover, .task a .previous-link:hover,
.highlighted-link a .previous-link:hover, .status a .previous-link:hover, .disclosure a .previous-link:hover, .mt-form .hint a .previous-link:hover,
.mt-form .form-error a .previous-link:hover, .chapter-navigation a .previous-link:hover, .chapter-menu a .previous-link:hover, .article-page a .previous-link:hover, .mt-body .mt-footer a .previous-link:hover, .text a .previous-link:hover, .mt-link.previous-link:hover, .current-issues a.previous-link:hover, .feedback-container a.previous-link:hover, .dropdown a.previous-link:hover, .menu-row a.previous-link:hover, .menu a.previous-link:hover, .task a.previous-link:hover,
.highlighted-link a.previous-link:hover, .status a.previous-link:hover, .disclosure a.previous-link:hover, .mt-form .hint a.previous-link:hover,
.mt-form .form-error a.previous-link:hover, .chapter-navigation a.previous-link:hover, .chapter-menu a.previous-link:hover, .article-page a.previous-link:hover, .mt-body .mt-footer a.previous-link:hover, .text a.previous-link:hover {
  text-decoration: none;
}
.mt-link .previous-link:before, .current-issues a .previous-link:before, .feedback-container a .previous-link:before, .dropdown a .previous-link:before, .menu-row a .previous-link:before, .menu a .previous-link:before, .task a .previous-link:before,
.highlighted-link a .previous-link:before, .status a .previous-link:before, .disclosure a .previous-link:before, .mt-form .hint a .previous-link:before,
.mt-form .form-error a .previous-link:before, .chapter-navigation a .previous-link:before, .chapter-menu a .previous-link:before, .article-page a .previous-link:before, .mt-body .mt-footer a .previous-link:before, .text a .previous-link:before, .mt-link.previous-link:before, .current-issues a.previous-link:before, .feedback-container a.previous-link:before, .dropdown a.previous-link:before, .menu-row a.previous-link:before, .menu a.previous-link:before, .task a.previous-link:before,
.highlighted-link a.previous-link:before, .status a.previous-link:before, .disclosure a.previous-link:before, .mt-form .hint a.previous-link:before,
.mt-form .form-error a.previous-link:before, .chapter-navigation a.previous-link:before, .chapter-menu a.previous-link:before, .article-page a.previous-link:before, .mt-body .mt-footer a.previous-link:before, .text a.previous-link:before {
  content: var(--icon-arrow-left-primary-x-small);
  display: inline-block;
  margin-right: var(--spacer-xxx-small);
}
.mt-link.forward-arrow-small, .current-issues a.forward-arrow-small, .feedback-container a.forward-arrow-small, .dropdown a.forward-arrow-small, .menu-row a.forward-arrow-small, .menu a.forward-arrow-small, .task a.forward-arrow-small,
.highlighted-link a.forward-arrow-small, .status a.forward-arrow-small, .disclosure a.forward-arrow-small, .mt-form .hint a.forward-arrow-small,
.mt-form .form-error a.forward-arrow-small, .chapter-navigation a.forward-arrow-small, .chapter-menu a.forward-arrow-small, .article-page a.forward-arrow-small, .mt-body .mt-footer a.forward-arrow-small, .text a.forward-arrow-small {
  --icon-size: 0.875rem;
  display: flex;
  align-items: center;
}
.mt-link.forward-arrow-small:after, .current-issues a.forward-arrow-small:after, .feedback-container a.forward-arrow-small:after, .dropdown a.forward-arrow-small:after, .menu-row a.forward-arrow-small:after, .menu a.forward-arrow-small:after, .task a.forward-arrow-small:after,
.highlighted-link a.forward-arrow-small:after, .status a.forward-arrow-small:after, .disclosure a.forward-arrow-small:after, .mt-form .hint a.forward-arrow-small:after,
.mt-form .form-error a.forward-arrow-small:after, .chapter-navigation a.forward-arrow-small:after, .chapter-menu a.forward-arrow-small:after, .article-page a.forward-arrow-small:after, .mt-body .mt-footer a.forward-arrow-small:after, .text a.forward-arrow-small:after {
  margin-left: var(--spacer-xxx-small);
  background-image: var(--icon-arrow-right-on-primary);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
  display: block;
  padding-right: var(--icon-size);
}
.mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::before, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::before {
  display: none;
}
.mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.highlighted-link a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.mt-form .form-error a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.top-task[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .highlighted-link a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .mt-form .form-error a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .highlighted-link a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .mt-form .form-error a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.top-task[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
    transition: transform 300ms ease;
  }
}
.mt-link.top-task:hover, .current-issues a.top-task:hover, .feedback-container a.top-task:hover, .dropdown a.top-task:hover, .menu-row a.top-task:hover, .menu a.top-task:hover, .task a.top-task:hover,
.highlighted-link a.top-task:hover, .status a.top-task:hover, .disclosure a.top-task:hover, .mt-form .hint a.top-task:hover,
.mt-form .form-error a.top-task:hover, .chapter-navigation a.top-task:hover, .chapter-menu a.top-task:hover, .article-page a.top-task:hover, .mt-body .mt-footer a.top-task:hover, .text a.top-task:hover {
  background-color: var(--color-mt-green-300);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.top-task:hover, .current-issues a.top-task:hover, .feedback-container a.top-task:hover, .dropdown a.top-task:hover, .menu-row a.top-task:hover, .menu a.top-task:hover, .task a.top-task:hover,
  .highlighted-link a.top-task:hover, .status a.top-task:hover, .disclosure a.top-task:hover, .mt-form .hint a.top-task:hover,
  .mt-form .form-error a.top-task:hover, .chapter-navigation a.top-task:hover, .chapter-menu a.top-task:hover, .article-page a.top-task:hover, .mt-body .mt-footer a.top-task:hover, .text a.top-task:hover {
    transition: background-color 300ms ease;
  }
}
.mt-link.top-task:active, .current-issues a.top-task:active, .feedback-container a.top-task:active, .dropdown a.top-task:active, .menu-row a.top-task:active, .menu a.top-task:active, .task a.top-task:active,
.highlighted-link a.top-task:active, .status a.top-task:active, .disclosure a.top-task:active, .mt-form .hint a.top-task:active,
.mt-form .form-error a.top-task:active, .chapter-navigation a.top-task:active, .chapter-menu a.top-task:active, .article-page a.top-task:active, .mt-body .mt-footer a.top-task:active, .text a.top-task:active {
  background-color: var(--color-mt-green-400);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.top-task:active, .current-issues a.top-task:active, .feedback-container a.top-task:active, .dropdown a.top-task:active, .menu-row a.top-task:active, .menu a.top-task:active, .task a.top-task:active,
  .highlighted-link a.top-task:active, .status a.top-task:active, .disclosure a.top-task:active, .mt-form .hint a.top-task:active,
  .mt-form .form-error a.top-task:active, .chapter-navigation a.top-task:active, .chapter-menu a.top-task:active, .article-page a.top-task:active, .mt-body .mt-footer a.top-task:active, .text a.top-task:active {
    transition: background-color 100ms ease;
  }
}
.mt-link.top-task, .current-issues a.top-task, .feedback-container a.top-task, .dropdown a.top-task, .menu-row a.top-task, .menu a.top-task, .task a.top-task,
.highlighted-link a.top-task, .status a.top-task, .disclosure a.top-task, .mt-form .hint a.top-task,
.mt-form .form-error a.top-task, .chapter-navigation a.top-task, .chapter-menu a.top-task, .article-page a.top-task, .mt-body .mt-footer a.top-task, .text a.top-task {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--spacer-x-small);
  gap: var(--icon-gap);
  background-color: var(--color-mt-white);
  color: var(--color-links);
}
.mt-link.top-task .heading, .current-issues a.top-task .heading, .feedback-container a.top-task .heading, .dropdown a.top-task .heading, .menu-row a.top-task .heading, .menu a.top-task .heading, .task a.top-task .heading,
.highlighted-link a.top-task .heading, .status a.top-task .heading, .disclosure a.top-task .heading, .mt-form .hint a.top-task .heading,
.mt-form .form-error a.top-task .heading, .chapter-navigation a.top-task .heading, .chapter-menu a.top-task .heading, .article-page a.top-task .heading, .mt-body .mt-footer a.top-task .heading, .text a.top-task .heading {
  width: 100%;
  text-align: left;
  text-decoration: underline;
}
.mt-link.top-task .text, .current-issues a.top-task .text, .feedback-container a.top-task .text, .dropdown a.top-task .text, .menu-row a.top-task .text, .menu a.top-task .text, .task a.top-task .text,
.highlighted-link a.top-task .text, .status a.top-task .text, .disclosure a.top-task .text, .mt-form .hint a.top-task .text,
.mt-form .form-error a.top-task .text, .chapter-navigation a.top-task .text, .chapter-menu a.top-task .text, .article-page a.top-task .text, .mt-body .mt-footer a.top-task .text, .text a.top-task .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-xxx-small);
  line-height: 140%;
  text-align: left;
}
.mt-link .forward-arrow-after, .current-issues a .forward-arrow-after, .feedback-container a .forward-arrow-after, .dropdown a .forward-arrow-after, .menu-row a .forward-arrow-after, .menu a .forward-arrow-after, .task a .forward-arrow-after,
.highlighted-link a .forward-arrow-after, .status a .forward-arrow-after, .disclosure a .forward-arrow-after, .mt-form .hint a .forward-arrow-after,
.mt-form .form-error a .forward-arrow-after, .chapter-navigation a .forward-arrow-after, .chapter-menu a .forward-arrow-after, .article-page a .forward-arrow-after, .mt-body .mt-footer a .forward-arrow-after, .text a .forward-arrow-after, .mt-link.forward-arrow-after, .current-issues a.forward-arrow-after, .feedback-container a.forward-arrow-after, .dropdown a.forward-arrow-after, .menu-row a.forward-arrow-after, .menu a.forward-arrow-after, .task a.forward-arrow-after,
.highlighted-link a.forward-arrow-after, .status a.forward-arrow-after, .disclosure a.forward-arrow-after, .mt-form .hint a.forward-arrow-after,
.mt-form .form-error a.forward-arrow-after, .chapter-navigation a.forward-arrow-after, .chapter-menu a.forward-arrow-after, .article-page a.forward-arrow-after, .mt-body .mt-footer a.forward-arrow-after, .text a.forward-arrow-after {
  display: block;
}
.mt-link .forward-arrow-after::after, .current-issues a .forward-arrow-after::after, .feedback-container a .forward-arrow-after::after, .dropdown a .forward-arrow-after::after, .menu-row a .forward-arrow-after::after, .menu a .forward-arrow-after::after, .task a .forward-arrow-after::after,
.highlighted-link a .forward-arrow-after::after, .status a .forward-arrow-after::after, .disclosure a .forward-arrow-after::after, .mt-form .hint a .forward-arrow-after::after,
.mt-form .form-error a .forward-arrow-after::after, .chapter-navigation a .forward-arrow-after::after, .chapter-menu a .forward-arrow-after::after, .article-page a .forward-arrow-after::after, .mt-body .mt-footer a .forward-arrow-after::after, .text a .forward-arrow-after::after, .mt-link.forward-arrow-after::after, .current-issues a.forward-arrow-after::after, .feedback-container a.forward-arrow-after::after, .dropdown a.forward-arrow-after::after, .menu-row a.forward-arrow-after::after, .menu a.forward-arrow-after::after, .task a.forward-arrow-after::after,
.highlighted-link a.forward-arrow-after::after, .status a.forward-arrow-after::after, .disclosure a.forward-arrow-after::after, .mt-form .hint a.forward-arrow-after::after,
.mt-form .form-error a.forward-arrow-after::after, .chapter-navigation a.forward-arrow-after::after, .chapter-menu a.forward-arrow-after::after, .article-page a.forward-arrow-after::after, .mt-body .mt-footer a.forward-arrow-after::after, .text a.forward-arrow-after::after {
  content: var(--icon-arrow-right-primary-small);
  display: inline-block;
  margin-left: var(--spacer-xxx-small);
  margin-right: -2rem;
}
.mt-link.with-icon, .current-issues a.with-icon, .feedback-container a.with-icon, .dropdown a.with-icon, .menu-row a.with-icon, .menu a.with-icon, .task a.with-icon,
.highlighted-link a.with-icon, .status a.with-icon, .disclosure a.with-icon, .mt-form .hint a.with-icon,
.mt-form .form-error a.with-icon, .chapter-navigation a.with-icon, .chapter-menu a.with-icon, .article-page a.with-icon, .mt-body .mt-footer a.with-icon, .text a.with-icon {
  display: flex;
  gap: var(--spacer-xxx-small);
}
.mt-link.transport-card:hover, .current-issues a.transport-card:hover, .feedback-container a.transport-card:hover, .dropdown a.transport-card:hover, .menu-row a.transport-card:hover, .menu a.transport-card:hover, .task a.transport-card:hover,
.highlighted-link a.transport-card:hover, .status a.transport-card:hover, .disclosure a.transport-card:hover, .mt-form .hint a.transport-card:hover,
.mt-form .form-error a.transport-card:hover, .chapter-navigation a.transport-card:hover, .chapter-menu a.transport-card:hover, .article-page a.transport-card:hover, .mt-body .mt-footer a.transport-card:hover, .text a.transport-card:hover {
  background-color: var(--color-mt-green-300);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.transport-card:hover, .current-issues a.transport-card:hover, .feedback-container a.transport-card:hover, .dropdown a.transport-card:hover, .menu-row a.transport-card:hover, .menu a.transport-card:hover, .task a.transport-card:hover,
  .highlighted-link a.transport-card:hover, .status a.transport-card:hover, .disclosure a.transport-card:hover, .mt-form .hint a.transport-card:hover,
  .mt-form .form-error a.transport-card:hover, .chapter-navigation a.transport-card:hover, .chapter-menu a.transport-card:hover, .article-page a.transport-card:hover, .mt-body .mt-footer a.transport-card:hover, .text a.transport-card:hover {
    transition: background-color 300ms ease;
  }
}
.mt-link.transport-card:active, .current-issues a.transport-card:active, .feedback-container a.transport-card:active, .dropdown a.transport-card:active, .menu-row a.transport-card:active, .menu a.transport-card:active, .task a.transport-card:active,
.highlighted-link a.transport-card:active, .status a.transport-card:active, .disclosure a.transport-card:active, .mt-form .hint a.transport-card:active,
.mt-form .form-error a.transport-card:active, .chapter-navigation a.transport-card:active, .chapter-menu a.transport-card:active, .article-page a.transport-card:active, .mt-body .mt-footer a.transport-card:active, .text a.transport-card:active {
  background-color: var(--color-mt-green-400);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.transport-card:active, .current-issues a.transport-card:active, .feedback-container a.transport-card:active, .dropdown a.transport-card:active, .menu-row a.transport-card:active, .menu a.transport-card:active, .task a.transport-card:active,
  .highlighted-link a.transport-card:active, .status a.transport-card:active, .disclosure a.transport-card:active, .mt-form .hint a.transport-card:active,
  .mt-form .form-error a.transport-card:active, .chapter-navigation a.transport-card:active, .chapter-menu a.transport-card:active, .article-page a.transport-card:active, .mt-body .mt-footer a.transport-card:active, .text a.transport-card:active {
    transition: background-color 100ms ease;
  }
}
.mt-link.transport-card, .current-issues a.transport-card, .feedback-container a.transport-card, .dropdown a.transport-card, .menu-row a.transport-card, .menu a.transport-card, .task a.transport-card,
.highlighted-link a.transport-card, .status a.transport-card, .disclosure a.transport-card, .mt-form .hint a.transport-card,
.mt-form .form-error a.transport-card, .chapter-navigation a.transport-card, .chapter-menu a.transport-card, .article-page a.transport-card, .mt-body .mt-footer a.transport-card, .text a.transport-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--spacer-x-small);
  gap: var(--spacer-xx-small);
  background-color: var(--color-mt-white);
  color: var(--color-links);
}
.mt-link.transport-card svg path, .current-issues a.transport-card svg path, .feedback-container a.transport-card svg path, .dropdown a.transport-card svg path, .menu-row a.transport-card svg path, .menu a.transport-card svg path, .task a.transport-card svg path,
.highlighted-link a.transport-card svg path, .status a.transport-card svg path, .disclosure a.transport-card svg path, .mt-form .hint a.transport-card svg path,
.mt-form .form-error a.transport-card svg path, .chapter-navigation a.transport-card svg path, .chapter-menu a.transport-card svg path, .article-page a.transport-card svg path, .mt-body .mt-footer a.transport-card svg path, .text a.transport-card svg path {
  fill: var(--mt-button-primary-bg);
}
.mt-link.transport-card svg circle, .current-issues a.transport-card svg circle, .feedback-container a.transport-card svg circle, .dropdown a.transport-card svg circle, .menu-row a.transport-card svg circle, .menu a.transport-card svg circle, .task a.transport-card svg circle,
.highlighted-link a.transport-card svg circle, .status a.transport-card svg circle, .disclosure a.transport-card svg circle, .mt-form .hint a.transport-card svg circle,
.mt-form .form-error a.transport-card svg circle, .chapter-navigation a.transport-card svg circle, .chapter-menu a.transport-card svg circle, .article-page a.transport-card svg circle, .mt-body .mt-footer a.transport-card svg circle, .text a.transport-card svg circle {
  fill: transparent;
}
.mt-link.transport-card .text, .current-issues a.transport-card .text, .feedback-container a.transport-card .text, .dropdown a.transport-card .text, .menu-row a.transport-card .text, .menu a.transport-card .text, .task a.transport-card .text,
.highlighted-link a.transport-card .text, .status a.transport-card .text, .disclosure a.transport-card .text, .mt-form .hint a.transport-card .text,
.mt-form .form-error a.transport-card .text, .chapter-navigation a.transport-card .text, .chapter-menu a.transport-card .text, .article-page a.transport-card .text, .mt-body .mt-footer a.transport-card .text, .text a.transport-card .text {
  display: flex;
  align-items: center;
  gap: var(--spacer-xxx-small);
  font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  line-height: 140%;
  text-decoration: underline;
}
.mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::before, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::before {
  display: none;
}
.mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.highlighted-link a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.mt-form .form-error a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.search-result[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .highlighted-link a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .mt-form .form-error a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .highlighted-link a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .mt-form .form-error a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.search-result[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
    transition: transform 300ms ease;
  }
}
.mt-link.search-result, .current-issues a.search-result, .feedback-container a.search-result, .dropdown a.search-result, .menu-row a.search-result, .menu a.search-result, .task a.search-result,
.highlighted-link a.search-result, .status a.search-result, .disclosure a.search-result, .mt-form .hint a.search-result,
.mt-form .form-error a.search-result, .chapter-navigation a.search-result, .chapter-menu a.search-result, .article-page a.search-result, .mt-body .mt-footer a.search-result, .text a.search-result {
  color: var(--color-text);
  gap: var(--spacer-xx-small);
  padding: var(--spacer-small) var(--spacer-x-small);
  border-radius: 0;
  border-bottom: var(--border-width-small) solid var(--color-mt-lys-furu);
  text-decoration-line: none;
}
.mt-link.search-result:hover, .current-issues a.search-result:hover, .feedback-container a.search-result:hover, .dropdown a.search-result:hover, .menu-row a.search-result:hover, .menu a.search-result:hover, .task a.search-result:hover,
.highlighted-link a.search-result:hover, .status a.search-result:hover, .disclosure a.search-result:hover, .mt-form .hint a.search-result:hover,
.mt-form .form-error a.search-result:hover, .chapter-navigation a.search-result:hover, .chapter-menu a.search-result:hover, .article-page a.search-result:hover, .mt-body .mt-footer a.search-result:hover, .text a.search-result:hover {
  background-color: var(--mt-button-flat-bg-hover);
}
.mt-link.search-result:hover h2, .current-issues a.search-result:hover h2, .feedback-container a.search-result:hover h2, .dropdown a.search-result:hover h2, .menu-row a.search-result:hover h2, .menu a.search-result:hover h2, .task a.search-result:hover h2,
.highlighted-link a.search-result:hover h2, .status a.search-result:hover h2, .disclosure a.search-result:hover h2, .mt-form .hint a.search-result:hover h2,
.mt-form .form-error a.search-result:hover h2, .chapter-navigation a.search-result:hover h2, .chapter-menu a.search-result:hover h2, .article-page a.search-result:hover h2, .mt-body .mt-footer a.search-result:hover h2, .text a.search-result:hover h2,
.mt-link.search-result:hover h3,
.current-issues a.search-result:hover h3,
.feedback-container a.search-result:hover h3,
.dropdown a.search-result:hover h3,
.menu-row a.search-result:hover h3,
.menu a.search-result:hover h3,
.task a.search-result:hover h3,
.highlighted-link a.search-result:hover h3,
.status a.search-result:hover h3,
.disclosure a.search-result:hover h3,
.mt-form .hint a.search-result:hover h3,
.mt-form .form-error a.search-result:hover h3,
.chapter-navigation a.search-result:hover h3,
.chapter-menu a.search-result:hover h3,
.article-page a.search-result:hover h3,
.mt-body .mt-footer a.search-result:hover h3,
.text a.search-result:hover h3 {
  text-decoration-line: none;
}
.mt-link.search-result h2, .current-issues a.search-result h2, .feedback-container a.search-result h2, .dropdown a.search-result h2, .menu-row a.search-result h2, .menu a.search-result h2, .task a.search-result h2,
.highlighted-link a.search-result h2, .status a.search-result h2, .disclosure a.search-result h2, .mt-form .hint a.search-result h2,
.mt-form .form-error a.search-result h2, .chapter-navigation a.search-result h2, .chapter-menu a.search-result h2, .article-page a.search-result h2, .mt-body .mt-footer a.search-result h2, .text a.search-result h2,
.mt-link.search-result h3,
.current-issues a.search-result h3,
.feedback-container a.search-result h3,
.dropdown a.search-result h3,
.menu-row a.search-result h3,
.menu a.search-result h3,
.task a.search-result h3,
.highlighted-link a.search-result h3,
.status a.search-result h3,
.disclosure a.search-result h3,
.mt-form .hint a.search-result h3,
.mt-form .form-error a.search-result h3,
.chapter-navigation a.search-result h3,
.chapter-menu a.search-result h3,
.article-page a.search-result h3,
.mt-body .mt-footer a.search-result h3,
.text a.search-result h3 {
  text-decoration-line: underline;
}
.mt-link.search-result:first-child, .current-issues a.search-result:first-child, .feedback-container a.search-result:first-child, .dropdown a.search-result:first-child, .menu-row a.search-result:first-child, .menu a.search-result:first-child, .task a.search-result:first-child,
.highlighted-link a.search-result:first-child, .status a.search-result:first-child, .disclosure a.search-result:first-child, .mt-form .hint a.search-result:first-child,
.mt-form .form-error a.search-result:first-child, .chapter-navigation a.search-result:first-child, .chapter-menu a.search-result:first-child, .article-page a.search-result:first-child, .mt-body .mt-footer a.search-result:first-child, .text a.search-result:first-child {
  border-top: var(--border-width-small) solid var(--color-mt-lys-furu);
}
.mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.search-result .breadcrumb[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link.search-result .breadcrumb:after, .current-issues a.search-result .breadcrumb:after, .feedback-container a.search-result .breadcrumb:after, .dropdown a.search-result .breadcrumb:after, .menu-row a.search-result .breadcrumb:after, .menu a.search-result .breadcrumb:after, .task a.search-result .breadcrumb:after,
.highlighted-link a.search-result .breadcrumb:after, .status a.search-result .breadcrumb:after, .disclosure a.search-result .breadcrumb:after, .mt-form .hint a.search-result .breadcrumb:after,
.mt-form .form-error a.search-result .breadcrumb:after, .chapter-navigation a.search-result .breadcrumb:after, .chapter-menu a.search-result .breadcrumb:after, .article-page a.search-result .breadcrumb:after, .mt-body .mt-footer a.search-result .breadcrumb:after, .text a.search-result .breadcrumb:after, .mt-link.search-result .breadcrumb::after {
  display: none;
}
.mt-link.search-result .breadcrumb:before, .current-issues a.search-result .breadcrumb:before, .feedback-container a.search-result .breadcrumb:before, .dropdown a.search-result .breadcrumb:before, .menu-row a.search-result .breadcrumb:before, .menu a.search-result .breadcrumb:before, .task a.search-result .breadcrumb:before,
.highlighted-link a.search-result .breadcrumb:before, .status a.search-result .breadcrumb:before, .disclosure a.search-result .breadcrumb:before, .mt-form .hint a.search-result .breadcrumb:before,
.mt-form .form-error a.search-result .breadcrumb:before, .chapter-navigation a.search-result .breadcrumb:before, .chapter-menu a.search-result .breadcrumb:before, .article-page a.search-result .breadcrumb:before, .mt-body .mt-footer a.search-result .breadcrumb:before, .text a.search-result .breadcrumb:before, .mt-link.search-result .breadcrumb::before {
  content: "";
  display: inline-block;
  background: no-repeat center var(--icon-carret-right-small);
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.search-result .breadcrumb:before, .current-issues a.search-result .breadcrumb:before, .feedback-container a.search-result .breadcrumb:before, .dropdown a.search-result .breadcrumb:before, .menu-row a.search-result .breadcrumb:before, .menu a.search-result .breadcrumb:before, .task a.search-result .breadcrumb:before,
  .highlighted-link a.search-result .breadcrumb:before, .status a.search-result .breadcrumb:before, .disclosure a.search-result .breadcrumb:before, .mt-form .hint a.search-result .breadcrumb:before,
  .mt-form .form-error a.search-result .breadcrumb:before, .chapter-navigation a.search-result .breadcrumb:before, .chapter-menu a.search-result .breadcrumb:before, .article-page a.search-result .breadcrumb:before, .mt-body .mt-footer a.search-result .breadcrumb:before, .text a.search-result .breadcrumb:before, .mt-link.search-result .breadcrumb::before {
    transition: transform 300ms ease;
  }
}
.mt-link.search-result .breadcrumb[aria-expanded=true]::before, .current-issues a.search-result .breadcrumb[aria-expanded=true]::before, .feedback-container a.search-result .breadcrumb[aria-expanded=true]::before, .dropdown a.search-result .breadcrumb[aria-expanded=true]::before, .menu-row a.search-result .breadcrumb[aria-expanded=true]::before, .menu a.search-result .breadcrumb[aria-expanded=true]::before, .task a.search-result .breadcrumb[aria-expanded=true]::before,
.highlighted-link a.search-result .breadcrumb[aria-expanded=true]::before, .status a.search-result .breadcrumb[aria-expanded=true]::before, .disclosure a.search-result .breadcrumb[aria-expanded=true]::before, .mt-form .hint a.search-result .breadcrumb[aria-expanded=true]::before,
.mt-form .form-error a.search-result .breadcrumb[aria-expanded=true]::before, .chapter-navigation a.search-result .breadcrumb[aria-expanded=true]::before, .chapter-menu a.search-result .breadcrumb[aria-expanded=true]::before, .article-page a.search-result .breadcrumb[aria-expanded=true]::before, .mt-body .mt-footer a.search-result .breadcrumb[aria-expanded=true]::before, .text a.search-result .breadcrumb[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.search-result .breadcrumb[aria-expanded=true]::before, .current-issues a.search-result .breadcrumb[aria-expanded=true]::before, .feedback-container a.search-result .breadcrumb[aria-expanded=true]::before, .dropdown a.search-result .breadcrumb[aria-expanded=true]::before, .menu-row a.search-result .breadcrumb[aria-expanded=true]::before, .menu a.search-result .breadcrumb[aria-expanded=true]::before, .task a.search-result .breadcrumb[aria-expanded=true]::before,
  .highlighted-link a.search-result .breadcrumb[aria-expanded=true]::before, .status a.search-result .breadcrumb[aria-expanded=true]::before, .disclosure a.search-result .breadcrumb[aria-expanded=true]::before, .mt-form .hint a.search-result .breadcrumb[aria-expanded=true]::before,
  .mt-form .form-error a.search-result .breadcrumb[aria-expanded=true]::before, .chapter-navigation a.search-result .breadcrumb[aria-expanded=true]::before, .chapter-menu a.search-result .breadcrumb[aria-expanded=true]::before, .article-page a.search-result .breadcrumb[aria-expanded=true]::before, .mt-body .mt-footer a.search-result .breadcrumb[aria-expanded=true]::before, .text a.search-result .breadcrumb[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link.search-result .breadcrumb, .current-issues a.search-result .breadcrumb, .feedback-container a.search-result .breadcrumb, .dropdown a.search-result .breadcrumb, .menu-row a.search-result .breadcrumb, .menu a.search-result .breadcrumb, .task a.search-result .breadcrumb,
.highlighted-link a.search-result .breadcrumb, .status a.search-result .breadcrumb, .disclosure a.search-result .breadcrumb, .mt-form .hint a.search-result .breadcrumb,
.mt-form .form-error a.search-result .breadcrumb, .chapter-navigation a.search-result .breadcrumb, .chapter-menu a.search-result .breadcrumb, .article-page a.search-result .breadcrumb, .mt-body .mt-footer a.search-result .breadcrumb, .text a.search-result .breadcrumb {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: var(--fds-spacing-2);
}
.mt-link.search-result .breadcrumb:first-child::before, .current-issues a.search-result .breadcrumb:first-child::before, .feedback-container a.search-result .breadcrumb:first-child::before, .dropdown a.search-result .breadcrumb:first-child::before, .menu-row a.search-result .breadcrumb:first-child::before, .menu a.search-result .breadcrumb:first-child::before, .task a.search-result .breadcrumb:first-child::before,
.highlighted-link a.search-result .breadcrumb:first-child::before, .status a.search-result .breadcrumb:first-child::before, .disclosure a.search-result .breadcrumb:first-child::before, .mt-form .hint a.search-result .breadcrumb:first-child::before,
.mt-form .form-error a.search-result .breadcrumb:first-child::before, .chapter-navigation a.search-result .breadcrumb:first-child::before, .chapter-menu a.search-result .breadcrumb:first-child::before, .article-page a.search-result .breadcrumb:first-child::before, .mt-body .mt-footer a.search-result .breadcrumb:first-child::before, .text a.search-result .breadcrumb:first-child::before {
  content: none;
}
.mt-link.highlighted-content, .current-issues a.highlighted-content, .feedback-container a.highlighted-content, .dropdown a.highlighted-content, .menu-row a.highlighted-content, .menu a.highlighted-content, .task a.highlighted-content,
.highlighted-link a.highlighted-content, .status a.highlighted-content, .disclosure a.highlighted-content, .mt-form .hint a.highlighted-content,
.mt-form .form-error a.highlighted-content, .chapter-navigation a.highlighted-content, .chapter-menu a.highlighted-content, .article-page a.highlighted-content, .mt-body .mt-footer a.highlighted-content, .text a.highlighted-content {
  --content-margin: 0;
  --content-padding: var(--spacer-xx-small);
  --content-bg: var(--color-mt-white);
}
.mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:before, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::before, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:before, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::before {
  display: none;
}
.mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
.mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .menu a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .task a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .status a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after,
  .mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .article-page a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .text a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2:after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h2::after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .current-issues a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .feedback-container a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .dropdown a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu-row a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .menu a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .task a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .highlighted-link a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .status a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .disclosure a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-form .hint a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after,
  .mt-form .form-error a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-navigation a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .chapter-menu a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .article-page a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-body .mt-footer a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .text a.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3:after, .mt-link.highlighted-content[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])) h3::after {
    transition: transform 300ms ease;
  }
}
.mt-link.highlighted-content, .current-issues a.highlighted-content, .feedback-container a.highlighted-content, .dropdown a.highlighted-content, .menu-row a.highlighted-content, .menu a.highlighted-content, .task a.highlighted-content,
.highlighted-link a.highlighted-content, .status a.highlighted-content, .disclosure a.highlighted-content, .mt-form .hint a.highlighted-content,
.mt-form .form-error a.highlighted-content, .chapter-navigation a.highlighted-content, .chapter-menu a.highlighted-content, .article-page a.highlighted-content, .mt-body .mt-footer a.highlighted-content, .text a.highlighted-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: var(--content-margin);
  padding: var(--content-padding);
  gap: var(--spacer-xx-small);
  background-color: var(--content-bg);
  text-decoration: none;
  color: var(--color-text);
}
.mt-link.highlighted-content .heading, .current-issues a.highlighted-content .heading, .feedback-container a.highlighted-content .heading, .dropdown a.highlighted-content .heading, .menu-row a.highlighted-content .heading, .menu a.highlighted-content .heading, .task a.highlighted-content .heading,
.highlighted-link a.highlighted-content .heading, .status a.highlighted-content .heading, .disclosure a.highlighted-content .heading, .mt-form .hint a.highlighted-content .heading,
.mt-form .form-error a.highlighted-content .heading, .chapter-navigation a.highlighted-content .heading, .chapter-menu a.highlighted-content .heading, .article-page a.highlighted-content .heading, .mt-body .mt-footer a.highlighted-content .heading, .text a.highlighted-content .heading {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: var(--spacer-xxx-small);
  text-decoration: underline;
}
.mt-link.highlighted-content--campaign, .current-issues a.highlighted-content--campaign, .feedback-container a.highlighted-content--campaign, .dropdown a.highlighted-content--campaign, .menu-row a.highlighted-content--campaign, .menu a.highlighted-content--campaign, .task a.highlighted-content--campaign,
.highlighted-link a.highlighted-content--campaign, .status a.highlighted-content--campaign, .disclosure a.highlighted-content--campaign, .mt-form .hint a.highlighted-content--campaign,
.mt-form .form-error a.highlighted-content--campaign, .chapter-navigation a.highlighted-content--campaign, .chapter-menu a.highlighted-content--campaign, .article-page a.highlighted-content--campaign, .mt-body .mt-footer a.highlighted-content--campaign, .text a.highlighted-content--campaign {
  --content-bg: var(--color-mt-bg-fjord);
  --content-padding: var(--spacer-small) var(--spacer-medium);
  display: grid;
  align-items: center;
}
.mt-link.highlighted-content--campaign h2, .current-issues a.highlighted-content--campaign h2, .feedback-container a.highlighted-content--campaign h2, .dropdown a.highlighted-content--campaign h2, .menu-row a.highlighted-content--campaign h2, .menu a.highlighted-content--campaign h2, .task a.highlighted-content--campaign h2,
.highlighted-link a.highlighted-content--campaign h2, .status a.highlighted-content--campaign h2, .disclosure a.highlighted-content--campaign h2, .mt-form .hint a.highlighted-content--campaign h2,
.mt-form .form-error a.highlighted-content--campaign h2, .chapter-navigation a.highlighted-content--campaign h2, .chapter-menu a.highlighted-content--campaign h2, .article-page a.highlighted-content--campaign h2, .mt-body .mt-footer a.highlighted-content--campaign h2, .text a.highlighted-content--campaign h2,
.mt-link.highlighted-content--campaign h3,
.current-issues a.highlighted-content--campaign h3,
.feedback-container a.highlighted-content--campaign h3,
.dropdown a.highlighted-content--campaign h3,
.menu-row a.highlighted-content--campaign h3,
.menu a.highlighted-content--campaign h3,
.task a.highlighted-content--campaign h3,
.highlighted-link a.highlighted-content--campaign h3,
.status a.highlighted-content--campaign h3,
.disclosure a.highlighted-content--campaign h3,
.mt-form .hint a.highlighted-content--campaign h3,
.mt-form .form-error a.highlighted-content--campaign h3,
.chapter-navigation a.highlighted-content--campaign h3,
.chapter-menu a.highlighted-content--campaign h3,
.article-page a.highlighted-content--campaign h3,
.mt-body .mt-footer a.highlighted-content--campaign h3,
.text a.highlighted-content--campaign h3 {
  margin-top: 0;
}
.mt-link.highlighted-content--campaign > .highlighted-text, .current-issues a.highlighted-content--campaign > .highlighted-text, .feedback-container a.highlighted-content--campaign > .highlighted-text, .dropdown a.highlighted-content--campaign > .highlighted-text, .menu-row a.highlighted-content--campaign > .highlighted-text, .menu a.highlighted-content--campaign > .highlighted-text, .task a.highlighted-content--campaign > .highlighted-text,
.highlighted-link a.highlighted-content--campaign > .highlighted-text, .status a.highlighted-content--campaign > .highlighted-text, .disclosure a.highlighted-content--campaign > .highlighted-text, .mt-form .hint a.highlighted-content--campaign > .highlighted-text,
.mt-form .form-error a.highlighted-content--campaign > .highlighted-text, .chapter-navigation a.highlighted-content--campaign > .highlighted-text, .chapter-menu a.highlighted-content--campaign > .highlighted-text, .article-page a.highlighted-content--campaign > .highlighted-text, .mt-body .mt-footer a.highlighted-content--campaign > .highlighted-text, .text a.highlighted-content--campaign > .highlighted-text {
  gap: 0;
}
.mt-link.highlighted-content--campaign > .highlighted-text + img, .current-issues a.highlighted-content--campaign > .highlighted-text + img, .feedback-container a.highlighted-content--campaign > .highlighted-text + img, .dropdown a.highlighted-content--campaign > .highlighted-text + img, .menu-row a.highlighted-content--campaign > .highlighted-text + img, .menu a.highlighted-content--campaign > .highlighted-text + img, .task a.highlighted-content--campaign > .highlighted-text + img,
.highlighted-link a.highlighted-content--campaign > .highlighted-text + img, .status a.highlighted-content--campaign > .highlighted-text + img, .disclosure a.highlighted-content--campaign > .highlighted-text + img, .mt-form .hint a.highlighted-content--campaign > .highlighted-text + img,
.mt-form .form-error a.highlighted-content--campaign > .highlighted-text + img, .chapter-navigation a.highlighted-content--campaign > .highlighted-text + img, .chapter-menu a.highlighted-content--campaign > .highlighted-text + img, .article-page a.highlighted-content--campaign > .highlighted-text + img, .mt-body .mt-footer a.highlighted-content--campaign > .highlighted-text + img, .text a.highlighted-content--campaign > .highlighted-text + img {
  width: 100%;
}
.mt-link.highlighted-content--cta, .current-issues a.highlighted-content--cta, .feedback-container a.highlighted-content--cta, .dropdown a.highlighted-content--cta, .menu-row a.highlighted-content--cta, .menu a.highlighted-content--cta, .task a.highlighted-content--cta,
.highlighted-link a.highlighted-content--cta, .status a.highlighted-content--cta, .disclosure a.highlighted-content--cta, .mt-form .hint a.highlighted-content--cta,
.mt-form .form-error a.highlighted-content--cta, .chapter-navigation a.highlighted-content--cta, .chapter-menu a.highlighted-content--cta, .article-page a.highlighted-content--cta, .mt-body .mt-footer a.highlighted-content--cta, .text a.highlighted-content--cta, .mt-link.highlighted-content--blue, .current-issues a.highlighted-content--blue, .feedback-container a.highlighted-content--blue, .dropdown a.highlighted-content--blue, .menu-row a.highlighted-content--blue, .menu a.highlighted-content--blue, .task a.highlighted-content--blue,
.highlighted-link a.highlighted-content--blue, .status a.highlighted-content--blue, .disclosure a.highlighted-content--blue, .mt-form .hint a.highlighted-content--blue,
.mt-form .form-error a.highlighted-content--blue, .chapter-navigation a.highlighted-content--blue, .chapter-menu a.highlighted-content--blue, .article-page a.highlighted-content--blue, .mt-body .mt-footer a.highlighted-content--blue, .text a.highlighted-content--blue {
  --content-padding: var(--spacer-x-small);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.highlighted-content--cta, .current-issues a.highlighted-content--cta, .feedback-container a.highlighted-content--cta, .dropdown a.highlighted-content--cta, .menu-row a.highlighted-content--cta, .menu a.highlighted-content--cta, .task a.highlighted-content--cta,
  .highlighted-link a.highlighted-content--cta, .status a.highlighted-content--cta, .disclosure a.highlighted-content--cta, .mt-form .hint a.highlighted-content--cta,
  .mt-form .form-error a.highlighted-content--cta, .chapter-navigation a.highlighted-content--cta, .chapter-menu a.highlighted-content--cta, .article-page a.highlighted-content--cta, .mt-body .mt-footer a.highlighted-content--cta, .text a.highlighted-content--cta, .mt-link.highlighted-content--blue, .current-issues a.highlighted-content--blue, .feedback-container a.highlighted-content--blue, .dropdown a.highlighted-content--blue, .menu-row a.highlighted-content--blue, .menu a.highlighted-content--blue, .task a.highlighted-content--blue,
  .highlighted-link a.highlighted-content--blue, .status a.highlighted-content--blue, .disclosure a.highlighted-content--blue, .mt-form .hint a.highlighted-content--blue,
  .mt-form .form-error a.highlighted-content--blue, .chapter-navigation a.highlighted-content--blue, .chapter-menu a.highlighted-content--blue, .article-page a.highlighted-content--blue, .mt-body .mt-footer a.highlighted-content--blue, .text a.highlighted-content--blue {
    transition: background-color 100ms ease;
  }
}
.mt-link.highlighted-content .mt-img, .current-issues a.highlighted-content .mt-img, .feedback-container a.highlighted-content .mt-img, .dropdown a.highlighted-content .mt-img, .menu-row a.highlighted-content .mt-img, .menu a.highlighted-content .mt-img, .task a.highlighted-content .mt-img,
.highlighted-link a.highlighted-content .mt-img, .status a.highlighted-content .mt-img, .disclosure a.highlighted-content .mt-img, .mt-form .hint a.highlighted-content .mt-img,
.mt-form .form-error a.highlighted-content .mt-img, .chapter-navigation a.highlighted-content .mt-img, .chapter-menu a.highlighted-content .mt-img, .article-page a.highlighted-content .mt-img, .mt-body .mt-footer a.highlighted-content .mt-img, .text a.highlighted-content .mt-img, .mt-link.highlighted-content .article-page figure img, .article-page figure .mt-link.highlighted-content img, .current-issues a.highlighted-content .article-page figure img, .feedback-container a.highlighted-content .article-page figure img, .dropdown a.highlighted-content .article-page figure img, .menu-row a.highlighted-content .article-page figure img, .menu a.highlighted-content .article-page figure img, .task a.highlighted-content .article-page figure img,
.highlighted-link a.highlighted-content .article-page figure img, .status a.highlighted-content .article-page figure img, .disclosure a.highlighted-content .article-page figure img, .mt-form .hint a.highlighted-content .article-page figure img,
.mt-form .form-error a.highlighted-content .article-page figure img, .chapter-navigation a.highlighted-content .article-page figure img, .chapter-menu a.highlighted-content .article-page figure img, .article-page a.highlighted-content figure img, .article-page figure a.highlighted-content img, .mt-body .mt-footer a.highlighted-content .article-page figure img, .text a.highlighted-content .article-page figure img {
  width: 100%;
}
.mt-link.highlighted-content .highlighted-text time + .heading, .current-issues a.highlighted-content .highlighted-text time + .heading, .feedback-container a.highlighted-content .highlighted-text time + .heading, .dropdown a.highlighted-content .highlighted-text time + .heading, .menu-row a.highlighted-content .highlighted-text time + .heading, .menu a.highlighted-content .highlighted-text time + .heading, .task a.highlighted-content .highlighted-text time + .heading,
.highlighted-link a.highlighted-content .highlighted-text time + .heading, .status a.highlighted-content .highlighted-text time + .heading, .disclosure a.highlighted-content .highlighted-text time + .heading, .mt-form .hint a.highlighted-content .highlighted-text time + .heading,
.mt-form .form-error a.highlighted-content .highlighted-text time + .heading, .chapter-navigation a.highlighted-content .highlighted-text time + .heading, .chapter-menu a.highlighted-content .highlighted-text time + .heading, .article-page a.highlighted-content .highlighted-text time + .heading, .mt-body .mt-footer a.highlighted-content .highlighted-text time + .heading, .text a.highlighted-content .highlighted-text time + .heading {
  margin-top: var(--spacer-xxx-small);
}
.mt-link.highlighted-content .highlighted-text .heading + *, .current-issues a.highlighted-content .highlighted-text .heading + *, .feedback-container a.highlighted-content .highlighted-text .heading + *, .dropdown a.highlighted-content .highlighted-text .heading + *, .menu-row a.highlighted-content .highlighted-text .heading + *, .menu a.highlighted-content .highlighted-text .heading + *, .task a.highlighted-content .highlighted-text .heading + *,
.highlighted-link a.highlighted-content .highlighted-text .heading + *, .status a.highlighted-content .highlighted-text .heading + *, .disclosure a.highlighted-content .highlighted-text .heading + *, .mt-form .hint a.highlighted-content .highlighted-text .heading + *,
.mt-form .form-error a.highlighted-content .highlighted-text .heading + *, .chapter-navigation a.highlighted-content .highlighted-text .heading + *, .chapter-menu a.highlighted-content .highlighted-text .heading + *, .article-page a.highlighted-content .highlighted-text .heading + *, .mt-body .mt-footer a.highlighted-content .highlighted-text .heading + *, .text a.highlighted-content .highlighted-text .heading + * {
  margin-top: var(--spacer-xx-small);
}
.mt-link.highlighted-content:hover, .current-issues a.highlighted-content:hover, .feedback-container a.highlighted-content:hover, .dropdown a.highlighted-content:hover, .menu-row a.highlighted-content:hover, .menu a.highlighted-content:hover, .task a.highlighted-content:hover,
.highlighted-link a.highlighted-content:hover, .status a.highlighted-content:hover, .disclosure a.highlighted-content:hover, .mt-form .hint a.highlighted-content:hover,
.mt-form .form-error a.highlighted-content:hover, .chapter-navigation a.highlighted-content:hover, .chapter-menu a.highlighted-content:hover, .article-page a.highlighted-content:hover, .mt-body .mt-footer a.highlighted-content:hover, .text a.highlighted-content:hover {
  --content-bg: var(--color-mt-green-300);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.highlighted-content:hover, .current-issues a.highlighted-content:hover, .feedback-container a.highlighted-content:hover, .dropdown a.highlighted-content:hover, .menu-row a.highlighted-content:hover, .menu a.highlighted-content:hover, .task a.highlighted-content:hover,
  .highlighted-link a.highlighted-content:hover, .status a.highlighted-content:hover, .disclosure a.highlighted-content:hover, .mt-form .hint a.highlighted-content:hover,
  .mt-form .form-error a.highlighted-content:hover, .chapter-navigation a.highlighted-content:hover, .chapter-menu a.highlighted-content:hover, .article-page a.highlighted-content:hover, .mt-body .mt-footer a.highlighted-content:hover, .text a.highlighted-content:hover {
    transition: background-color 300ms cubic-bezier(0.38, 0.02, 0.26, 1.01);
  }
}
.mt-link.highlighted-content:focus, .current-issues a.highlighted-content:focus, .feedback-container a.highlighted-content:focus, .dropdown a.highlighted-content:focus, .menu-row a.highlighted-content:focus, .menu a.highlighted-content:focus, .task a.highlighted-content:focus,
.highlighted-link a.highlighted-content:focus, .status a.highlighted-content:focus, .disclosure a.highlighted-content:focus, .mt-form .hint a.highlighted-content:focus,
.mt-form .form-error a.highlighted-content:focus, .chapter-navigation a.highlighted-content:focus, .chapter-menu a.highlighted-content:focus, .article-page a.highlighted-content:focus, .mt-body .mt-footer a.highlighted-content:focus, .text a.highlighted-content:focus {
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-link.highlighted-content:active, .current-issues a.highlighted-content:active, .feedback-container a.highlighted-content:active, .dropdown a.highlighted-content:active, .menu-row a.highlighted-content:active, .menu a.highlighted-content:active, .task a.highlighted-content:active,
.highlighted-link a.highlighted-content:active, .status a.highlighted-content:active, .disclosure a.highlighted-content:active, .mt-form .hint a.highlighted-content:active,
.mt-form .form-error a.highlighted-content:active, .chapter-navigation a.highlighted-content:active, .chapter-menu a.highlighted-content:active, .article-page a.highlighted-content:active, .mt-body .mt-footer a.highlighted-content:active, .text a.highlighted-content:active {
  --content-bg: var(--color-mt-green-400);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.highlighted-content:active, .current-issues a.highlighted-content:active, .feedback-container a.highlighted-content:active, .dropdown a.highlighted-content:active, .menu-row a.highlighted-content:active, .menu a.highlighted-content:active, .task a.highlighted-content:active,
  .highlighted-link a.highlighted-content:active, .status a.highlighted-content:active, .disclosure a.highlighted-content:active, .mt-form .hint a.highlighted-content:active,
  .mt-form .form-error a.highlighted-content:active, .chapter-navigation a.highlighted-content:active, .chapter-menu a.highlighted-content:active, .article-page a.highlighted-content:active, .mt-body .mt-footer a.highlighted-content:active, .text a.highlighted-content:active {
    transition: background-color 100ms ease;
  }
}
@media only screen and (min-width: 768px) {
  .mt-link.highlighted-content, .current-issues a.highlighted-content, .feedback-container a.highlighted-content, .dropdown a.highlighted-content, .menu-row a.highlighted-content, .menu a.highlighted-content, .task a.highlighted-content,
  .highlighted-link a.highlighted-content, .status a.highlighted-content, .disclosure a.highlighted-content, .mt-form .hint a.highlighted-content,
  .mt-form .form-error a.highlighted-content, .chapter-navigation a.highlighted-content, .chapter-menu a.highlighted-content, .article-page a.highlighted-content, .mt-body .mt-footer a.highlighted-content, .text a.highlighted-content {
    flex-direction: row;
  }
  .mt-link.highlighted-content .mt-img, .current-issues a.highlighted-content .mt-img, .feedback-container a.highlighted-content .mt-img, .dropdown a.highlighted-content .mt-img, .menu-row a.highlighted-content .mt-img, .menu a.highlighted-content .mt-img, .task a.highlighted-content .mt-img,
  .highlighted-link a.highlighted-content .mt-img, .status a.highlighted-content .mt-img, .disclosure a.highlighted-content .mt-img, .mt-form .hint a.highlighted-content .mt-img,
  .mt-form .form-error a.highlighted-content .mt-img, .chapter-navigation a.highlighted-content .mt-img, .chapter-menu a.highlighted-content .mt-img, .article-page a.highlighted-content .mt-img, .mt-body .mt-footer a.highlighted-content .mt-img, .text a.highlighted-content .mt-img, .mt-link.highlighted-content .article-page figure img, .article-page figure .mt-link.highlighted-content img, .current-issues a.highlighted-content .article-page figure img, .feedback-container a.highlighted-content .article-page figure img, .dropdown a.highlighted-content .article-page figure img, .menu-row a.highlighted-content .article-page figure img, .menu a.highlighted-content .article-page figure img, .task a.highlighted-content .article-page figure img,
  .highlighted-link a.highlighted-content .article-page figure img, .status a.highlighted-content .article-page figure img, .disclosure a.highlighted-content .article-page figure img, .mt-form .hint a.highlighted-content .article-page figure img,
  .mt-form .form-error a.highlighted-content .article-page figure img, .chapter-navigation a.highlighted-content .article-page figure img, .chapter-menu a.highlighted-content .article-page figure img, .article-page a.highlighted-content figure img, .article-page figure a.highlighted-content img, .mt-body .mt-footer a.highlighted-content .article-page figure img, .text a.highlighted-content .article-page figure img {
    width: 17rem;
  }
}
.mt-link.link--transport, .current-issues a.link--transport, .feedback-container a.link--transport, .dropdown a.link--transport, .menu-row a.link--transport, .menu a.link--transport, .task a.link--transport,
.highlighted-link a.link--transport, .status a.link--transport, .disclosure a.link--transport, .mt-form .hint a.link--transport,
.mt-form .form-error a.link--transport, .chapter-navigation a.link--transport, .chapter-menu a.link--transport, .article-page a.link--transport, .mt-body .mt-footer a.link--transport, .text a.link--transport {
  --transportlink-background: transparent;
  --focus-box-shadow: $focus-box-shadow;
  --transportlink-padding: 0.875rem 1.5rem;
  --border-radius: 0.25em;
}
.mt-link.link--transport:active, .current-issues a.link--transport:active, .feedback-container a.link--transport:active, .dropdown a.link--transport:active, .menu-row a.link--transport:active, .menu a.link--transport:active, .task a.link--transport:active,
.highlighted-link a.link--transport:active, .status a.link--transport:active, .disclosure a.link--transport:active, .mt-form .hint a.link--transport:active,
.mt-form .form-error a.link--transport:active, .chapter-navigation a.link--transport:active, .chapter-menu a.link--transport:active, .article-page a.link--transport:active, .mt-body .mt-footer a.link--transport:active, .text a.link--transport:active {
  background-color: var(--mt-link-primary-bg-hover);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport:active, .current-issues a.link--transport:active, .feedback-container a.link--transport:active, .dropdown a.link--transport:active, .menu-row a.link--transport:active, .menu a.link--transport:active, .task a.link--transport:active,
  .highlighted-link a.link--transport:active, .status a.link--transport:active, .disclosure a.link--transport:active, .mt-form .hint a.link--transport:active,
  .mt-form .form-error a.link--transport:active, .chapter-navigation a.link--transport:active, .chapter-menu a.link--transport:active, .article-page a.link--transport:active, .mt-body .mt-footer a.link--transport:active, .text a.link--transport:active {
    transition: background-color 100ms ease;
  }
}
.mt-link.link--transport:hover, .current-issues a.link--transport:hover, .feedback-container a.link--transport:hover, .dropdown a.link--transport:hover, .menu-row a.link--transport:hover, .menu a.link--transport:hover, .task a.link--transport:hover,
.highlighted-link a.link--transport:hover, .status a.link--transport:hover, .disclosure a.link--transport:hover, .mt-form .hint a.link--transport:hover,
.mt-form .form-error a.link--transport:hover, .chapter-navigation a.link--transport:hover, .chapter-menu a.link--transport:hover, .article-page a.link--transport:hover, .mt-body .mt-footer a.link--transport:hover, .text a.link--transport:hover {
  background-color: var(--mt-link-primary-bg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport:hover, .current-issues a.link--transport:hover, .feedback-container a.link--transport:hover, .dropdown a.link--transport:hover, .menu-row a.link--transport:hover, .menu a.link--transport:hover, .task a.link--transport:hover,
  .highlighted-link a.link--transport:hover, .status a.link--transport:hover, .disclosure a.link--transport:hover, .mt-form .hint a.link--transport:hover,
  .mt-form .form-error a.link--transport:hover, .chapter-navigation a.link--transport:hover, .chapter-menu a.link--transport:hover, .article-page a.link--transport:hover, .mt-body .mt-footer a.link--transport:hover, .text a.link--transport:hover {
    transition: background-color 300ms ease;
  }
}
.mt-link.link--transport:hover, .current-issues a.link--transport:hover, .feedback-container a.link--transport:hover, .dropdown a.link--transport:hover, .menu-row a.link--transport:hover, .menu a.link--transport:hover, .task a.link--transport:hover,
.highlighted-link a.link--transport:hover, .status a.link--transport:hover, .disclosure a.link--transport:hover, .mt-form .hint a.link--transport:hover,
.mt-form .form-error a.link--transport:hover, .chapter-navigation a.link--transport:hover, .chapter-menu a.link--transport:hover, .article-page a.link--transport:hover, .mt-body .mt-footer a.link--transport:hover, .text a.link--transport:hover {
  text-decoration: none;
}
.mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .current-issues a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .feedback-container a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .dropdown a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu-row a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .task a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.highlighted-link a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .status a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-form .hint a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-form .form-error a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-navigation a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .chapter-menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-body .mt-footer a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .text a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .highlighted-link a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .mt-form .form-error a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.link--transport[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .current-issues a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .feedback-container a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .dropdown a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu-row a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .task a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.highlighted-link a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .status a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-form .hint a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-form .form-error a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-navigation a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .chapter-menu a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-body .mt-footer a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .text a.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-link.link--transport[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  flex-shrink: 0;
}
.mt-link.link--transport:after, .current-issues a.link--transport:after, .feedback-container a.link--transport:after, .dropdown a.link--transport:after, .menu-row a.link--transport:after, .menu a.link--transport:after, .task a.link--transport:after,
.highlighted-link a.link--transport:after, .status a.link--transport:after, .disclosure a.link--transport:after, .mt-form .hint a.link--transport:after,
.mt-form .form-error a.link--transport:after, .chapter-navigation a.link--transport:after, .chapter-menu a.link--transport:after, .article-page a.link--transport:after, .mt-body .mt-footer a.link--transport:after, .text a.link--transport:after, .mt-link.link--transport::after {
  display: none;
}
.mt-link.link--transport:before, .current-issues a.link--transport:before, .feedback-container a.link--transport:before, .dropdown a.link--transport:before, .menu-row a.link--transport:before, .menu a.link--transport:before, .task a.link--transport:before,
.highlighted-link a.link--transport:before, .status a.link--transport:before, .disclosure a.link--transport:before, .mt-form .hint a.link--transport:before,
.mt-form .form-error a.link--transport:before, .chapter-navigation a.link--transport:before, .chapter-menu a.link--transport:before, .article-page a.link--transport:before, .mt-body .mt-footer a.link--transport:before, .text a.link--transport:before, .mt-link.link--transport::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport:before, .current-issues a.link--transport:before, .feedback-container a.link--transport:before, .dropdown a.link--transport:before, .menu-row a.link--transport:before, .menu a.link--transport:before, .task a.link--transport:before,
  .highlighted-link a.link--transport:before, .status a.link--transport:before, .disclosure a.link--transport:before, .mt-form .hint a.link--transport:before,
  .mt-form .form-error a.link--transport:before, .chapter-navigation a.link--transport:before, .chapter-menu a.link--transport:before, .article-page a.link--transport:before, .mt-body .mt-footer a.link--transport:before, .text a.link--transport:before, .mt-link.link--transport::before {
    transition: transform 300ms ease;
  }
}
.mt-link.link--transport:before, .current-issues a.link--transport:before, .feedback-container a.link--transport:before, .dropdown a.link--transport:before, .menu-row a.link--transport:before, .menu a.link--transport:before, .task a.link--transport:before,
.highlighted-link a.link--transport:before, .status a.link--transport:before, .disclosure a.link--transport:before, .mt-form .hint a.link--transport:before,
.mt-form .form-error a.link--transport:before, .chapter-navigation a.link--transport:before, .chapter-menu a.link--transport:before, .article-page a.link--transport:before, .mt-body .mt-footer a.link--transport:before, .text a.link--transport:before, .mt-link.link--transport::before {
  flex-shrink: 0;
}
.mt-link.link--transport[aria-expanded=true]::before, .current-issues a.link--transport[aria-expanded=true]::before, .feedback-container a.link--transport[aria-expanded=true]::before, .dropdown a.link--transport[aria-expanded=true]::before, .menu-row a.link--transport[aria-expanded=true]::before, .menu a.link--transport[aria-expanded=true]::before, .task a.link--transport[aria-expanded=true]::before,
.highlighted-link a.link--transport[aria-expanded=true]::before, .status a.link--transport[aria-expanded=true]::before, .disclosure a.link--transport[aria-expanded=true]::before, .mt-form .hint a.link--transport[aria-expanded=true]::before,
.mt-form .form-error a.link--transport[aria-expanded=true]::before, .chapter-navigation a.link--transport[aria-expanded=true]::before, .chapter-menu a.link--transport[aria-expanded=true]::before, .article-page a.link--transport[aria-expanded=true]::before, .mt-body .mt-footer a.link--transport[aria-expanded=true]::before, .text a.link--transport[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport[aria-expanded=true]::before, .current-issues a.link--transport[aria-expanded=true]::before, .feedback-container a.link--transport[aria-expanded=true]::before, .dropdown a.link--transport[aria-expanded=true]::before, .menu-row a.link--transport[aria-expanded=true]::before, .menu a.link--transport[aria-expanded=true]::before, .task a.link--transport[aria-expanded=true]::before,
  .highlighted-link a.link--transport[aria-expanded=true]::before, .status a.link--transport[aria-expanded=true]::before, .disclosure a.link--transport[aria-expanded=true]::before, .mt-form .hint a.link--transport[aria-expanded=true]::before,
  .mt-form .form-error a.link--transport[aria-expanded=true]::before, .chapter-navigation a.link--transport[aria-expanded=true]::before, .chapter-menu a.link--transport[aria-expanded=true]::before, .article-page a.link--transport[aria-expanded=true]::before, .mt-body .mt-footer a.link--transport[aria-expanded=true]::before, .text a.link--transport[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-link.link--transport, .current-issues a.link--transport, .feedback-container a.link--transport, .dropdown a.link--transport, .menu-row a.link--transport, .menu a.link--transport, .task a.link--transport,
.highlighted-link a.link--transport, .status a.link--transport, .disclosure a.link--transport, .mt-form .hint a.link--transport,
.mt-form .form-error a.link--transport, .chapter-navigation a.link--transport, .chapter-menu a.link--transport, .article-page a.link--transport, .mt-body .mt-footer a.link--transport, .text a.link--transport {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  display: flex;
  align-items: flex-start;
  gap: var(--spacer-xxx-small);
  width: fit-content;
  color: var(--color-links);
  padding: var(--transportlink-padding);
  background-color: var(--transportlink-background);
  border-radius: var(--border-radius);
}
.mt-link.link--transport:focus, .current-issues a.link--transport:focus, .feedback-container a.link--transport:focus, .dropdown a.link--transport:focus, .menu-row a.link--transport:focus, .menu a.link--transport:focus, .task a.link--transport:focus,
.highlighted-link a.link--transport:focus, .status a.link--transport:focus, .disclosure a.link--transport:focus, .mt-form .hint a.link--transport:focus,
.mt-form .form-error a.link--transport:focus, .chapter-navigation a.link--transport:focus, .chapter-menu a.link--transport:focus, .article-page a.link--transport:focus, .mt-body .mt-footer a.link--transport:focus, .text a.link--transport:focus {
  border-color: var(--transportlink-background);
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-link.link--transport--primary, .current-issues a.link--transport--primary, .feedback-container a.link--transport--primary, .dropdown a.link--transport--primary, .menu-row a.link--transport--primary, .menu a.link--transport--primary, .task a.link--transport--primary,
.highlighted-link a.link--transport--primary, .status a.link--transport--primary, .disclosure a.link--transport--primary, .mt-form .hint a.link--transport--primary,
.mt-form .form-error a.link--transport--primary, .chapter-navigation a.link--transport--primary, .chapter-menu a.link--transport--primary, .article-page a.link--transport--primary, .mt-body .mt-footer a.link--transport--primary, .text a.link--transport--primary {
  --transportlink-background: var(--mt-link-primary-bg);
}
.mt-link.link--transport--primary:hover, .current-issues a.link--transport--primary:hover, .feedback-container a.link--transport--primary:hover, .dropdown a.link--transport--primary:hover, .menu-row a.link--transport--primary:hover, .menu a.link--transport--primary:hover, .task a.link--transport--primary:hover,
.highlighted-link a.link--transport--primary:hover, .status a.link--transport--primary:hover, .disclosure a.link--transport--primary:hover, .mt-form .hint a.link--transport--primary:hover,
.mt-form .form-error a.link--transport--primary:hover, .chapter-navigation a.link--transport--primary:hover, .chapter-menu a.link--transport--primary:hover, .article-page a.link--transport--primary:hover, .mt-body .mt-footer a.link--transport--primary:hover, .text a.link--transport--primary:hover {
  background-color: var(--mt-link-primary-bg-hover);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport--primary:hover, .current-issues a.link--transport--primary:hover, .feedback-container a.link--transport--primary:hover, .dropdown a.link--transport--primary:hover, .menu-row a.link--transport--primary:hover, .menu a.link--transport--primary:hover, .task a.link--transport--primary:hover,
  .highlighted-link a.link--transport--primary:hover, .status a.link--transport--primary:hover, .disclosure a.link--transport--primary:hover, .mt-form .hint a.link--transport--primary:hover,
  .mt-form .form-error a.link--transport--primary:hover, .chapter-navigation a.link--transport--primary:hover, .chapter-menu a.link--transport--primary:hover, .article-page a.link--transport--primary:hover, .mt-body .mt-footer a.link--transport--primary:hover, .text a.link--transport--primary:hover {
    transition: background-color 300ms ease;
  }
}
.mt-link.link--transport--primary:active, .current-issues a.link--transport--primary:active, .feedback-container a.link--transport--primary:active, .dropdown a.link--transport--primary:active, .menu-row a.link--transport--primary:active, .menu a.link--transport--primary:active, .task a.link--transport--primary:active,
.highlighted-link a.link--transport--primary:active, .status a.link--transport--primary:active, .disclosure a.link--transport--primary:active, .mt-form .hint a.link--transport--primary:active,
.mt-form .form-error a.link--transport--primary:active, .chapter-navigation a.link--transport--primary:active, .chapter-menu a.link--transport--primary:active, .article-page a.link--transport--primary:active, .mt-body .mt-footer a.link--transport--primary:active, .text a.link--transport--primary:active {
  background-color: var(--mt-link-primary-bg-active);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport--primary:active, .current-issues a.link--transport--primary:active, .feedback-container a.link--transport--primary:active, .dropdown a.link--transport--primary:active, .menu-row a.link--transport--primary:active, .menu a.link--transport--primary:active, .task a.link--transport--primary:active,
  .highlighted-link a.link--transport--primary:active, .status a.link--transport--primary:active, .disclosure a.link--transport--primary:active, .mt-form .hint a.link--transport--primary:active,
  .mt-form .form-error a.link--transport--primary:active, .chapter-navigation a.link--transport--primary:active, .chapter-menu a.link--transport--primary:active, .article-page a.link--transport--primary:active, .mt-body .mt-footer a.link--transport--primary:active, .text a.link--transport--primary:active {
    transition: background-color 100ms ease;
  }
}
.mt-link.link--transport--primary, .current-issues a.link--transport--primary, .feedback-container a.link--transport--primary, .dropdown a.link--transport--primary, .menu-row a.link--transport--primary, .menu a.link--transport--primary, .task a.link--transport--primary,
.highlighted-link a.link--transport--primary, .status a.link--transport--primary, .disclosure a.link--transport--primary, .mt-form .hint a.link--transport--primary,
.mt-form .form-error a.link--transport--primary, .chapter-navigation a.link--transport--primary, .chapter-menu a.link--transport--primary, .article-page a.link--transport--primary, .mt-body .mt-footer a.link--transport--primary, .text a.link--transport--primary {
  text-decoration: none;
}
.mt-link.link--transport--primary-large, .current-issues a.link--transport--primary-large, .feedback-container a.link--transport--primary-large, .dropdown a.link--transport--primary-large, .menu-row a.link--transport--primary-large, .menu a.link--transport--primary-large, .task a.link--transport--primary-large,
.highlighted-link a.link--transport--primary-large, .status a.link--transport--primary-large, .disclosure a.link--transport--primary-large, .mt-form .hint a.link--transport--primary-large,
.mt-form .form-error a.link--transport--primary-large, .chapter-navigation a.link--transport--primary-large, .chapter-menu a.link--transport--primary-large, .article-page a.link--transport--primary-large, .mt-body .mt-footer a.link--transport--primary-large, .text a.link--transport--primary-large {
  --transportlink-background: var(--mt-link-primary-bg);
}
.mt-link.link--transport--primary-large:hover, .current-issues a.link--transport--primary-large:hover, .feedback-container a.link--transport--primary-large:hover, .dropdown a.link--transport--primary-large:hover, .menu-row a.link--transport--primary-large:hover, .menu a.link--transport--primary-large:hover, .task a.link--transport--primary-large:hover,
.highlighted-link a.link--transport--primary-large:hover, .status a.link--transport--primary-large:hover, .disclosure a.link--transport--primary-large:hover, .mt-form .hint a.link--transport--primary-large:hover,
.mt-form .form-error a.link--transport--primary-large:hover, .chapter-navigation a.link--transport--primary-large:hover, .chapter-menu a.link--transport--primary-large:hover, .article-page a.link--transport--primary-large:hover, .mt-body .mt-footer a.link--transport--primary-large:hover, .text a.link--transport--primary-large:hover {
  background-color: var(--mt-link-primary-bg-hover);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport--primary-large:hover, .current-issues a.link--transport--primary-large:hover, .feedback-container a.link--transport--primary-large:hover, .dropdown a.link--transport--primary-large:hover, .menu-row a.link--transport--primary-large:hover, .menu a.link--transport--primary-large:hover, .task a.link--transport--primary-large:hover,
  .highlighted-link a.link--transport--primary-large:hover, .status a.link--transport--primary-large:hover, .disclosure a.link--transport--primary-large:hover, .mt-form .hint a.link--transport--primary-large:hover,
  .mt-form .form-error a.link--transport--primary-large:hover, .chapter-navigation a.link--transport--primary-large:hover, .chapter-menu a.link--transport--primary-large:hover, .article-page a.link--transport--primary-large:hover, .mt-body .mt-footer a.link--transport--primary-large:hover, .text a.link--transport--primary-large:hover {
    transition: background-color 300ms ease;
  }
}
.mt-link.link--transport--primary-large:active, .current-issues a.link--transport--primary-large:active, .feedback-container a.link--transport--primary-large:active, .dropdown a.link--transport--primary-large:active, .menu-row a.link--transport--primary-large:active, .menu a.link--transport--primary-large:active, .task a.link--transport--primary-large:active,
.highlighted-link a.link--transport--primary-large:active, .status a.link--transport--primary-large:active, .disclosure a.link--transport--primary-large:active, .mt-form .hint a.link--transport--primary-large:active,
.mt-form .form-error a.link--transport--primary-large:active, .chapter-navigation a.link--transport--primary-large:active, .chapter-menu a.link--transport--primary-large:active, .article-page a.link--transport--primary-large:active, .mt-body .mt-footer a.link--transport--primary-large:active, .text a.link--transport--primary-large:active {
  background-color: var(--mt-link-primary-bg-active);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-link.link--transport--primary-large:active, .current-issues a.link--transport--primary-large:active, .feedback-container a.link--transport--primary-large:active, .dropdown a.link--transport--primary-large:active, .menu-row a.link--transport--primary-large:active, .menu a.link--transport--primary-large:active, .task a.link--transport--primary-large:active,
  .highlighted-link a.link--transport--primary-large:active, .status a.link--transport--primary-large:active, .disclosure a.link--transport--primary-large:active, .mt-form .hint a.link--transport--primary-large:active,
  .mt-form .form-error a.link--transport--primary-large:active, .chapter-navigation a.link--transport--primary-large:active, .chapter-menu a.link--transport--primary-large:active, .article-page a.link--transport--primary-large:active, .mt-body .mt-footer a.link--transport--primary-large:active, .text a.link--transport--primary-large:active {
    transition: background-color 100ms ease;
  }
}
.mt-link.link--transport--primary-large, .current-issues a.link--transport--primary-large, .feedback-container a.link--transport--primary-large, .dropdown a.link--transport--primary-large, .menu-row a.link--transport--primary-large, .menu a.link--transport--primary-large, .task a.link--transport--primary-large,
.highlighted-link a.link--transport--primary-large, .status a.link--transport--primary-large, .disclosure a.link--transport--primary-large, .mt-form .hint a.link--transport--primary-large,
.mt-form .form-error a.link--transport--primary-large, .chapter-navigation a.link--transport--primary-large, .chapter-menu a.link--transport--primary-large, .article-page a.link--transport--primary-large, .mt-body .mt-footer a.link--transport--primary-large, .text a.link--transport--primary-large {
  width: 100%;
  text-decoration: none;
}
.mt-link.link--transport--secondary, .current-issues a.link--transport--secondary, .feedback-container a.link--transport--secondary, .dropdown a.link--transport--secondary, .menu-row a.link--transport--secondary, .menu a.link--transport--secondary, .task a.link--transport--secondary,
.highlighted-link a.link--transport--secondary, .status a.link--transport--secondary, .disclosure a.link--transport--secondary, .mt-form .hint a.link--transport--secondary,
.mt-form .form-error a.link--transport--secondary, .chapter-navigation a.link--transport--secondary, .chapter-menu a.link--transport--secondary, .article-page a.link--transport--secondary, .mt-body .mt-footer a.link--transport--secondary, .text a.link--transport--secondary {
  border: var(--border-width-regular) solid var(--list-border);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}
.mt-link.link--transport--secondary-large, .current-issues a.link--transport--secondary-large, .feedback-container a.link--transport--secondary-large, .dropdown a.link--transport--secondary-large, .menu-row a.link--transport--secondary-large, .menu a.link--transport--secondary-large, .task a.link--transport--secondary-large,
.highlighted-link a.link--transport--secondary-large, .status a.link--transport--secondary-large, .disclosure a.link--transport--secondary-large, .mt-form .hint a.link--transport--secondary-large,
.mt-form .form-error a.link--transport--secondary-large, .chapter-navigation a.link--transport--secondary-large, .chapter-menu a.link--transport--secondary-large, .article-page a.link--transport--secondary-large, .mt-body .mt-footer a.link--transport--secondary-large, .text a.link--transport--secondary-large {
  --transportlink-padding: var(--spacer-xx-small) var(--spacer-xxx-small);
  width: 100%;
  border-radius: 0;
  text-decoration: none;
}
.mt-link.link--button, .current-issues a.link--button, .feedback-container a.link--button, .dropdown a.link--button, .menu-row a.link--button, .menu a.link--button, .task a.link--button,
.highlighted-link a.link--button, .status a.link--button, .disclosure a.link--button, .mt-form .hint a.link--button,
.mt-form .form-error a.link--button, .chapter-navigation a.link--button, .chapter-menu a.link--button, .article-page a.link--button, .mt-body .mt-footer a.link--button, .text a.link--button {
  color: var(--color-text);
  border-radius: 0.25em;
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
}
.mt-link.link--button.info:hover, .current-issues a.link--button.info:hover, .feedback-container a.link--button.info:hover, .dropdown a.link--button.info:hover, .menu-row a.link--button.info:hover, .menu a.link--button.info:hover, .task a.link--button.info:hover,
.highlighted-link a.link--button.info:hover, .status a.link--button.info:hover, .disclosure a.link--button.info:hover, .mt-form .hint a.link--button.info:hover,
.mt-form .form-error a.link--button.info:hover, .chapter-navigation a.link--button.info:hover, .chapter-menu a.link--button.info:hover, .article-page a.link--button.info:hover, .mt-body .mt-footer a.link--button.info:hover, .text a.link--button.info:hover, .mt-link.link--button.success:hover, .current-issues a.link--button.success:hover, .feedback-container a.link--button.success:hover, .dropdown a.link--button.success:hover, .menu-row a.link--button.success:hover, .menu a.link--button.success:hover, .task a.link--button.success:hover,
.highlighted-link a.link--button.success:hover, .status a.link--button.success:hover, .disclosure a.link--button.success:hover, .mt-form .hint a.link--button.success:hover,
.mt-form .form-error a.link--button.success:hover, .chapter-navigation a.link--button.success:hover, .chapter-menu a.link--button.success:hover, .article-page a.link--button.success:hover, .mt-body .mt-footer a.link--button.success:hover, .text a.link--button.success:hover, .mt-link.link--button.warning:hover, .current-issues a.link--button.warning:hover, .feedback-container a.link--button.warning:hover, .dropdown a.link--button.warning:hover, .menu-row a.link--button.warning:hover, .menu a.link--button.warning:hover, .task a.link--button.warning:hover,
.highlighted-link a.link--button.warning:hover, .status a.link--button.warning:hover, .disclosure a.link--button.warning:hover, .mt-form .hint a.link--button.warning:hover,
.mt-form .form-error a.link--button.warning:hover, .chapter-navigation a.link--button.warning:hover, .chapter-menu a.link--button.warning:hover, .article-page a.link--button.warning:hover, .mt-body .mt-footer a.link--button.warning:hover, .text a.link--button.warning:hover, .mt-link.link--button.danger:hover, .current-issues a.link--button.danger:hover, .feedback-container a.link--button.danger:hover, .dropdown a.link--button.danger:hover, .menu-row a.link--button.danger:hover, .menu a.link--button.danger:hover, .task a.link--button.danger:hover,
.highlighted-link a.link--button.danger:hover, .status a.link--button.danger:hover, .disclosure a.link--button.danger:hover, .mt-form .hint a.link--button.danger:hover,
.mt-form .form-error a.link--button.danger:hover, .chapter-navigation a.link--button.danger:hover, .chapter-menu a.link--button.danger:hover, .article-page a.link--button.danger:hover, .mt-body .mt-footer a.link--button.danger:hover, .text a.link--button.danger:hover, .mt-link.link--button.neutral:hover, .current-issues a.link--button.neutral:hover, .feedback-container a.link--button.neutral:hover, .dropdown a.link--button.neutral:hover, .menu-row a.link--button.neutral:hover, .menu a.link--button.neutral:hover, .task a.link--button.neutral:hover,
.highlighted-link a.link--button.neutral:hover, .status a.link--button.neutral:hover, .disclosure a.link--button.neutral:hover, .mt-form .hint a.link--button.neutral:hover,
.mt-form .form-error a.link--button.neutral:hover, .chapter-navigation a.link--button.neutral:hover, .chapter-menu a.link--button.neutral:hover, .article-page a.link--button.neutral:hover, .mt-body .mt-footer a.link--button.neutral:hover, .text a.link--button.neutral:hover {
  background-color: var(--status-bg-hover);
}
.mt-link.link--button.info, .current-issues a.link--button.info, .feedback-container a.link--button.info, .dropdown a.link--button.info, .menu-row a.link--button.info, .menu a.link--button.info, .task a.link--button.info,
.highlighted-link a.link--button.info, .status a.link--button.info, .disclosure a.link--button.info, .mt-form .hint a.link--button.info,
.mt-form .form-error a.link--button.info, .chapter-navigation a.link--button.info, .chapter-menu a.link--button.info, .article-page a.link--button.info, .mt-body .mt-footer a.link--button.info, .text a.link--button.info {
  background-color: var(--color-mt-bg-info);
}
.mt-link.link--button.success, .current-issues a.link--button.success, .feedback-container a.link--button.success, .dropdown a.link--button.success, .menu-row a.link--button.success, .menu a.link--button.success, .task a.link--button.success,
.highlighted-link a.link--button.success, .status a.link--button.success, .disclosure a.link--button.success, .mt-form .hint a.link--button.success,
.mt-form .form-error a.link--button.success, .chapter-navigation a.link--button.success, .chapter-menu a.link--button.success, .article-page a.link--button.success, .mt-body .mt-footer a.link--button.success, .text a.link--button.success {
  background-color: var(--color-mt-bg-success);
}
.mt-link.link--button.warning, .current-issues a.link--button.warning, .feedback-container a.link--button.warning, .dropdown a.link--button.warning, .menu-row a.link--button.warning, .menu a.link--button.warning, .task a.link--button.warning,
.highlighted-link a.link--button.warning, .status a.link--button.warning, .disclosure a.link--button.warning, .mt-form .hint a.link--button.warning,
.mt-form .form-error a.link--button.warning, .chapter-navigation a.link--button.warning, .chapter-menu a.link--button.warning, .article-page a.link--button.warning, .mt-body .mt-footer a.link--button.warning, .text a.link--button.warning {
  background-color: var(--color-mt-bg-warning);
}
.mt-link.link--button.danger, .current-issues a.link--button.danger, .feedback-container a.link--button.danger, .dropdown a.link--button.danger, .menu-row a.link--button.danger, .menu a.link--button.danger, .task a.link--button.danger,
.highlighted-link a.link--button.danger, .status a.link--button.danger, .disclosure a.link--button.danger, .mt-form .hint a.link--button.danger,
.mt-form .form-error a.link--button.danger, .chapter-navigation a.link--button.danger, .chapter-menu a.link--button.danger, .article-page a.link--button.danger, .mt-body .mt-footer a.link--button.danger, .text a.link--button.danger {
  background-color: var(--color-mt-bg-danger);
}
.mt-link.link--button.neutral, .current-issues a.link--button.neutral, .feedback-container a.link--button.neutral, .dropdown a.link--button.neutral, .menu-row a.link--button.neutral, .menu a.link--button.neutral, .task a.link--button.neutral,
.highlighted-link a.link--button.neutral, .status a.link--button.neutral, .disclosure a.link--button.neutral, .mt-form .hint a.link--button.neutral,
.mt-form .form-error a.link--button.neutral, .chapter-navigation a.link--button.neutral, .chapter-menu a.link--button.neutral, .article-page a.link--button.neutral, .mt-body .mt-footer a.link--button.neutral, .text a.link--button.neutral {
  background-color: var(--color-mt-bg-neutral);
}
.mt-link.link--button-icon-title-description, .current-issues a.link--button-icon-title-description, .feedback-container a.link--button-icon-title-description, .dropdown a.link--button-icon-title-description, .menu-row a.link--button-icon-title-description, .menu a.link--button-icon-title-description, .task a.link--button-icon-title-description,
.highlighted-link a.link--button-icon-title-description, .status a.link--button-icon-title-description, .disclosure a.link--button-icon-title-description, .mt-form .hint a.link--button-icon-title-description,
.mt-form .form-error a.link--button-icon-title-description, .chapter-navigation a.link--button-icon-title-description, .chapter-menu a.link--button-icon-title-description, .article-page a.link--button-icon-title-description, .mt-body .mt-footer a.link--button-icon-title-description, .text a.link--button-icon-title-description {
  display: grid;
  grid-template-columns: min-content max-content;
  grid-template-areas: "icon title" "icon description";
  column-gap: var(--spacer-xx-small);
  row-gap: 0;
  text-decoration: none;
}
.mt-link.link--button-icon-title-description:hover .title, .current-issues a.link--button-icon-title-description:hover .title, .feedback-container a.link--button-icon-title-description:hover .title, .dropdown a.link--button-icon-title-description:hover .title, .menu-row a.link--button-icon-title-description:hover .title, .menu a.link--button-icon-title-description:hover .title, .task a.link--button-icon-title-description:hover .title,
.highlighted-link a.link--button-icon-title-description:hover .title, .status a.link--button-icon-title-description:hover .title, .disclosure a.link--button-icon-title-description:hover .title, .mt-form .hint a.link--button-icon-title-description:hover .title,
.mt-form .form-error a.link--button-icon-title-description:hover .title, .chapter-navigation a.link--button-icon-title-description:hover .title, .chapter-menu a.link--button-icon-title-description:hover .title, .article-page a.link--button-icon-title-description:hover .title, .mt-body .mt-footer a.link--button-icon-title-description:hover .title, .text a.link--button-icon-title-description:hover .title {
  text-decoration: none;
}
.mt-link.link--button-icon-title-description:before, .current-issues a.link--button-icon-title-description:before, .feedback-container a.link--button-icon-title-description:before, .dropdown a.link--button-icon-title-description:before, .menu-row a.link--button-icon-title-description:before, .menu a.link--button-icon-title-description:before, .task a.link--button-icon-title-description:before,
.highlighted-link a.link--button-icon-title-description:before, .status a.link--button-icon-title-description:before, .disclosure a.link--button-icon-title-description:before, .mt-form .hint a.link--button-icon-title-description:before,
.mt-form .form-error a.link--button-icon-title-description:before, .chapter-navigation a.link--button-icon-title-description:before, .chapter-menu a.link--button-icon-title-description:before, .article-page a.link--button-icon-title-description:before, .mt-body .mt-footer a.link--button-icon-title-description:before, .text a.link--button-icon-title-description:before {
  grid-area: icon;
}
.mt-link.link--button-icon-title-description .title, .current-issues a.link--button-icon-title-description .title, .feedback-container a.link--button-icon-title-description .title, .dropdown a.link--button-icon-title-description .title, .menu-row a.link--button-icon-title-description .title, .menu a.link--button-icon-title-description .title, .task a.link--button-icon-title-description .title,
.highlighted-link a.link--button-icon-title-description .title, .status a.link--button-icon-title-description .title, .disclosure a.link--button-icon-title-description .title, .mt-form .hint a.link--button-icon-title-description .title,
.mt-form .form-error a.link--button-icon-title-description .title, .chapter-navigation a.link--button-icon-title-description .title, .chapter-menu a.link--button-icon-title-description .title, .article-page a.link--button-icon-title-description .title, .mt-body .mt-footer a.link--button-icon-title-description .title, .text a.link--button-icon-title-description .title {
  grid-area: title;
  text-decoration: underline;
}
.mt-link.link--button-icon-title-description .description, .current-issues a.link--button-icon-title-description .description, .feedback-container a.link--button-icon-title-description .description, .dropdown a.link--button-icon-title-description .description, .menu-row a.link--button-icon-title-description .description, .menu a.link--button-icon-title-description .description, .task a.link--button-icon-title-description .description,
.highlighted-link a.link--button-icon-title-description .description, .status a.link--button-icon-title-description .description, .disclosure a.link--button-icon-title-description .description, .mt-form .hint a.link--button-icon-title-description .description,
.mt-form .form-error a.link--button-icon-title-description .description, .chapter-navigation a.link--button-icon-title-description .description, .chapter-menu a.link--button-icon-title-description .description, .article-page a.link--button-icon-title-description .description, .mt-body .mt-footer a.link--button-icon-title-description .description, .text a.link--button-icon-title-description .description {
  grid-area: description;
}

.mt-h4, .mt-body .mt-footer h4, .text h4 {
  font-size: 1.333rem;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}

.mt-h3, .mt-body .mt-footer h3, .text h3 {
  font-size: 1.776889rem;
  font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
}

.mt-h2, .mt-body .mt-footer h2, .text h2 {
  font-size: 2.368593037rem;
  font-size: clamp(1.5869573348rem, 4.7816357022vw + 1rem, 2.368593037rem);
}

.mt-h1, .text h1 {
  font-size: 3.1573345183rem;
  font-size: clamp(2.1154141273rem, 5.041920391vw + 1rem, 3.1573345183rem);
}

.mt-h1, .text h1,
.mt-h2,
.mt-body .mt-footer h2,
.text h2,
.mt-h3,
.mt-body .mt-footer h3,
.text h3,
.mt-h4,
.mt-body .mt-footer h4,
.text h4 {
  line-height: calc(2px + 2ex + 2px);
  overflow-wrap: break-word;
}

.mt-h1, .text h1,
.mt-h2,
.mt-body .mt-footer h2,
.text h2,
.intro {
  font-weight: var(--font-weight-light);
}

.mt-h3, .mt-body .mt-footer h3, .text h3 {
  font-weight: var(--font-weight-normal);
}

.mt-h4, .mt-body .mt-footer h4, .text h4 {
  font-weight: var(--font-weight-bold);
}

.mt-h5, .mt-body .mt-footer h5, .text h5,
.mt-h6,
.mt-body .mt-footer h6,
.text h6 {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}

.content {
  --content-spacer: var(--spacer-xx-small);
}
.content > * + * {
  margin-top: var(--content-spacer);
}
.content > * + .mt-h2, .mt-body .mt-footer .content > * + h2, .text .content > * + h2,
.content > * + .mt-h3,
.mt-body .mt-footer .content > * + h3,
.text .content > * + h3,
.content > .mt-h3,
.mt-body .mt-footer .content > h3,
.text .content > h3,
.content > * + .mt-h4,
.mt-body .mt-footer .content > * + h4,
.text .content > * + h4,
.content > .mt-h4,
.mt-body .mt-footer .content > h4,
.text .content > h4 {
  margin-top: var(--spacer-medium);
}
.content > a:not([class]) {
  display: inline-block;
}
.content blockquote {
  padding: 0.5em 1.5em;
  border-left: 2px solid var(--color-primary);
  font-size: 1.333rem;
}
.content hr {
  margin: 8vh 5vw;
  border-style: dashed;
  border-color: var(--color-primary);
}

.mt-strong, .article-page strong {
  font-weight: var(--font-weight-bold);
}

.text-small {
  font-size: 1rem;
}

.text-body {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}

.text-h3 {
  font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
}

.text-h4 {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}

.text-align-right {
  text-align: right;
}

.font-normal {
  font-weight: var(--font-weight-normal);
}

.text > * + * {
  margin-top: var(--space-content);
}
.text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.text > h2 {
  margin-top: var(--spacer-medium);
}
.text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.text > h3,
.text > h4 {
  margin-top: var(--spacer-x-small);
}
.text ul {
  padding-left: var(--spacer-medium);
}
.text ul li {
  line-height: 140%;
}
.text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.children-spaced-xxs > * + * {
  margin-top: var(--spacer-xx-small);
}

.mt-h1, .text h1,
.mt-h2,
.mt-body .mt-footer h2,
.text h2,
.mt-h3,
.mt-body .mt-footer h3,
.text h3,
.mt-h4,
.mt-body .mt-footer h4,
.text h4,
.mt-h5,
.mt-body .mt-footer h5,
.text h5,
.mt-h6,
.mt-body .mt-footer h6,
.text h6,
th,
td,
a,
.mt-button,
dl,
ul,
ol,
p {
  word-break: break-word;
}

:root {
  --color-mt-blue: hsl(196, 89%, 25%);
  --color-on-mt-blue: hsl(195.5, 46%, 75.3%);
  --color-mt-red: hsl(3, 76%, 52%);
  --color-on-mt-red: hsl(0, 100%, 5.1%);
  --color-mt-red-uu: hsl(3, 76%, 36%);
  --color-on-mt-red-uu: hsl(3, 68.2%, 82.7%);
  --color-mt-beige: hsl(55, 19%, 61%);
  --color-on-mt-beige: hsl(57.1, 19.3%, 21.4%);
  --color-mt-beige-50: hsla(55, 18%, 61%, 0.5);
  --color-on-mt-beige-50: hsl(54, 18.2%, 21.6%);
  --color-mt-light-beige: hsl(37, 39%, 91%);
  --color-on-mt-light-beige: hsl(35.5, 10.7%, 40.4%);
  --color-mt-background: hsl(38, 40%, 96%);
  --color-on-mt-background: hsl(40, 5.4%, 43.5%);
  --color-mt-light-blue: hsl(193, 52%, 42%);
  --color-on-mt-light-blue: hsl(132, 100%, 5.9%);
  --color-mt-lighter-light-blue: hsl(193, 39%, 88%);
  --color-on-mt-lighter-light-blue: hsl(193.8, 13.3%, 38.4%);
  --color-mt-rationale-blue: hsl(193, 39%, 88%);
  --color-on-mt-rationale-blue: hsl(0, 1%, 25%);
  --color-mt-brown: hsl(0, 1%, 25%);
  --color-on-mt-brown: rgb(170, 170, 170);
  --color-mt-grey: hsl(216, 3%, 66%);
  --color-on-mt-grey: hsl(200, 2.4%, 24.1%);
  --color-mt-white: hsl(0, 0%, 100%);
  --color-on-mt-white: #032C30;
  --color-mt-green: hsl(79, 41%, 64%);
  --color-on-mt-green: hsl(78.7, 36.6%, 24.1%);
  --color-mt-green-100: #F3F8F1;
  --color-on-mt-green-100: #6C7368;
  --color-mt-green-300: #D3E8E0;
  --color-on-mt-green-300: #556A62;
  --color-mt-green-400: #BCDCD0;
  --color-on-mt-green-400: #496259;
  --color-mt-light-green: hsl(80, 41%, 85%);
  --color-on-mt-light-green: hsl(79.3, 15.4%, 35.7%);
  --color-primary: hsl(196, 89%, 25%);
  --color-on-primary: hsl(0, 0%, 100%);
  --color-mt-blue-medium: hsl(193, 52%, 42%);
  --color-on-mt-blue-medium: hsl(132, 100%, 5.9%);
  --color-secondary: hsl(54, 19%, 61%);
  --color-on-secondary: hsl(57.1, 19.3%, 21.4%);
  --color-mt-text-dark: hsl(0, 1%, 25%);
  --color-on-mt-text-dark: rgb(170, 170, 170);
  --color-error: hsl(3, 76%, 36%);
  --color-on-error: hsl(0, 0%, 100%);
  --color-error-50: hsla(3, 76%, 36%, 0.5);
  --color-on-error-50: hsl(3, 68.2%, 82.7%);
  --color-mt-yellowgreen: hsl(63, 75%, 41%);
  --color-on-mt-yellowgreen: hsl(64.2, 100%, 13.9%);
  --color-mt-yellowgreen-lighter: hsl(63, 52%, 82%);
  --color-on-mt-yellowgreen-lighter: hsl(61.5, 22.8%, 33.5%);
  --color-mt-new-white: #ffffff;
  --color-on-mt-new-white: #032C30;
  --color-mt-granskog: #054449;
  --color-on-mt-granskog: #FAF6F3;
  --color-mt-granskog-dark: #032C30;
  --color-on-mt-granskog-dark: #5B979C;
  --color-mt-furu: #68B096;
  --color-on-mt-furu: #184032;
  --color-mt-furu-dark: #3C725E;
  --color-on-mt-furu-dark: #DCEAE5;
  --color-mt-lys-furu: #9BCAB9;
  --color-on-mt-lys-furu: #38544A;
  --color-mt-bg-furu: #E2F1DF;
  --color-on-mt-bg-furu: #032C30;
  --color-mt-bg-success: #E2F1DF;
  --color-on-mt-bg-success: #032C30;
  --color-mt-fjord: #153F7B;
  --color-on-mt-fjord: #92ADD2;
  --color-mt-lys-fjord: #9ECCED;
  --color-on-mt-lys-fjord: #36566D;
  --color-mt-bg-fjord: #D8EAF3;
  --color-on-mt-bg-fjord: #032C30;
  --color-mt-bg-neutral: #D8EAF3;
  --color-on-mt-bg-neutral: #032C30;
  --color-mt-rognebaer-contrast: #92301C;
  --color-on-mt-rognebaer-contrast: #E8B9AF;
  --color-mt-rognebaer: #DA573B;
  --color-on-mt-rognebaer: #370900;
  --color-mt-lys-rognebaer: #F9C4AA;
  --color-on-mt-lys-rognebaer: #7B4E38;
  --color-mt-bg-rognebaer: #FFE4D6;
  --color-on-mt-bg-rognebaer: #032C30;
  --color-mt-bg-danger: #FFE4D6;
  --color-on-mt-bg-danger: #032C30;
  --color-mt-sommerdag-contrast: #F1BE3C;
  --color-on-mt-sommerdag-contrast: #6C4D00;
  --color-mt-sommerdag: #F9CC76;
  --color-on-mt-sommerdag: #715623;
  --color-mt-lys-sommerdag: #F8DE9C;
  --color-on-mt-lys-sommerdag: #746131;
  --color-mt-bg-sommerdag: #FBECC6;
  --color-on-mt-bg-sommerdag: #032C30;
  --color-mt-bg-warning: #FBECC6;
  --color-on-mt-bg-warning: #032C30;
  --color-mt-mellombeige: #F4ECE6;
  --color-on-mt-mellombeige: #032C30;
  --color-mt-bg-info: #F4ECE6;
  --color-on-mt-bg-info: #032C30;
  --color-mt-bg-beige: #FAF6F3;
  --color-on-mt-bg-beige: #032C30;
  --color-mt-lys-sand: #F4ECE6;
  --color-on-mt-lys-sand: #756A62;
  --color-mt-havdyp: #116E6B;
  --color-on-mt-havdyp: #C5E5E4;
  --color-mt-brevann: #ABE1CD;
  --color-on-mt-brevann: #3F6456;
  --body-background: var(--color-mt-background);
  --body-color: var(--color-mt-text-dark);
  --color-links: var(--color-primary);
  --focus-on-light: var(--color-mt-blue-medium);
  --focus-on-dark: var(--color-mt-beige);
  --chapter-menu-active-on-dark: var(--color-mt-rationale-blue);
  --dialog-box-bg: var(--color-mt-lighter-light-blue);
  --dialog-box-box-shadow: var(--color-mt-blue-medium);
  --dialog-box-close-hover: var(--color-mt-brown);
  --disclosure-bordered-border: var(--color-secondary);
  --list-border: var(--color-secondary);
  --dropdown-content-bg: var(--color-primary);
  --dropdown-color: var(--color-mt-text-dark);
  --dropdown-visible-color: var(--color-mt-white);
  --menu-border: var(--color-mt-lighter-light-blue);
  --menu-focus: var(--focus-on-dark);
  --disclosure-on-primary-header-expanded: var(--color-mt-lighter-light-blue);
  --highlighted-blue-bg: var(--color-primary);
  --highlighted-blue-color: var(--color-mt-white);
  --highlighted-blue-bg-hover: var(--color-mt-text-dark);
  --highlighted-blue-color-hover: var(--color-mt-background);
  --highlighted-blue-border-hover: var(--color-mt-text-dark);
  --steps-bg: var(--color-mt-brown);
  --steps-color: var(--color-mt-background);
  --colored-card-bg: var(--color-mt-rationale-blue);
  --table-header-bg: var(--color-mt-light-beige);
  --table-border: var(--color-mt-beige-50);
  --table-row-bg-odd: var(--color-mt-white);
  --tag-info-bg: var(--color-mt-rationale-blue);
  --tag-info-border: var(--color-mt-blue-medium);
  --tag-success-bg: var(--color-mt-yellowgreen-lighter);
  --tag-success-border: var(--color-mt-yellowgreen);
  --tag-warning-bg: var(--color-mt-light-beige);
  --tag-warning-border: var(--color-mt-beige);
  --tag-error-bg: var(--color-error-50);
  --tag-error-border: var(--color-error);
  --tag-neutral-bg: var(--color-mt-light-beige);
  --tag-neutral-border: var(--color-mt-beige);
  --checkbox-subset-secondary-bg: var(--color-mt-light-beige);
  --radio-checked-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%23075A78'/%3e%3c/svg%3e");
  --checkbox-checked-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --checkbox-indeterminate-img: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%23075B7A'/%3E%3Cline x1='6.5' y1='12.5' x2='17.5' y2='12.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  --radio-chekbox-button-before-bg-hover: var(--color-mt-white);
  --radio-checkbox-bg-hover: var(--color-mt-blue);
  --radio-checkbox-color-hover: var(--color-mt-white);
  --form-border-width: 1px;
  --form-border-color: var(--color-secondary);
  --form-border-color-hover: var(--color-mt-blue-medium);
  --form-outline-color: var(--color-primary);
  --icon-arrow-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-primary-hover: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-on-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary-small: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary-x-small: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22m6%20.096-1.04%201.04%204.118%204.126H.096V6.74h8.982L4.96%2010.864%206%2011.905%2011.905%206%206%20.096Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22rotate%28-90%206%206%29%22%20d%3D%22M0%200h12v12H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-arrow-left-primary-x-small: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22m6%2011.904%201.04-1.04-4.118-4.126h8.982V5.26H2.922L7.04%201.135%206%20.095.095%206%206%2011.904Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M0%200h12v12H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-search-primary: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-primary-hover: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFFFF%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-neutral: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20fill-rule%3D%22evenodd%22%20d%3D%22m10.953%2010.983.03-.03a4.663%204.663%200%201%200-.03.03Zm.77%202.39A6.997%206.997%200%200%201%202.725%202.724a6.995%206.995%200%200%201%2010.649%209l5.838%205.839-1.648%201.649-5.84-5.84Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-search-neutral-hover: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20fill-rule%3D%22evenodd%22%20d%3D%22m10.953%2010.983.03-.03a4.663%204.663%200%201%200-.03.03Zm.77%202.39A6.997%206.997%200%200%201%202.725%202.724a6.995%206.995%200%200%201%2010.649%209l5.838%205.839-1.648%201.649-5.84-5.84Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-search-white: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-list-checkmark: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20d%3D%22M5.729%2017.334%202.995%209.336l-1.67%201.02-.474-.897L3.936%207.71l2.434%207.313L11.39.257h1.292L6.87%2017.334H5.73Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-info: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%20fill%3D%22%239ECCED%22%20stroke%3D%22%239ECCED%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M16.5%2011.475V22.5h-3V11.475h3Zm0-3.975v2.66h-3V7.5h3Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-neutral: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%20fill%3D%22%234F3521%22%20stroke%3D%22%234F3521%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23F4ECE6%22%20d%3D%22M16.5%2011.475V22.5h-3V11.475h3Zm0-3.975v2.66h-3V7.5h3Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-danger: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23E23128%22%2F%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.2%205.6%208.8%208l2.4%202.4-.8.8L8%208.8l-2.4%202.4-.8-.8L7.2%208%204.8%205.6l.8-.8L8%207.2l2.4-2.4.8.8Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.8%204.8h6.4v6.4H4.8z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-alert-filled-success: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23539D82%22%2F%3E%0A%3Cpath%20d%3D%22M7.56522%2010.9928L6%2012.8109L11.1867%2016.799L18%209.71347L16.3526%208.26562L11.1976%2013.9518L7.56522%2010.9928Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-alert-filled-warning: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%23F1BE3C%22%2F%3E%3Cpath%20fill%3D%22%23032C30%22%20d%3D%22M13.5%2019.5h3v3h-3v-3Zm0-12h3v9h-3v-9Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-partial: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23EFA60B%22%2F%3E%3Cpath%20fill%3D%22%233F3E3E%22%20d%3D%22M5.043%207.329%204%208.54%207.458%2011.2%2012%206.476l-1.098-.965L7.465%209.3%205.043%207.33Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-repealed: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23676560%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.209%204.304v-.5h-1v.829a4.258%204.258%200%200%200-4.527.069%204.098%204.098%200%200%200-1.684%202.212%204.003%204.003%200%200%200%20.14%202.761%204.124%204.124%200%200%200%201.896%202.04%204.269%204.269%200%200%200%202.78.401c.945-.183%201.799-.68%202.415-1.41.616-.732.954-1.65.954-2.6h-1.2c0%20.663-.236%201.309-.672%201.826a3.002%203.002%200%200%201-1.726%201.006c-.68.132-1.387.03-1.997-.288a2.924%202.924%200%200%201-1.346-1.444%202.803%202.803%200%200%201-.098-1.935%202.898%202.898%200%200%201%201.192-1.564%203.058%203.058%200%200%201%202.783-.28h-.577v1h2.667V4.304Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-black: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-newsletter-neutral: url("data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20d%3D%22M5.567%201.62%204.132.155A10.765%2010.765%200%200%200%200%208.205h2.006a8.808%208.808%200%200%201%201.045-3.708A8.6%208.6%200%200%201%205.567%201.62Zm12.427%206.585H20A10.831%2010.831%200%200%200%2015.868.154L14.443%201.62A8.653%208.653%200%200%201%2016.95%204.5a8.862%208.862%200%200%201%201.045%203.704Zm-1.976.513c0-3.149-1.645-5.785-4.514-6.482v-.698C11.505.688%2010.834%200%2010%200c-.832%200-1.505.687-1.505%201.538v.698c-2.878.697-4.513%203.323-4.513%206.482v5.128l-2.006%202.051v1.026h16.048v-1.026l-2.006-2.05V8.717ZM10%2020c.14%200%20.27-.01.401-.041a2.046%202.046%200%200%200%201.444-1.21%202.1%202.1%200%200%200%20.151-.8H7.984C7.994%2019.077%208.887%2020%2010%2020Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-newsletter-neutral-hover: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.567%201.62%204.132.155A10.765%2010.765%200%200%200%200%208.205h2.006a8.808%208.808%200%200%201%201.045-3.708A8.6%208.6%200%200%201%205.567%201.62Zm12.427%206.585H20A10.831%2010.831%200%200%200%2015.868.154L14.443%201.62A8.653%208.653%200%200%201%2016.95%204.5a8.862%208.862%200%200%201%201.045%203.704Zm-1.976.513c0-3.149-1.645-5.785-4.514-6.482v-.698C11.505.688%2010.834%200%2010%200c-.832%200-1.505.687-1.505%201.538v.698c-2.878.697-4.513%203.323-4.513%206.482v5.128l-2.006%202.051v1.026h16.048v-1.026l-2.006-2.05V8.717ZM10%2020c.14%200%20.27-.01.401-.041a2.046%202.046%200%200%200%201.444-1.21%202.1%202.1%200%200%200%20.151-.8H7.984C7.994%2019.077%208.887%2020%2010%2020Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-changelog: url("data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.022.012v5.557h-5.667v-1.5h2.896a8.101%208.101%200%200%200-3.968-1.49%208.146%208.146%200%200%200-5.215%201.27%207.745%207.745%200%200%200-3.186%204.18%207.508%207.508%200%200%200%20.262%205.182%207.811%207.811%200%200%200%203.595%203.859%208.172%208.172%200%200%200%205.318.767%208.005%208.005%200%200%200%204.603-2.684%207.583%207.583%200%200%200%201.798-4.889h2c0%202.257-.804%204.44-2.269%206.178a10.004%2010.004%200%200%201-5.751%203.359c-2.254.436-4.593.099-6.623-.957a9.81%209.81%200%200%201-4.512-4.85%209.508%209.508%200%200%201-.33-6.56%209.745%209.745%200%200%201%204.005-5.26A10.146%2010.146%200%200%201%2011.473.587c1.84.177%203.587.849%205.049%201.932V.012h1.5Zm-6.966%207.175a1%201%200%201%200-2%200v4.329l.503.287%203.134%201.795a1%201%200%201%200%20.994-1.735l-2.631-1.507v-3.17Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-calendar: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.5122%209.22374H6.53659V11.9635H3.5122V9.22374Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M6.53659%2013.8813H3.5122V16.621H6.53659V13.8813Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M8.4878%209.22374H11.5122V11.9635H8.4878V9.22374Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M11.5122%2013.8813H8.4878V16.621H11.5122V13.8813Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M16.4878%209.22374V11.9635H13.4634V9.22374H16.4878Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M16.4878%2016.621V13.8813H13.4634V16.621H16.4878Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.92683%200C5.33094%200%205.65854%200.306654%205.65854%200.684932V1.18721H14.2439V0.684932C14.2439%200.306654%2014.5715%200%2014.9756%200C15.3797%200%2015.7073%200.306654%2015.7073%200.684932V1.18721H19.6098C19.8253%201.18721%2020%201.35076%2020%201.55251V19.6347C20%2019.8365%2019.8253%2020%2019.6098%2020H0.390244C0.174718%2020%200%2019.8365%200%2019.6347V1.55251C0%201.35076%200.174718%201.18721%200.390244%201.18721H4.19512V0.684932C4.19512%200.306654%204.52272%200%204.92683%200ZM14.2439%202.55708V2.69406C14.2439%203.07234%2014.5715%203.379%2014.9756%203.379C15.3797%203.379%2015.7073%203.07234%2015.7073%202.69406V2.55708H18.5366V5.84475H1.46341V2.55708H4.19512V2.69406C4.19512%203.07234%204.52272%203.379%204.92683%203.379C5.33094%203.379%205.65854%203.07234%205.65854%202.69406V2.55708H14.2439ZM1.46341%207.21461V18.6301H18.5366V7.21461H1.46341Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --icon-important: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0UyMzEyOCIvPgogIDxwYXRoIGQ9Ik0xMy4zNjcgNy42NTRoMy4wNTd2My42NTNsLS43OTEgNi43MThoLTEuNDU1bC0uODEtNi43MThWNy42NTRabS4wNjggMTEuNTI0aDIuOTFWMjJoLTIuOTF2LTIuODIyWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  --icon-important-large: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNFMjMxMjgiLz4KPHBhdGggZD0iTTEzLjM2NzIgNy42NTQzSDE2LjQyMzhWMTEuMzA2NkwxNS42MzI4IDE4LjAyNTRIMTQuMTc3N0wxMy4zNjcyIDExLjMwNjZWNy42NTQzWk0xMy40MzU1IDE5LjE3NzdIMTYuMzQ1N1YyMkgxMy40MzU1VjE5LjE3NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  --icon-x-flat: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23075B7A%22%20stroke-width%3D%222%22%20d%3D%22m.7071%201.5151%2016.8246%2016.8246M1.6722%2018.3398%2018.4968%201.5152%22%2F%3E%3C%2Fsvg%3E");
  --icon-x-flat-hover: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20d%3D%22m.7071%201.5151%2016.8246%2016.8246M1.6722%2018.3398%2018.4968%201.5152%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-down: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%233F3E3E%22%20d%3D%22M16.393%203.6%209%2011.127%201.607%203.6%200%205.236%209%2014.4l9-9.164L16.393%203.6Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-carret-down-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_1090_112548%29%22%3E%0A%3Cpath%20d%3D%22M18.2143%203.99999L10%2012.3636L1.78571%204L0%205.81819L10%2016L20%205.81817L18.2143%203.99999Z%22%20fill%3D%22%23075B7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1090_112548%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  --icon-carret-up: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M16.393%203.6%209%2011.127%201.607%203.6%200%205.236%209%2014.4l9-9.164L16.393%203.6Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-carret-right-small: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjIgMS40MyAzLjY2MSA1IC4yIDguNTdsMS4wNjYgMS4wOTdMNS44IDUgMS4yNjYuMzMzLjIgMS40M1oiIGZpbGw9IiM0NjQ1NDUiLz48L3N2Zz4=");
  --icon-carret-left: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20fill%3D%22%23075A78%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.41%201.41L6%200%200%206l6%206%201.41-1.41L2.83%206l4.58-4.59z%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-right: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.907%201.645L6.328%207l-5.42%205.355L2.575%2014l7.102-7-7.102-7L.907%201.645z%22%20fill%3D%22%23403F3F%22%2F%3E%3C%2Fsvg%3E");
  --icon-hamburger: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23403f3f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018H0v-2.25h18V18ZM18%2010.125H0v-2.25h18v2.25ZM18%202.25H0V0h18v2.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-hamburger-on-dark: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018H0v-2.25h18V18ZM18%2010.125H0v-2.25h18v2.25ZM18%202.25H0V0h18v2.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-x: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23403f3f%22%20d%3D%22M18%202.25%2011.25%209%2018%2015.75%2015.75%2018%209%2011.25%202.25%2018%200%2015.75%206.75%209%200%202.25%202.25%200%209%206.75%2015.75%200%2018%202.25Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-x-on-dark: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23075B7A%22%20d%3D%22M18%202.25%2011.25%209%2018%2015.75%2015.75%2018%209%2011.25%202.25%2018%200%2015.75%206.75%209%200%202.25%202.25%200%209%206.75%2015.75%200%2018%202.25Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-arrow-down-on-light: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-up-on-light: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-on-dark: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-white: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22m29.762%2015-2.602-2.602-10.315%2010.297V.238h-3.69v22.457L2.84%2012.398.238%2015%2015%2029.762%2029.762%2015Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h30v30H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-arrow-up-on-dark: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-small: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3MyA3Ljk5OTk3TDE0LjQ4NTQgNi42MTIzNUw4Ljk4NDE2IDEyLjEwMzhMOC45ODQxNiAwLjEyNjk1M0w3LjAxNTkgMC4xMjY5NTNMNy4wMTU5IDEyLjEwMzhMMS41MTQ2NCA2LjYxMjM1TDAuMTI3MDE3IDcuOTk5OTdMOC4wMDAwMyAxNS44NzNMMTUuODczIDcuOTk5OTdaIiBmaWxsPSIjMDc1QjdBIi8+Cjwvc3ZnPgo=");
  --icon-form-intro: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%233F3E3E%22%2F%3E%3Cpath%20d%3D%22M7%2014h10M7%2018h5M7%2010h12%22%20stroke%3D%22%23F9F6F1%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m16.176%2020.722-.11%202.294a.162.162%200%200%200%20.25.144l1.932-1.241a.16.16%200%200%200%20.052-.056l5.684-9.844-2.103-1.214-5.684%209.844a.161.161%200%200%200-.021.073ZM24.39%2011.318l-2.104-1.214L23.42%208.14a.162.162%200%200%201%20.222-.06l1.822%201.053a.162.162%200%200%201%20.06.22l-1.134%201.964Z%22%20fill%3D%22%23F9F6F1%22%2F%3E%3C%2Fsvg%3E");
  --icon-task: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2218%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2210%22%20x2%3D%2219%22%20y2%3D%2210%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15.5%2017L14%2019L18.9706%2023.387L25.5%2015.5927L23.9212%2014L18.981%2020.2549L15.5%2017Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --icon-warning: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.5%22%20r%3D%2215%22%20fill%3D%22%23EFA60B%22%2F%3E%0A%3Cpath%20d%3D%22M13.5%2020H16.5V23H13.5V20ZM13.5%208H16.5V17H13.5V8Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-info: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.5%22%20r%3D%2214%22%20fill%3D%22%23348BA3%22%20stroke%3D%22%23348BA3%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M16.5%2011.9751V23H13.5V11.9751H16.5ZM16.5%208V10.6601H13.5V8H16.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-current-issue: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2234%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%233F3E3E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%201.964V0l-1.588%201.155-10.737%207.809H3c-1.021%200-1.8.327-2.321.87A2.4%202.4%200%200%200%200%2011.464V21.464c0%20.726.325%201.276.79%201.611.416.299.883.389%201.21.389h6.5v9.555h2v-9.555h3.691l10.746%207.326%201.563%201.066V1.964Zm-11.412%208.809L24.5%203.928v24.144l-9.437-6.434-.255-.174H2V11.463a.32.32%200%200%201%20.022-.09.462.462%200%200%201%20.1-.155c.078-.082.3-.255.878-.255H14.825l.263-.191Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-file-upload: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.51%2010.46L11.312%2020.537c-1.979%201.949-5.197%201.949-7.175%200a4.956%204.956%200%20010-7.072L14.921%202.879a3.079%203.079%200%20014.305%200%202.972%202.972%200%20010%204.242l-8.63%208.464c-.396.39-1.04.39-1.435%200a.99.99%200%20010-1.414l7.196-7.05-1.436-1.414-7.196%207.049a2.971%202.971%200%20000%204.244%203.076%203.076%200%20004.304%200l8.63-8.464A4.946%204.946%200%200022.146%205c0-2.77-2.279-5-5.073-5a5.094%205.094%200%2000-3.587%201.466L2.703%2012.049a6.934%206.934%200%2000-2.08%204.95c0%203.864%203.176%207%207.102%207a7.136%207.136%200%20005.022-2.05l10.197-10.074-1.435-1.414z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-document: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.52%208H2.88V6.4h8.64V8Zm-5.04%202.91h-3.6v-1.6h3.6v1.6Zm5.04-5.82H2.88v-1.6h8.64v1.6ZM12.8%201.6H1.6v12.8h11.2V1.6ZM0%200v16h14.4V0H0Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E");
  --icon-pdf: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M8.663%2017.19c.252%200%20.451.07.598.212.152.136.228.32.228.551a.728.728%200%200%201-.228.56c-.147.136-.346.204-.598.204h-.78v-1.528h.78ZM13.503%2017.229c.241%200%20.435.068.582.204.147.137.22.315.22.536v2.055a.706.706%200%200%201-.22.544c-.147.136-.34.204-.582.204h-.685V17.23h.685Z%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.906%205.563c0-.777.63-1.407%201.407-1.407h8.437c.224%200%20.438.09.597.247l4.5%204.5a.844.844%200%200%201%20.247.597v4.781h2.531c.466%200%20.844.378.844.844V23a.844.844%200%200%201-.844.844H3.375A.844.844%200%200%201%202.531%2023v-7.875c0-.466.378-.844.844-.844h2.531V5.562Zm10.407%204.78c-.777%200-1.407-.629-1.407-1.405V5.844H7.594v8.437h11.812v-3.937h-3.093Zm.28-3.306%201.62%201.62h-1.62v-1.62Zm-6.875%209.318c-.3-.153-.651-.229-1.055-.229H6.702v5.749h1.18V19.78h.78c.405%200%20.757-.076%201.056-.228.299-.152.533-.365.7-.638.169-.278.253-.599.253-.96%200-.368-.084-.689-.252-.962a1.656%201.656%200%200%200-.701-.637Zm4.824%200c-.294-.153-.64-.229-1.04-.229h-1.866v5.749h1.867c.399%200%20.745-.076%201.04-.229.298-.157.53-.375.692-.653.168-.278.252-.601.252-.969V17.97c0-.373-.084-.696-.252-.969a1.65%201.65%200%200%200-.693-.645Zm2.107%205.52v-5.749h3.702v1.103h-2.536v1.275h2.331v1.103h-2.315v2.268H16.65Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-external-link: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-legislation: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23075B7A%22%2F%3E%3Cpath%20d%3D%22M9.121%2014.0957c.1867.2431.4927.3646.9181.3646.2604%200%20.4839-.0803.6705-.2409.1867-.1606.28-.3689.28-.625%200-.23-.0977-.4319-.293-.6055-.1953-.1736-.7487-.4904-1.6601-.9505-.7943-.3906-1.3369-.7118-1.6277-.9635-.4644-.4037-.6966-.8941-.6966-1.4714%200-.5425.1563-.9917.4688-1.3476.1823-.2127.4405-.4059.7747-.5795-.1389-.0955-.2886-.269-.4492-.5208-.165-.3125-.2474-.6597-.2474-1.0417%200-.6467.23-1.2044.6901-1.6731.4644-.4688%201.1393-.7032%202.0248-.7032%201.059%200%201.8099.3473%202.2526%201.0417.2387.3733.3776.8398.4166%201.3997h-1.6797c-.0303-.2604-.0954-.4665-.1953-.6185-.1779-.269-.4709-.4036-.8789-.4036-.2734%200-.497.0673-.6706.2018-.1736.1302-.2604.3234-.2604.5795%200%20.295.152.5164.4558.664.3038.1476.8615.408%201.6731.7813%201.415.6684%202.1224%201.4431%202.1224%202.3242%200%20.5512-.1606%201.0069-.4817%201.3672-.178.1996-.4384.3884-.7813.5664.2431.2083.421.4036.5339.5859.1996.3169.2994.6901.2994%201.1198%200%20.829-.2864%201.4605-.8593%201.8945-.5729.4384-1.2153.6576-1.9271.6576-.7726%200-1.4301-.1932-1.9727-.5794-.5382-.3863-.8441-1.0265-.918-1.9206h1.7579c.0607.3212.1476.5534.2604.6966Zm.0196-4.0299%201.849.97a.9707.9707%200%200%200%20.3646-.2669c.1562-.1693.2343-.3711.2343-.6055%200-.1953-.1041-.382-.3125-.5599-.1128-.0911-.2691-.1888-.4687-.293L8.8607%208.321c-.2257.0954-.3863.2365-.4818.4231a.8614.8614%200%200%200-.0911.3907c0%20.2126.0933.4014.28.5664.1084.0998.2994.2213.5728.3646Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  --icon-legislation-large: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%233F3E3E%22%2F%3E%3Cpath%20d%3D%22M11.934%2012.514c-.209-.144-.433-.404-.674-.782a3.295%203.295%200%200%201-.371-1.562c0-.97.345-1.807%201.035-2.51.696-.703%201.709-1.055%203.037-1.055%201.588%200%202.715.521%203.379%201.563.358.56.566%201.26.625%202.1h-2.52c-.045-.391-.143-.7-.293-.928-.267-.404-.706-.606-1.318-.606-.41%200-.745.101-1.006.303-.26.195-.39.485-.39.87%200%20.442.227.774.683.995.456.222%201.292.612%202.51%201.172%202.122%201.003%203.183%202.165%203.183%203.486%200%20.827-.24%201.511-.722%202.051-.267.3-.658.583-1.172.85.364.312.631.605.8.879.3.475.45%201.035.45%201.68%200%201.243-.43%202.19-1.29%202.841a4.638%204.638%200%200%201-2.89.987c-1.159%200-2.145-.29-2.959-.87-.807-.579-1.266-1.54-1.377-2.88h2.637c.091.481.221.83.39%201.045.28.364.74.546%201.378.546.39%200%20.726-.12%201.005-.36.28-.242.42-.554.42-.938%200-.345-.146-.648-.44-.909-.292-.26-1.122-.735-2.49-1.425-1.19-.586-2.005-1.068-2.44-1.446-.697-.605-1.046-1.34-1.046-2.207%200-.813.235-1.487.704-2.021.273-.32.66-.609%201.162-.87Zm5.449%203.73c0-.293-.156-.573-.469-.84a4.333%204.333%200%200%200-.703-.44l-2.92-1.484c-.338.144-.58.355-.723.635a1.292%201.292%200%200%200-.136.586c0%20.32.14.602.42.85.162.15.449.332.859.547l2.773%201.455c.215-.091.397-.225.547-.4.235-.255.352-.557.352-.909Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  --multiselect-focus-outline-color: var(--color-mt-blue-medium);
  --multiselect-option-hover-bg: var(--color-mt-lighter-light-blue);
  --multiselect-option-before: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%223.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%23AFAB89%22%2F%3E%3C%2Fsvg%3E");
  --multiselect-option-before-selected: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23075B7A%22%2F%3E%3Cpath%20d%3D%22M6.826%209.98%205%2012.365l6.051%205.234L19%208.3l-1.922-1.9-6.014%207.463L6.826%209.98Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  --current-issues-icon-size: 2.125rem;
  --current-issues-bg: var(--color-mt-light-green);
  --changelog-panel-bg: var(--color-mt-light-beige);
  --menu-point-svg-circle: var(--color-mt-background);
  --menu-point-icon-height: 2.125rem;
  --grey-medium: hsl(196deg, 15%, 50%);
  --grey-light: hsl(196deg, 20%, 85%);
  --background-body: hsl(196, 89%, 98.5%);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --icon-size-small: 0.875rem;
  --icon-size-normal: 1rem;
  --icon-size-x-large: 1.875rem;
  --spacer-xxx-small: 0.375rem;
  --spacer-xx-small: 0.625rem;
  --spacer-x-small: 1.25rem;
  --spacer-small: 1.75rem;
  --spacer-medium: 2.5rem;
  --spacer-large: 3.5rem;
  --spacer-x-large: 4.5rem;
  --spacer-xx-large: 5.5rem;
  --border-radius: 0.25em;
  --border-radius-small: 0.01em;
  --border-radius-large: 2.5em;
  --border-width-small: 1px;
  --border-width-regular: 2px;
  --z-index-dropdown: 1000;
  --z-index-fixed: 1030;
  --z-index-tooltip: 1080;
  --z-index-always-focusable-a11y: 1200;
  --form-group-spacer: var(--spacer-small);
  --form-hint-spacer: var(--spacer-xxx-small);
  --form-text-space: var(--spacer-xx-small);
  --form-control-vertical: var(--spacer-xxx-small);
  --radio-checkbox-dimention: 1.5em;
  --mt-header-bg: transparent;
  --mt-header-footer-border: var(--color-mt-red);
  --mt-footer-background: transparent;
  --mt-footer-color: var(--color-mt-text-dark);
  --mt-footer-links-color: var(--color-links);
  --mt-footer-link-color-focus: var(--color-mt-blue-medium);
  --mt-button-primary-bg: var(--color-primary);
  --mt-button-primary-color: var(--color-mt-new-white);
  --mt-button-primary-border: var(--color-primary);
  --mt-button-primary-bg-hover: var(--color-mt-text-dark);
  --mt-button-primary-color-hover: var(--color-mt-background);
  --mt-button-primary-border-hover: var(--color-mt-text-dark);
  --mt-button-primary-bg-focus: var(--color-mt-blue-medium);
  --mt-button-primary-color-focus: var(--color-mt-new-white);
  --mt-button-primary-border-focus: var(--color-primary);
  --mt-button-primary-bg-disabled: #a7a9ac;
  --mt-button-primary-color-disabled: var(--color-primary);
  --mt-button-primary-border-disabled: #a7a9ac;
  --mt-button-no-primary-border-focus-shadow: var(--color-mt-beige);
  --mt-button-neutral-bg: var(--color-mt-background);
  --mt-button-neutral-color: var(--color-primary);
  --mt-button-neutral-border: var(--color-primary);
  --mt-button-neutral-bg-hover: var(--color-mt-blue);
  --mt-button-neutral-color-hover: var(--color-mt-white);
  --mt-button-neutral-border-hover: var(--color-mt-blue);
  --mt-button-neutral-bg-focus: var(--color-mt-new-white);
  --mt-button-neutral-color-focus: var(--color-primary);
  --mt-button-neutral-border-focus: var(--color-primary);
  --mt-button-neutral-bg-disabled: var(--color-mt-background);
  --mt-button-neutral-color-disabled: #a7a9ac;
  --mt-button-neutral-border-disabled: var(--color-mt-background);
  --mt-button-flat-bg: transparent;
  --mt-button-flat-color: var(--color-mt-blue);
  --mt-button-flat-border: var(--color-mt-new-white);
  --mt-button-flat-bg-hover: transparent;
  --mt-button-flat-color-hover: var(--color-mt-blue);
  --mt-button-flat-border-hover: var(--color-primary);
  --mt-button-flat-bg-focus: var(--color-mt-new-white);
  --mt-button-flat-color-focus: var(--color-primary);
  --mt-button-flat-border-focus: var(--color-primary);
  --mt-button-flat-bg-disabled: var(--color-mt-background);
  --mt-button-flat-color-disabled: #a7a9ac;
  --mt-button-flat-border-disabled: var(--color-mt-background);
}
@media only screen and (min-width: 768px) {
  :root {
    --icon-size-normal: 1.25rem;
    --spacer-xxx-small: 0.625rem;
    --spacer-xx-small: 1.25rem;
    --spacer-x-small: 1.75rem;
    --spacer-small: 2.5rem;
    --spacer-medium: 3.5rem;
    --spacer-large: 4.5rem;
    --spacer-x-large: 5.5rem;
    --spacer-xx-large: 5.5rem;
  }
}

[data-theme=green] {
  --color-mt-blue: #054449;
  --color-on-mt-blue: hsl(195.5, 46%, 75.3%);
  --color-mt-red: hsl(3, 76%, 52%);
  --color-on-mt-red: hsl(0, 100%, 5.1%);
  --color-mt-red-uu: hsl(3, 76%, 36%);
  --color-on-mt-red-uu: hsl(3, 68.2%, 82.7%);
  --color-mt-beige: hsl(55, 19%, 61%);
  --color-on-mt-beige: hsl(57.1, 19.3%, 21.4%);
  --color-mt-beige-50: hsla(55, 18%, 61%, 0.5);
  --color-on-mt-beige-50: hsl(54, 18.2%, 21.6%);
  --color-mt-light-beige: hsl(37, 39%, 91%);
  --color-on-mt-light-beige: hsl(35.5, 10.7%, 40.4%);
  --color-mt-background: #FAF6F3;
  --color-on-mt-background: hsl(40, 5.4%, 43.5%);
  --color-mt-light-blue: hsl(193, 52%, 42%);
  --color-on-mt-light-blue: hsl(132, 100%, 5.9%);
  --color-mt-lighter-light-blue: hsl(193, 39%, 88%);
  --color-on-mt-lighter-light-blue: hsl(193.8, 13.3%, 38.4%);
  --color-mt-rationale-blue: hsl(193, 39%, 88%);
  --color-on-mt-rationale-blue: hsl(0, 1%, 25%);
  --color-mt-brown: hsl(0, 1%, 25%);
  --color-on-mt-brown: rgb(170, 170, 170);
  --color-mt-grey: hsl(216, 3%, 66%);
  --color-on-mt-grey: hsl(200, 2.4%, 24.1%);
  --color-mt-white: hsl(0, 0%, 100%);
  --color-on-mt-white: #032C30;
  --color-mt-green: hsl(79, 41%, 64%);
  --color-on-mt-green: hsl(78.7, 36.6%, 24.1%);
  --color-mt-light-green: #9BCAB9;
  --color-on-mt-light-green: hsl(79.3, 15.4%, 35.7%);
  --color-primary: #054449;
  --color-on-primary: hsl(0, 0%, 100%);
  --color-mt-blue-medium: hsl(193, 52%, 42%);
  --color-on-mt-blue-medium: hsl(132, 100%, 5.9%);
  --color-secondary: hsl(54, 19%, 61%);
  --color-on-secondary: hsl(57.1, 19.3%, 21.4%);
  --color-mt-text-dark: #054449;
  --color-on-mt-text-dark: rgb(170, 170, 170);
  --color-error: #92301C;
  --color-on-error: hsl(0, 0%, 100%);
  --color-error-50: #92301C;
  --color-on-error-50: hsl(3, 68.2%, 82.7%);
  --color-mt-yellowgreen: hsl(63, 75%, 41%);
  --color-on-mt-yellowgreen: hsl(64.2, 100%, 13.9%);
  --color-mt-yellowgreen-lighter: hsl(63, 52%, 82%);
  --color-on-mt-yellowgreen-lighter: hsl(61.5, 22.8%, 33.5%);
  --color-mt-new-white: #ffffff;
  --color-on-mt-new-white: #032C30;
  --color-mt-granskog: #054449;
  --color-on-mt-granskog: #FAF6F3;
  --color-mt-furu: #68B096;
  --color-mt-furu-dark: #3C725E;
  --color-mt-lys-furu: #9BCAB9;
  --color-on-mt-lys-furu: #38544A;
  --body-background: var(--color-mt-bg-beige);
  --body-color: var(--color-mt-text-dark);
  background-color: var(--body-background);
  color: var(--body-color);
  --status-bg-hover: var(--color-mt-white);
  --color-text: var(--color-mt-granskog-dark);
  --color-links: var(--color-mt-granskog-dark);
  --icon-gap: var(--spacer-xxx-small);
  --focus-on-light: var(--color-mt-granskog);
  --focus-on-dark: var(--color-mt-mellombeige);
  --chapter-menu-active-on-dark: var(--color-mt-lys-furu);
  --dialog-box-bg: var(--color-mt-bg-furu);
  --dialog-box-box-shadow: var(--color-mt-granskog);
  --dialog-box-close-hover: var(--color-mt-bg-furu);
  --dialog-box-close-border-hover: var(--color-mt-granskog);
  --disclosure-bordered-border: var(--color-mt-granskog);
  --list-border: var(--color-mt-lys-furu);
  --highlighted-bg: var(--col);
  --highlighted-color: var(--col);
  --dropdown-content-bg: var(--color-mt-bg-furu);
  --dropdown-color: var(--color-links);
  --dropdown-visible-color: var(--color-links);
  --menu-border: var(--color-mt-furu);
  --menu-focus: var(--focus-on-light);
  --disclosure-on-primary-header-expanded: var(--color-mt-green-300);
  --highlighted-blue-bg: var(--color-mt-white);
  --highlighted-blue-color: var(--color-mt-text-dark);
  --highlighted-blue-link-color: var(--color-mt-text-dark);
  --highlighted-blue-bg-hover: var(--color-mt-lys-furu);
  --highlighted-blue-color-hover: var(--color-mt-text-dark);
  --highlighted-blue-border-hover: var(--color-mt-text-dark);
  --steps-completed-bg: var(--color-mt-lys-furu);
  --steps-bg: var(--color-mt-granskog);
  --steps-color: var(--color-mt-new-white);
  --colored-card-bg: var(--color-mt-bg-furu);
  --table-header-bg: var(--color-mt-bg-furu);
  --table-border: var(--color-mt-granskog);
  --table-row-bg-odd: var(--color-mt-new-white);
  --tag-info-bg: var(--color-mt-bg-fjord);
  --tag-border: var(--color-primary);
  --tag-success-bg: var(--color-mt-bg-furu);
  --tag-warning-bg: var(--color-mt-bg-sommerdag);
  --tag-error-bg: var(--color-mt-bg-rognebaer);
  --tag-neutral-bg: var(--color-mt-mellombeige);
  --checkbox-subset-secondary-bg: var(--color-mt-mellombeige);
  --radio-checked-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%23054449'/%3e%3c/svg%3e");
  --checkbox-checked-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --checkbox-indeterminate-img: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%23054449'/%3E%3Cline x1='6.5' y1='12.5' x2='17.5' y2='12.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  --radio-chekbox-button-before-bg-hover: var(--color-primary);
  --radio-checkbox-bg-hover: var(--color-mt-bg-furu);
  --radio-checkbox-color-hover: var(--color-primary);
  --form-border-width: 2px;
  --form-border-color: var(--color-primary);
  --form-border-color-hover: var(--color-primary);
  --form-outline-color: var(--color-mt-blue-medium);
  --icon-search-primary: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-primary-hover: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFFFF%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-neutral: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22m10.953%2010.983.03-.03a4.663%204.663%200%201%200-.03.03Zm.77%202.39A6.997%206.997%200%200%201%202.725%202.724a6.995%206.995%200%200%201%2010.649%209l5.838%205.839-1.648%201.649-5.84-5.84Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-search-neutral-hover: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22m10.953%2010.983.03-.03a4.663%204.663%200%201%200-.03.03Zm.77%202.39A6.997%206.997%200%200%201%202.725%202.724a6.995%206.995%200%200%201%2010.649%209l5.838%205.839-1.648%201.649-5.84-5.84Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-search-white: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-list-checkmark: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M5.729%2017.334%202.995%209.336l-1.67%201.02-.474-.897L3.936%207.71l2.434%207.313L11.39.257h1.292L6.87%2017.334H5.73Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-info: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%20fill%3D%22%234F3521%22%20stroke%3D%22%234F3521%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23F4ECE6%22%20d%3D%22M16.5%2011.475V22.5h-3V11.475h3Zm0-3.975v2.66h-3V7.5h3Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-neutral: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%20fill%3D%22%239ECCED%22%20stroke%3D%22%239ECCED%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M16.5%2011.475V22.5h-3V11.475h3Zm0-3.975v2.66h-3V7.5h3Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-danger: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%2392301C%22%2F%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.2%205.6%208.8%208l2.4%202.4-.8.8L8%208.8l-2.4%202.4-.8-.8L7.2%208%204.8%205.6l.8-.8L8%207.2l2.4-2.4.8.8Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.8%204.8h6.4v6.4H4.8z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-alert-filled-success: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23539D82%22%2F%3E%0A%3Cpath%20d%3D%22M7.56522%2010.9928L6%2012.8109L11.1867%2016.799L18%209.71347L16.3526%208.26562L11.1976%2013.9518L7.56522%2010.9928Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-alert-filled-warning: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%23F1BE3C%22%2F%3E%3Cpath%20fill%3D%22%23032C30%22%20d%3D%22M13.5%2019.5h3v3h-3v-3Zm0-12h3v9h-3v-9Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-partial: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23F1BE3C%22%2F%3E%3Cpath%20fill%3D%22%23032C30%22%20d%3D%22M5.043%207.329%204%208.54%207.458%2011.2%2012%206.476l-1.098-.965L7.465%209.3%205.043%207.33Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-alert-filled-repealed: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23EDDED4%22%2F%3E%3Cpath%20fill%3D%22%23032C30%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.209%204.304v-.5h-1v.829a4.258%204.258%200%200%200-4.527.069%204.098%204.098%200%200%200-1.684%202.212%204.003%204.003%200%200%200%20.14%202.761%204.124%204.124%200%200%200%201.896%202.04%204.269%204.269%200%200%200%202.78.401c.945-.183%201.799-.68%202.415-1.41.616-.732.954-1.65.954-2.6h-1.2c0%20.663-.236%201.309-.672%201.826a3.002%203.002%200%200%201-1.726%201.006c-.68.132-1.387.03-1.997-.288a2.924%202.924%200%200%201-1.346-1.444%202.803%202.803%200%200%201-.098-1.935%202.898%202.898%200%200%201%201.192-1.564%203.058%203.058%200%200%201%202.783-.28h-.577v1h2.667V4.304Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-search-black: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22m15.713%2014.384-4.275-4.278a6.272%206.272%200%200%200%201.235-3.765A6.343%206.343%200%200%200%206.336%200%206.343%206.343%200%200%200%200%206.341a6.343%206.343%200%200%200%206.336%206.341c1.368%200%202.66-.428%203.762-1.236l4.275%204.278a.94.94%200%200%200%20.675.276.947.947%200%200%200%20.675-1.616h-.01Zm-4.94-8.043a4.437%204.437%200%201%201-8.873%200%204.437%204.437%200%201%201%208.873%200Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-primary-hover: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%23032C30%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-on-primary: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5.167%208.677%201.988l7.208%207.22H.166v2.584h15.72l-7.208%207.22%201.821%201.821L20.833%2010.5%2010.499.167Z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary-small: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-right-primary-x-small: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22m6%20.096-1.04%201.04%204.118%204.126H.096V6.74h8.982L4.96%2010.864%206%2011.905%2011.905%206%206%20.096Z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22rotate%28-90%206%206%29%22%20d%3D%22M0%200h12v12H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-arrow-left-primary-x-small: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22m6%2011.904%201.04-1.04-4.118-4.126h8.982V5.26H2.922L7.04%201.135%206%20.095.095%206%206%2011.904Z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M0%200h12v12H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-arrow-up-on-dark: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23054449%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-up-on-light: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23054449%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-on-dark: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-on-light: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.841%2010l-1.734-1.735-6.877%206.865V.159H8.77v14.97L1.893%208.266.16%2010%2010%2019.841%2019.841%2010z%22%20fill%3D%22%23054449%22%2F%3E%3C%2Fsvg%3E");
  --icon-arrow-down-small: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3MyA3Ljk5OTk3TDE0LjQ4NTQgNi42MTIzNUw4Ljk4NDE2IDEyLjEwMzhMOC45ODQxNiAwLjEyNjk1M0w3LjAxNTkgMC4xMjY5NTNMNy4wMTU5IDEyLjEwMzhMMS41MTQ2NCA2LjYxMjM1TDAuMTI3MDE3IDcuOTk5OTdMOC4wMDAwMyAxNS44NzNMMTUuODczIDcuOTk5OTdaIiBmaWxsPSIjM0M3MjVFIi8+Cjwvc3ZnPgo=");
  --icon-newsletter-neutral: url("data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M5.567%201.62%204.132.155A10.765%2010.765%200%200%200%200%208.205h2.006a8.808%208.808%200%200%201%201.045-3.708A8.6%208.6%200%200%201%205.567%201.62Zm12.427%206.585H20A10.831%2010.831%200%200%200%2015.868.154L14.443%201.62A8.653%208.653%200%200%201%2016.95%204.5a8.862%208.862%200%200%201%201.045%203.704Zm-1.976.513c0-3.149-1.645-5.785-4.514-6.482v-.698C11.505.688%2010.834%200%2010%200c-.832%200-1.505.687-1.505%201.538v.698c-2.878.697-4.513%203.323-4.513%206.482v5.128l-2.006%202.051v1.026h16.048v-1.026l-2.006-2.05V8.717ZM10%2020c.14%200%20.27-.01.401-.041a2.046%202.046%200%200%200%201.444-1.21%202.1%202.1%200%200%200%20.151-.8H7.984C7.994%2019.077%208.887%2020%2010%2020Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-newsletter-neutral-hover: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23032C30%22%20d%3D%22M5.567%201.62%204.132.155A10.765%2010.765%200%200%200%200%208.205h2.006a8.808%208.808%200%200%201%201.045-3.708A8.6%208.6%200%200%201%205.567%201.62Zm12.427%206.585H20A10.831%2010.831%200%200%200%2015.868.154L14.443%201.62A8.653%208.653%200%200%201%2016.95%204.5a8.862%208.862%200%200%201%201.045%203.704Zm-1.976.513c0-3.149-1.645-5.785-4.514-6.482v-.698C11.505.688%2010.834%200%2010%200c-.832%200-1.505.687-1.505%201.538v.698c-2.878.697-4.513%203.323-4.513%206.482v5.128l-2.006%202.051v1.026h16.048v-1.026l-2.006-2.05V8.717ZM10%2020c.14%200%20.27-.01.401-.041a2.046%202.046%200%200%200%201.444-1.21%202.1%202.1%200%200%200%20.151-.8H7.984C7.994%2019.077%208.887%2020%2010%2020Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-changelog: url("data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.022.012v5.557h-5.667v-1.5h2.896a8.101%208.101%200%200%200-3.968-1.49%208.146%208.146%200%200%200-5.215%201.27%207.745%207.745%200%200%200-3.186%204.18%207.508%207.508%200%200%200%20.262%205.182%207.811%207.811%200%200%200%203.595%203.859%208.172%208.172%200%200%200%205.318.767%208.005%208.005%200%200%200%204.603-2.684%207.583%207.583%200%200%200%201.798-4.889h2c0%202.257-.804%204.44-2.269%206.178a10.004%2010.004%200%200%201-5.751%203.359c-2.254.436-4.593.099-6.623-.957a9.81%209.81%200%200%201-4.512-4.85%209.508%209.508%200%200%201-.33-6.56%209.745%209.745%200%200%201%204.005-5.26A10.146%2010.146%200%200%201%2011.473.587c1.84.177%203.587.849%205.049%201.932V.012h1.5Zm-6.966%207.175a1%201%200%201%200-2%200v4.329l.503.287%203.134%201.795a1%201%200%201%200%20.994-1.735l-2.631-1.507v-3.17Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-change: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.286%2011.482a.75.75%200%200%201%20.099-.33l4.5-7.794a2.75%202.75%200%200%201%204.763%202.75l-4.5%207.794a.75.75%200%200%201-.236.251l-3.732%202.464a.75.75%200%200%201-1.162-.67l.268-4.465Zm1.486.267-.167%202.79%202.332-1.54%203.028-5.244-2.165-1.25-3.028%205.244Zm6.577-6.391-.634%201.098-2.165-1.25.634-1.098a1.25%201.25%200%201%201%202.165%201.25ZM12.5%204.75H5.75v15.5h11.5V15.5a.75.75%200%200%201%201.5%200v5c0%20.69-.56%201.25-1.25%201.25h-12c-.69%200-1.25-.56-1.25-1.25v-16c0-.69.56-1.25%201.25-1.25h7a.75.75%200%200%201%200%201.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-calendar: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.5122%209.22374H6.53659V11.9635H3.5122V9.22374Z%22%20fill%3D%22%23032C30%22%2F%3E%0A%3Cpath%20d%3D%22M6.53659%2013.8813H3.5122V16.621H6.53659V13.8813Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M8.4878%209.22374H11.5122V11.9635H8.4878V9.22374Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M11.5122%2013.8813H8.4878V16.621H11.5122V13.8813Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M16.4878%209.22374V11.9635H13.4634V9.22374H16.4878Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20d%3D%22M16.4878%2016.621V13.8813H13.4634V16.621H16.4878Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.92683%200C5.33094%200%205.65854%200.306654%205.65854%200.684932V1.18721H14.2439V0.684932C14.2439%200.306654%2014.5715%200%2014.9756%200C15.3797%200%2015.7073%200.306654%2015.7073%200.684932V1.18721H19.6098C19.8253%201.18721%2020%201.35076%2020%201.55251V19.6347C20%2019.8365%2019.8253%2020%2019.6098%2020H0.390244C0.174718%2020%200%2019.8365%200%2019.6347V1.55251C0%201.35076%200.174718%201.18721%200.390244%201.18721H4.19512V0.684932C4.19512%200.306654%204.52272%200%204.92683%200ZM14.2439%202.55708V2.69406C14.2439%203.07234%2014.5715%203.379%2014.9756%203.379C15.3797%203.379%2015.7073%203.07234%2015.7073%202.69406V2.55708H18.5366V5.84475H1.46341V2.55708H4.19512V2.69406C4.19512%203.07234%204.52272%203.379%204.92683%203.379C5.33094%203.379%205.65854%203.07234%205.65854%202.69406V2.55708H14.2439ZM1.46341%207.21461V18.6301H18.5366V7.21461H1.46341Z%22%20fill%3D%22%233F3E3E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --icon-important: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%2392301C%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m13.566%208.771-.86%207.307h-1.582l-.882-7.307V4.8h3.324V8.77Zm-.085%208.56V20.4h-3.165v-3.07h3.165Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-important-large: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%2392301C%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.956%2010.965-1.076%209.132h-1.977L12.8%2010.965V6h4.155v4.965Zm-.107%2010.699V25.5h-3.955v-3.836h3.955Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-x-flat: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23054449%22%20stroke-width%3D%222%22%20d%3D%22m.7071%201.5151%2016.8246%2016.8246M1.6722%2018.3398%2018.4968%201.5152%22%2F%3E%3C%2Fsvg%3E");
  --icon-x-flat-hover: url("data:image/svg+xml, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23032C30%22%20stroke-width%3D%222%22%20d%3D%22m.7071%201.5151%2016.8246%2016.8246M1.6722%2018.3398%2018.4968%201.5152%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-down: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M16.393%203.6%209%2011.127%201.607%203.6%200%205.236%209%2014.4l9-9.164L16.393%203.6Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-carret-down-primary: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.716%2011.153a.844.844%200%200%201%201.193%200l5.591%205.591%205.59-5.59a.844.844%200%201%201%201.194%201.193l-6.187%206.187a.844.844%200%200%201-1.194%200l-6.187-6.187a.844.844%200%200%201%200-1.194Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-up: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M16.393%203.6%209%2011.127%201.607%203.6%200%205.236%209%2014.4l9-9.164L16.393%203.6Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-carret-right-small: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.47%205.97a.75.75%200%200%201%201.06%200l5.5%205.5a.75.75%200%200%201%200%201.06l-5.5%205.5a.75.75%200%201%201-1.06-1.06L14.44%2012%209.47%207.03a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-left: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M4.47%2011.47a.75.75%200%200%200%200%201.06l4.5%204.5a.75.75%200%200%200%201.06-1.06l-3.22-3.22H19a.75.75%200%200%200%200-1.5H6.81l3.22-3.22a.75.75%200%201%200-1.06-1.06l-4.5%204.5Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-right-pagination: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.907%201.645L6.328%207l-5.42%205.355L2.575%2014l7.102-7-7.102-7L.907%201.645z%22%20fill%3D%22%233C725E%22%2F%3E%3C%2Fsvg%3E");
  --icon-carret-right: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.907%201.645L6.328%207l-5.42%205.355L2.575%2014l7.102-7-7.102-7L.907%201.645z%22%20fill%3D%22%23054449%22%2F%3E%3C%2Fsvg%3E");
  --icon-hamburger: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018H0v-2.25h18V18ZM18%2010.125H0v-2.25h18v2.25ZM18%202.25H0V0h18v2.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-hamburger-on-dark: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018H0v-2.25h18V18ZM18%2010.125H0v-2.25h18v2.25ZM18%202.25H0V0h18v2.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-x: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M18%202.25%2011.25%209%2018%2015.75%2015.75%2018%209%2011.25%202.25%2018%200%2015.75%206.75%209%200%202.25%202.25%200%209%206.75%2015.75%200%2018%202.25Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-x-on-dark: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M18%202.25%2011.25%209%2018%2015.75%2015.75%2018%209%2011.25%202.25%2018%200%2015.75%206.75%209%200%202.25%202.25%200%209%206.75%2015.75%200%2018%202.25Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  --icon-form-intro: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%23054449%22%2F%3E%3Cpath%20d%3D%22M7%2014h10M7%2018h5M7%2010h12%22%20stroke%3D%22%23F9F6F1%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m16.176%2020.722-.11%202.294a.162.162%200%200%200%20.25.144l1.932-1.241a.16.16%200%200%200%20.052-.056l5.684-9.844-2.103-1.214-5.684%209.844a.161.161%200%200%200-.021.073ZM24.39%2011.318l-2.104-1.214L23.42%208.14a.162.162%200%200%201%20.222-.06l1.822%201.053a.162.162%200%200%201%20.06.22l-1.134%201.964Z%22%20fill%3D%22%23F9F6F1%22%2F%3E%3C%2Fsvg%3E");
  --icon-task: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%23054449%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2218%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%227%22%20y1%3D%2210%22%20x2%3D%2219%22%20y2%3D%2210%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15.5%2017L14%2019L18.9706%2023.387L25.5%2015.5927L23.9212%2014L18.981%2020.2549L15.5%2017Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --icon-warning: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.5%22%20r%3D%2215%22%20fill%3D%22%23F1BE3C%22%2F%3E%0A%3Cpath%20d%3D%22M13.5%2020H16.5V23H13.5V20ZM13.5%208H16.5V17H13.5V8Z%22%20fill%3D%22%23032C30%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-info: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.5%22%20r%3D%2214%22%20fill%3D%22%239ECCED%22%20stroke%3D%22%239ECCED%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M16.5%2011.9751V23H13.5V11.9751H16.5ZM16.5%208V10.6601H13.5V8H16.5Z%22%20fill%3D%22%23153F7B%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-current-issue: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%20width%3D%2256%22%20height%3D%2256%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22m37.012%2013-.014.013.001-.001V13l-14%208H13v12h5v10h2V33h3l9.269%205.296a20.614%2020.614%200%200%201-1.642-3.241L23.531%2031H15v-8h8.531l10.185-5.82c-4.397%207.561-3.289%2017.66%203.359%2023.821%207.91-7.538%207.909-20.603-.064-28l.001-.001Zm.045%2024.994c-5.332-5.899-5.295-16.039-.027-21.989%205.324%205.901%205.293%2016.041.027%2021.989Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-file-upload: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2023%2024%22%20width%3D%2223%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.51%2010.46L11.312%2020.537c-1.979%201.949-5.197%201.949-7.175%200a4.956%204.956%200%20010-7.072L14.921%202.879a3.079%203.079%200%20014.305%200%202.972%202.972%200%20010%204.242l-8.63%208.464c-.396.39-1.04.39-1.435%200a.99.99%200%20010-1.414l7.196-7.05-1.436-1.414-7.196%207.049a2.971%202.971%200%20000%204.244%203.076%203.076%200%20004.304%200l8.63-8.464A4.946%204.946%200%200022.146%205c0-2.77-2.279-5-5.073-5a5.094%205.094%200%2000-3.587%201.466L2.703%2012.049a6.934%206.934%200%2000-2.08%204.95c0%203.864%203.176%207%207.102%207a7.136%207.136%200%20005.022-2.05l10.197-10.074-1.435-1.414z%22%20fill%3D%22%23032C30%22%2F%3E%3C%2Fsvg%3E");
  --icon-download: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%203.594c.466%200%20.844.378.844.844v9.775l3.622-3.622a.844.844%200%201%201%201.193%201.193l-5.062%205.063a.844.844%200%200%201-1.194%200l-5.062-5.063a.844.844%200%201%201%201.193-1.193l3.622%203.622V4.438c0-.466.378-.844.844-.844ZM5.344%2017.938a.844.844%200%200%200-1.688%200v3.937c0%201.087.882%201.969%201.969%201.969h15.75a1.969%201.969%200%200%200%201.969-1.969v-3.938a.844.844%200%200%200-1.688%200v3.938a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-3.938Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-upload: url("data:image/svg+xml, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.96967%209.03033C7.26256%209.32322%207.73744%209.32322%208.03033%209.03033L11.25%205.81066V14.5C11.25%2014.9142%2011.5858%2015.25%2012%2015.25C12.4142%2015.25%2012.75%2014.9142%2012.75%2014.5V5.81066L15.9697%209.03033C16.2626%209.32322%2016.7374%209.32322%2017.0303%209.03033C17.3232%208.73744%2017.3232%208.26256%2017.0303%207.96967L12.5303%203.46967C12.2374%203.17678%2011.7626%203.17678%2011.4697%203.46967L6.96967%207.96967C6.67678%208.26256%206.67678%208.73744%206.96967%209.03033ZM4.75%2015.5C4.75%2015.0858%204.41421%2014.75%204%2014.75C3.58579%2014.75%203.25%2015.0858%203.25%2015.5V19C3.25%2019.9665%204.0335%2020.75%205%2020.75H19C19.9665%2020.75%2020.75%2019.9665%2020.75%2019V15.5C20.75%2015.0858%2020.4142%2014.75%2020%2014.75C19.5858%2014.75%2019.25%2015.0858%2019.25%2015.5V19C19.25%2019.1381%2019.1381%2019.25%2019%2019.25H5C4.86193%2019.25%204.75%2019.1381%204.75%2019V15.5Z%22%20fill%3D%22%23054449%22%2F%3E%0A%3C%2Fsvg%3E");
  --icon-document: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%203.25c-.69%200-1.25.56-1.25%201.25v15c0%20.69.56%201.25%201.25%201.25h11c.69%200%201.25-.56%201.25-1.25V8a.75.75%200%200%200-.22-.53l-4-4a.75.75%200%200%200-.53-.22H6.5Zm6.75%204.25c0%20.69.56%201.25%201.25%201.25h2.75v10.5H6.75V4.75h6.5V7.5Zm2.94-.25-1.44-1.44v1.44h1.44ZM8.25%2013a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75ZM9%2015.25a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5H9Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-pdf: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M8.663%2017.19c.252%200%20.451.07.598.212.152.136.228.32.228.551a.728.728%200%200%201-.228.56c-.147.136-.346.204-.598.204h-.78v-1.528h.78ZM13.503%2017.229c.241%200%20.435.068.582.204.147.137.22.315.22.536v2.055a.706.706%200%200%201-.22.544c-.147.136-.34.204-.582.204h-.685V17.23h.685Z%22%2F%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.906%205.563c0-.777.63-1.407%201.407-1.407h8.437c.224%200%20.438.09.597.247l4.5%204.5a.844.844%200%200%201%20.247.597v4.781h2.531c.466%200%20.844.378.844.844V23a.844.844%200%200%201-.844.844H3.375A.844.844%200%200%201%202.531%2023v-7.875c0-.466.378-.844.844-.844h2.531V5.562Zm10.407%204.78c-.777%200-1.407-.629-1.407-1.405V5.844H7.594v8.437h11.812v-3.937h-3.093Zm.28-3.306%201.62%201.62h-1.62v-1.62Zm-6.875%209.318c-.3-.153-.651-.229-1.055-.229H6.702v5.749h1.18V19.78h.78c.405%200%20.757-.076%201.056-.228.299-.152.533-.365.7-.638.169-.278.253-.599.253-.96%200-.368-.084-.689-.252-.962a1.656%201.656%200%200%200-.701-.637Zm4.824%200c-.294-.153-.64-.229-1.04-.229h-1.866v5.749h1.867c.399%200%20.745-.076%201.04-.229.298-.157.53-.375.692-.653.168-.278.252-.601.252-.969V17.97c0-.373-.084-.696-.252-.969a1.65%201.65%200%200%200-.693-.645Zm2.107%205.52v-5.749h3.702v1.103h-2.536v1.275h2.331v1.103h-2.315v2.268H16.65Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-external-link: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-external-link-on-dark: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23e2f1df%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --icon-expand-granskog: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M15.99%207.825h-1.986l-.02-4.412-4.351%204.393L8.218%206.39l4.187-4.228.164-.164-4.419.019V.039L15.961%200%2016%207.825h-.01ZM3.421%2013.993%207.772%209.6%206.367%208.194l-4.351%204.393-.02-4.422H0L.039%2016l7.82-.039v-1.988l-4.438.02Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-expand-white: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.99%207.825h-1.986l-.02-4.412-4.351%204.393L8.218%206.39l4.187-4.228.164-.164-4.419.019V.039L15.961%200%2016%207.825h-.01ZM3.421%2013.993%207.772%209.6%206.367%208.194l-4.351%204.393-.02-4.422H0L.039%2016l7.82-.039v-1.988l-4.438.02Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-collapse-white: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16%207.801-7.82.039L8.14%200h1.987l.02%204.415%204.36-4.396%201.415%201.417-4.186%204.23-.165.165%204.42-.019v1.98l.009.01ZM.01%208.2v1.989l4.438-.02-4.351%204.396%201.405%201.407%204.351-4.396.02%204.425h1.986l-.038-7.84L0%208.2h.01Z%22%2F%3E%3C%2Fsvg%3E");
  --icon-legislation: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23054449%22%2F%3E%3Cpath%20d%3D%22M9.121%2014.0957c.1867.2431.4927.3646.9181.3646.2604%200%20.4839-.0803.6705-.2409.1867-.1606.28-.3689.28-.625%200-.23-.0977-.4319-.293-.6055-.1953-.1736-.7487-.4904-1.6601-.9505-.7943-.3906-1.3369-.7118-1.6277-.9635-.4644-.4037-.6966-.8941-.6966-1.4714%200-.5425.1563-.9917.4688-1.3476.1823-.2127.4405-.4059.7747-.5795-.1389-.0955-.2886-.269-.4492-.5208-.165-.3125-.2474-.6597-.2474-1.0417%200-.6467.23-1.2044.6901-1.6731.4644-.4688%201.1393-.7032%202.0248-.7032%201.059%200%201.8099.3473%202.2526%201.0417.2387.3733.3776.8398.4166%201.3997h-1.6797c-.0303-.2604-.0954-.4665-.1953-.6185-.1779-.269-.4709-.4036-.8789-.4036-.2734%200-.497.0673-.6706.2018-.1736.1302-.2604.3234-.2604.5795%200%20.295.152.5164.4558.664.3038.1476.8615.408%201.6731.7813%201.415.6684%202.1224%201.4431%202.1224%202.3242%200%20.5512-.1606%201.0069-.4817%201.3672-.178.1996-.4384.3884-.7813.5664.2431.2083.421.4036.5339.5859.1996.3169.2994.6901.2994%201.1198%200%20.829-.2864%201.4605-.8593%201.8945-.5729.4384-1.2153.6576-1.9271.6576-.7726%200-1.4301-.1932-1.9727-.5794-.5382-.3863-.8441-1.0265-.918-1.9206h1.7579c.0607.3212.1476.5534.2604.6966Zm.0196-4.0299%201.849.97a.9707.9707%200%200%200%20.3646-.2669c.1562-.1693.2343-.3711.2343-.6055%200-.1953-.1041-.382-.3125-.5599-.1128-.0911-.2691-.1888-.4687-.293L8.8607%208.321c-.2257.0954-.3863.2365-.4818.4231a.8614.8614%200%200%200-.0911.3907c0%20.2126.0933.4014.28.5664.1084.0998.2994.2213.5728.3646Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  --icon-legislation-large: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.75rem%22%20height%3D%221.75rem%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.997%202.25A3.747%203.747%200%200%200%208.75%207.864a3.292%203.292%200%200%200-.376%206.218l4.486%201.848a2.245%202.245%200%200%201-.857%204.32A2.25%202.25%200%200%201%209.75%2018a.75.75%200%200%200-1.5%200%203.75%203.75%200%200%200%203.753%203.75%203.747%203.747%200%200%200%203.247-5.614%203.293%203.293%200%200%200%20.376-6.218L11.14%208.07a2.245%202.245%200%200%201%20.857-4.32A2.25%202.25%200%200%201%2014.25%206a.75.75%200%200%200%201.5%200%203.75%203.75%200%200%200-3.753-3.75m1.2%2012.196.057.018.511.184a1.793%201.793%200%200%200%201.29-3.344l-4.251-1.75-.058-.018-.51-.184a1.793%201.793%200%200%200-1.29%203.344z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --multiselect-focus-outline-color: var(--color-mt-lys-furu);
  --multiselect-option-hover-bg: var(--color-mt-bg-furu);
  --multiselect-option-before: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%223.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%23054449%22%2F%3E%3C%2Fsvg%3E");
  --multiselect-option-before-selected: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23054449%22%2F%3E%3Cpath%20d%3D%22M6.826%209.98%205%2012.365l6.051%205.234L19%208.3l-1.922-1.9-6.014%207.463L6.826%209.98Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  --chapter-navigation-border: var(--color-mt-beige);
  --chapter-navigation-border: var(--color-primary);
  --current-issues-bg: var(--color-mt-bg-furu);
  --current-issues-icon-size: 3.5rem;
  --changelog-panel-bg: var(--color-mt-mellombeige);
  --menu-point-svg-circle: var(--color-mt-brevann);
  --menu-point-svg-circle-on-hover: var(--color-mt-new-white);
  --menu-point-icon-height: 3.5rem;
  --mt-header-bg: var(--color-mt-new-white);
  --mt-header-footer-border: transparent;
  --mt-footer-background: var(--color-mt-granskog);
  --mt-footer-color: var(--color-mt-bg-furu);
  --mt-footer-links-color: var(--color-mt-bg-furu);
  --mt-footer-link-color-focus: var(--color-mt-bg-beige);
  --mt-button-primary-bg: var(--color-primary);
  --mt-button-primary-color: var(--color-mt-new-white);
  --mt-button-primary-border: var(--color-primary);
  --mt-button-primary-bg-hover: var(--color-mt-lys-furu);
  --mt-button-primary-color-hover: var(--color-primary);
  --mt-button-primary-border-hover: var(--color-mt-lys-furu);
  --mt-button-primary-bg-focus: var(--color-primary);
  --mt-button-primary-color-focus: var(--color-mt-new-white);
  --mt-button-primary-border-focus: var(--color-primary);
  --mt-button-primary-bg-disabled: #d7d7d7;
  --mt-button-primary-color-disabled: var(--color-mt-granskog-dark);
  --mt-button-primary-border-disabled: #d7d7d7;
  --mt-link-primary-bg: var(--color-mt-green-300);
  --mt-link-primary-bg-hover: var(--color-mt-green-400);
  --mt-link-primary-bg-active: var(--color-mt-lys-furu);
  --mt-button-no-primary-border-focus-shadow: var(--color-mt-lys-furu);
  --mt-button-neutral-bg: var(--color-mt-bg-beige);
  --mt-button-neutral-color: var(--color-primary);
  --mt-button-neutral-border: var(--color-primary);
  --mt-button-neutral-bg-hover: var(--color-mt-bg-furu);
  --mt-button-neutral-color-hover: var(--color-primary);
  --mt-button-neutral-border-hover: var(--color-primary);
  --mt-button-neutral-bg-focus: var(--color-mt-new-white);
  --mt-button-neutral-color-focus: var(--color-primary);
  --mt-button-neutral-border-focus: var(--color-primary);
  --mt-button-neutral-bg-disabled: var(--color-mt-bg-beige);
  --mt-button-neutral-color-disabled: #6d7073;
  --mt-button-neutral-border-disabled: #6d7073;
  --mt-button-flat-bg: transparent;
  --mt-button-flat-color: var(--color-primary);
  --mt-button-flat-border: transparent;
  --mt-button-flat-bg-hover: var(--color-mt-bg-furu);
  --mt-button-flat-color-hover: var(--color-primary);
  --mt-button-flat-border-hover: var(--color-primary);
  --mt-button-flat-bg-focus: transparent;
  --mt-button-flat-color-focus: var(--color-primary);
  --mt-button-flat-border-focus: var(--color-primary);
  --mt-button-flat-bg-disabled: var(--color-mt-bg-beige);
  --mt-button-flat-color-disabled: #6d7073;
  --mt-button-flat-border-disabled: var(--color-mt-bg-beige);
  --fds-spacing-0: 0rem;
  --fds-spacing-1: 0.25rem;
  --fds-spacing-2: 0.5rem;
  --fds-spacing-3: 0.75rem;
  --fds-spacing-4: 1rem;
  --fds-spacing-5: 1.25rem;
  --fds-spacing-6: 1.5rem;
  --fds-spacing-7: 1.75rem;
  --fds-spacing-8: 2rem;
  --fds-spacing-9: 2.25rem;
  --fds-spacing-10: 2.5rem;
  --fds-spacing-11: 2.75rem;
  --fds-spacing-12: 3rem;
  --fds-spacing-13: 3.25rem;
  --fds-spacing-14: 3.5rem;
  --fds-spacing-15: 3.75rem;
  --fds-spacing-18: 4.5rem;
  --fds-spacing-22: 5.5rem;
  --fds-spacing-26: 6.5rem;
  --fds-spacing-30: 7.5rem;
}

.mt-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 0;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.mt-body .layout-with-sidebar + .mt-footer {
  margin-top: 0;
}
.mt-body .mt-footer {
  margin-top: var(--spacer-small);
}
.mt-body .mt-footer a {
  color: var(--mt-footer-color);
}
.mt-body .mt-footer a:focus {
  box-shadow: 0 0 0 0.25rem var(--mt-footer-color);
}
.bg-light-light-blue {
  background-color: var(--color-mt-lighter-light-blue);
}

.bg-light-beige {
  background-color: var(--color-mt-light-beige);
}

.bg-lighter-light-blue {
  background-color: var(--color-mt-lighter-light-blue);
}

.m-xxs {
  margin: var(--spacer-xx-small);
}

.m-t-0 {
  margin-top: 0;
}

.m-t-s {
  margin-top: var(--spacer-small);
}

.sm-m-t-s {
  margin-top: var(--spacer-small);
}
@media only screen and (min-width: 768px) {
  .sm-m-t-s {
    margin-top: 0;
  }
}

.m-t-xs, .mt-fieldset .checkbox-subsets--secondary .mt-legend + .form-control {
  margin-top: var(--spacer-x-small);
}

.m-t-xxs, .mt-fieldset .checkbox-subsets--secondary {
  margin-top: var(--spacer-xx-small);
}

.m-t-xxxs {
  margin-top: var(--spacer-xxx-small);
}

.m-t-m {
  margin-top: var(--spacer-medium);
}

.m-t-l {
  margin-top: var(--spacer-large);
}

.m-r-0 {
  margin-right: 0;
}

.m-r-xs {
  margin-right: var(--spacer-x-small);
}

.m-r-xxs {
  margin-right: var(--spacer-xx-small);
}

.m-b-xxs {
  margin-bottom: var(--spacer-xx-small);
}

.m-b-xs {
  margin-bottom: var(--spacer-x-small);
}

.m-b-s {
  margin-bottom: var(--spacer-small);
}

.m-b-m {
  margin-bottom: var(--spacer-medium);
}

.m-l-m, .mt-fieldset .checkbox-subsets--primary, .mt-fieldset .checkbox-subsets--secondary {
  margin-left: var(--spacer-medium);
}

.m-l-l {
  margin-left: var(--spacer-large);
}

.p-0 {
  padding: 0;
}

.p-s {
  padding: var(--spacer-small);
}

.p-xs, .mt-fieldset .checkbox-subsets--secondary {
  padding: var(--spacer-x-small);
}

.p-xxs {
  padding: var(--spacer-xx-small);
}

.p-tb-s {
  padding-top: var(--spacer-small);
  padding-bottom: var(--spacer-small);
}

.p-tb-xs {
  padding-top: var(--spacer-x-small);
  padding-bottom: var(--spacer-x-small);
}

.p-tb-xxs {
  padding-top: var(--spacer-xx-small);
  padding-bottom: var(--spacer-xx-small);
}

.p-r-0 {
  padding-right: 0;
}

.p-r-xxs {
  padding-right: var(--spacer-xx-small);
}

.p-xxxs {
  padding: var(--spacer-xxx-small);
}

.p-t-s {
  padding-top: var(--spacer-small);
}

.p-t-xs {
  padding-top: var(--spacer-x-small);
}

.p-t-xxs {
  padding-top: var(--spacer-xx-small);
}

.p-b-s {
  padding-bottom: var(--spacer-small);
}

.p-b-xs {
  padding-bottom: var(--spacer-x-small);
}

.p-b-xxs {
  padding-bottom: var(--spacer-xx-small);
}

.p-b-xxxs {
  padding-bottom: var(--spacer-xxx-small);
}

.p-l-l {
  padding-left: var(--spacer-large);
}

.p-l-m {
  padding-left: var(--spacer-medium);
}

.p-l-s {
  padding-left: var(--spacer-small);
}

.p-l-xs {
  padding-left: var(--spacer-x-small);
}

.p-l-xxxs {
  padding-left: var(--spacer-xxx-small);
}

.p-lr-xs {
  padding-left: var(--spacer-x-small);
  padding-right: var(--spacer-x-small);
}

.p-lr-xxs {
  padding-left: var(--spacer-xx-small);
  padding-right: var(--spacer-xx-small);
}

.p-lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.b-tb-white > * {
  border-top: 1px solid var(--color-mt-white);
}
.b-tb-white > :last-child {
  border-bottom: 1px solid var(--color-mt-white);
}

.border-b-secondary {
  border-bottom: 2px solid var(--list-border);
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius {
  border-radius: 0.25em;
}

.box-border-radius-br-l {
  border-bottom-right-radius: 2.5em;
}

.cursor-pointer {
  cursor: pointer;
}

.space-y-children--xxx-small > * + * {
  margin-top: var(--spacer-xxx-small);
}
.space-y-children--xx-small > * + * {
  margin-top: var(--spacer-xx-small);
}
.space-y-children--x-small > * + * {
  margin-top: var(--spacer-x-small);
}
.space-y-children--x-small > *:is(h4, h5, h6) + * {
  margin-top: var(--spacer-xxx-small);
}
.space-y-children--small > * + * {
  margin-top: var(--spacer-small);
}
.space-y-children--medium > * + * {
  margin-top: var(--spacer-medium);
}

.combobox-wrapper {
  position: relative;
}
.combobox-wrapper .actions {
  display: flex;
}
.combobox-wrapper .actions [aria-live] {
  position: absolute;
  bottom: var(--spacer-xx-small);
  right: var(--spacer-xx-small);
}

.facts-questions-answers .disclosure {
  margin-top: var(--spacer-x-small);
}

.layout-with-sidebar {
  position: relative;
}
.layout-with-sidebar .mt-aside {
  background-color: var(--color-primary);
  height: auto;
}

.mobile-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-xxx-small);
  justify-content: space-between;
  overflow: hidden;
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
  background-color: var(--color-primary);
  width: 100%;
}
.mobile-menu.no-js {
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
}
.mobile-menu .mt-link, .mobile-menu .disclosure a, .disclosure .mobile-menu a, .mobile-menu .article-page a, .article-page .mobile-menu a {
  color: var(--color-mt-white);
  width: 75%;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  line-height: 140%;
}
.mobile-menu .mt-link.focus, .mobile-menu .disclosure a.focus, .disclosure .mobile-menu a.focus, .mobile-menu .article-page a.focus, .article-page .mobile-menu a.focus, .mobile-menu .mt-link:focus, .mobile-menu .disclosure a:focus, .disclosure .mobile-menu a:focus, .mobile-menu .article-page a:focus, .article-page .mobile-menu a:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mobile-menu .mt-link:focus:not(:focus-visible), .mobile-menu .disclosure a:focus:not(:focus-visible), .disclosure .mobile-menu a:focus:not(:focus-visible), .mobile-menu .article-page a:focus:not(:focus-visible), .article-page .mobile-menu a:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu .mt-link:focus-visible, .mobile-menu .disclosure a:focus-visible, .disclosure .mobile-menu a:focus-visible, .mobile-menu .article-page a:focus-visible, .article-page .mobile-menu a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mobile-menu .mt-link:disabled, .mobile-menu .disclosure a:disabled, .disclosure .mobile-menu a:disabled, .mobile-menu .article-page a:disabled, .article-page .mobile-menu a:disabled, .mobile-menu .mt-link[disabled], .mobile-menu .disclosure a[disabled], .disclosure .mobile-menu a[disabled], .mobile-menu .article-page a[disabled], .article-page .mobile-menu a[disabled], .mobile-menu .mt-link.disabled, .mobile-menu .disclosure a.disabled, .disclosure .mobile-menu a.disabled, .mobile-menu .article-page a.disabled, .article-page .mobile-menu a.disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.mobile-menu[aria-expanded=true] {
  background-color: var(--chapter-menu-active-on-dark);
  color: var(--color-primary);
}
.mobile-menu[aria-expanded=true] .mt-link, .mobile-menu[aria-expanded=true] .disclosure a, .disclosure .mobile-menu[aria-expanded=true] a, .mobile-menu[aria-expanded=true] .article-page a, .article-page .mobile-menu[aria-expanded=true] a {
  color: var(--color-primary);
}
.mobile-menu .mt-button--unstyled {
  height: 2.75rem;
  width: 25%;
  align-items: center;
  justify-content: flex-end;
}
.mobile-menu .mt-button--unstyled.show-menu {
  background-color: var(--color-primary);
  border: 2px solid transparent;
}
.mobile-menu .mt-button--unstyled.show-menu:focus {
  border: 2px solid var(--body-background);
}
.mobile-menu .mt-button--unstyled.show-menu[aria-expanded=true] {
  background-color: var(--chapter-menu-active-on-dark);
  color: var(--color-primary);
}

.no-js.layout-with-sidebar .mt-aside {
  position: relative;
  height: auto;
}
.no-js.layout-with-sidebar .mt-aside .mobile-menu {
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
}
.no-js.layout-with-sidebar .mt-aside .mobile-menu .mt-link, .no-js.layout-with-sidebar .mt-aside .mobile-menu .disclosure a, .disclosure .no-js.layout-with-sidebar .mt-aside .mobile-menu a, .no-js.layout-with-sidebar .mt-aside .mobile-menu .article-page a, .article-page .no-js.layout-with-sidebar .mt-aside .mobile-menu a {
  width: 100%;
}

.layout-with-sidebar .disclosure .disclosure-header,
.layout-with-sidebar .disclosure .disclosure-panel {
  grid-column: 1/span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.layout-with-sidebar .disclosure .disclosure-header {
  grid-template: "pseudo title";
}
.layout-with-sidebar .disclosure .disclosure-header > .title {
  grid-area: title;
  grid-column: 2/span 11;
}
.layout-with-sidebar .disclosure .disclosure-header::before {
  grid-area: pseudo;
  grid-column: 1/span 1;
}
.layout-with-sidebar .disclosure .disclosure-panel > *:not(.disclosure) {
  grid-column: 1/span 12;
}

.has-js.layout-with-sidebar .mt-aside {
  position: sticky;
  top: 0;
  z-index: var(--z-index-dropdown);
  width: 100%;
}
.has-js.layout-with-sidebar .mt-aside.fixed {
  position: fixed;
}
.has-js.layout-with-sidebar .mt-aside.expanded {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .layout-with-sidebar {
    overflow: hidden;
  }
  .layout-with-sidebar .article-page > * {
    grid-column: 3/span 8;
  }
  .layout-with-sidebar.has-js .mt-aside {
    position: initial;
  }
  .layout-with-sidebar .in-other-content > .mt-h1 {
    display: grid;
  }
  .layout-with-sidebar .in-other-content > .mt-h1.heading-with-chapter {
    grid-column: 1/span 12;
    grid-template-columns: repeat(12, 1fr);
  }
  .layout-with-sidebar .in-other-content > .mt-h1.heading-with-chapter > .chapter-number {
    margin-left: var(--chapter-indent);
    grid-column: 1/span 2;
  }
  .layout-with-sidebar .in-other-content > .mt-h1.heading-with-chapter > .title {
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 1200px) {
  .layout-with-sidebar {
    position: relative;
  }
  .layout-with-sidebar.has-js .mt-aside {
    top: 0;
    left: 0;
    position: static;
    width: 3.5rem;
    overflow: visible;
    height: auto;
    transition: width 0.3s ease;
  }
  .layout-with-sidebar.has-js .mt-aside.expanded {
    width: min(calc((calc((min(90rem, 95vw)) / 12)) * 5), 30rem);
    height: auto;
  }
  .layout-with-sidebar.has-js .mt-aside .btn-open {
    border: 4px solid transparent;
  }
  .layout-with-sidebar.has-js .mt-aside .btn-open:focus {
    border: 4px solid var(--mt-button-no-primary-border-focus-shadow);
    box-shadow: none;
  }
  .layout-with-sidebar.has-js, .layout-with-sidebar.no-js {
    display: flex;
  }
  .container {
    --chapter-indent: var(--spacer-small);
  }
  .container.menu-is-expanded {
    --breadcrumbs-col: 3 / span 7;
    width: 100%;
  }
  .container.menu-is-expanded .breadcrumbs {
    grid-column: var(--breadcrumbs-col);
  }
}
@media screen and (min-width: 1600px) {
  .layout-with-sidebar {
    --content-col: 3 / span 8;
  }
  .layout-with-sidebar .container {
    width: min(90rem, 95vw);
  }
  .layout-with-sidebar .container .chapter-navigation.col-3-span-8 {
    grid-column: var(--content-col);
  }
  .layout-with-sidebar .container.menu-is-expanded {
    --chapter-indent: var(--spacer-xx-large);
    width: calc(min(90rem, 95vw));
    margin-right: 20%;
  }
}
.closed-label {
  color: white;
  font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
  transform: rotate(180deg);
  width: max-content;
  line-height: 2rem;
  writing-mode: vertical-rl;
}

.btn-open {
  padding-top: var(--spacer-small);
  gap: var(--spacer-small);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print {
  .has-js.layout-with-sidebar {
    display: flex;
    flex-direction: column;
  }
  .has-js.layout-with-sidebar .mt-aside {
    position: initial;
    background-color: transparent;
    color: var(--color-mt-text-dark);
  }
  .has-js.layout-with-sidebar .mt-aside a {
    color: var(--color-mt-text-dark);
  }
}
.mt-figure, .article-page figure {
  margin: 0;
  align-self: center;
}
.mt-figure figcaption, .article-page figure figcaption {
  margin-top: var(--spacer-xxx-small);
  font-size: 1rem;
}

.mt-details, .form-page details,
.multipage-form-view details, .article-page details {
  --detail-margin: var(--spacer-xxx-small);
  --detail-padding: var(--spacer-xxx-small);
  --summary-margin-bottom: var(--spacer-xx-small);
  --border: 2px solid var(--list-border);
}
.mt-details.full-width, .form-page details.full-width,
.multipage-form-view details.full-width, .article-page details.full-width {
  width: auto;
}
.mt-details.with-border .mt-summary, .form-page details.with-border .mt-summary,
.multipage-form-view details.with-border .mt-summary, .article-page details.with-border .mt-summary, .mt-details.with-border .form-page details summary, .form-page details .mt-details.with-border summary, .form-page details.with-border summary,
.mt-details.with-border .multipage-form-view details summary,
.multipage-form-view details .mt-details.with-border summary,
.multipage-form-view details.with-border summary, .mt-details.with-border .article-page details summary, .article-page details .mt-details.with-border summary, .article-page details.with-border summary {
  padding: 0;
  border-bottom: var(--border);
}
.mt-details.with-border .summary-wrapper, .form-page details.with-border .summary-wrapper,
.multipage-form-view details.with-border .summary-wrapper, .article-page details.with-border .summary-wrapper {
  margin-top: var(--detail-margin);
  margin-left: var(--detail-margin);
  padding-left: var(--detail-padding);
  border-left: var(--border);
}
.mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.multipage-form-view details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-details.with-icon .form-page details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.mt-details.with-icon .multipage-form-view details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.multipage-form-view details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.multipage-form-view details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-details.with-icon .article-page details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.multipage-form-view details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .form-page details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.mt-details.with-icon .multipage-form-view details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.multipage-form-view details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.multipage-form-view details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .article-page details summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details.with-icon summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .multipage-form-view details.with-icon .mt-summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details.with-icon .mt-summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .form-page details summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .mt-details.with-icon .multipage-form-view details summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .multipage-form-view details .mt-details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .multipage-form-view details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .article-page details summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details .mt-details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details.with-icon summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details.with-icon .mt-summary[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.mt-details.with-icon .mt-summary:before, .form-page details.with-icon .mt-summary:before,
.multipage-form-view details.with-icon .mt-summary:before, .article-page details.with-icon .mt-summary:before, .mt-details.with-icon .form-page details summary:before, .form-page details .mt-details.with-icon summary:before, .form-page details.with-icon summary:before,
.mt-details.with-icon .multipage-form-view details summary:before,
.multipage-form-view details .mt-details.with-icon summary:before,
.multipage-form-view details.with-icon summary:before, .mt-details.with-icon .article-page details summary:before, .article-page details .mt-details.with-icon summary:before, .article-page details.with-icon summary:before, .mt-details.with-icon .mt-summary::before {
  display: none;
}
.mt-details.with-icon .mt-summary:after, .form-page details.with-icon .mt-summary:after,
.multipage-form-view details.with-icon .mt-summary:after, .article-page details.with-icon .mt-summary:after, .mt-details.with-icon .form-page details summary:after, .form-page details .mt-details.with-icon summary:after, .form-page details.with-icon summary:after,
.mt-details.with-icon .multipage-form-view details summary:after,
.multipage-form-view details .mt-details.with-icon summary:after,
.multipage-form-view details.with-icon summary:after, .mt-details.with-icon .article-page details summary:after, .article-page details .mt-details.with-icon summary:after, .article-page details.with-icon summary:after, .mt-details.with-icon .mt-summary::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23054449%22%2F%3E%3Cpath%20d%3D%22M9.121%2014.0957c.1867.2431.4927.3646.9181.3646.2604%200%20.4839-.0803.6705-.2409.1867-.1606.28-.3689.28-.625%200-.23-.0977-.4319-.293-.6055-.1953-.1736-.7487-.4904-1.6601-.9505-.7943-.3906-1.3369-.7118-1.6277-.9635-.4644-.4037-.6966-.8941-.6966-1.4714%200-.5425.1563-.9917.4688-1.3476.1823-.2127.4405-.4059.7747-.5795-.1389-.0955-.2886-.269-.4492-.5208-.165-.3125-.2474-.6597-.2474-1.0417%200-.6467.23-1.2044.6901-1.6731.4644-.4688%201.1393-.7032%202.0248-.7032%201.059%200%201.8099.3473%202.2526%201.0417.2387.3733.3776.8398.4166%201.3997h-1.6797c-.0303-.2604-.0954-.4665-.1953-.6185-.1779-.269-.4709-.4036-.8789-.4036-.2734%200-.497.0673-.6706.2018-.1736.1302-.2604.3234-.2604.5795%200%20.295.152.5164.4558.664.3038.1476.8615.408%201.6731.7813%201.415.6684%202.1224%201.4431%202.1224%202.3242%200%20.5512-.1606%201.0069-.4817%201.3672-.178.1996-.4384.3884-.7813.5664.2431.2083.421.4036.5339.5859.1996.3169.2994.6901.2994%201.1198%200%20.829-.2864%201.4605-.8593%201.8945-.5729.4384-1.2153.6576-1.9271.6576-.7726%200-1.4301-.1932-1.9727-.5794-.5382-.3863-.8441-1.0265-.918-1.9206h1.7579c.0607.3212.1476.5534.2604.6966Zm.0196-4.0299%201.849.97a.9707.9707%200%200%200%20.3646-.2669c.1562-.1693.2343-.3711.2343-.6055%200-.1953-.1041-.382-.3125-.5599-.1128-.0911-.2691-.1888-.4687-.293L8.8607%208.321c-.2257.0954-.3863.2365-.4818.4231a.8614.8614%200%200%200-.0911.3907c0%20.2126.0933.4014.28.5664.1084.0998.2994.2213.5728.3646Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details.with-icon .mt-summary:after, .form-page details.with-icon .mt-summary:after,
  .multipage-form-view details.with-icon .mt-summary:after, .article-page details.with-icon .mt-summary:after, .mt-details.with-icon .form-page details summary:after, .form-page details .mt-details.with-icon summary:after, .form-page details.with-icon summary:after,
  .mt-details.with-icon .multipage-form-view details summary:after,
  .multipage-form-view details .mt-details.with-icon summary:after,
  .multipage-form-view details.with-icon summary:after, .mt-details.with-icon .article-page details summary:after, .article-page details .mt-details.with-icon summary:after, .article-page details.with-icon summary:after, .mt-details.with-icon .mt-summary::after {
    transition: transform 300ms ease;
  }
}
.mt-details.with-icon .mt-summary[aria-expanded=true]::after, .form-page details.with-icon .mt-summary[aria-expanded=true]::after,
.multipage-form-view details.with-icon .mt-summary[aria-expanded=true]::after, .article-page details.with-icon .mt-summary[aria-expanded=true]::after, .mt-details.with-icon .form-page details summary[aria-expanded=true]::after, .form-page details .mt-details.with-icon summary[aria-expanded=true]::after, .form-page details.with-icon summary[aria-expanded=true]::after,
.mt-details.with-icon .multipage-form-view details summary[aria-expanded=true]::after,
.multipage-form-view details .mt-details.with-icon summary[aria-expanded=true]::after,
.multipage-form-view details.with-icon summary[aria-expanded=true]::after, .mt-details.with-icon .article-page details summary[aria-expanded=true]::after, .article-page details .mt-details.with-icon summary[aria-expanded=true]::after, .article-page details.with-icon summary[aria-expanded=true]::after {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details.with-icon .mt-summary[aria-expanded=true]::after, .form-page details.with-icon .mt-summary[aria-expanded=true]::after,
  .multipage-form-view details.with-icon .mt-summary[aria-expanded=true]::after, .article-page details.with-icon .mt-summary[aria-expanded=true]::after, .mt-details.with-icon .form-page details summary[aria-expanded=true]::after, .form-page details .mt-details.with-icon summary[aria-expanded=true]::after, .form-page details.with-icon summary[aria-expanded=true]::after,
  .mt-details.with-icon .multipage-form-view details summary[aria-expanded=true]::after,
  .multipage-form-view details .mt-details.with-icon summary[aria-expanded=true]::after,
  .multipage-form-view details.with-icon summary[aria-expanded=true]::after, .mt-details.with-icon .article-page details summary[aria-expanded=true]::after, .article-page details .mt-details.with-icon summary[aria-expanded=true]::after, .article-page details.with-icon summary[aria-expanded=true]::after {
    transition: transform 300ms ease;
  }
}
.mt-details.with-icon .mt-summary, .form-page details.with-icon .mt-summary,
.multipage-form-view details.with-icon .mt-summary, .article-page details.with-icon .mt-summary, .mt-details.with-icon .form-page details summary, .form-page details .mt-details.with-icon summary, .form-page details.with-icon summary,
.mt-details.with-icon .multipage-form-view details summary,
.multipage-form-view details .mt-details.with-icon summary,
.multipage-form-view details.with-icon summary, .mt-details.with-icon .article-page details summary, .article-page details .mt-details.with-icon summary, .article-page details.with-icon summary {
  display: flex;
  align-items: center;
  gap: var(--spacer-xx-small);
}
.mt-details.color-neutral, .form-page details.color-neutral,
.multipage-form-view details.color-neutral, .article-page details.color-neutral {
  display: flex;
  flex-direction: column;
}
.mt-details.color-neutral:hover, .form-page details.color-neutral:hover,
.multipage-form-view details.color-neutral:hover, .article-page details.color-neutral:hover {
  background: var(--color-mt-lys-sand);
}
.mt-details.color-neutral[open] .mt-summary, .form-page details.color-neutral[open] .mt-summary,
.multipage-form-view details.color-neutral[open] .mt-summary, .article-page details.color-neutral[open] .mt-summary, .mt-details.color-neutral[open] .form-page details summary, .form-page details .mt-details.color-neutral[open] summary, .form-page details.color-neutral[open] summary,
.mt-details.color-neutral[open] .multipage-form-view details summary,
.multipage-form-view details .mt-details.color-neutral[open] summary,
.multipage-form-view details.color-neutral[open] summary, .mt-details.color-neutral[open] .article-page details summary, .article-page details .mt-details.color-neutral[open] summary, .article-page details.color-neutral[open] summary {
  background: var(--color-mt-lys-sand);
}
.mt-details.border-neutral, .form-page details.border-neutral,
.multipage-form-view details.border-neutral, .article-page details.border-neutral {
  --mt-divider: color-mix(in hsl, currentcolor, transparent 90%);
  border-top: 2px solid var(--mt-divider);
  border-bottom: 2px solid var(--mt-divider);
}
.mt-details > .summary-wrapper, .form-page details > .summary-wrapper,
.multipage-form-view details > .summary-wrapper, .article-page details > .summary-wrapper {
  padding: var(--fds-spacing-7);
}
.mt-details > .summary-wrapper .legal-text, .form-page details > .summary-wrapper .legal-text,
.multipage-form-view details > .summary-wrapper .legal-text, .article-page details > .summary-wrapper .legal-text {
  padding: 0;
}
.mt-details .mt-summary, .form-page details .mt-summary,
.multipage-form-view details .mt-summary, .article-page details .mt-summary, .form-page details summary,
.multipage-form-view details summary, .article-page details summary {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: var(--spacer-xxx-small);
  line-height: 140%;
  color: var(--mt-button-neutral-border);
  list-style: none;
  cursor: pointer;
  padding: var(--fds-spacing-3);
}
.mt-details .mt-summary.focus, .form-page details .mt-summary.focus,
.multipage-form-view details .mt-summary.focus, .article-page details .mt-summary.focus, .form-page details summary.focus,
.multipage-form-view details summary.focus, .article-page details summary.focus, .mt-details .mt-summary:focus, .form-page details .mt-summary:focus,
.multipage-form-view details .mt-summary:focus, .article-page details .mt-summary:focus, .form-page details summary:focus,
.multipage-form-view details summary:focus, .article-page details summary:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-details .mt-summary:focus:not(:focus-visible), .form-page details .mt-summary:focus:not(:focus-visible),
.multipage-form-view details .mt-summary:focus:not(:focus-visible), .article-page details .mt-summary:focus:not(:focus-visible), .form-page details summary:focus:not(:focus-visible),
.multipage-form-view details summary:focus:not(:focus-visible), .article-page details summary:focus:not(:focus-visible) {
  outline: none;
}
.mt-details .mt-summary:focus-visible, .form-page details .mt-summary:focus-visible,
.multipage-form-view details .mt-summary:focus-visible, .article-page details .mt-summary:focus-visible, .form-page details summary:focus-visible,
.multipage-form-view details summary:focus-visible, .article-page details summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-details .mt-summary > h3, .form-page details .mt-summary > h3,
.multipage-form-view details .mt-summary > h3, .article-page details .mt-summary > h3, .form-page details summary > h3,
.multipage-form-view details summary > h3, .article-page details summary > h3 {
  margin-top: 0;
}
.mt-details .mt-summary::-webkit-details-marker, .form-page details .mt-summary::-webkit-details-marker,
.multipage-form-view details .mt-summary::-webkit-details-marker, .article-page details .mt-summary::-webkit-details-marker, .form-page details summary::-webkit-details-marker,
.multipage-form-view details summary::-webkit-details-marker, .article-page details summary::-webkit-details-marker {
  display: none;
}
.mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.multipage-form-view details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .form-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.multipage-form-view details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .article-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.multipage-form-view details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.multipage-form-view details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .multipage-form-view details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .form-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before,
  .multipage-form-view details summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .article-page details summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-details .mt-summary.mt-summary-icon[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-details .mt-summary.mt-summary-icon:after, .form-page details .mt-summary.mt-summary-icon:after,
.multipage-form-view details .mt-summary.mt-summary-icon:after, .article-page details .mt-summary.mt-summary-icon:after, .form-page details summary.mt-summary-icon:after,
.multipage-form-view details summary.mt-summary-icon:after, .article-page details summary.mt-summary-icon:after, .mt-details .mt-summary.mt-summary-icon::after {
  display: none;
}
.mt-details .mt-summary.mt-summary-icon:before, .form-page details .mt-summary.mt-summary-icon:before,
.multipage-form-view details .mt-summary.mt-summary-icon:before, .article-page details .mt-summary.mt-summary-icon:before, .form-page details summary.mt-summary-icon:before,
.multipage-form-view details summary.mt-summary-icon:before, .article-page details summary.mt-summary-icon:before, .mt-details .mt-summary.mt-summary-icon::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.716%2011.153a.844.844%200%200%201%201.193%200l5.591%205.591%205.59-5.59a.844.844%200%201%201%201.194%201.193l-6.187%206.187a.844.844%200%200%201-1.194%200l-6.187-6.187a.844.844%200%200%201%200-1.194Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details .mt-summary.mt-summary-icon:before, .form-page details .mt-summary.mt-summary-icon:before,
  .multipage-form-view details .mt-summary.mt-summary-icon:before, .article-page details .mt-summary.mt-summary-icon:before, .form-page details summary.mt-summary-icon:before,
  .multipage-form-view details summary.mt-summary-icon:before, .article-page details summary.mt-summary-icon:before, .mt-details .mt-summary.mt-summary-icon::before {
    transition: transform 300ms ease;
  }
}
.mt-details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .form-page details .mt-summary.mt-summary-icon[aria-expanded=true]::before,
.multipage-form-view details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .article-page details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .form-page details summary.mt-summary-icon[aria-expanded=true]::before,
.multipage-form-view details summary.mt-summary-icon[aria-expanded=true]::before, .article-page details summary.mt-summary-icon[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .form-page details .mt-summary.mt-summary-icon[aria-expanded=true]::before,
  .multipage-form-view details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .article-page details .mt-summary.mt-summary-icon[aria-expanded=true]::before, .form-page details summary.mt-summary-icon[aria-expanded=true]::before,
  .multipage-form-view details summary.mt-summary-icon[aria-expanded=true]::before, .article-page details summary.mt-summary-icon[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-details .mt-summary.adjusted-heading h2, .form-page details .mt-summary.adjusted-heading h2,
.multipage-form-view details .mt-summary.adjusted-heading h2, .article-page details .mt-summary.adjusted-heading h2, .mt-details .form-page details summary.adjusted-heading h2, .form-page details .mt-details summary.adjusted-heading h2, .form-page details summary.adjusted-heading h2,
.multipage-form-view .form-page details summary.adjusted-heading h2,
.form-page .multipage-form-view details summary.adjusted-heading h2, .article-page .form-page details summary.adjusted-heading h2, .form-page .article-page details summary.adjusted-heading h2,
.mt-details .multipage-form-view details summary.adjusted-heading h2,
.multipage-form-view details .mt-details summary.adjusted-heading h2,
.form-page .multipage-form-view details summary.adjusted-heading h2,
.multipage-form-view .form-page details summary.adjusted-heading h2,
.multipage-form-view details summary.adjusted-heading h2,
.article-page .multipage-form-view details summary.adjusted-heading h2,
.multipage-form-view .article-page details summary.adjusted-heading h2, .mt-details .article-page details summary.adjusted-heading h2, .article-page details .mt-details summary.adjusted-heading h2, .form-page .article-page details summary.adjusted-heading h2, .article-page .form-page details summary.adjusted-heading h2,
.multipage-form-view .article-page details summary.adjusted-heading h2,
.article-page .multipage-form-view details summary.adjusted-heading h2, .article-page details summary.adjusted-heading h2,
.mt-details .mt-summary.adjusted-heading h3,
.form-page details .mt-summary.adjusted-heading h3,
.multipage-form-view details .mt-summary.adjusted-heading h3,
.article-page details .mt-summary.adjusted-heading h3,
.mt-details .form-page details summary.adjusted-heading h3,
.form-page details .mt-details summary.adjusted-heading h3,
.form-page details summary.adjusted-heading h3,
.multipage-form-view .form-page details summary.adjusted-heading h3,
.form-page .multipage-form-view details summary.adjusted-heading h3,
.article-page .form-page details summary.adjusted-heading h3,
.form-page .article-page details summary.adjusted-heading h3,
.mt-details .multipage-form-view details summary.adjusted-heading h3,
.multipage-form-view details .mt-details summary.adjusted-heading h3,
.form-page .multipage-form-view details summary.adjusted-heading h3,
.multipage-form-view .form-page details summary.adjusted-heading h3,
.multipage-form-view details summary.adjusted-heading h3,
.article-page .multipage-form-view details summary.adjusted-heading h3,
.multipage-form-view .article-page details summary.adjusted-heading h3,
.mt-details .article-page details summary.adjusted-heading h3,
.article-page details .mt-details summary.adjusted-heading h3,
.form-page .article-page details summary.adjusted-heading h3,
.article-page .form-page details summary.adjusted-heading h3,
.multipage-form-view .article-page details summary.adjusted-heading h3,
.article-page .multipage-form-view details summary.adjusted-heading h3,
.article-page details summary.adjusted-heading h3,
.mt-details .mt-summary.adjusted-heading h4,
.form-page details .mt-summary.adjusted-heading h4,
.multipage-form-view details .mt-summary.adjusted-heading h4,
.article-page details .mt-summary.adjusted-heading h4,
.mt-details .form-page details summary.adjusted-heading h4,
.form-page details .mt-details summary.adjusted-heading h4,
.form-page details summary.adjusted-heading h4,
.multipage-form-view .form-page details summary.adjusted-heading h4,
.form-page .multipage-form-view details summary.adjusted-heading h4,
.article-page .form-page details summary.adjusted-heading h4,
.form-page .article-page details summary.adjusted-heading h4,
.mt-details .multipage-form-view details summary.adjusted-heading h4,
.multipage-form-view details .mt-details summary.adjusted-heading h4,
.form-page .multipage-form-view details summary.adjusted-heading h4,
.multipage-form-view .form-page details summary.adjusted-heading h4,
.multipage-form-view details summary.adjusted-heading h4,
.article-page .multipage-form-view details summary.adjusted-heading h4,
.multipage-form-view .article-page details summary.adjusted-heading h4,
.mt-details .article-page details summary.adjusted-heading h4,
.article-page details .mt-details summary.adjusted-heading h4,
.form-page .article-page details summary.adjusted-heading h4,
.article-page .form-page details summary.adjusted-heading h4,
.multipage-form-view .article-page details summary.adjusted-heading h4,
.article-page .multipage-form-view details summary.adjusted-heading h4,
.article-page details summary.adjusted-heading h4,
.mt-details .mt-summary.adjusted-heading h5,
.form-page details .mt-summary.adjusted-heading h5,
.multipage-form-view details .mt-summary.adjusted-heading h5,
.article-page details .mt-summary.adjusted-heading h5,
.mt-details .form-page details summary.adjusted-heading h5,
.form-page details .mt-details summary.adjusted-heading h5,
.form-page details summary.adjusted-heading h5,
.multipage-form-view .form-page details summary.adjusted-heading h5,
.form-page .multipage-form-view details summary.adjusted-heading h5,
.article-page .form-page details summary.adjusted-heading h5,
.form-page .article-page details summary.adjusted-heading h5,
.mt-details .multipage-form-view details summary.adjusted-heading h5,
.multipage-form-view details .mt-details summary.adjusted-heading h5,
.form-page .multipage-form-view details summary.adjusted-heading h5,
.multipage-form-view .form-page details summary.adjusted-heading h5,
.multipage-form-view details summary.adjusted-heading h5,
.article-page .multipage-form-view details summary.adjusted-heading h5,
.multipage-form-view .article-page details summary.adjusted-heading h5,
.mt-details .article-page details summary.adjusted-heading h5,
.article-page details .mt-details summary.adjusted-heading h5,
.form-page .article-page details summary.adjusted-heading h5,
.article-page .form-page details summary.adjusted-heading h5,
.multipage-form-view .article-page details summary.adjusted-heading h5,
.article-page .multipage-form-view details summary.adjusted-heading h5,
.article-page details summary.adjusted-heading h5,
.mt-details .mt-summary.adjusted-heading h6,
.form-page details .mt-summary.adjusted-heading h6,
.multipage-form-view details .mt-summary.adjusted-heading h6,
.article-page details .mt-summary.adjusted-heading h6,
.mt-details .form-page details summary.adjusted-heading h6,
.form-page details .mt-details summary.adjusted-heading h6,
.form-page details summary.adjusted-heading h6,
.multipage-form-view .form-page details summary.adjusted-heading h6,
.form-page .multipage-form-view details summary.adjusted-heading h6,
.article-page .form-page details summary.adjusted-heading h6,
.form-page .article-page details summary.adjusted-heading h6,
.mt-details .multipage-form-view details summary.adjusted-heading h6,
.multipage-form-view details .mt-details summary.adjusted-heading h6,
.form-page .multipage-form-view details summary.adjusted-heading h6,
.multipage-form-view .form-page details summary.adjusted-heading h6,
.multipage-form-view details summary.adjusted-heading h6,
.article-page .multipage-form-view details summary.adjusted-heading h6,
.multipage-form-view .article-page details summary.adjusted-heading h6,
.mt-details .article-page details summary.adjusted-heading h6,
.article-page details .mt-details summary.adjusted-heading h6,
.form-page .article-page details summary.adjusted-heading h6,
.article-page .form-page details summary.adjusted-heading h6,
.multipage-form-view .article-page details summary.adjusted-heading h6,
.article-page .multipage-form-view details summary.adjusted-heading h6,
.article-page details summary.adjusted-heading h6 {
  margin-top: 0;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  font-weight: 400;
}
.mt-details[open] .mt-summary::before, .form-page details[open] .mt-summary::before,
.multipage-form-view details[open] .mt-summary::before, .article-page details[open] .mt-summary::before, .mt-details[open] .form-page details summary::before, .form-page details .mt-details[open] summary::before, .form-page details[open] summary::before,
.mt-details[open] .multipage-form-view details summary::before,
.multipage-form-view details .mt-details[open] summary::before,
.multipage-form-view details[open] summary::before, .mt-details[open] .article-page details summary::before, .article-page details .mt-details[open] summary::before, .article-page details[open] summary::before {
  transform: rotateX(180deg);
}
.mt-details[open] .summary-wrapper > * + *, .form-page details[open] .summary-wrapper > * + *,
.multipage-form-view details[open] .summary-wrapper > * + *, .article-page details[open] .summary-wrapper > * + * {
  margin-top: var(--spacer-xxx-small);
}
.mt-details[open] .summary-wrapper, .form-page details[open] .summary-wrapper,
.multipage-form-view details[open] .summary-wrapper, .article-page details[open] .summary-wrapper {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.mt-details[open] .summary-wrapper > h2, .form-page details[open] .summary-wrapper > h2,
.multipage-form-view details[open] .summary-wrapper > h2, .article-page details[open] .summary-wrapper > h2 {
  margin-top: var(--spacer-medium);
}
.mt-details[open] .summary-wrapper > h2.inclusively-hidden + h3, .form-page details[open] .summary-wrapper > h2.inclusively-hidden + h3,
.multipage-form-view details[open] .summary-wrapper > h2.inclusively-hidden + h3, .article-page details[open] .summary-wrapper > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.mt-details[open] .summary-wrapper > h3, .form-page details[open] .summary-wrapper > h3,
.multipage-form-view details[open] .summary-wrapper > h3, .article-page details[open] .summary-wrapper > h3,
.mt-details[open] .summary-wrapper > h4,
.form-page details[open] .summary-wrapper > h4,
.multipage-form-view details[open] .summary-wrapper > h4,
.article-page details[open] .summary-wrapper > h4 {
  margin-top: var(--spacer-x-small);
}
.mt-details[open] .summary-wrapper ul, .form-page details[open] .summary-wrapper ul,
.multipage-form-view details[open] .summary-wrapper ul, .article-page details[open] .summary-wrapper ul {
  padding-left: var(--spacer-xx-small);
}
.mt-details[open] .summary-wrapper ul li, .form-page details[open] .summary-wrapper ul li,
.multipage-form-view details[open] .summary-wrapper ul li, .article-page details[open] .summary-wrapper ul li {
  line-height: 140%;
}

.mt-dl {
  --spacer: 1rem;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 2rem;
}
.mt-dl + dl {
  margin-top: var(--spacer);
}
.mt-dl dt {
  font-weight: bold;
}
.mt-dl.summary-list {
  --spacer: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1/span2;
  gap: 0;
}
.mt-dl.summary-list dt {
  margin-top: var(--spacer-x-small);
  line-height: 140%;
}
.mt-dl.summary-list dt:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .mt-dl.summary-list {
    grid-template-columns: 5fr 7fr;
    gap: var(--spacer-x-small);
  }
  .mt-dl.summary-list dt {
    margin-top: 0;
  }
}
.mt-dl.custom-borders {
  --spacer: var(--spacer-xx-small);
  --border: var(--border-width-small) solid var(--color-mt-furu);
  gap: 0;
  display: flex;
  flex-direction: column;
}
.mt-dl.custom-borders dt {
  padding-top: var(--spacer);
  padding-right: var(--spacer);
}
.mt-dl.custom-borders dd {
  padding-bottom: var(--spacer);
}
.mt-dl.custom-borders dt.border-top {
  border-top: var(--border);
}
@media only screen and (min-width: 768px) {
  .mt-dl.custom-borders {
    display: grid;
  }
  .mt-dl.custom-borders dt,
  .mt-dl.custom-borders dd {
    padding-top: var(--spacer);
    padding-bottom: var(--spacer);
  }
  .mt-dl.custom-borders .border-top + dd {
    padding-right: var(--spacer);
    border-top: var(--border);
  }
}

.mt-ol.list-unstyled,
.mt-ul.list-unstyled,
.form-funnel-view ul.list-unstyled,
.article-page ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.mt-ul li, .form-funnel-view ul li, .article-page ul li,
.mt-ol li {
  line-height: 140%;
}
.mt-ul li + li, .form-funnel-view ul li + li, .article-page ul li + li,
.mt-ol li + li {
  margin-top: var(--spacer-xxx-small);
}
.mt-ul.no-space-top, .form-funnel-view ul.no-space-top, .article-page ul.no-space-top,
.mt-ol.no-space-top {
  margin-top: 0;
}
.mt-ul.no-space-top li, .form-funnel-view ul.no-space-top li, .article-page ul.no-space-top li,
.mt-ol.no-space-top li {
  margin-top: 0;
}
.mt-ul.no-space-between li, .form-funnel-view ul.no-space-between li, .article-page ul.no-space-between li,
.mt-ol.no-space-between li {
  margin-top: 0;
}
.mt-ul.lines-between, .form-funnel-view ul.lines-between, .article-page ul.lines-between,
.mt-ol.lines-between {
  --border-color: var(--list-border);
  --border-width: 2px;
  --border-style: solid;
  --border: var(--border-width) var(--border-style) var(--border-color);
}
.mt-ul.lines-between > li, .form-funnel-view ul.lines-between > li, .article-page ul.lines-between > li,
.mt-ol.lines-between > li {
  border-bottom: var(--border);
}
.mt-ul.lines-between.lines-top > li:first-child, .form-funnel-view ul.lines-between.lines-top > li:first-child, .article-page ul.lines-between.lines-top > li:first-child,
.mt-ol.lines-between.lines-top > li:first-child {
  border-top: var(--border);
}
@media only screen and (min-width: 768px) {
  .mt-ul.lines-between.lines-top.two-col > li:nth-child(-n+2), .form-funnel-view ul.lines-between.lines-top.two-col > li:nth-child(-n+2), .article-page ul.lines-between.lines-top.two-col > li:nth-child(-n+2),
  .mt-ol.lines-between.lines-top.two-col > li:nth-child(-n+2) {
    border-top: var(--border);
  }
}
@media only screen and (min-width: 768px) {
  .mt-ul.lines-between.lines-top-only-desktop li:first-child, .form-funnel-view ul.lines-between.lines-top-only-desktop li:first-child, .article-page ul.lines-between.lines-top-only-desktop li:first-child,
  .mt-ol.lines-between.lines-top-only-desktop li:first-child {
    border-top: var(--border);
  }
}
@media only screen and (min-width: 768px) {
  .mt-ul.lines-between.lines-top-only-desktop.two-col li:nth-child(-n+2), .form-funnel-view ul.lines-between.lines-top-only-desktop.two-col li:nth-child(-n+2), .article-page ul.lines-between.lines-top-only-desktop.two-col li:nth-child(-n+2),
  .mt-ol.lines-between.lines-top-only-desktop.two-col li:nth-child(-n+2) {
    border-top: var(--border);
  }
}

.mt-ol.list > li {
  border-top: 1px solid var(--list-border);
  margin-top: 0;
  padding: var(--spacer-x-small);
}
.mt-ol.list > li:last-child {
  border-bottom: var(--border-width-small) solid var(--list-border);
}
.mt-ol.list > li:nth-child(even) {
  background-color: var(--color-mt-white);
}
.mt-ol.list > li ul {
  margin-top: 0;
}

.li-center-vertical > * {
  margin: auto;
}

.mt-table, .article-page table {
  font-size: 1rem;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.mt-table .mt-caption, .article-page table .mt-caption {
  margin-bottom: var(--spacer-xx-small);
  font-weight: 700;
  text-align: left;
}
.mt-table.responsive-table, .article-page table.responsive-table {
  margin-bottom: 0;
  width: 100%;
}
.mt-table .mt-thead, .article-page table .mt-thead, .article-page table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.mt-table .mt-tbody .mt-tr, .article-page table .mt-tbody .mt-tr, .article-page table tbody .mt-tr, .mt-table .mt-tbody .article-page table thead tr, .article-page table .mt-tbody thead tr, .article-page table thead .mt-tbody tr, .article-page table tbody tr {
  display: block;
  padding: var(--spacer-x-small);
  border-top: 0.01em solid var(--table-border);
}
.mt-table .mt-tbody .mt-tr:nth-child(odd), .article-page table .mt-tbody .mt-tr:nth-child(odd), .article-page table tbody .mt-tr:nth-child(odd), .mt-table .mt-tbody .article-page table thead tr:nth-child(odd), .article-page table .mt-tbody thead tr:nth-child(odd), .article-page table thead .mt-tbody tr:nth-child(odd), .article-page table tbody tr:nth-child(odd) {
  background-color: var(--table-row-bg-odd);
}
.mt-table .mt-tbody .mt-tr:last-child, .article-page table .mt-tbody .mt-tr:last-child, .article-page table tbody .mt-tr:last-child, .mt-table .mt-tbody .article-page table thead tr:last-child, .article-page table .mt-tbody thead tr:last-child, .article-page table thead .mt-tbody tr:last-child, .article-page table tbody tr:last-child {
  border-bottom: 0.01em solid var(--table-border);
}
.mt-table .mt-tbody .mt-tr .mt-td, .article-page table .mt-tbody .mt-tr .mt-td, .article-page table tbody .mt-tr .mt-td, .mt-table .mt-tbody .article-page table thead tr .mt-td, .article-page table .mt-tbody thead tr .mt-td, .article-page table thead .mt-tbody tr .mt-td, .article-page table tbody tr .mt-td, .article-page table tbody tr td {
  display: flex;
  flex-direction: column;
  margin-top: var(--spacer-xx-small);
}
.mt-table .mt-tbody .mt-tr .mt-td:first-child, .article-page table .mt-tbody .mt-tr .mt-td:first-child, .article-page table tbody .mt-tr .mt-td:first-child, .mt-table .mt-tbody .article-page table thead tr .mt-td:first-child, .article-page table .mt-tbody thead tr .mt-td:first-child, .article-page table thead .mt-tbody tr .mt-td:first-child, .article-page table tbody tr .mt-td:first-child, .article-page table tbody tr td:first-child {
  margin-top: 0;
}
.mt-table .mt-tbody .mt-tr .mt-td .responsive-table__heading, .article-page table .mt-tbody .mt-tr .mt-td .responsive-table__heading, .article-page table tbody .mt-tr .mt-td .responsive-table__heading, .mt-table .mt-tbody .article-page table thead tr .mt-td .responsive-table__heading, .article-page table .mt-tbody thead tr .mt-td .responsive-table__heading, .article-page table thead .mt-tbody tr .mt-td .responsive-table__heading, .article-page table tbody tr .mt-td .responsive-table__heading, .article-page table tbody tr td .responsive-table__heading {
  font-weight: 700;
}
.mt-table .mt-tbody .mt-tr .mt-td:last-child, .article-page table .mt-tbody .mt-tr .mt-td:last-child, .article-page table tbody .mt-tr .mt-td:last-child, .mt-table .mt-tbody .article-page table thead tr .mt-td:last-child, .article-page table .mt-tbody thead tr .mt-td:last-child, .article-page table thead .mt-tbody tr .mt-td:last-child, .article-page table tbody tr .mt-td:last-child, .article-page table tbody tr td:last-child {
  border-bottom: 0;
}
.mt-table .mt-tbody .mt-tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table .mt-tbody .mt-tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table tbody .mt-tr .mt-td.text[role=cell] > .responsive-table__heading + *, .mt-table .mt-tbody .article-page table thead tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table .mt-tbody thead tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table thead .mt-tbody tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table tbody tr .mt-td.text[role=cell] > .responsive-table__heading + *, .article-page table tbody tr td.text[role=cell] > .responsive-table__heading + * {
  margin-top: 0;
}
.mt-table .mt-tbody .mt-tr .mt-td.text[role=cell] ul, .article-page table .mt-tbody .mt-tr .mt-td.text[role=cell] ul, .article-page table tbody .mt-tr .mt-td.text[role=cell] ul, .mt-table .mt-tbody .article-page table thead tr .mt-td.text[role=cell] ul, .article-page table .mt-tbody thead tr .mt-td.text[role=cell] ul, .article-page table thead .mt-tbody tr .mt-td.text[role=cell] ul, .article-page table tbody tr .mt-td.text[role=cell] ul, .article-page table tbody tr td.text[role=cell] ul {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .mt-table:not(.ignore-media-query) .responsive-table__heading, .article-page table:not(.ignore-media-query) .responsive-table__heading {
    display: none;
  }
  .mt-table:not(.ignore-media-query) .mt-thead, .article-page table:not(.ignore-media-query) .mt-thead, .mt-table:not(.ignore-media-query) .article-page table thead, .article-page table .mt-table:not(.ignore-media-query) thead, .article-page table:not(.ignore-media-query) thead {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    display: table-header-group;
    height: auto;
    overflow: auto;
    position: relative;
    width: auto;
  }
  .mt-table:not(.ignore-media-query) .mt-thead .mt-th, .article-page table:not(.ignore-media-query) .mt-thead .mt-th, .mt-table:not(.ignore-media-query) .article-page table thead .mt-th, .article-page table .mt-table:not(.ignore-media-query) thead .mt-th, .article-page table:not(.ignore-media-query) thead .mt-th, .article-page table thead tr .mt-table:not(.ignore-media-query) .mt-thead th, .mt-table:not(.ignore-media-query) .article-page table thead tr th, .article-page table .mt-table:not(.ignore-media-query) thead tr th, .article-page table:not(.ignore-media-query) thead tr th {
    word-wrap: break-word;
    max-width: 1px;
    -webkit-hyphens: auto; /* iOS 4.2+ */
    -moz-hyphens: auto; /* Firefox 5+ */
    -ms-hyphens: auto; /* IE 10+ */
    hyphens: auto;
    border-top: 2px solid var(--table-border);
    border-bottom: 2px solid var(--table-border);
  }
  .mt-table:not(.ignore-media-query) .mt-thead .mt-tr:first-child, .article-page table:not(.ignore-media-query) .mt-thead .mt-tr:first-child, .mt-table:not(.ignore-media-query) .article-page table thead .mt-tr:first-child, .article-page table .mt-table:not(.ignore-media-query) thead .mt-tr:first-child, .article-page table:not(.ignore-media-query) thead .mt-tr:first-child, .article-page table thead .mt-table:not(.ignore-media-query) .mt-thead tr:first-child, .mt-table:not(.ignore-media-query) .article-page table thead tr:first-child, .article-page table .mt-table:not(.ignore-media-query) thead tr:first-child, .article-page table:not(.ignore-media-query) thead tr:first-child, .mt-table:not(.ignore-media-query) .mt-thead .article-page table tbody tr:first-child, .article-page table tbody .mt-table:not(.ignore-media-query) .mt-thead tr:first-child, .article-page table:not(.ignore-media-query) .mt-thead tbody tr:first-child, .article-page table:not(.ignore-media-query) tbody .mt-thead tr:first-child {
    background-color: var(--table-header-bg);
  }
  .mt-table:not(.ignore-media-query) .mt-tbody .mt-tr, .article-page table:not(.ignore-media-query) .mt-tbody .mt-tr, .mt-table:not(.ignore-media-query) .article-page table tbody .mt-tr, .article-page table .mt-table:not(.ignore-media-query) tbody .mt-tr, .article-page table:not(.ignore-media-query) tbody .mt-tr, .mt-table:not(.ignore-media-query) .mt-tbody .article-page table thead tr, .article-page table thead .mt-table:not(.ignore-media-query) .mt-tbody tr, .article-page table:not(.ignore-media-query) .mt-tbody thead tr, .article-page table:not(.ignore-media-query) thead .mt-tbody tr, .article-page table tbody .mt-table:not(.ignore-media-query) .mt-tbody tr, .mt-table:not(.ignore-media-query) .article-page table tbody tr, .article-page table .mt-table:not(.ignore-media-query) tbody tr, .article-page table:not(.ignore-media-query) tbody tr {
    display: table-row;
  }
  .mt-table:not(.ignore-media-query) .mt-tbody .mt-tr .mt-td.text, .article-page table:not(.ignore-media-query) .mt-tbody .mt-tr .mt-td.text, .mt-table:not(.ignore-media-query) .article-page table tbody .mt-tr .mt-td.text, .article-page table .mt-table:not(.ignore-media-query) tbody .mt-tr .mt-td.text, .article-page table:not(.ignore-media-query) tbody .mt-tr .mt-td.text, .mt-table:not(.ignore-media-query) .mt-tbody .article-page table thead tr .mt-td.text, .article-page table thead .mt-table:not(.ignore-media-query) .mt-tbody tr .mt-td.text, .article-page table:not(.ignore-media-query) .mt-tbody thead tr .mt-td.text, .article-page table:not(.ignore-media-query) thead .mt-tbody tr .mt-td.text, .article-page table tbody .mt-table:not(.ignore-media-query) .mt-tbody tr .mt-td.text, .mt-table:not(.ignore-media-query) .article-page table tbody tr .mt-td.text, .article-page table .mt-table:not(.ignore-media-query) tbody tr .mt-td.text, .article-page table:not(.ignore-media-query) tbody tr .mt-td.text, .article-page table tbody tr .mt-table:not(.ignore-media-query) .mt-tbody .mt-tr td.text, .article-page table tbody .mt-table:not(.ignore-media-query) .mt-tbody tr td.text, .mt-table:not(.ignore-media-query) .article-page table tbody tr td.text, .article-page table .mt-table:not(.ignore-media-query) tbody tr td.text, .article-page table:not(.ignore-media-query) tbody tr td.text {
    display: table-cell;
  }
  .mt-table:not(.ignore-media-query) .mt-th, .article-page table:not(.ignore-media-query) .mt-th, .mt-table:not(.ignore-media-query) .article-page table thead tr th, .article-page table thead tr .mt-table:not(.ignore-media-query) th, .article-page table:not(.ignore-media-query) thead tr th,
  .mt-table:not(.ignore-media-query) .mt-td,
  .article-page table:not(.ignore-media-query) .mt-td,
  .mt-table:not(.ignore-media-query) .article-page table tbody tr td,
  .article-page table tbody tr .mt-table:not(.ignore-media-query) td,
  .article-page table:not(.ignore-media-query) tbody tr td {
    text-align: left;
    border: 0.01em solid var(--table-border);
    padding: var(--spacer-xx-small);
    overflow-wrap: anywhere;
    vertical-align: text-top;
  }
  .mt-table:not(.ignore-media-query) .mt-th, .article-page table:not(.ignore-media-query) .mt-th, .mt-table:not(.ignore-media-query) .article-page table thead tr th, .article-page table thead tr .mt-table:not(.ignore-media-query) th, .article-page table:not(.ignore-media-query) thead tr th {
    font-weight: 700;
  }
  .mt-table:not(.ignore-media-query) .mt-th.width-20, .article-page table:not(.ignore-media-query) .mt-th.width-20, .mt-table:not(.ignore-media-query) .article-page table thead tr th.width-20, .article-page table thead tr .mt-table:not(.ignore-media-query) th.width-20, .article-page table:not(.ignore-media-query) thead tr th.width-20 {
    width: 20%;
  }
  .mt-table:not(.ignore-media-query) .mt-th.width-60, .article-page table:not(.ignore-media-query) .mt-th.width-60, .mt-table:not(.ignore-media-query) .article-page table thead tr th.width-60, .article-page table thead tr .mt-table:not(.ignore-media-query) th.width-60, .article-page table:not(.ignore-media-query) thead tr th.width-60 {
    width: 60%;
  }
  .mt-table:not(.ignore-media-query) .mt-tr th:first-child, .article-page table:not(.ignore-media-query) .mt-tr th:first-child, .mt-table:not(.ignore-media-query) .article-page table thead tr th:first-child, .article-page table thead .mt-table:not(.ignore-media-query) tr th:first-child, .article-page table:not(.ignore-media-query) thead tr th:first-child, .mt-table:not(.ignore-media-query) .article-page table tbody tr th:first-child, .article-page table tbody .mt-table:not(.ignore-media-query) tr th:first-child, .article-page table:not(.ignore-media-query) tbody tr th:first-child,
  .mt-table:not(.ignore-media-query) .mt-tr td:first-child,
  .article-page table:not(.ignore-media-query) .mt-tr td:first-child,
  .mt-table:not(.ignore-media-query) .article-page table thead tr td:first-child,
  .article-page table thead .mt-table:not(.ignore-media-query) tr td:first-child,
  .article-page table:not(.ignore-media-query) thead tr td:first-child,
  .mt-table:not(.ignore-media-query) .article-page table tbody tr td:first-child,
  .article-page table tbody .mt-table:not(.ignore-media-query) tr td:first-child,
  .article-page table:not(.ignore-media-query) tbody tr td:first-child {
    border-left: none;
  }
  .mt-table:not(.ignore-media-query) .mt-tr .mt-th:last-child, .article-page table:not(.ignore-media-query) .mt-tr .mt-th:last-child, .mt-table:not(.ignore-media-query) .article-page table thead tr .mt-th:last-child, .article-page table thead .mt-table:not(.ignore-media-query) tr .mt-th:last-child, .article-page table:not(.ignore-media-query) thead tr .mt-th:last-child, .mt-table:not(.ignore-media-query) .article-page table tbody tr .mt-th:last-child, .article-page table tbody .mt-table:not(.ignore-media-query) tr .mt-th:last-child, .article-page table:not(.ignore-media-query) tbody tr .mt-th:last-child, .article-page table thead tr .mt-table:not(.ignore-media-query) .mt-tr th:last-child, .mt-table:not(.ignore-media-query) .article-page table thead tr th:last-child, .article-page table thead .mt-table:not(.ignore-media-query) tr th:last-child, .article-page table:not(.ignore-media-query) thead tr th:last-child, .article-page table tbody .mt-table:not(.ignore-media-query) thead tr th:last-child,
  .mt-table:not(.ignore-media-query) .mt-tr .mt-td:last-child,
  .article-page table:not(.ignore-media-query) .mt-tr .mt-td:last-child,
  .mt-table:not(.ignore-media-query) .article-page table thead tr .mt-td:last-child,
  .article-page table thead .mt-table:not(.ignore-media-query) tr .mt-td:last-child,
  .article-page table:not(.ignore-media-query) thead tr .mt-td:last-child,
  .mt-table:not(.ignore-media-query) .article-page table tbody tr .mt-td:last-child,
  .article-page table tbody .mt-table:not(.ignore-media-query) tr .mt-td:last-child,
  .article-page table:not(.ignore-media-query) tbody tr .mt-td:last-child,
  .article-page table tbody tr .mt-table:not(.ignore-media-query) .mt-tr td:last-child,
  .article-page table thead .mt-table:not(.ignore-media-query) tbody tr td:last-child,
  .mt-table:not(.ignore-media-query) .article-page table tbody tr td:last-child,
  .article-page table tbody .mt-table:not(.ignore-media-query) tr td:last-child,
  .article-page table:not(.ignore-media-query) tbody tr td:last-child {
    border-right: none;
  }
}

.intro {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  font-weight: var(--font-weight-light);
  line-height: 140%;
}

.text-box {
  padding: 2rem;
  background-color: #fff;
}

.article-page {
  --space-section: var(--spacer-small);
  --space-sub-section: var(--spacer-x-small);
  --space-content: var(--spacer-xx-small);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.article-page > * {
  grid-column: span 12;
}
.article-page ul,
.article-page ol,
.article-page .intro,
.article-page .task,
.article-page .highlighted-link,
.article-page .form-intro-module,
.article-page .disclosure,
.article-page > * + p {
  margin-top: var(--space-content);
}
.article-page > .meta + p,
.article-page .mt-figure,
.article-page figure {
  margin-top: var(--spacer-x-small);
}
.article-page table {
  margin-top: var(--spacer-large);
}
.article-page h2 {
  margin-top: var(--space-section);
}
.article-page h2 + h3 {
  margin-top: var(--space-content);
}
.article-page > h3,
.article-page > h4 {
  margin-top: var(--space-sub-section);
}
.article-page > h4 + *,
.article-page > .mt-h4 + * {
  margin-top: 0;
}
.article-page .text > * + * {
  margin-top: var(--space-content);
}
.article-page .text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.article-page .text > h2 {
  margin-top: var(--spacer-medium);
}
.article-page .text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.article-page .text > h3,
.article-page .text > h4 {
  margin-top: var(--spacer-x-small);
}
.article-page .text ul {
  padding-left: var(--spacer-medium);
}
.article-page .text ul li {
  line-height: 140%;
}
.article-page .text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.article-page .meta {
  margin-top: var(--spacer-x-small);
}
.article-page section > .inclusively-hidden + * {
  margin-top: var(--space-section);
}
.article-page section.table-of-contents {
  margin: var(--spacer-large) 0 0;
}
.article-page section.table-of-contents h2 {
  margin-top: 0;
}
.article-page section.table-of-contents + * {
  margin-top: var(--spacer-large);
}
.article-page details,
.article-page section > details,
.article-page section + .disclosure {
  margin-top: var(--space-section);
  margin-bottom: var(--space-section);
}
@media only screen and (min-width: 768px) {
  .article-page.children-full-width > * {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 768px) {
  .article-page > * {
    grid-column: 3/span 6;
  }
}

@media only screen and (min-width: 768px) {
  .banner-image {
    background-image: var(--banner-image-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .banner-image .banner-image--layout {
    --banner-height: 28rem;
    min-height: var(--banner-height);
    align-items: center;
    align-content: center;
    padding: var(--spacer-medium) 0;
  }
}

.mt-button {
  --fds-btn-padding: var(--fds-spacing-2) var(--fds-spacing-4);
  --button-background: var(--color-primary);
  --button-color: var(--color-on-primary);
  --outline-color: transparent;
  --gap: 0.5rem;
  text-decoration: none;
  padding: var(--fds-btn-padding);
  border: var(--border-width-regular) solid transparent;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  border-radius: 0.25em;
  background-color: var(--button-background);
  color: var(--button-color);
  min-width: 10ch;
  min-height: 2.75rem;
  text-align: center;
  line-height: 1.75rem;
  font-weight: var(--font-weight-normal);
  transition: none 180ms ease-in-out;
  transition-property: background-color, color, border-color;
}
.mt-button.focus, .mt-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-button:focus:not(:focus-visible) {
  outline: none;
}
.mt-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-button:disabled, .mt-button[disabled], .mt-button.disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.mt-button:hover, .mt-button:active {
  background-color: var(--button-color);
  color: var(--button-background);
}
.mt-button--error {
  --button-background: var(--color-error);
  --button-color: var(--color-on-error);
}
.mt-button--primary {
  border-color: var(--mt-button-primary-border);
}
.mt-button--primary:hover, .mt-button--primary:active {
  background-color: var(--mt-button-primary-bg-hover);
  color: var(--mt-button-primary-color-hover);
  border-color: var(--mt-button-primary-border-hover);
}
.mt-button--primary:disabled, .mt-button--primary[disabled], .mt-button--primary.disabled {
  background-color: var(--mt-button-primary-bg-disabled);
  color: var(--mt-button-primary-color-disabled);
  border-color: var(--mt-button-primary-border-disabled);
}
.mt-button--on-primary {
  background-color: transparent;
  border-color: var(--color-mt-white);
}
.mt-button--on-primary:focus, .mt-button--on-primary:focus-visible, .mt-button--on-primary:focus-within {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem var(--mt-button-no-primary-border-focus-shadow);
}
.mt-button--secondary {
  --button-focus-inner: var(--button-background);
  --button-focus-outer: var(--button-color);
  --color: var(--button-background);
  --background: var(--mt-button-neutral-bg);
  border-color: var(--color);
  color: var(--color);
  background-color: var(--background);
}
.mt-button--secondary:hover, .mt-button--secondary:active {
  background-color: var(--mt-button-neutral-bg-hover);
  color: var(--mt-button-neutral-color-hover);
}
.mt-button--secondary:disabled, .mt-button--secondary[disabled], .mt-button--secondary.disabled {
  background-color: var(--mt-button-neutral-bg-disabled);
  color: var(--mt-button-neutral-color-disabled);
  border-color: var(--mt-button-neutral-border-disabled);
}
.mt-button--search-clear {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0.25em;
  border: transparent;
  padding: 0;
}
.mt-button--search-clear svg path {
  fill: var(--color-primary);
}
.mt-button--search-clear:hover {
  border: 2px solid var(--color-primary);
}
.mt-button--search-clear:hover svg path {
  fill: var(--color-mt-brown);
}
.mt-button--search-clear:focus {
  box-shadow: 0 0 0 0.125rem var(--color-mt-white), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
  background-color: transparent;
}
.mt-button--unstyled {
  background: transparent;
  letter-spacing: normal;
  text-align: left;
  word-spacing: normal;
  cursor: pointer;
  border: 0;
  color: var(--color);
}
.mt-button--unstyled:focus {
  border-color: inherit;
  outline: none;
  box-shadow: 0 0 0 0.25rem var(--mt-button-primary-bg-focus);
}
.mt-button--small {
  padding: 0.25em 0.5em;
}
.mt-button--flat {
  background: var(--mt-button-flat-bg);
  color: var(--mt-button-flat-color);
}
.mt-button--flat:hover {
  border-color: var(--mt-button-flat-border-hover);
  background: var(--mt-button-flat-bg-hover);
}
.mt-button--flat:focus, .mt-button--flat:focus-visible {
  border-color: var(--mt-button-flat-border-focus);
}
.mt-button.no-icon {
  text-decoration: underline;
}
.mt-button.no-icon:hover {
  text-decoration: none;
}
.mt-button--link {
  border: 0 none;
  background: transparent;
  color: var(--color);
  text-decoration: underline;
  min-width: max-content;
  min-height: auto;
  margin: 0;
  padding: 0;
}
.mt-button--link:hover {
  background: transparent;
  color: var(--color);
}
.mt-button__icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.mt-button:not(.mt-button-icon) .mt-button__icon {
  margin-right: 0.5em;
}
.mt-button-icon {
  border-radius: 50%;
  min-width: unset;
}
.mt-button--space-between {
  justify-content: space-between;
  text-align: left;
}
.mt-button--spinner {
  vertical-align: bottom;
}
.mt-button--spinner--start {
  gap: 0;
  flex-direction: row;
}
.mt-button--spinner--start .spinner {
  margin-right: var(--gap);
}
.mt-button--spinner--end {
  gap: 0;
  flex-direction: row-reverse;
}
.mt-button--spinner--end .spinner {
  margin-left: var(--gap);
}
.mt-button .spinner::after {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  display: block;
  border-width: 0.08125rem;
  border-style: solid;
  border-radius: 50%;
  border-top-color: initial;
  border-bottom-color: initial;
  border-right-color: transparent;
  border-left-color: initial;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt-button.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-button.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.mt-button.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-button.forward-arrow[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-button.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-button.forward-arrow[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.mt-button.forward-arrow:after, .mt-button.forward-arrow::after {
  display: none;
}
.mt-button.forward-arrow:before, .mt-button.forward-arrow::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.47%205.97a.75.75%200%200%201%201.06%200l5.5%205.5a.75.75%200%200%201%200%201.06l-5.5%205.5a.75.75%200%201%201-1.06-1.06L14.44%2012%209.47%207.03a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-button.forward-arrow:before, .mt-button.forward-arrow::before {
    transition: transform 300ms ease;
  }
}
.mt-button.forward-arrow[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-button.forward-arrow[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.mt-button.forward-arrow {
  display: flex;
  align-items: center;
  gap: var(--spacer-xxx-small);
}
.mt-button.closable:hover:after {
  background-color: var(--mt-button-flat-color-hover);
}
.mt-button.closable:after {
  width: var(--icon-size-normal);
  height: var(--icon-size-normal);
  display: inline-block;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m20%202.54-7.5%207.5%207.5%207.499-2.5%202.5-7.5-7.5-7.5%207.5-2.5-2.5%207.5-7.5L0%202.54%202.5.04l7.5%207.5%207.5-7.5%202.5%202.5Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m20%202.54-7.5%207.5%207.5%207.499-2.5%202.5-7.5-7.5-7.5%207.5-2.5-2.5%207.5-7.5L0%202.54%202.5.04l7.5%207.5%207.5-7.5%202.5%202.5Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color-mt-blue);
}
.mt-button.expandable {
  --gap: 0;
  justify-content: flex-start;
  background-color: transparent;
  color: var(--color-mt-blue);
}
.mt-button.expandable[aria-expanded]::after {
  content: var(--icon-carret-down-primary);
  display: inline-block;
  margin-left: var(--spacer-xxx-small);
}
.mt-button.expandable[aria-expanded=true]::after {
  transform: rotate(-180deg);
  margin-bottom: 0.25rem;
}

.mt-icon-button {
  color: var(--color-mt-blue);
  background: transparent;
  border: var(--border-width-regular) solid transparent;
  border-radius: 0.25em;
  padding: 0.5em;
  cursor: pointer;
  transition: none 180ms ease-in-out;
  transition-property: background-color, color, border-color;
  min-height: 2.75rem;
  min-width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-icon-button:hover {
  border-color: var(--color-mt-blue);
}

.changelog.disclosure .disclosure-header.disclosure-header {
  color: var(--color-mt-blue);
  gap: var(--spacer-xx-small);
  display: flex;
}
.changelog.disclosure .disclosure-panel {
  background-color: var(--changelog-panel-bg);
  margin-top: 0.25rem;
  padding: var(--spacer-x-small);
}
.changelog.disclosure .disclosure-panel article {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .changelog.disclosure .disclosure-panel article {
    padding-left: var(--spacer-x-small);
    padding-right: var(--spacer-x-small);
  }
}

.chapter-menu {
  --bg-active: var(--chapter-menu-active-on-dark);
  --color-active: var(--color-mt-blue);
  --link-color: var(--color-mt-white);
  background-color: var(--color-mt-blue);
  color: var(--color-mt-white);
  margin: var(--spacer-xx-small);
}
.chapter-menu--chapter-wrapper {
  border-bottom: 1px solid var(--color-mt-background);
  margin-top: 0;
  display: grid;
  grid-template-columns: auto min-content;
  grid-template-areas: "link btn" "sub sub";
}
.chapter-menu--chapter-wrapper a[aria-current] {
  grid-area: link;
}
.chapter-menu--chapter-wrapper button.icon--caret-down-after-on-primary {
  grid-area: btn;
}
.chapter-menu--chapter-wrapper .mt-ul {
  grid-area: sub;
}
.chapter-menu--chapter-wrapper .mt-ul .mt-li {
  border-bottom: none;
}
.chapter-menu--chapter-wrapper:last-child {
  border-bottom: none;
}
.chapter-menu--chapter-wrapper + li.chapter-menu--chapter-wrapper {
  margin-top: 0;
}
.chapter-menu a,
.chapter-menu button {
  border-radius: 0;
}
.chapter-menu a:focus,
.chapter-menu button:focus {
  outline: 4px solid var(--focus-on-dark);
  box-shadow: none;
  outline-offset: -1px;
}
.chapter-menu a {
  display: block;
  color: var(--link-color);
  text-decoration: none;
  width: 100%;
  padding: var(--spacer-xxx-small) 0;
}
.chapter-menu a:hover {
  text-decoration: underline;
}
.chapter-menu a[aria-current=page] {
  background-color: var(--bg-active);
  color: var(--color-active);
  font-weight: 700;
  padding-left: var(--spacer-xxx-small);
}
.chapter-menu a.chapter-menu--subchapter {
  padding-left: var(--spacer-xx-small);
}

@media print {
  .chapter-menu {
    color: var(--color-mt-text-dark);
    background-color: transparent;
  }
  .chapter-menu a[aria-current=page] {
    background-color: transparent;
  }
}
.chapter-navigation {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: var(--spacer-small);
}
.chapter-navigation--bottom {
  margin-top: var(--spacer-medium);
  margin-bottom: var(--spacer-medium);
  border-top: 1px solid var(--chapter-navigation-border);
}
.chapter-navigation a {
  text-decoration: none;
  font-size: 1rem;
  margin-top: var(--spacer-xxx-small);
  flex: 1 1 min-content;
}
@media only screen and (min-width: 768px) {
  .chapter-navigation a {
    flex: initial;
  }
}
.chapter-navigation a:hover {
  text-decoration: underline;
}
.chapter-navigation a span {
  font-weight: 700;
}

@media print {
  .chapter-navigation {
    display: none;
  }
}
.multiselect {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
}
.multiselect--no-js {
  background-color: var(--color-mt-white);
}
.multiselect--no-js.mt-details[open] .mt-summary {
  border-radius: 0.25em 0.25em 0 0;
  margin-bottom: 0;
}
.multiselect--no-js.mt-details[open] .summary-wrapper > * + * {
  margin-top: 0;
}
.multiselect--no-js .mt-summary {
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
  display: flex;
  justify-content: flex-end;
  line-height: 2;
}
.multiselect--no-js .mt-summary:hover {
  outline: 1px solid var(--form-border-color-hover);
  border-color: var(--form-border-color-hover);
}
.multiselect--no-js .mt-summary:focus {
  outline: 4px solid var(--multiselect-focus-outline-color);
  z-index: 1;
  box-shadow: none;
}
.multiselect--no-js .summary-wrapper {
  max-height: 30vh;
  overflow: auto;
  padding: var(--spacer-xxx-small);
  background-color: var(--color-mt-white);
  border-left: 1px solid var(--form-border-color);
  border-right: 1px solid var(--form-border-color);
  border-bottom: 1px solid var(--form-border-color);
  border-radius: 0 0 0.25em 0.25em;
  display: flex;
  flex-direction: column;
}
.multiselect--no-js .summary-wrapper .form-control.divider,
.multiselect--no-js .summary-wrapper .divider {
  border-radius: 0.25em 0.25em 0 0;
  border-bottom: 1px solid var(--form-border-color);
}
.multiselect--no-js .summary-wrapper .form-control.divider + *,
.multiselect--no-js .summary-wrapper .divider + * {
  border-radius: 0 0 0.25em 0.25em;
}
.multiselect--no-js .summary-wrapper .form-control {
  gap: var(--spacer-xx-small);
  padding: var(--spacer-xxx-small);
  border-radius: 0.25em;
  background-color: var(--color-mt-white);
  cursor: pointer;
}
.multiselect--no-js .summary-wrapper .form-control.active, .multiselect--no-js .summary-wrapper .form-control:hover {
  background-color: var(--multiselect-option-hover-bg);
}
.multiselect--no-js .summary-wrapper .form-control input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
}
.multiselect--no-js .summary-wrapper .form-control input[type=checkbox]:checked {
  background-color: var(--color-primary);
  background-image: var(--checkbox-checked-img);
}
.multiselect--no-js .summary-wrapper .form-control input[type=checkbox] + .mt-label {
  line-height: 140%;
}
.multiselect .actions {
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
  align-items: center;
  display: flex;
  flex: 1;
  min-width: 15rem;
  background-color: var(--color-mt-new-white);
  align-content: center;
}
.multiselect .actions:hover {
  outline: 1px solid var(--form-border-color-hover);
  border-color: var(--form-border-color-hover);
}
.multiselect .actions:focus-within {
  border-radius: 0.25em 0.25em 0 0;
  outline: 4px solid var(--multiselect-focus-outline-color);
  z-index: 1;
}
.multiselect .mt-input {
  border: none;
  margin: 0;
  outline: none;
  line-height: 2;
  padding: 0;
  width: 100%;
}
.multiselect .mt-input:focus, .multiselect .mt-input:focus-visible {
  outline: none;
  box-shadow: none;
}
.multiselect .down-arrow {
  content: var(--icon-carret-down);
  margin-top: 0.3rem;
  /* Prevent annoying behavior with onblur */
  position: absolute;
  pointer-events: none;
  left: calc(100% - 22px - var(--spacer-xx-small));
}

.token-label {
  margin-top: var(--spacer-xx-small);
}

.mt-ul.token-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mt-ul.token-wrapper li {
  margin-top: 0;
}

.multiselect:hover .dropdown-arrow path {
  fill: hsl(0, 0%, 50%);
}

.options {
  max-height: 30vh;
  overflow: auto;
  padding: var(--spacer-xxx-small);
  background-color: var(--color-mt-white);
  border-left: 1px solid var(--form-border-color);
  border-right: 1px solid var(--form-border-color);
  border-bottom: 1px solid var(--form-border-color);
  border-radius: 0 0 0.25em 0.25em;
  left: 0;
  list-style: none;
  margin-block-end: 0;
  margin-block-start: 0;
  position: absolute;
  top: calc(100% + 0.0625rem);
  width: 100%;
}
.options .form-control.divider,
.options .divider {
  border-radius: 0.25em 0.25em 0 0;
  border-bottom: 1px solid var(--form-border-color);
}
.options .form-control.divider + *,
.options .divider + * {
  border-radius: 0 0 0.25em 0.25em;
}
.options .option {
  gap: var(--spacer-xx-small);
  padding: var(--spacer-xxx-small);
  border-radius: 0.25em;
  background-color: var(--color-mt-white);
  cursor: pointer;
  position: relative;
  margin-top: 0;
  display: flex;
  align-content: center;
}
.options .option.active, .options .option:hover {
  background-color: var(--multiselect-option-hover-bg);
}
.options .option:before {
  content: var(--multiselect-option-before);
  height: 1.6rem;
  display: inline-block;
  align-self: center;
}
.options .option:last-child {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.options .option:not(.selected):hover {
  background-color: var(--multiselect-option-hover-bg);
}
.options .option.selected:before {
  content: var(--multiselect-option-before-selected);
}
.options .option .active {
  background-color: hsl(214, 17%, 88%);
}

.hidden {
  display: none;
}

u-datalist:not([hidden]) {
  max-height: 30vh;
  overflow: auto;
  padding: var(--spacer-xxx-small);
  background-color: var(--color-mt-white);
  border-left: 1px solid var(--form-border-color);
  border-right: 1px solid var(--form-border-color);
  border-bottom: 1px solid var(--form-border-color);
  border-radius: 0 0 0.25em 0.25em;
  display: flex;
  flex-direction: column;
  margin-block-end: 0;
  margin-block-start: 0;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
}
u-datalist:not([hidden]) .form-control.divider,
u-datalist:not([hidden]) .divider {
  border-radius: 0.25em 0.25em 0 0;
  border-bottom: 1px solid var(--form-border-color);
}
u-datalist:not([hidden]) .form-control.divider + *,
u-datalist:not([hidden]) .divider + * {
  border-radius: 0 0 0.25em 0.25em;
}

u-option:not([hidden]) {
  gap: var(--spacer-xx-small);
  padding: var(--spacer-xxx-small);
  border-radius: 0.25em;
  background-color: var(--color-mt-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 140%;
  margin-top: var(--spacer-xxx-small);
}
u-option:not([hidden]).active, u-option:not([hidden]):hover {
  background-color: var(--multiselect-option-hover-bg);
}
u-option:not([hidden]):last-child {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
u-option:not([hidden]):not(.selected):hover {
  background-color: var(--multiselect-option-hover-bg);
}
u-option:not([hidden]):focus {
  box-shadow: 0 0 0 0.125rem var(--color-mt-white), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
  outline: none;
}
u-option:not([hidden])[selected] {
  font-weight: 700;
}

.expandable-input-list .collapsable-input-list {
  display: grid;
  gap: var(--spacer-xx-small);
  grid-template-columns: max-content;
}
.expandable-input-list .collapsable-input-list .form-field + .mt-label {
  margin-top: 0;
}

.external-list > * {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .external-list > * {
    grid-column: 3/span 8;
  }
}
.external-list .error {
  color: var(--color-error);
}

.mt-input[type=file].form-field {
  background-color: transparent;
}
.mt-input[type=file].form-field.inclusively-hidden-initial + .mt-label.mt-button {
  display: flex;
  width: fit-content;
  line-height: inherit;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  margin-top: 0.625rem;
}
.mt-input[type=file].form-field.inclusively-hidden-initial + .mt-label.mt-button:before {
  background-image: var(--icon-file-upload);
  padding-right: var(--icon-size-normal);
  content: "";
  width: var(--icon-size-normal);
  height: var(--icon-size-normal);
  background-size: var(--icon-size-normal) var(--icon-size-normal);
  background-repeat: no-repeat;
}
.mt-input[type=file].form-field:focus + .mt-label.mt-button {
  border-color: var(--button-background);
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}

.file-button__file-list {
  margin-top: var(--spacer-xx-small);
}
.file-button__file-list li {
  border-top: 1px solid var(--disclosure-bordered-border);
  border-bottom: 1px solid var(--disclosure-bordered-border);
  padding-top: var(--spacer-xx-small);
  padding-bottom: var(--spacer-xx-small);
  display: flex;
  flex-direction: row;
}
.file-button__file-list li + li {
  margin-top: 0;
  border-top: none;
}
.file-button__file-name {
  flex: 1;
  overflow-wrap: anywhere;
  margin-right: var(--spacer-xx-small);
  align-self: center;
}
.file-button__file-remove {
  margin-right: var(--spacer-xxx-small);
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-self: center;
}

.mt-form {
  --form-field-width: 100%;
  --form-text-color: var(--color-text);
  --border-color: var(--form-border-color);
  --border-radius: 0.25em;
  --form-outline-style: solid;
  --form-outline-color: var(--form-outline-color);
  color: var(--form-text-color);
}
.mt-form .hint,
.mt-form .form-error {
  font-size: 1rem;
  margin-top: var(--form-hint-spacer);
}
.mt-form > * {
  margin-top: var(--form-text-space);
}
.mt-form > .inclusively-hidden,
.mt-form > .inclusively-hidden-initial,
.mt-form > .inclusively-hidden-initial + .mt-label.mt-button,
.mt-form > [type=hidden] + .mt-label.mt-button {
  margin-top: 0;
}
.mt-form .mt-ul + .mt-label,
.mt-form .mt-ol + .mt-label,
.mt-form .mt-button + .mt-label,
.mt-form .form-field + .mt-label,
.mt-form .mt-input[type=hidden] + .mt-button,
.mt-form .form-field + .mt-fieldset,
.mt-form .form-field + .mt-button,
.mt-form .mt-fieldset + .mt-button,
.mt-form .mt-alert + .mt-button,
.mt-form .mt-input + .mt-button,
.mt-form .count-character + .mt-label,
.mt-form .count-character + .mt-fieldset,
.mt-form .mt-label + [type=submit],
.mt-form .mt-fieldset + .mt-fieldset,
.mt-form .mt-fieldset + .mt-alert,
.mt-form .mt-fieldset + .mt-label {
  margin-top: var(--form-group-spacer);
}

.mt-legend.form-legend,
.mt-label {
  display: flex;
  gap: var(--fds-spacing-3);
  font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  font-weight: var(--font-weight-normal);
  line-height: 1;
}
.mt-legend.form-legend.small,
.mt-label.small {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.mt-legend.form-legend.bold,
.mt-label.bold {
  font-weight: var(--font-weight-bold);
}

.form-field {
  --outline-style: var(--form-outline-style);
  --outline-color: var(--form-outline-color);
  --input-width: 100%;
  width: var(--input-width);
  max-width: var(--form-field-width, 30ch);
  padding: 0.75em 0.5em;
  border: var(--border-width-small) solid var(--border-color);
  border-radius: var(--border-radius);
  background-color: #fff;
  color: inherit;
  font-family: inherit;
}
.form-field.error {
  border: 2px solid var(--color-error);
}
.form-field.error:focus {
  border-color: var(--color-error);
  outline: none;
}
.form-field.focus, .form-field:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.form-field:focus:not(:focus-visible) {
  outline: none;
}
.form-field:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.form-field:disabled, .form-field[disabled], .form-field.disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-field:hover {
  outline: 1px solid var(--form-border-color-hover);
  border-color: var(--form-border-color-hover);
}
.form-field--small-width {
  --input-width: 4rem;
}
.form-field--medium-width {
  --input-width: 5rem;
}
.form-field--small {
  padding: calc(2 * 0.375rem);
}

.form-field.select {
  --outline-size: max(2px, 0.08em);
  --outline-style: var(--form-outline-style);
  --outline-color: var(--form-outline-color);
  display: grid;
  position: relative;
  grid-template-areas: "select";
  align-items: center;
}
.form-field.select select, .form-field.select::after {
  grid-area: select;
}
.form-field.select::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: currentColor;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.form-field.select select {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0 1em 0 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: inherit;
}
.form-field.select select::-ms-expand {
  display: none;
}
@supports selector(:focus-within) {
  .form-field.select select {
    outline: none;
  }
}

.form-control {
  display: inline-grid;
  grid-template-columns: var(--radio-checkbox-dimention) 1fr;
  align-items: center;
  gap: var(--spacer-xx-small);
}
.form-control:hover .input__control {
  outline: 1px solid var(--form-border-color-hover);
  border-color: var(--form-border-color-hover);
}
.form-control .mt-input.focus, .form-control .mt-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.form-control .mt-input:focus:not(:focus-visible) {
  outline: none;
}
.form-control .mt-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.form-control__input {
  display: grid;
  grid-template-areas: "input";
  place-content: center;
  font-size: 1em;
}
.form-control__input > * {
  grid-area: input;
}
.form-control .input__control {
  display: grid;
  place-content: center;
}

.form-error {
  display: flex;
  align-items: center;
  color: var(--color-error);
}
.form-error::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23A41D16%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%2015h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  height: 26px;
  margin-right: var(--spacer-xxx-small);
}

.input-horizontal {
  display: grid;
  column-gap: var(--spacer-xx-small);
  grid-template-columns: auto 1fr;
}
.input-horizontal .form-error {
  grid-column: span 2;
}
.input-horizontal .mt-input {
  justify-self: end;
}

.mt-input[type=radio] + .mt-label,
.mt-input[type=checkbox] + .mt-label {
  font-size: inherit;
  font-weight: normal;
}

.mt-input[type=checkbox],
.mt-input[type=radio] {
  width: var(--radio-checkbox-dimention);
  height: var(--radio-checkbox-dimention);
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--form-border-color);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border-radius: 50%;
  color: var(--color-primary);
}
.mt-input[type=checkbox]:disabled, .mt-input[type=checkbox][disabled],
.mt-input[type=radio]:disabled,
.mt-input[type=radio][disabled] {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.mt-input[type=checkbox]:disabled ~ .mt-label, .mt-input[type=checkbox][disabled] ~ .mt-label,
.mt-input[type=radio]:disabled ~ .mt-label,
.mt-input[type=radio][disabled] ~ .mt-label {
  opacity: 0.5;
}

.mt-input[type=radio] {
  border-radius: 50%;
}

.mt-input[type=radio]:checked {
  background-image: var(--radio-checked-img);
}

.mt-input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: var(--border-radius);
  color: var(--color-primary);
}
.mt-input[type=checkbox]:checked {
  background-color: var(--color-primary);
  background-image: var(--checkbox-checked-img);
}
.mt-input[type=checkbox]:indeterminate {
  background-image: var(--checkbox-indeterminate-img);
  background-color: var(--color-primary);
}

.checkbox,
.radio {
  display: flex;
  flex-direction: column;
}
.checkbox .form-control + .form-control,
.radio .form-control + .form-control {
  margin-top: 0.625rem;
}
.checkbox .form-control .hint,
.radio .form-control .hint {
  grid-column: 2;
  margin-top: 0;
  margin-bottom: var(--form-hint-spacer);
}

.checkbox .input__control.error,
.mt-button-checkbox .input__control.error {
  border: 2px solid var(--color-error);
}
.checkbox .input__control.error:focus,
.mt-button-checkbox .input__control.error:focus {
  border-color: var(--color-error);
  outline: none;
}
.checkbox .input__control.error + .mt-label,
.mt-button-checkbox .input__control.error + .mt-label {
  color: var(--color-error);
}
.checkbox .input__control svg,
.mt-button-checkbox .input__control svg {
  width: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}
.checkbox .mt-input:checked + .input__control svg,
.mt-button-checkbox .mt-input:checked + .input__control svg {
  transform: scale(1);
}

.radio .input__control.error {
  border: 2px solid var(--color-error);
}
.radio .input__control.error:focus {
  border-color: var(--color-error);
  outline: none;
}
.radio .input__control.error + .mt-label {
  color: var(--color-error);
}
.radio .input__control::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border-radius: 50%;
  box-shadow: inset 1em 1em var(--color-primary);
}
.radio .mt-input:checked + .input__control::before {
  transform: scale(1);
}

.mt-button-radio,
.mt-button-checkbox {
  display: grid;
  grid-template-columns: min-content min-content;
  grid-template-rows: min-content min-content min-content min-content min-content;
  column-gap: var(--spacer-xx-small);
}
.mt-button-radio legend,
.mt-button-radio .hint,
.mt-button-radio .form-error,
.mt-button-checkbox legend,
.mt-button-checkbox .hint,
.mt-button-checkbox .form-error {
  grid-column: span 2;
}
.mt-button-radio .form-control,
.mt-button-checkbox .form-control {
  grid-column: span 1;
  gap: 0;
  display: flex;
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control,
.mt-button-radio .form-control .mt-input[type=radio].input__control,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control {
  opacity: 0;
  position: fixed;
  width: 0;
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control + .mt-label,
.mt-button-radio .form-control .mt-input[type=radio].input__control + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control + .mt-label {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control + .mt-label:hover,
.mt-button-radio .form-control .mt-input[type=radio].input__control + .mt-label:hover,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control + .mt-label:hover,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control + .mt-label:hover {
  background-color: var(--color-mt-blue);
  color: var(--color-mt-white);
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control:checked + .mt-label,
.mt-button-radio .form-control .mt-input[type=radio].input__control:checked + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control:checked + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control:checked + .mt-label {
  font-weight: var(--font-weight-bold);
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control:checked + .mt-label:before,
.mt-button-radio .form-control .mt-input[type=radio].input__control:checked + .mt-label:before,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control:checked + .mt-label:before,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control:checked + .mt-label:before {
  width: 1.25rem;
  height: 1rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.609%205.613%200%209.023%208.645%2016.5%2020%203.215%2017.254.5%208.663%2011.162%202.609%205.612Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.609%205.613%200%209.023%208.645%2016.5%2020%203.215%2017.254.5%208.663%2011.162%202.609%205.612Z%22%20fill%3D%22%23075B7A%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color-mt-blue);
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control:checked + .mt-label:hover:before,
.mt-button-radio .form-control .mt-input[type=radio].input__control:checked + .mt-label:hover:before,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control:checked + .mt-label:hover:before,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control:checked + .mt-label:hover:before {
  background-color: var(--color-mt-white);
}
.mt-button-radio .form-control .mt-input[type=checkbox].input__control:focus + .mt-label,
.mt-button-radio .form-control .mt-input[type=radio].input__control:focus + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=checkbox].input__control:focus + .mt-label,
.mt-button-checkbox .form-control .mt-input[type=radio].input__control:focus + .mt-label {
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
@media only screen and (min-width: 768px) {
  .mt-button-radio,
  .mt-button-checkbox {
    grid-auto-columns: min-content;
    grid-template-areas: "label label label" "hint hint hint" "error error error" "radio radio radio";
  }
  .mt-button-radio legend,
  .mt-button-checkbox legend {
    grid-area: label;
  }
  .mt-button-radio .hint,
  .mt-button-checkbox .hint {
    grid-area: hint;
  }
  .mt-button-radio .form-error,
  .mt-button-checkbox .form-error {
    grid-area: error;
  }
  .mt-button-radio .form-control,
  .mt-button-checkbox .form-control {
    grid-area: radio;
    grid-column: span 1;
  }
}

.mt-fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}
.mt-fieldset > * {
  margin-top: var(--form-text-space);
}
.mt-fieldset .mt-label {
  font-weight: normal;
  line-height: 1;
}
.mt-fieldset .mt-legend {
  padding-inline: 0;
}
.mt-fieldset .mt-legend.border {
  font-weight: var(--font-weight-bold);
  width: 100%;
  border-bottom: var(--border-width-small) solid hsl(54, 19%, 61%);
  padding-bottom: var(--spacer-xx-small);
}
.mt-fieldset.validation legend {
  float: left;
  width: 100%;
  margin-top: 0;
}
.mt-fieldset.fieldset-error {
  border-radius: 0.01em;
  box-shadow: 0 0 0 0.05rem var(--color-mt-background), 0 0 0 0.2rem var(--color-error);
}
@media only screen and (min-width: 768px) {
  .mt-fieldset.fieldset-error {
    box-shadow: 0 0 0 var(--spacer-xx-small) var(--color-mt-background), 0 0 0 calc(var(--spacer-xx-small) + 4px) var(--color-error);
  }
}

.form-intro .mt-button {
  margin-top: var(--spacer-small);
}

.form-intro-module > * + * {
  margin-top: var(--spacer-x-small);
}
.form-intro-module {
  padding: var(--spacer-x-small);
}
.form-intro-module .title {
  margin-top: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.form-intro-module .text > * + * {
  margin-top: var(--space-content);
}
.form-intro-module .text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.form-intro-module .text > h2 {
  margin-top: var(--spacer-medium);
}
.form-intro-module .text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.form-intro-module .text > h3,
.form-intro-module .text > h4 {
  margin-top: var(--spacer-x-small);
}
.form-intro-module .text ul {
  padding-left: var(--spacer-medium);
}
.form-intro-module .text ul li {
  line-height: 140%;
}
.form-intro-module .text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.form-intro-module {
  background-color: var(--color-mt-white);
}
.form-intro-module > :first-child {
  display: flex;
  align-items: center;
  gap: var(--spacer-xx-small);
}
.form-intro-module > :first-child::before {
  content: var(--icon-form-intro);
  display: inline-block;
  height: 22px;
}

@media print {
  .form-intro-module > :first-child::before {
    transform: scale(0.7);
  }
}
.mt-ol.steps {
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacer-xx-small);
  counter-reset: step;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.mt-ol.steps .mt-li {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 1rem;
}
.mt-ol.steps .mt-li + .mt-li {
  margin-top: 0;
}
.mt-ol.steps .mt-li:before {
  margin-right: 0;
  display: inline-flex;
  border: 2px dotted var(--steps-bg);
  counter-increment: step;
  content: counter(step);
  background-color: transparent;
  border-radius: 50%;
  width: 2.125rem;
  height: 2.125rem;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s linear;
}
.mt-ol.steps .mt-li:not(:last-of-type):after {
  content: var(--icon-carret-right);
  margin-left: var(--spacer-xx-small);
  height: 1rem;
  display: inline-block;
}
.mt-ol.steps .mt-li.steps__complete:before {
  background-color: var(--steps-completed-bg);
  border-color: var(--steps-completed-bg);
}
.mt-ol.steps .mt-li.steps__current:before {
  color: var(--steps-color);
  border-style: solid;
  background-color: var(--steps-bg);
}
@media only screen and (min-width: 768px) {
  .mt-ol.steps .mt-li:before {
    margin-right: var(--spacer-xx-small);
  }
}

.legal-collection {
  --space-section: var(--spacer-small);
  --space-sub-section: var(--spacer-x-small);
  --space-content: var(--spacer-xx-small);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.legal-collection > * {
  grid-column: span 12;
}
.legal-collection ul,
.legal-collection ol,
.legal-collection .intro,
.legal-collection .task,
.legal-collection .highlighted-link,
.legal-collection .form-intro-module,
.legal-collection .disclosure,
.legal-collection > * + p {
  margin-top: var(--space-content);
}
.legal-collection > .meta + p,
.legal-collection .mt-figure {
  margin-top: var(--spacer-x-small);
}
.legal-collection table {
  margin-top: var(--spacer-large);
}
.legal-collection h2 {
  margin-top: var(--space-section);
}
.legal-collection h2 + h3 {
  margin-top: var(--space-content);
}
.legal-collection > h3,
.legal-collection > h4 {
  margin-top: var(--space-sub-section);
}
.legal-collection > h4 + *,
.legal-collection > .mt-h4 + * {
  margin-top: 0;
}
.legal-collection .text > * + * {
  margin-top: var(--space-content);
}
.legal-collection .text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.legal-collection .text > h2 {
  margin-top: var(--spacer-medium);
}
.legal-collection .text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.legal-collection .text > h3,
.legal-collection .text > h4 {
  margin-top: var(--spacer-x-small);
}
.legal-collection .text ul {
  padding-left: var(--spacer-medium);
}
.legal-collection .text ul li {
  line-height: 140%;
}
.legal-collection .text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.legal-collection .meta {
  margin-top: var(--spacer-x-small);
}
.legal-collection section > .inclusively-hidden + * {
  margin-top: var(--space-section);
}
.legal-collection section.table-of-contents {
  margin: var(--spacer-large) 0 0;
}
.legal-collection section.table-of-contents h2 {
  margin-top: 0;
}
.legal-collection section.table-of-contents + * {
  margin-top: var(--spacer-large);
}
.legal-collection section > .mt-details,
.legal-collection section + .disclosure {
  margin-top: var(--spacer-small);
}
.legal-collection .intro {
  font-size: clamp(1.175rem, 4.333vw + 1rem, 1.375rem);
}
@media only screen and (min-width: 768px) {
  .legal-collection .intro {
    font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  }
}
.legal-collection__border-top {
  border-top: 2px solid var(--list-border);
  margin-top: var(--spacer-small);
}
@media only screen and (min-width: 768px) {
  .legal-collection > * {
    grid-column: 3/span 6;
  }
}

.notice {
  --notice-padding: var(--spacer-x-small);
  font-size: 1rem;
  padding: var(--notice-padding);
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .notice {
    font-size: inherit;
  }
}
.notice > * + * {
  margin-top: var(--space-content);
}
.notice {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.notice > h2 {
  margin-top: var(--spacer-medium);
}
.notice > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.notice > h3,
.notice > h4 {
  margin-top: var(--spacer-x-small);
}
.notice ul {
  padding-left: var(--spacer-medium);
}
.notice ul li {
  line-height: 140%;
}
.notice ul li + li {
  margin-top: var(--spacer-xx-small);
}
.notice :first-child + h2 {
  margin-top: 0;
}
.notice.important > :first-child, .notice.important > .inclusively-hidden + * {
  margin-top: 0;
}
.notice.important > :first-child::before, .notice.important > .inclusively-hidden + *::before {
  content: var(--icon-important);
  width: 1.4rem;
  height: 1.2rem;
  float: left;
  margin-top: -0.12rem;
  margin-right: var(--spacer-xxx-small);
}
@media only screen and (min-width: 768px) {
  .notice.important > :first-child::before, .notice.important > .inclusively-hidden + *::before {
    content: var(--icon-important-large);
    width: 2rem;
    height: 2rem;
    margin-top: -0.25rem;
  }
}
.notice ul,
.notice ol {
  margin-top: var(--spacer-xxx-small);
  padding-left: var(--spacer-x-small);
}
.notice ul li,
.notice ul li + li,
.notice ol li,
.notice ol li + li {
  margin-top: 0;
}

.page-summary {
  --gap: var(--spacer-xx-small);
  --pagesummary-border: 2px solid var(--list-border);
  display: grid;
  grid-template-areas: "heading change .";
  grid-template-columns: auto max-content 1fr;
  column-gap: var(--gap);
  margin-top: var(--spacer-x-small);
}
.page-summary + .page-summary {
  margin-top: 0;
}
.page-summary h3,
.page-summary .mt-button {
  align-self: center;
  margin-bottom: var(--fds-spacing-2);
}
.page-summary h3 {
  grid-area: heading;
}
.page-summary .mt-button {
  grid-area: change;
}
.page-summary .summary-list {
  border-top: var(--pagesummary-border);
  padding-top: var(--gap);
}
.page-summary .summary-list dd {
  white-space: pre-wrap;
}

.mt-pagination {
  justify-self: center;
  display: grid;
  grid-template-areas: "list list list" "prev . next";
  grid-template-columns: 1fr 0 1fr;
  gap: var(--spacer-xxx-small);
}
.mt-pagination .previous-link {
  grid-area: prev;
  justify-self: center;
}
.mt-pagination .next-link {
  grid-area: next;
  justify-self: center;
}
.mt-pagination .mt-ul {
  grid-area: list;
  justify-content: center;
  display: flex;
  gap: var(--spacer-xxx-small);
}
.mt-pagination .mt-ul .mt-li {
  margin-top: 0;
}
.mt-pagination .mt-ul .pagination-item {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .mt-pagination {
    grid-template-areas: "prev list next";
    grid-template-columns: max-content max-content max-content;
  }
}
.mt-pagination .mt-link {
  border-radius: 50%;
  min-width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-pagination .mt-link.focus, .mt-pagination .mt-link:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-pagination .mt-link:focus:not(:focus-visible) {
  outline: none;
}
.mt-pagination .mt-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-pagination .mt-link:hover {
  background-color: var(--mt-button-flat-bg-hover);
  color: var(--mt-button-primary-color-hover);
}
.mt-pagination .mt-link.next-link, .mt-pagination .mt-link.previous-link {
  padding: 0 var(--spacer-xxx-small);
  border-radius: var(--border-radius);
  background-color: transparent;
  border-color: var(--mt-button-primary-border);
  text-decoration: none;
}
.mt-pagination .mt-link.next-link:hover, .mt-pagination .mt-link.previous-link:hover {
  text-decoration: underline;
  background-color: var(--mt-button-flat-bg-hover);
  color: var(--mt-button-primary-color-hover);
  border-color: var(--mt-button-primary-border-hover);
}
.mt-pagination .mt-link.next-link:after {
  content: var(--icon-carret-right-pagination);
  display: inline-block;
  margin-left: var(--spacer-xxx-small);
}
.mt-pagination .mt-link.previous-link:before {
  content: var(--icon-carret-left);
  display: inline-block;
  margin-right: var(--spacer-xxx-small);
}
.mt-pagination .mt-link[aria-current=page] {
  background-color: var(--mt-button-primary-bg);
  border-color: var(--mt-buttonpricolor-mt-granskog);
  color: var(--color-mt-white);
}
.mt-pagination .mt-link[aria-current=page]:hover {
  background-color: var(--mt-button-flat-bg-hover);
  color: var(--mt-button-primary-color-hover);
  border-color: var(--mt-button-primary-border-hover);
}
.mt-pagination .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 2.75rem;
  text-align: center;
}
.mt-pagination .ellipsis:focus-within {
  box-shadow: 0 0 0 0.25rem var(--mt-button-primary-bg-focus);
}
.mt-pagination .ellipsis a:focus {
  line-height: 1;
  box-shadow: none;
}

@media print {
  .mt-pagination {
    display: none;
  }
}
.mt-dl.meta {
  font-size: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacer-xxx-small);
}
.mt-dl.meta dt {
  font-weight: 400;
}
.mt-dl.meta dt::after {
  content: ":";
}
@media only screen and (min-width: 768px) {
  .mt-dl.meta {
    display: flex;
  }
  .mt-dl.meta :nth-child(3) {
    padding-left: var(--spacer-xxx-small);
    border-left: 1px solid var(--list-border);
  }
}
.mt-dl.meta dt {
  gap: 0;
}
.mt-dl.meta dt::before {
  margin-right: var(--spacer-xxx-small);
}
.mt-dl.meta dd {
  margin-right: var(--spacer-medium);
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .mt-dl.meta dd {
    margin-right: 0;
  }
}

.mt-dl.meta-rows {
  font-size: 1rem;
  display: block;
}
.mt-dl.meta-rows dt {
  font-weight: 400;
}
.mt-dl.meta-rows dt::after {
  content: ":";
}
.mt-dl.meta-rows .mt-dt {
  float: left;
  clear: left;
  margin-right: var(--spacer-xxx-small);
}

.ol-viewport {
  --map-button-color: var(--color-mt-granskog);
  --ol-subtle-foreground-color: var(--color-mt-granskog);
  --distance-from-edge: var(--spacer-xxx-small);
  --distance-from-bottom: var(--spacer-x-small);
  --space-between-buttons: var(--spacer-xxx-small);
}
.ol-viewport .ol-control button[type=button] {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.25em;
  background-color: var(--color-mt-white);
  border: 2px solid var(--ol-subtle-foreground-color);
  color: var(--map-button-color);
  outline: none;
  margin: 0;
  position: relative;
  font-weight: 400;
  font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
}
.ol-viewport .ol-control button[type=button]:hover {
  background-color: var(--mt-button-primary-bg-hover);
  outline: none;
}
.ol-viewport .ol-control button[type=button]:focus, .ol-viewport .ol-control button[type=button]:focus-visible {
  border: 4px solid var(--ol-subtle-foreground-color);
}
.ol-viewport .ol-control button[type=button].ol-zoom-in {
  position: relative;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ol-viewport .ol-control button[type=button].ol-zoom-in:focus {
  border: 4px solid var(--ol-subtle-foreground-color);
}
.ol-viewport .ol-control button[type=button].ol-zoom-in:focus + button:before {
  height: 0;
}
.ol-viewport .ol-control button[type=button].ol-zoom-out {
  --space-border: var(--spacer-xxx-small);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ol-viewport .ol-control button[type=button].ol-zoom-out:before {
  content: "";
  width: calc(2.75rem - var(--border-width-regular) - var(--border-width-regular) - var(--space-border) - var(--space-border));
  height: 1px;
  background: var(--map-button-color);
  position: absolute;
  top: 0;
  left: var(--space-border);
}
.ol-viewport .ol-control button[type=button].ol-zoom-out:focus {
  border: 4px solid var(--ol-subtle-foreground-color);
}
.ol-viewport .ol-control button[type=button].ol-zoom-out:focus:before {
  width: 2.75rem;
  height: 0;
}
.ol-viewport .ol-control.ol-zoom {
  top: unset;
  left: unset;
  bottom: calc(var(--distance-from-bottom) + var(--space-between-buttons));
  right: var(--distance-from-edge);
}
.ol-viewport .ol-control.ol-attribution {
  right: 0;
  bottom: 0;
}
.ol-viewport .ol-control.ol-attribution ul li {
  display: list-item;
  text-align: left;
}
.ol-viewport .ol-control.geolocation-button {
  right: var(--distance-from-edge);
  bottom: calc(var(--distance-from-bottom) + 2.75rem * 2 + var(--space-between-buttons) + var(--space-between-buttons));
}

.mt-map-wrapper {
  height: 30rem;
  width: 100%;
}

.mt-map {
  --distance-from-edge: var(--spacer-xxx-small);
  --distance-from-bottom: var(--spacer-x-small);
  --space-between-buttons: var(--spacer-xxx-small);
  width: 100%;
  height: 100%;
}
.mt-map.focus, .mt-map:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-map:focus:not(:focus-visible) {
  outline: none;
}
.mt-map:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-map.fullscreen {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.mt-map .ol-popup {
  background-color: var(--color-mt-white);
  color: var(--color-text);
  padding: var(--spacer-xxx-small);
  border-radius: 0.25em;
}
.mt-map .mt-label.map-toggle-label {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.25em;
  background-color: var(--color-mt-white);
  border: 2px solid var(--ol-subtle-foreground-color);
  display: grid;
  align-items: center;
  justify-items: center;
}
.mt-map .mt-label.map-toggle-label:hover {
  background-color: var(--mt-button-primary-bg-hover);
  outline: none;
}
.mt-map .mt-label.map-toggle-label svg {
  width: 50%;
  height: 50%;
}
.mt-map .mt-label.map-toggle-label svg #tracker-icon {
  fill: var(--map-button-color);
}
.mt-map .mt-input.map-toggle-input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mt-map .mt-input.map-toggle-input:focus + .mt-label.map-toggle-label {
  --focus-width: 2px;
  --focus-width-minus: calc(-1 * 2px);
  --focus-color: var(--color-mt-granskog);
  box-shadow: inset var(--focus-width) var(--focus-width) var(--focus-color), inset var(--focus-width) var(--focus-width-minus) var(--focus-color), inset var(--focus-width-minus) var(--focus-width-minus) var(--focus-color), inset var(--focus-width-minus) var(--focus-width) var(--focus-color);
}
.mt-map .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label {
  background-color: var(--map-button-color);
}
.mt-map .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label:hover {
  background-color: var(--mt-button-primary-bg-hover);
  outline: none;
}
.mt-map .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label svg #tracker-icon {
  fill: var(--color-mt-white);
}
.mt-map .mt-input.map-toggle-input:checked:focus + .mt-label.map-toggle-label {
  --focus-width: calc(4px - 1px);
  --focus-width-minus: calc(-1 * (4px - 1px));
  --focus-color: var(--color-mt-white);
  box-shadow: inset var(--focus-width) var(--focus-width) var(--focus-color), inset var(--focus-width) var(--focus-width-minus) var(--focus-color), inset var(--focus-width-minus) var(--focus-width-minus) var(--focus-color), inset var(--focus-width-minus) var(--focus-width) var(--focus-color);
  border-width: 1px;
}
.mt-map .ol-control.geolocation-button .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label:hover {
  background-color: var(--mt-button-primary-bg-focus);
}
.mt-map .ol-control.geolocation-button .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label:hover svg #tracker-icon {
  fill: var(--color-mt-white);
}
.mt-map .ol-control.geolocation-button .mt-input.map-toggle-input + .mt-label.map-toggle-label:hover {
  background-color: var(--color-mt-white);
}
.mt-map .ol-control.geolocation-button .mt-input.map-toggle-input + .mt-label.map-toggle-label:hover svg #tracker-icon {
  fill: var(--color-mt-granskog);
}
@media only screen and (min-width: 768px) {
  .mt-map .ol-control.geolocation-button .mt-input.map-toggle-input:hover {
    background-color: var(--mt-button-primary-bg-hover);
  }
  .mt-map .ol-control.geolocation-button .mt-input.map-toggle-input:hover svg #tracker-icon {
    fill: var(--color-mt-granskog);
  }
}
.mt-map .map-activate-wrapper {
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--distance-from-bottom);
}
.mt-map .map-activate-wrapper .mt-label.map-toggle-label {
  width: fit-content;
  padding: var(--spacer-xxx-small) var(--spacer-xx-small);
  grid-template-columns: min-content auto;
  line-height: inherit;
}
.mt-map .map-activate-wrapper .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label {
  color: var(--color-mt-white);
}
.mt-map .map-activate-wrapper .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label:before {
  background-image: var(--icon-collapse-white);
}
.mt-map .map-activate-wrapper .mt-input.map-toggle-input:checked + .mt-label.map-toggle-label:hover:before {
  background-image: var(--icon-collapse-white);
}
.mt-map .map-activate-wrapper .mt-input.map-toggle-input + .mt-label.map-toggle-label:hover {
  background-color: var(--mt-button-primary-bg-focus);
  color: var(--color-mt-white);
}
.mt-map .map-activate-wrapper .mt-input.map-toggle-input + .mt-label.map-toggle-label:hover:before {
  background-image: var(--icon-expand-white);
}

.mt-link.map-skiplink {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mt-link.map-skiplink:focus {
  z-index: 1;
  clip: auto;
  height: auto;
  width: auto;
  background-color: var(--color-mt-white);
  padding: var(--spacer-xxx-small);
}
.mt-link.map-skiplink:focus.focus, .mt-link.map-skiplink:focus:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.mt-link.map-skiplink:focus:focus:not(:focus-visible) {
  outline: none;
}
.mt-link.map-skiplink:focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}

.menu-point.focus, .menu-point:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.menu-point:focus:not(:focus-visible) {
  outline: none;
}
.menu-point:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.menu-point:disabled, .menu-point[disabled], .menu-point.disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.menu-point:hover {
  background-color: var(--mt-link-primary-bg);
}
@media (prefers-reduced-motion: no-preference) {
  .menu-point:hover {
    transition: background-color 300ms ease;
  }
}
.menu-point:hover .svg-wrapper svg circle {
  fill: var(--menu-point-svg-circle-on-hover);
}
@media (prefers-reduced-motion: no-preference) {
  .menu-point:hover .svg-wrapper svg circle {
    transition: fill 300ms ease;
  }
}
.menu-point:active {
  background-color: var(--mt-link-primary-bg-hover);
}
@media (prefers-reduced-motion: no-preference) {
  .menu-point:active {
    transition: background-color 100ms ease;
  }
}
.menu-point {
  --svg-color: var(--mt-button-neutral-color);
  --icon-padding: var(--spacer-xxx-small);
  --title-gap: var(--spacer-xx-small);
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: min-content min-content;
  align-items: center;
  grid-column-gap: var(--icon-padding);
  grid-row-gap: var(--title-gap);
  grid-template-areas: "icon heading" "empty keywords";
  color: var(--color-links);
  background-color: var(--color-mt-white);
  height: 100%;
  text-decoration: none;
}
.menu-point .svg-wrapper,
.menu-point .mt-img {
  grid-area: icon;
  height: var(--menu-point-icon-height);
}
.menu-point .svg-wrapper svg,
.menu-point .mt-img svg {
  height: inherit;
  width: inherit;
}
.menu-point .svg-wrapper svg circle,
.menu-point .mt-img svg circle {
  fill: var(--menu-point-svg-circle);
}
@media (prefers-reduced-motion: no-preference) {
  .menu-point .svg-wrapper svg circle,
  .menu-point .mt-img svg circle {
    transition: fill 300ms ease;
  }
}
.menu-point .svg-wrapper svg path,
.menu-point .mt-img svg path {
  fill: var(--svg-color);
}
.menu-point .menu-point-heading {
  grid-area: heading;
  padding-left: 0;
  text-decoration: underline;
}
.menu-point p {
  grid-area: keywords;
}

.form-page,
.multipage-form-view {
  --space-steps: var(--spacer-x-small);
  --space-section: var(--spacer-medium);
  gap: 0;
}
.form-page .steps,
.multipage-form-view .steps {
  margin-top: var(--space-steps);
}
.form-page > * + *,
.multipage-form-view > * + * {
  margin-top: var(--content-spacer);
}
.form-page > h2,
.multipage-form-view > h2 {
  margin-top: var(--space-section);
}
.form-page .icon--back-arrow,
.multipage-form-view .icon--back-arrow {
  margin-top: var(--space-steps);
}
.form-page .confirmation,
.multipage-form-view .confirmation {
  margin-top: var(--space-section);
}
.form-page .confirmation .button,
.multipage-form-view .confirmation .button {
  margin-top: var(--space-section);
}

.form-page .form-layout {
  margin-top: 0;
}

.form-funnel-view {
  --space-section: var(--spacer-small);
  display: flex;
  flex-direction: column;
  gap: var(--space-section);
}
.form-funnel-view ul li ul {
  margin-top: var(--spacer-xx-small);
}
.form-funnel-view section .layout-flex-col {
  margin-top: var(--space-section);
}

.disclosure {
  --disclosure-spacing: var(--spacer-x-small);
  --disclosure-padding-hover: var(--spacer-xxx-small);
}
@media only screen and (min-width: 768px) {
  .disclosure {
    --disclosure-spacing: var(--spacer-xx-small);
  }
}
.disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  display: none;
}
.disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .disclosure .disclosure-header[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure .disclosure-header[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
    transition: transform 300ms ease;
  }
}
.disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .disclosure .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  flex-shrink: 0;
}
.disclosure .disclosure-header:after, .disclosure .disclosure-header::after {
  display: none;
}
.disclosure .disclosure-header:before, .disclosure .disclosure-header::before {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.716%2011.153a.844.844%200%200%201%201.193%200l5.591%205.591%205.59-5.59a.844.844%200%201%201%201.194%201.193l-6.187%206.187a.844.844%200%200%201-1.194%200l-6.187-6.187a.844.844%200%200%201%200-1.194Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .disclosure .disclosure-header:before, .disclosure .disclosure-header::before {
    transition: transform 300ms ease;
  }
}
.disclosure .disclosure-header:before, .disclosure .disclosure-header::before {
  flex-shrink: 0;
}
.disclosure .disclosure-header[aria-expanded=true]::before {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .disclosure .disclosure-header[aria-expanded=true]::before {
    transition: transform 300ms ease;
  }
}
.disclosure .disclosure-header {
  display: flex;
  align-items: flex-start;
  gap: var(--spacer-xxx-small);
  width: 100%;
  margin: 0;
  padding: var(--disclosure-spacing) 0 var(--disclosure-spacing) var(--disclosure-spacing);
  overflow-wrap: anywhere;
}
.disclosure .disclosure-header > span {
  align-self: center;
}
.disclosure .disclosure-header svg {
  flex: none;
}
.disclosure [aria-expanded=true].disclosure-header {
  font-weight: var(--font-weight-bold);
}
.disclosure .disclosure-panel {
  --space-content: var(--spacer-xxx-small);
  padding: 0 0 var(--spacer-x-small) 0;
}
.disclosure .disclosure-panel > h3 {
  margin-top: var(--space-content);
}
.disclosure .disclosure-panel .article-page .intro {
  margin-top: 0;
}
.disclosure .disclosure-panel .article-page .intro :first-child {
  margin-top: 0;
}
.disclosure .disclosure-panel .article-page table.responsive-table {
  grid-column: span 12;
}
.disclosure .disclosure-panel > .disclosure {
  margin-top: var(--spacer-small);
}
.disclosure.disclosure-with-number {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.disclosure.disclosure-with-number .disclosure-header {
  grid-column: 1/span 12;
  display: grid;
  grid-template: "pseudo number title";
  grid-template-columns: repeat(12, 1fr);
}
.disclosure.disclosure-with-number .disclosure-header > ::before {
  grid-area: pseudo;
}
.disclosure.disclosure-with-number .disclosure-header > .chapter-number {
  grid-area: number;
  grid-column: 1/span 1;
  place-self: flex-start;
  white-space: nowrap;
}
.disclosure.disclosure-with-number .disclosure-header > .title {
  grid-area: title;
  grid-column: 2/span 11;
}
@media screen and (min-width: 768px) {
  .disclosure.disclosure-with-number .disclosure-header > .chapter-number {
    grid-column: 2/span 1;
  }
  .disclosure.disclosure-with-number .disclosure-header > .title {
    grid-column: 3/span 9;
  }
}
.disclosure.disclosure-bordered {
  border-top: 2px solid var(--disclosure-bordered-border);
  border-bottom: 2px solid var(--disclosure-bordered-border);
}
.disclosure.disclosure-bordered + .disclosure {
  margin-top: 0;
  border-top: none;
}
.disclosure.disclosure-no-border > .disclosure-header {
  gap: var(--spacer-xx-small);
}
.disclosure.disclosure-no-border .disclosure-header {
  padding: var(--spacer-x-small);
}
.disclosure.disclosure-no-border .disclosure-panel {
  border-top: 1px solid var(--list-border);
  margin: 0 var(--spacer-x-small);
}
.disclosure.disclosure-no-border .disclosure-panel--full-width {
  margin-left: 0;
  margin-right: 0;
  border-top: none;
}
.disclosure.disclosure-no-border--align-left .disclosure-header {
  padding-left: 0;
}
.disclosure.disclosure-no-border--align-left .disclosure-panel {
  margin-left: 0;
  border-top: none;
}
.disclosure.on-primary svg path {
  fill: currentColor;
}
.disclosure.on-primary [aria-expanded=true].disclosure-header {
  color: var(--color-primary);
  font-weight: 400;
}
.disclosure.on-primary [aria-expanded=true].disclosure-header svg {
  fill: var(--color-primary);
}
.disclosure.on-primary [aria-expanded=true].disclosure-header svg path {
  fill: var(--color-primary);
}
.disclosure.on-primary .disclosure-panel {
  border-top: none;
  padding-top: var(--spacer-xx-small);
}

@media print {
  .disclosure .disclosure-header {
    padding-bottom: 0;
  }
  .disclosure .disclosure-header.mt-h2 {
    font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  }
  .disclosure .disclosure-header.mt-h3 {
    font-size: 1rem;
  }
  .disclosure .disclosure-panel.display-none-important {
    display: block !important;
    padding-bottom: 0;
  }
  .disclosure .disclosure-panel.display-none-important h2.inclusively-hidden,
  .disclosure .disclosure-panel.display-none-important h3.inclusively-hidden {
    margin-top: 0;
  }
  .disclosure.disclosure-no-border .disclosure-header svg {
    transform: scale(0.7);
  }
}
.legal-text > * + * {
  margin-top: var(--spacer-x-small);
}
.legal-text {
  padding: var(--spacer-x-small);
}
.legal-text .title {
  margin-top: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.legal-text .text > * + * {
  margin-top: var(--space-content);
}
.legal-text .text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.legal-text .text > h2 {
  margin-top: var(--spacer-medium);
}
.legal-text .text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.legal-text .text > h3,
.legal-text .text > h4 {
  margin-top: var(--spacer-x-small);
}
.legal-text .text ul {
  padding-left: var(--spacer-medium);
}
.legal-text .text ul li {
  line-height: 140%;
}
.legal-text .text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.legal-text {
  --legal-text-border-color: var(--color-mt-granskog);
}
.legal-text > :first-child {
  display: flex;
  margin: 0;
  gap: var(--spacer-xx-small);
  border-bottom: 2px solid var(--legal-text-border-color);
  padding-bottom: var(--fds-spacing-5);
  align-items: flex-start;
}
.legal-text > :first-child::before {
  content: var(--icon-legislation-large);
  display: inline-block;
}

.status {
  border: 1px solid var(--color-mt-brown);
  border-radius: 0.25em;
  display: grid;
  padding: var(--spacer-x-small);
  grid-template-columns: minmax(0, min-content) auto;
  grid-template-areas: "icon heading" "text text" "actions actions" "link link" "date date";
}
.status--no-border {
  border: none;
}
.status h1,
.status h2,
.status h3,
.status h4 {
  grid-area: heading;
  overflow-wrap: anywhere;
}
.status a {
  grid-area: link;
  margin-top: var(--spacer-x-small);
}
.status dl {
  grid-area: date;
  margin-top: var(--spacer-xx-small);
}
.status .important {
  grid-area: icon;
  display: flex;
  align-items: flex-start;
}
.status .important::before {
  content: var(--icon-important-large);
  display: inline-block;
  margin-right: var(--spacer-xx-small);
  width: 2rem;
  height: 2rem;
}
.status .text {
  grid-area: text;
}
.status .text :first-child:not(h2):not(h3):not(h4) {
  margin-top: var(--spacer-x-small);
}
.status .text ul li {
  margin-top: var(--spacer-xxx-small);
}
.status .action {
  grid-area: actions;
}

.search-wrap {
  display: flex;
}
.search-wrap .mt-input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-wrap .mt-input[type=search] {
  position: inherit;
}
.search-wrap button.icon--search-after-primary {
  flex: content;
  word-break: normal;
  min-width: auto;
  margin: 0;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: initial;
  z-index: 1;
}
.search-wrap .mt-input[type=search].hasButton {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
  margin: 0;
  padding-right: calc(2.75rem + var(--spacer-xxx-small));
}
.search-wrap .mt-input[type=search].hasButton:focus {
  z-index: 2;
}
.search-wrap .search-wrap-inner {
  position: relative;
  width: 100%;
}
.search-wrap .search-wrap-inner .mt-button--search-clear {
  height: calc(100% - 2px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  border-radius: 0;
}
.search-wrap .search-wrap-inner .mt-button--search-clear::after {
  content: var(--icon-x);
}
.search-wrap .search-wrap-inner .mt-button--search-clear:hover {
  border: none;
  background: var(--mt-button-primary-bg-hover);
}

.tasks {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-xx-small);
}

.task > * + *,
.highlighted-link > * + * {
  margin-top: var(--spacer-x-small);
}
.task,
.highlighted-link {
  padding: var(--spacer-x-small);
}
.task .title,
.highlighted-link .title {
  margin-top: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.task .text > * + *,
.highlighted-link .text > * + * {
  margin-top: var(--space-content);
}
.task .text,
.highlighted-link .text {
  --space-section: var(--spacer-medium);
  --space-sub-section: var(--spacer-small);
  --space-content: var(--spacer-xx-small);
}
.task .text > h2,
.highlighted-link .text > h2 {
  margin-top: var(--spacer-medium);
}
.task .text > h2.inclusively-hidden + h3,
.highlighted-link .text > h2.inclusively-hidden + h3 {
  margin-top: 0;
}
.task .text > h3,
.task .text > h4,
.highlighted-link .text > h3,
.highlighted-link .text > h4 {
  margin-top: var(--spacer-x-small);
}
.task .text ul,
.highlighted-link .text ul {
  padding-left: var(--spacer-medium);
}
.task .text ul li,
.highlighted-link .text ul li {
  line-height: 140%;
}
.task .text ul li + li,
.highlighted-link .text ul li + li {
  margin-top: var(--spacer-xx-small);
}
.task .title,
.highlighted-link .title {
  display: flex;
  align-items: center;
  gap: var(--spacer-xx-small);
}
.task .title.task-icon::before,
.highlighted-link .title.task-icon::before {
  content: var(--icon-task);
  display: inline-block;
  height: 1.875rem;
}
.task .title.warning-icon::before,
.highlighted-link .title.warning-icon::before {
  content: var(--icon-warning);
  display: inline-block;
  height: 1.875rem;
}
.task .title.info-icon::before,
.highlighted-link .title.info-icon::before {
  content: var(--icon-info);
  display: inline-block;
  height: 1.875rem;
}

@media print {
  .task .title::before,
  .highlighted-link .title::before {
    transform: scale(0.7);
  }
}
.dropdown {
  --background-color: var(--color-primary);
  display: inline-block;
  position: relative;
}
.dropdown a {
  border-radius: 0;
}
.dropdown .mt-details {
  margin-top: 0;
}
.dropdown .mt-details[open] .mt-summary {
  color: var(--mt-button-neutral-color);
  margin-bottom: 0;
}
.dropdown .mt-details[open] .mt-summary::after {
  transform: rotate(-180deg);
  margin-left: 0;
}
.dropdown .mt-details .mt-summary {
  color: var(--color-mt-text-dark);
}
.dropdown .mt-details[aria-expanded]::after,
.dropdown .mt-details > .mt-summary::after {
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.dropdown .dropdown-content {
  position: absolute;
  width: 100%;
  top: 3.75rem;
  background-color: var(--color-mt-white);
  z-index: var(--z-index-tooltip);
  right: 0;
  border-top: 1px solid var(--color-mt-mellombeige);
  padding: var(--spacer-small) 0;
}
.dropdown .dropdown-content > .mt-button {
  color: transparent;
}
.dropdown .dropdown-content .focus, .dropdown .dropdown-content.focus,
.dropdown .dropdown-content :focus, .dropdown .dropdown-content:focus,
.dropdown .dropdown-content :focus-visible, .dropdown .dropdown-content:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--color-mt-background), 0 0 0 0.35rem var(--mt-button-primary-bg-focus);
}
.dropdown .mt-button.mt-button--link, .dropdown.mt-button,
.dropdown .dropdown-title,
.dropdown .mt-summary.mt-button {
  font-weight: var(--font-weight-light);
  text-decoration: none;
}
.dropdown .mt-button.mt-button--link:hover, .dropdown.mt-button:hover,
.dropdown .dropdown-title:hover,
.dropdown .mt-summary.mt-button:hover {
  text-decoration: underline;
}
.dropdown .mt-summary.mt-button {
  display: inline-flex;
}
.dropdown .mt-summary.mt-button,
.dropdown .dropdown-title,
.dropdown .mt-button {
  position: relative;
  z-index: 0;
}
.dropdown .mt-summary.mt-button[aria-expanded]::after, .dropdown .mt-summary.mt-button::after,
.dropdown .dropdown-title[aria-expanded]::after,
.dropdown .dropdown-title::after,
.dropdown .mt-button[aria-expanded]::after,
.dropdown .mt-button::after {
  transition: transform 0.3s ease;
  margin-left: 0;
}
.dropdown .mt-summary.mt-button[aria-expanded=true]::after,
.dropdown .dropdown-title[aria-expanded=true]::after,
.dropdown .mt-button[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.dropdown.mt-button__small-text {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.dropdown.mt-button__small-text .mt-button {
  padding: var(--spacer-xx-small);
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
@media only screen and (min-width: 768px) {
  .dropdown.mt-button__small-text {
    font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  }
  .dropdown.mt-button__small-text .mt-button {
    font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  }
}
.dropdown.full-menu {
  --button-height: 2.125rem;
  position: inherit;
  padding: 0;
}
.dropdown.full-menu > .mt-button,
.dropdown.full-menu > .mt-details {
  --icon-size: 1rem;
}
.dropdown.full-menu > .mt-button[aria-expanded]::after,
.dropdown.full-menu > .mt-button > .mt-summary::after,
.dropdown.full-menu > .mt-details[aria-expanded]::after,
.dropdown.full-menu > .mt-details > .mt-summary::after {
  --icon-size: var(--icon-size-normal);
  padding-right: var(--icon-size);
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}
.dropdown.full-menu > .mt-button[open] > .mt-summary::after, .dropdown.full-menu > .mt-button[aria-expanded=true]::after,
.dropdown.full-menu > .mt-details[open] > .mt-summary::after,
.dropdown.full-menu > .mt-details[aria-expanded=true]::after {
  background-image: var(--icon-x);
}
.dropdown.full-menu [aria-expanded=true].disclosure-header {
  border: 2px solid var(--disclosure-on-primary-header-expanded);
  margin-top: -1px;
}
.dropdown.full-menu [aria-expanded=true].disclosure-header:focus, .dropdown.full-menu [aria-expanded=true].disclosure-header:focus-visible {
  border: 2px solid var(--color-mt-blue);
}
.dropdown.full-menu .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before,
.dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.dropdown.full-menu .disclosure > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before,
.dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.dropdown.full-menu .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
.dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.dropdown.full-menu .disclosure > a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after,
.dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .dropdown.full-menu .disclosure-header[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after,
  .dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .dropdown.full-menu .disclosure > a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after,
  .dropdown.full-menu .disclosure > .mt-link[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.dropdown.full-menu .disclosure-header::before,
.dropdown.full-menu .disclosure > .mt-link:before,
.dropdown.full-menu .disclosure > a:before,
.dropdown.full-menu .disclosure > .mt-link::before {
  display: none;
}
.dropdown.full-menu .disclosure-header::after,
.dropdown.full-menu .disclosure > .mt-link:after,
.dropdown.full-menu .disclosure > a:after,
.dropdown.full-menu .disclosure > .mt-link::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .dropdown.full-menu .disclosure-header::after,
  .dropdown.full-menu .disclosure > .mt-link:after,
  .dropdown.full-menu .disclosure > a:after,
  .dropdown.full-menu .disclosure > .mt-link::after {
    transition: transform 300ms ease;
  }
}
.dropdown.full-menu .disclosure-header[aria-expanded=true]::after,
.dropdown.full-menu .disclosure > .mt-link[aria-expanded=true]::after,
.dropdown.full-menu .disclosure > a[aria-expanded=true]::after {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .dropdown.full-menu .disclosure-header[aria-expanded=true]::after,
  .dropdown.full-menu .disclosure > .mt-link[aria-expanded=true]::after,
  .dropdown.full-menu .disclosure > a[aria-expanded=true]::after {
    transition: transform 300ms ease;
  }
}
.dropdown.full-menu .disclosure-header,
.dropdown.full-menu .disclosure > .mt-link,
.dropdown.full-menu .disclosure > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "svg title pseudo";
  grid-area: title;
  align-items: center;
  gap: var(--spacer-xx-small);
  font-weight: var(--font-weight-light);
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.dropdown.full-menu .disclosure-header::after,
.dropdown.full-menu .disclosure > .mt-link::after,
.dropdown.full-menu .disclosure > a::after {
  grid-area: pseudo;
}
.dropdown.full-menu .disclosure-header > svg,
.dropdown.full-menu .disclosure > .mt-link > svg,
.dropdown.full-menu .disclosure > a > svg {
  grid-area: svg;
}
.dropdown.full-menu .disclosure-header[aria-current=page],
.dropdown.full-menu .disclosure > .mt-link[aria-current=page],
.dropdown.full-menu .disclosure > a[aria-current=page] {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
}
.dropdown.full-menu .disclosure-header[aria-current=page]:hover,
.dropdown.full-menu .disclosure > .mt-link[aria-current=page]:hover,
.dropdown.full-menu .disclosure > a[aria-current=page]:hover {
  text-decoration-thickness: 3px;
}
.dropdown.full-menu .disclosure-header[aria-current=page],
.dropdown.full-menu .disclosure > .mt-link[aria-current=page],
.dropdown.full-menu .disclosure > a[aria-current=page] {
  font-weight: var(--font-weight-bold);
}
.dropdown.full-menu .menu-level-1 {
  --menu-mobile-padding-tb: calc(var(--spacer-xx-small) + 2px);
  padding: var(--menu-mobile-padding-tb) var(--spacer-xx-small);
}
.dropdown.full-menu.visible, .dropdown.full-menu .mt-details > .mt-summary.mt-button {
  color: var(--color-mt-text-dark);
}
@media only screen and (min-width: 768px) {
  .dropdown.full-menu .menu-level-1 {
    padding: var(--spacer-xx-small);
  }
  .dropdown.full-menu > .mt-button,
  .dropdown.full-menu .mt-summary.mt-button {
    --icon-size: 1.4rem;
  }
  .dropdown.full-menu .disclosure-header,
  .dropdown.full-menu .disclosure > .mt-link,
  .dropdown.full-menu .disclosure > a {
    font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
  }
  .dropdown.full-menu .dropdown-content {
    top: 6.25rem;
    padding: var(--spacer-medium) 0;
  }
}
.dropdown.default-dropdown > .mt-button,
.dropdown.default-dropdown .mt-summary {
  background-color: var(--color-mt-white);
  padding: var(--spacer-xx-small) var(--spacer-x-small);
  width: 100%;
  justify-content: space-between;
  border: var(--border-width-small) solid var(--form-border-color);
}
.dropdown.default-dropdown .dropdown-content {
  position: relative;
  top: 0;
  border-top: none;
  padding: var(--spacer-x-small);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.dropdown.default-dropdown .dropdown-content .mt-fieldset,
.dropdown.default-dropdown .dropdown-content .form-control:first-of-type {
  margin-top: 0;
}
.dropdown.default-dropdown .dropdown-content .mt-button {
  margin-top: var(--spacer-x-small);
}
.dropdown.visible .disclosure-header {
  font-weight: var(--font-weight-light);
}
.dropdown.visible .dropdown-title,
.dropdown.visible .mt-button,
.dropdown.visible .mt-summary.mt-button {
  z-index: 2000;
}
.dropdown.visible a,
.dropdown.visible .mt-button--unstyled {
  color: var(--dropdown-visible-color);
}

.alt-language {
  text-align: left;
  list-style: none;
  padding: 0;
  color: var(--color-text);
}
.alt-language li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alt-language li + li {
  margin-top: var(--spacer-xx-small);
}

.menu-row,
.sub-menu,
.menu {
  text-align: left;
  list-style: none;
  color: var(--dropdown-color);
}

.menu-row {
  display: flex;
  flex-direction: column;
}
.menu-row a {
  border-bottom: 2px solid transparent;
}
.menu-row a svg {
  height: 1.5rem;
}
.menu-row a[aria-current=page] {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
}
.menu-row a[aria-current=page]:hover {
  text-decoration-thickness: 3px;
}
.menu-row a[aria-current=page] {
  font-weight: var(--font-weight-bold);
}
.menu-row li {
  margin-bottom: var(--spacer-xx-small);
}
@media only screen and (min-width: 768px) {
  .menu-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .menu-row li {
    margin-right: var(--spacer-large);
  }
}

.sub-menu,
.menu {
  margin-top: 0;
  padding: 0;
}

.sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--spacer-xxx-small);
  padding-bottom: var(--spacer-medium);
}
.sub-menu li {
  margin-top: var(--spacer-xx-small);
}
.sub-menu li:nth-child(2) {
  margin-top: 0;
}
.sub-menu li.menu-level-2 {
  margin-top: var(--spacer-small);
  margin-bottom: var(--spacer-small);
}
.sub-menu li.menu-level-2 a {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.sub-menu li.menu-level-2 a, .sub-menu li.menu-level-3 a {
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .sub-menu {
    grid-template-columns: 1fr 1fr;
  }
  .sub-menu li {
    margin-top: var(--spacer-xx-small);
  }
  .sub-menu li:nth-child(3) {
    margin-top: 0;
  }
  .sub-menu li.menu-level-2 {
    grid-column: span 2;
  }
  .sub-menu li.menu-level-2 a {
    font-size: clamp(1.1rem, 4.333vw + 1rem, 1.5rem);
  }
}

.menu a.small-link {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
}
.menu a[aria-current=page] {
  font-weight: var(--font-weight-bold);
}
.menu--right > :first-child {
  border-top: none;
}
.menu.border {
  --focus-spacing: 0.1875rem;
}
.menu.border > li {
  border-top: 1px solid var(--menu-border);
  margin-top: var(--focus-spacing);
  margin-bottom: var(--focus-spacing);
  padding-top: 0.0625rem;
}
.menu.border > li .mt-link, .menu.border > li a {
  text-decoration: none;
}
.menu.border > li .mt-link:hover, .menu.border > li a:hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}
.menu.border > li .disclosure-panel .mt-link, .menu.border > li .disclosure-panel a {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
}
.menu.border > li .disclosure-panel .mt-link:hover, .menu.border > li .disclosure-panel a:hover {
  text-decoration-thickness: 3px;
}
.menu.border > li:first-child {
  margin-top: 0;
}
.menu.border > li:last-child {
  border-bottom: 1px solid var(--menu-border);
  padding-bottom: var(--focus-spacing);
  margin-bottom: 0;
}
.menu--icon > li {
  display: flex;
  flex-direction: column;
}
.menu--icon > li + li {
  margin-top: 0;
}
.menu--icon + .border > li:first-child {
  border-top: none;
}
.menu .disclosure-no-border > .disclosure-header {
  text-decoration: none;
  gap: var(--spacer-xx-small);
}
.menu .disclosure-no-border > .disclosure-header:hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-mt-havdyp);
  text-underline-offset: 0.375rem;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}
.menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  margin-left: auto;
}
.menu .disclosure-no-border > .disclosure-header:before, .menu .disclosure-no-border > .disclosure-header::before {
  display: none;
}
.menu .disclosure-no-border > .disclosure-header:after, .menu .disclosure-no-border > .disclosure-header::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.716%2011.153a.844.844%200%200%201%201.193%200l5.591%205.591%205.59-5.59a.844.844%200%201%201%201.194%201.193l-6.187%206.187a.844.844%200%200%201-1.194%200l-6.187-6.187a.844.844%200%200%201%200-1.194Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header:after, .menu .disclosure-no-border > .disclosure-header::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border > .disclosure-header:after, .menu .disclosure-no-border > .disclosure-header::after {
  margin-left: auto;
}
.menu .disclosure-no-border > .disclosure-header[aria-expanded=true]::after {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header[aria-expanded=true]::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border > .disclosure-header::before {
  display: none;
}
.menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2228%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.098%204.405a.84.84%200%200%201%20.246.595v8.438a.844.844%200%200%201-1.688%200V7.037l-9.81%209.81a.844.844%200%201%201-1.193-1.194l9.81-9.81h-6.4a.844.844%200%200%201%200-1.687H22.5a.84.84%200%200%201%20.595.246l.002.001.001.002Zm-17.754%206.22c0-.155.126-.281.281-.281H13.5a.844.844%200%200%200%200-1.688H5.625a1.969%201.969%200%200%200-1.969%201.969v11.25c0%201.087.882%201.969%201.969%201.969h11.25a1.969%201.969%200%200%200%201.969-1.969V14a.844.844%200%200%200-1.688%200v7.875a.281.281%200%200%201-.281.281H5.625a.281.281%200%200%201-.281-.281v-11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .menu .disclosure-no-border > .disclosure-header[href][href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  margin-left: auto;
}
.menu .disclosure-no-border > .disclosure-header[href]:before, .menu .disclosure-no-border > .disclosure-header[href]::before {
  display: none;
}
.menu .disclosure-no-border > .disclosure-header[href]:after, .menu .disclosure-no-border > .disclosure-header[href]::after {
  content: "";
  display: inline-block;
  background: no-repeat center url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23054449%22%20d%3D%22M11.848.233a.848.848%200%200%200-.24.24.844.844%200%200%200%20.108%201.061l3.622%203.622H1.625a.844.844%200%200%200%200%201.688h13.713l-3.622%203.622a.844.844%200%200%200%201.193%201.193l5.063-5.062a.844.844%200%200%200%200-1.194L12.909.341a.844.844%200%200%200-1.06-.108Z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header[href]:after, .menu .disclosure-no-border > .disclosure-header[href]::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border > .disclosure-header[href]:after, .menu .disclosure-no-border > .disclosure-header[href]::after {
  margin-left: auto;
}
.menu .disclosure-no-border > .disclosure-header[href][aria-expanded=true]::after {
  transform: rotateX(-180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .menu .disclosure-no-border > .disclosure-header[href][aria-expanded=true]::after {
    transition: transform 300ms ease;
  }
}
.menu .disclosure-no-border .disclosure-panel {
  margin: 0 var(--spacer-xxx-small);
  padding: 0 var(--spacer-xxx-small);
}
.menu .disclosure-no-border .disclosure-panel > * {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .menu .disclosure-no-border .disclosure-panel {
    margin: 0 var(--spacer-medium);
  }
  .menu + .border > li:first-child {
    border-top: 1px solid var(--menu-border);
  }
}

.shadow-overlay {
  position: relative;
}
.shadow-overlay::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-index-dropdown);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .shadow-overlay::before {
    transition: background 0.5s cubic-bezier(0.38, 0.02, 0.26, 1.01);
  }
}

.mt-header:has(.dropdown > button[aria-expanded=true]) + .shadow-overlay::before,
.mt-header:has(.dropdown > details[open]) + .shadow-overlay::before {
  background: rgba(0, 0, 0, 0.2);
}
@media (prefers-reduced-motion: no-preference) {
  .mt-header:has(.dropdown > button[aria-expanded=true]) + .shadow-overlay::before,
  .mt-header:has(.dropdown > details[open]) + .shadow-overlay::before {
    transition: background 0.35s cubic-bezier(0.38, 0.02, 0.26, 1.01);
  }
}

.top-tasks-container h2 + .top-tasks-text {
  margin-top: var(--spacer-xx-small);
}
.top-tasks-container .tasks-layout {
  margin-top: var(--spacer-x-small);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.report span:first-child {
  margin-bottom: var(--spacer-xxx-small);
}
.report .text + .report-list {
  margin-top: var(--spacer-x-small);
  border-top: 0.01em solid var(--list-border);
}
.report section .report-list:first-child dt:first-child,
.report section .report-list:first-child dd:nth-child(2) {
  padding-top: 0;
}
.report .report-list {
  gap: 0;
  display: flex;
  flex-direction: column;
}
.report .report-list dt {
  padding-top: var(--spacer-x-small);
}
.report .report-list dd {
  padding-bottom: var(--spacer-x-small);
}
.report .report-list dd:not(:last-child) {
  border-bottom: 0.01em solid var(--list-border);
}
@media only screen and (min-width: 768px) {
  .report .report-list {
    display: grid;
  }
  .report .report-list dt,
  .report .report-list dd {
    padding-top: var(--spacer-x-small);
    padding-bottom: var(--spacer-x-small);
  }
  .report .report-list dt:not(:nth-last-child(2)) {
    padding-right: var(--spacer-x-small);
    border-bottom: 0.01em solid var(--list-border);
  }
}
.report .disclosure {
  margin-top: var(--spacer-large);
}
.report .disclosure .disclosure-header {
  font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
  font-weight: 400;
}
.report .disclosure .disclosure-panel.on-server > :first-child {
  margin-top: 0;
}
.report .disclosure + .disclosure {
  margin-top: var(--spacer-small);
}

.dialog-box {
  --background: var(--dialog-box-bg);
  --min-clickable-width-height: 2.75rem;
  --close-btn-box-shadow: 0 0 0 0.225rem var(--dialog-box-box-shadow);
  background-color: var(--background);
  width: 100%;
  height: auto;
  position: relative;
  padding: var(--spacer-x-small);
  border: var(--border-width-regular) solid var(--color-primary);
  display: grid;
  grid-template-columns: auto min-content;
}
.dialog-box:focus, .dialog-box:focus-visible {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px var(--color-mt-background), 0 0 0 0.35rem var(--dialog-box-box-shadow);
}
.dialog-box--title {
  grid-column: 1/span 1;
}
.dialog-box--close-button {
  grid-column: 2/span 1;
  margin-top: calc(-1 * var(--spacer-xx-small));
  margin-right: calc(-1 * var(--spacer-xx-small));
  background-position: center;
  background-repeat: no-repeat;
  min-width: var(--min-clickable-width-height);
  max-width: var(--min-clickable-width-height);
  height: var(--min-clickable-width-height);
  background-image: var(--icon-x-flat);
}
.dialog-box--close-button:hover, .dialog-box--close-button:active {
  background-image: var(--icon-x-flat-hover);
  background-color: var(--dialog-box-close-hover);
  background-position: center;
  background-repeat: no-repeat;
  border: var(--border-width-regular) solid var(--dialog-box-close-border-hover);
}
.dialog-box--close-button:focus {
  box-shadow: var(--close-btn-box-shadow);
}
.dialog-box--content {
  grid-column: 1/span 2;
}

@media only screen and (min-width: 768px) {
  .dialog-box {
    padding: var(--spacer-xx-small);
  }
  .dialog-box--title {
    padding: 0;
  }
  .dialog-box--close-button {
    padding: 0;
    margin-top: calc(-1 * var(--spacer-xxx-small));
    margin-right: calc(-1 * var(--spacer-xxx-small));
  }
}
.feedback-container {
  --width-outside-content: 10.25rem;
  --feedback-from-top: 15vh;
  --feedback-from-right: -10vh;
  --feedback-box-width: 16.25rem;
}
.feedback-container .feedback-box {
  margin: 0 auto;
  max-width: var(--feedback-box-width);
}
.feedback-container .feedback-box form > *,
.feedback-container .feedback-box .mt-fieldset > * {
  margin-top: 0;
}
.feedback-container .feedback-box .hide-feedback {
  display: none;
}
.feedback-container .feedback-box--buttons {
  margin-top: var(--spacer-xx-small);
}
.feedback-container .feedback-box--buttons .mt-button {
  font-weight: bold;
  min-width: 7ch;
  width: 1.25rem;
  padding: 0;
  margin: 0;
}
.feedback-container .feedback-box .form-layout {
  display: block;
}
.feedback-container .feedback-box .form-layout .mt-label {
  font-weight: var(--font-weight-bold);
  line-height: 1.75rem;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  margin-bottom: var(--spacer-xxx-small);
}
.feedback-container .feedback-box .form-layout .hint {
  margin-top: var(--spacer-xxx-small);
  margin-bottom: var(--spacer-x-small);
  line-height: 1.375rem;
}
.feedback-container .feedback-box .form-layout .hint > a {
  padding: 0;
  line-height: initial;
}

.feedback-container.onWidePage {
  margin-bottom: var(--spacer-x-small);
}

@media only screen and (min-width: 1600px) {
  .feedback-container.onWidePage {
    position: fixed;
    top: var(--feedback-from-top);
    left: 0;
    right: 0;
  }
  .feedback-container.onWidePage .feedback-cell {
    width: min(90rem, 95vw);
    margin: 0 auto;
    position: relative;
  }
  .feedback-container.onWidePage .feedback-cell .feedback-box {
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 70rem) {
  .feedback-container.default {
    width: min(90rem, 95vw);
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
  }
  .feedback-container.default .feedback-box {
    padding: 0;
    max-width: var(--feedback-box-width);
    top: var(--feedback-from-top);
    right: 0;
    text-align: left;
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: var(--z-index-tooltip);
  }
}
@media only screen and (min-height: 48.75rem) {
  .feedback-container {
    --feedback-from-top: 32vh;
  }
}
.current-issues {
  --issues-padding: var(--spacer-x-small);
  background-color: var(--current-issues-bg);
  padding: var(--spacer-small) var(--spacer-x-small) var(--spacer-x-small);
}
.current-issues span {
  gap: 0;
  margin-top: var(--spacer-x-small);
}
.current-issues h2,
.current-issues h3,
.current-issues h4 {
  display: flex;
  padding-bottom: 0;
  align-items: center;
  gap: var(--spacer-x-small);
}
.current-issues h2::before,
.current-issues h3::before,
.current-issues h4::before {
  display: block;
  background-image: var(--icon-current-issue);
  padding-right: var(--current-issues-icon-size);
  content: "";
  width: var(--current-issues-icon-size);
  height: var(--current-issues-icon-size);
  background-size: var(--current-issues-icon-size) var(--current-issues-icon-size);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .current-issues span {
    gap: var(--spacer-xxx-small);
  }
}

.container {
  width: min(90rem, 95vw);
  margin-right: auto;
  margin-left: auto;
}

.container-full-width {
  width: 100%;
}
.container-full-width [data-portal-region=main] {
  gap: 0;
}

[data-portal-region=main] {
  gap: var(--spacer-medium);
}

[data-portal-component-type=layout].bg-lighter-light-blue,
[data-portal-component-type=layout].bg-light-beige,
[data-portal-component-type=layout].background-mt-bg-furu,
[data-portal-component-type=layout].background-mt-mellombeige {
  padding-top: var(--spacer-small);
  padding-bottom: var(--spacer-small);
}
[data-portal-component-type=layout].bg-lighter-light-blue + [data-portal-component-type=layout].bg-light-beige,
[data-portal-component-type=layout].bg-lighter-light-blue + [data-portal-component-type=layout].bg-lighter-light-blue, [data-portal-component-type=layout].bg-lighter-light-blue + [data-portal-component-type=layout].background-mt-mellombeige,
[data-portal-component-type=layout].bg-lighter-light-blue + [data-portal-component-type=layout].background-mt-bg-furu,
[data-portal-component-type=layout].bg-light-beige + [data-portal-component-type=layout].bg-light-beige,
[data-portal-component-type=layout].bg-light-beige + [data-portal-component-type=layout].bg-lighter-light-blue,
[data-portal-component-type=layout].bg-light-beige + [data-portal-component-type=layout].background-mt-mellombeige,
[data-portal-component-type=layout].bg-light-beige + [data-portal-component-type=layout].background-mt-bg-furu,
[data-portal-component-type=layout].background-mt-bg-furu + [data-portal-component-type=layout].bg-light-beige,
[data-portal-component-type=layout].background-mt-bg-furu + [data-portal-component-type=layout].bg-lighter-light-blue,
[data-portal-component-type=layout].background-mt-bg-furu + [data-portal-component-type=layout].background-mt-mellombeige,
[data-portal-component-type=layout].background-mt-bg-furu + [data-portal-component-type=layout].background-mt-bg-furu,
[data-portal-component-type=layout].background-mt-mellombeige + [data-portal-component-type=layout].bg-light-beige,
[data-portal-component-type=layout].background-mt-mellombeige + [data-portal-component-type=layout].bg-lighter-light-blue,
[data-portal-component-type=layout].background-mt-mellombeige + [data-portal-component-type=layout].background-mt-mellombeige,
[data-portal-component-type=layout].background-mt-mellombeige + [data-portal-component-type=layout].background-mt-bg-furu {
  margin-top: 0;
}

[data-portal-component-type] + [data-portal-component-type] {
  margin-top: var(--spacer-small);
}
@media only screen and (min-width: 768px) {
  [data-portal-component-type] + [data-portal-component-type] {
    margin-top: var(--spacer-medium);
  }
}

[data-portal-region=layout-col-2],
[data-portal-region=layout-3-col-2],
[data-portal-region=layout-3-col-3] {
  --spacer-layout: var(--spacer-small);
  margin-top: var(--spacer-layout);
}
@media only screen and (min-width: 768px) {
  [data-portal-region=layout-col-2],
  [data-portal-region=layout-3-col-2],
  [data-portal-region=layout-3-col-3] {
    margin-top: 0;
  }
}

.layout-flex {
  --gap: 2rem;
  --wrap: wrap;
  display: flex;
  flex-wrap: var(--wrap);
  gap: var(--gap);
}
.layout-flex--inline {
  display: inline-flex;
}
.layout-flex--space-between {
  justify-content: space-between;
}
.layout-flex--centered {
  place-content: center;
}
.layout-flex--center-vertical {
  align-items: center;
}
.layout-flex--basis-3 > *, .layout-flex--basis-2 > * {
  flex-basis: 100%;
}
.layout-flex--no-wrap {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .layout-flex--basis-3 > * {
    flex: 0 0 calc(33.4% - 20px);
  }
  .layout-flex--basis-2 > * {
    flex-basis: 30rem;
  }
}

.layout-flex-col {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.layout-flex-col--x-small {
  gap: var(--spacer-xx-small);
}

.gap-13 {
  gap: var(--fds-spacing-13);
}

.self-start {
  align-self: start;
  justify-self: start;
}

.self-end {
  align-self: end;
  justify-self: end;
}

.form-layout {
  display: grid;
  grid-auto-rows: min-content;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.layout-full-width {
  width: 100%;
}

.layout-full-height {
  height: 100%;
}

.inclusively-hidden, .mt-fieldset .checkbox-subsets--primary legend {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.inclusively-hidden-fixed {
  position: fixed;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.inclusively-hidden-initial {
  position: initial;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  padding: 0;
}

.inclusively-hidden--fit-content {
  position: initial;
  width: fit-content;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/*
Only use if it does NOT affect accessibility
*/
.responsive-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .responsive-hide {
    display: inline-block;
  }
}

/*
Only use if it does NOT affect accessibility
*/
.responsive-hide-flex-xx-large {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .responsive-hide-flex-xx-large {
    display: flex;
  }
}

/*
Only use if it does NOT affect accessibility
*/
.responsive-show-flex-xx-large {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .responsive-show-flex-xx-large {
    display: none;
  }
}

/*
Only use if it does NOT affect accessibility
*/
.responsive-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .responsive-show {
    display: none;
  }
}

/*
Only use if it does NOT affect accessibility
*/
.responsive-show-inline {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .responsive-show-inline {
    display: none;
  }
}

.visually-hidden-focusable {
  background: var(--color-primary);
  color: white;
  width: 100%;
  height: auto;
  position: fixed;
  text-align: center;
  padding: 4px;
  left: 0;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.mt-header {
  background-color: var(--mt-header-bg);
  border-bottom: 2px solid var(--mt-header-footer-border);
  z-index: var(--z-index-fixed);
  position: relative;
}

.mt-header-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content max-content max-content;
  align-items: center;
}
.mt-header-wrapper > .mt-link {
  margin-right: 1.25rem;
}
.mt-header-wrapper--regular {
  height: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .mt-header-wrapper--regular {
    height: 6.25rem;
  }
  .mt-header-wrapper > .mt-link {
    margin-right: 0;
  }
}

.mt-footer {
  padding-bottom: var(--spacer-small);
  background-color: var(--mt-footer-background);
  color: var(--mt-footer-color);
  width: 100%;
  margin-top: var(--spacer-large);
}
.mt-footer .footer-wrapper {
  padding-top: var(--spacer-large);
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: var(--spacer-medium);
}
.mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):before, .mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::before {
  display: none;
}
.mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
[href^="?"],
[href^=".."],
[href^="tel:"],
[href^="mailto:"],
[href^="/"]:not([href^="//"]),
[href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
[href*="mattilsynet-xp7qa.enonic.cloud"],
[href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
  content: "";
  display: inline-block;
  background: no-repeat center var(--icon-external-link-on-dark);
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
}
@media (prefers-reduced-motion: no-preference) {
  .mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"])):after, .mt-footer .footer-wrapper a[href]:not(:where([href^="#"],
  [href^="?"],
  [href^=".."],
  [href^="tel:"],
  [href^="mailto:"],
  [href^="/"]:not([href^="//"]),
  [href*="mattilsynet.no"]:not([href*="hoering.mattilsynet"]),
  [href*="mattilsynet-xp7qa.enonic.cloud"],
  [href*="mattilsynet-xp7prod.enonic.cloud"]))::after {
    transition: transform 300ms ease;
  }
}
.mt-footer .footer-wrapper a {
  color: var(--mt-footer-links-color);
  text-decoration-color: var(--mt-footer-color);
}
.mt-footer .footer-wrapper a:focus {
  box-shadow: 0 0 0 0.25rem var(--mt-footer-color);
}
.mt-footer svg {
  align-self: flex-start;
}
.mt-footer .col {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--spacer-xx-small);
}
.mt-footer .col h2,
.mt-footer .col h3 {
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 768px) {
  .mt-footer svg {
    margin-right: var(--spacer-medium);
  }
  .mt-footer .footer-wrapper {
    flex-direction: row;
  }
}

.display-none {
  display: none;
}

.display-none-important {
  display: none !important;
}

.float-right {
  float: right;
}

.width-fit-content {
  width: fit-content;
}

.mt-fieldset .checkbox-subsets .form-control.m-t-0 {
  margin-top: 0;
}
.mt-fieldset .checkbox-subsets--primary {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mt-fieldset .checkbox-subsets--secondary {
  background: var(--checkbox-subset-secondary-bg);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mt-fieldset .checkbox-subsets--secondary .mt-legend {
  float: left;
  width: 100%;
  font-weight: var(--font-weight-normal);
  margin-top: 0;
}
.background-mt-blue {
  background-color: var(--color-mt-blue);
  color: var(--color-on-mt-blue);
}

.color-mt-blue {
  color: var(--color-mt-blue);
}

.color-on-mt-blue {
  color: var(--color-on-mt-blue);
}

.background-mt-red {
  background-color: var(--color-mt-red);
  color: var(--color-on-mt-red);
}

.color-mt-red {
  color: var(--color-mt-red);
}

.color-on-mt-red {
  color: var(--color-on-mt-red);
}

.background-mt-red-uu {
  background-color: var(--color-mt-red-uu);
  color: var(--color-on-mt-red-uu);
}

.color-mt-red-uu {
  color: var(--color-mt-red-uu);
}

.color-on-mt-red-uu {
  color: var(--color-on-mt-red-uu);
}

.background-mt-beige {
  background-color: var(--color-mt-beige);
  color: var(--color-on-mt-beige);
}

.color-mt-beige {
  color: var(--color-mt-beige);
}

.color-on-mt-beige {
  color: var(--color-on-mt-beige);
}

.background-mt-beige-50 {
  background-color: var(--color-mt-beige-50);
  color: var(--color-on-mt-beige-50);
}

.color-mt-beige-50 {
  color: var(--color-mt-beige-50);
}

.color-on-mt-beige-50 {
  color: var(--color-on-mt-beige-50);
}

.background-mt-light-beige {
  background-color: var(--color-mt-light-beige);
  color: var(--color-on-mt-light-beige);
}

.color-mt-light-beige {
  color: var(--color-mt-light-beige);
}

.color-on-mt-light-beige {
  color: var(--color-on-mt-light-beige);
}

.background-mt-background {
  background-color: var(--color-mt-background);
  color: var(--color-on-mt-background);
}

.color-mt-background {
  color: var(--color-mt-background);
}

.color-on-mt-background {
  color: var(--color-on-mt-background);
}

.background-mt-light-blue {
  background-color: var(--color-mt-light-blue);
  color: var(--color-on-mt-light-blue);
}

.color-mt-light-blue {
  color: var(--color-mt-light-blue);
}

.color-on-mt-light-blue {
  color: var(--color-on-mt-light-blue);
}

.background-mt-lighter-light-blue {
  background-color: var(--color-mt-lighter-light-blue);
  color: var(--color-on-mt-lighter-light-blue);
}

.color-mt-lighter-light-blue {
  color: var(--color-mt-lighter-light-blue);
}

.color-on-mt-lighter-light-blue {
  color: var(--color-on-mt-lighter-light-blue);
}

.background-mt-rationale-blue {
  background-color: var(--color-mt-rationale-blue);
  color: var(--color-on-mt-rationale-blue);
}

.color-mt-rationale-blue {
  color: var(--color-mt-rationale-blue);
}

.color-on-mt-rationale-blue {
  color: var(--color-on-mt-rationale-blue);
}

.background-mt-brown {
  background-color: var(--color-mt-brown);
  color: var(--color-on-mt-brown);
}

.color-mt-brown {
  color: var(--color-mt-brown);
}

.color-on-mt-brown {
  color: var(--color-on-mt-brown);
}

.background-mt-grey {
  background-color: var(--color-mt-grey);
  color: var(--color-on-mt-grey);
}

.color-mt-grey {
  color: var(--color-mt-grey);
}

.color-on-mt-grey {
  color: var(--color-on-mt-grey);
}

.background-mt-white {
  background-color: var(--color-mt-white);
  color: var(--color-on-mt-white);
}

.color-mt-white {
  color: var(--color-mt-white);
}

.color-on-mt-white {
  color: var(--color-on-mt-white);
}

.background-mt-green {
  background-color: var(--color-mt-green);
  color: var(--color-on-mt-green);
}

.color-mt-green {
  color: var(--color-mt-green);
}

.color-on-mt-green {
  color: var(--color-on-mt-green);
}

.background-mt-green-100 {
  background-color: var(--color-mt-green-100);
  color: var(--color-on-mt-green-100);
}

.color-mt-green-100 {
  color: var(--color-mt-green-100);
}

.color-on-mt-green-100 {
  color: var(--color-on-mt-green-100);
}

.background-mt-green-300 {
  background-color: var(--color-mt-green-300);
  color: var(--color-on-mt-green-300);
}

.color-mt-green-300 {
  color: var(--color-mt-green-300);
}

.color-on-mt-green-300 {
  color: var(--color-on-mt-green-300);
}

.background-mt-green-400 {
  background-color: var(--color-mt-green-400);
  color: var(--color-on-mt-green-400);
}

.color-mt-green-400 {
  color: var(--color-mt-green-400);
}

.color-on-mt-green-400 {
  color: var(--color-on-mt-green-400);
}

.background-mt-light-green {
  background-color: var(--color-mt-light-green);
  color: var(--color-on-mt-light-green);
}

.color-mt-light-green {
  color: var(--color-mt-light-green);
}

.color-on-mt-light-green {
  color: var(--color-on-mt-light-green);
}

.background-primary {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
}

.color-primary {
  color: var(--color-primary);
}

.color-on-primary {
  color: var(--color-on-primary);
}

.background-mt-blue-medium {
  background-color: var(--color-mt-blue-medium);
  color: var(--color-on-mt-blue-medium);
}

.color-mt-blue-medium {
  color: var(--color-mt-blue-medium);
}

.color-on-mt-blue-medium {
  color: var(--color-on-mt-blue-medium);
}

.background-secondary {
  background-color: var(--color-secondary);
  color: var(--color-on-secondary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-on-secondary {
  color: var(--color-on-secondary);
}

.background-mt-text-dark {
  background-color: var(--color-mt-text-dark);
  color: var(--color-on-mt-text-dark);
}

.color-mt-text-dark {
  color: var(--color-mt-text-dark);
}

.color-on-mt-text-dark {
  color: var(--color-on-mt-text-dark);
}

.background-error {
  background-color: var(--color-error);
  color: var(--color-on-error);
}

.color-error {
  color: var(--color-error);
}

.color-on-error {
  color: var(--color-on-error);
}

.background-error-50 {
  background-color: var(--color-error-50);
  color: var(--color-on-error-50);
}

.color-error-50 {
  color: var(--color-error-50);
}

.color-on-error-50 {
  color: var(--color-on-error-50);
}

.background-mt-yellowgreen {
  background-color: var(--color-mt-yellowgreen);
  color: var(--color-on-mt-yellowgreen);
}

.color-mt-yellowgreen {
  color: var(--color-mt-yellowgreen);
}

.color-on-mt-yellowgreen {
  color: var(--color-on-mt-yellowgreen);
}

.background-mt-yellowgreen-lighter {
  background-color: var(--color-mt-yellowgreen-lighter);
  color: var(--color-on-mt-yellowgreen-lighter);
}

.color-mt-yellowgreen-lighter {
  color: var(--color-mt-yellowgreen-lighter);
}

.color-on-mt-yellowgreen-lighter {
  color: var(--color-on-mt-yellowgreen-lighter);
}

.background-mt-new-white {
  background-color: var(--color-mt-new-white);
  color: var(--color-on-mt-new-white);
}

.color-mt-new-white {
  color: var(--color-mt-new-white);
}

.color-on-mt-new-white {
  color: var(--color-on-mt-new-white);
}

.background-mt-granskog {
  background-color: var(--color-mt-granskog);
  color: var(--color-on-mt-granskog);
}

.color-mt-granskog {
  color: var(--color-mt-granskog);
}

.color-on-mt-granskog {
  color: var(--color-on-mt-granskog);
}

.background-mt-granskog-dark {
  background-color: var(--color-mt-granskog-dark);
  color: var(--color-on-mt-granskog-dark);
}

.color-mt-granskog-dark {
  color: var(--color-mt-granskog-dark);
}

.color-on-mt-granskog-dark {
  color: var(--color-on-mt-granskog-dark);
}

.background-mt-furu {
  background-color: var(--color-mt-furu);
  color: var(--color-on-mt-furu);
}

.color-mt-furu {
  color: var(--color-mt-furu);
}

.color-on-mt-furu {
  color: var(--color-on-mt-furu);
}

.background-mt-furu-dark {
  background-color: var(--color-mt-furu-dark);
  color: var(--color-on-mt-furu-dark);
}

.color-mt-furu-dark {
  color: var(--color-mt-furu-dark);
}

.color-on-mt-furu-dark {
  color: var(--color-on-mt-furu-dark);
}

.background-mt-lys-furu {
  background-color: var(--color-mt-lys-furu);
  color: var(--color-on-mt-lys-furu);
}

.color-mt-lys-furu {
  color: var(--color-mt-lys-furu);
}

.color-on-mt-lys-furu {
  color: var(--color-on-mt-lys-furu);
}

.background-mt-bg-furu {
  background-color: var(--color-mt-bg-furu);
  color: var(--color-on-mt-bg-furu);
}

.color-mt-bg-furu {
  color: var(--color-mt-bg-furu);
}

.color-on-mt-bg-furu {
  color: var(--color-on-mt-bg-furu);
}

.background-mt-bg-success {
  background-color: var(--color-mt-bg-success);
  color: var(--color-on-mt-bg-success);
}

.color-mt-bg-success {
  color: var(--color-mt-bg-success);
}

.color-on-mt-bg-success {
  color: var(--color-on-mt-bg-success);
}

.background-mt-fjord {
  background-color: var(--color-mt-fjord);
  color: var(--color-on-mt-fjord);
}

.color-mt-fjord {
  color: var(--color-mt-fjord);
}

.color-on-mt-fjord {
  color: var(--color-on-mt-fjord);
}

.background-mt-lys-fjord {
  background-color: var(--color-mt-lys-fjord);
  color: var(--color-on-mt-lys-fjord);
}

.color-mt-lys-fjord {
  color: var(--color-mt-lys-fjord);
}

.color-on-mt-lys-fjord {
  color: var(--color-on-mt-lys-fjord);
}

.background-mt-bg-fjord {
  background-color: var(--color-mt-bg-fjord);
  color: var(--color-on-mt-bg-fjord);
}

.color-mt-bg-fjord {
  color: var(--color-mt-bg-fjord);
}

.color-on-mt-bg-fjord {
  color: var(--color-on-mt-bg-fjord);
}

.background-mt-bg-neutral {
  background-color: var(--color-mt-bg-neutral);
  color: var(--color-on-mt-bg-neutral);
}

.color-mt-bg-neutral {
  color: var(--color-mt-bg-neutral);
}

.color-on-mt-bg-neutral {
  color: var(--color-on-mt-bg-neutral);
}

.background-mt-rognebaer-contrast {
  background-color: var(--color-mt-rognebaer-contrast);
  color: var(--color-on-mt-rognebaer-contrast);
}

.color-mt-rognebaer-contrast {
  color: var(--color-mt-rognebaer-contrast);
}

.color-on-mt-rognebaer-contrast {
  color: var(--color-on-mt-rognebaer-contrast);
}

.background-mt-rognebaer {
  background-color: var(--color-mt-rognebaer);
  color: var(--color-on-mt-rognebaer);
}

.color-mt-rognebaer {
  color: var(--color-mt-rognebaer);
}

.color-on-mt-rognebaer {
  color: var(--color-on-mt-rognebaer);
}

.background-mt-lys-rognebaer {
  background-color: var(--color-mt-lys-rognebaer);
  color: var(--color-on-mt-lys-rognebaer);
}

.color-mt-lys-rognebaer {
  color: var(--color-mt-lys-rognebaer);
}

.color-on-mt-lys-rognebaer {
  color: var(--color-on-mt-lys-rognebaer);
}

.background-mt-bg-rognebaer {
  background-color: var(--color-mt-bg-rognebaer);
  color: var(--color-on-mt-bg-rognebaer);
}

.color-mt-bg-rognebaer {
  color: var(--color-mt-bg-rognebaer);
}

.color-on-mt-bg-rognebaer {
  color: var(--color-on-mt-bg-rognebaer);
}

.background-mt-bg-danger {
  background-color: var(--color-mt-bg-danger);
  color: var(--color-on-mt-bg-danger);
}

.color-mt-bg-danger {
  color: var(--color-mt-bg-danger);
}

.color-on-mt-bg-danger {
  color: var(--color-on-mt-bg-danger);
}

.background-mt-sommerdag-contrast {
  background-color: var(--color-mt-sommerdag-contrast);
  color: var(--color-on-mt-sommerdag-contrast);
}

.color-mt-sommerdag-contrast {
  color: var(--color-mt-sommerdag-contrast);
}

.color-on-mt-sommerdag-contrast {
  color: var(--color-on-mt-sommerdag-contrast);
}

.background-mt-sommerdag {
  background-color: var(--color-mt-sommerdag);
  color: var(--color-on-mt-sommerdag);
}

.color-mt-sommerdag {
  color: var(--color-mt-sommerdag);
}

.color-on-mt-sommerdag {
  color: var(--color-on-mt-sommerdag);
}

.background-mt-lys-sommerdag {
  background-color: var(--color-mt-lys-sommerdag);
  color: var(--color-on-mt-lys-sommerdag);
}

.color-mt-lys-sommerdag {
  color: var(--color-mt-lys-sommerdag);
}

.color-on-mt-lys-sommerdag {
  color: var(--color-on-mt-lys-sommerdag);
}

.background-mt-bg-sommerdag {
  background-color: var(--color-mt-bg-sommerdag);
  color: var(--color-on-mt-bg-sommerdag);
}

.color-mt-bg-sommerdag {
  color: var(--color-mt-bg-sommerdag);
}

.color-on-mt-bg-sommerdag {
  color: var(--color-on-mt-bg-sommerdag);
}

.background-mt-bg-warning {
  background-color: var(--color-mt-bg-warning);
  color: var(--color-on-mt-bg-warning);
}

.color-mt-bg-warning {
  color: var(--color-mt-bg-warning);
}

.color-on-mt-bg-warning {
  color: var(--color-on-mt-bg-warning);
}

.background-mt-mellombeige {
  background-color: var(--color-mt-mellombeige);
  color: var(--color-on-mt-mellombeige);
}

.color-mt-mellombeige {
  color: var(--color-mt-mellombeige);
}

.color-on-mt-mellombeige {
  color: var(--color-on-mt-mellombeige);
}

.background-mt-bg-info {
  background-color: var(--color-mt-bg-info);
  color: var(--color-on-mt-bg-info);
}

.color-mt-bg-info {
  color: var(--color-mt-bg-info);
}

.color-on-mt-bg-info {
  color: var(--color-on-mt-bg-info);
}

.background-mt-bg-beige {
  background-color: var(--color-mt-bg-beige);
  color: var(--color-on-mt-bg-beige);
}

.color-mt-bg-beige {
  color: var(--color-mt-bg-beige);
}

.color-on-mt-bg-beige {
  color: var(--color-on-mt-bg-beige);
}

.background-mt-lys-sand {
  background-color: var(--color-mt-lys-sand);
  color: var(--color-on-mt-lys-sand);
}

.color-mt-lys-sand {
  color: var(--color-mt-lys-sand);
}

.color-on-mt-lys-sand {
  color: var(--color-on-mt-lys-sand);
}

.background-mt-havdyp {
  background-color: var(--color-mt-havdyp);
  color: var(--color-on-mt-havdyp);
}

.color-mt-havdyp {
  color: var(--color-mt-havdyp);
}

.color-on-mt-havdyp {
  color: var(--color-on-mt-havdyp);
}

.background-mt-brevann {
  background-color: var(--color-mt-brevann);
  color: var(--color-on-mt-brevann);
}

.color-mt-brevann {
  color: var(--color-mt-brevann);
}

.color-on-mt-brevann {
  color: var(--color-on-mt-brevann);
}

.layout-grid {
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
}
.layout-grid--column {
  grid-auto-flow: column;
}
.layout-grid--column-3 {
  --gap: 0;
  gap: var(--gap);
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .layout-grid--column-3 {
    --gap: var(--spacer-xx-small);
    gap: var(--gap);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-grid--column-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  grid-auto-rows: min-content;
}
.layout-grid--column-12 .col-1-span-3,
.layout-grid--column-12 .col-1-span-4,
.layout-grid--column-12 .col-1-span-5,
.layout-grid--column-12 .col-1-span-6,
.layout-grid--column-12 .col-1-span-7,
.layout-grid--column-12 .col-1-span-8,
.layout-grid--column-12 .col-1-span-9,
.layout-grid--column-12 .col-1-span-10,
.layout-grid--column-12 .col-1-span-12,
.layout-grid--column-12 .col-2-span-4,
.layout-grid--column-12 .col-2-span-7,
.layout-grid--column-12 .col-2-span-9,
.layout-grid--column-12 .col-2-span-10,
.layout-grid--column-12 .col-3-span-6,
.layout-grid--column-12 .col-3-span-7,
.layout-grid--column-12 .col-3-span-8,
.layout-grid--column-12 .col-4-span-6,
.layout-grid--column-12 .col-4-span-7,
.layout-grid--column-12 .col-4-span-9,
.layout-grid--column-12 .col-5-span-8,
.layout-grid--column-12 .col-6-span-7,
.layout-grid--column-12 .col-7-span-5,
.layout-grid--column-12 .col-7-span-6,
.layout-grid--column-12 .col-8-span-4,
.layout-grid--column-12 .col-9-span-3,
.layout-grid--column-12 .col-10-span-2,
.layout-grid--column-12 .col-10-span-3 {
  grid-column: span 12;
}
.layout-grid--column-12 .col-1-span-7 {
  grid-column: span 7;
}
.layout-grid--column-12 .span-9-col-3-span-4 {
  grid-column: span 9;
}
@media only screen and (min-width: 768px) {
  .layout-grid--column-12 .col-1-span-3 {
    grid-column: span 3;
  }
  .layout-grid--column-12 .col-1-span-4 {
    grid-column: span 4;
  }
  .layout-grid--column-12 .col-1-span-5 {
    grid-column: span 5;
  }
  .layout-grid--column-12 .col-1-span-6 {
    grid-column: span 6;
  }
  .layout-grid--column-12 .col-1-span-7 {
    grid-column: span 7;
  }
  .layout-grid--column-12 .col-1-span-8 {
    grid-column: span 8;
  }
  .layout-grid--column-12 .col-1-span-9 {
    grid-column: span 9;
  }
  .layout-grid--column-12 .col-1-span-10 {
    grid-column: 1/span 10;
  }
  .layout-grid--column-12 .col-1-span-12 {
    grid-column: span 12;
  }
  .layout-grid--column-12 .col-2-span-4 {
    grid-column: 2/span 4;
  }
  .layout-grid--column-12 .col-2-span-7 {
    grid-column: 2/span 7;
  }
  .layout-grid--column-12 .col-2-span-9 {
    grid-column: 2/span 9;
  }
  .layout-grid--column-12 .col-2-span-10 {
    grid-column: 2/span 10;
  }
  .layout-grid--column-12 .span-9-col-3-span-4 {
    grid-column: 3/span 4;
  }
  .layout-grid--column-12 .col-3-span-6 {
    grid-column: 3/span 6;
  }
  .layout-grid--column-12 .col-3-span-7 {
    grid-column: 3/span 7;
  }
  .layout-grid--column-12 .col-3-span-8 {
    grid-column: 3/span 8;
  }
  .layout-grid--column-12 .col-4-span-6 {
    grid-column: 4/span 6;
  }
  .layout-grid--column-12 .col-4-span-7 {
    grid-column: 4/span 7;
  }
  .layout-grid--column-12 .col-4-span-9 {
    grid-column: 4/span 9;
  }
  .layout-grid--column-12 .col-5-span-8 {
    grid-column: 5/span 8;
  }
  .layout-grid--column-12 .col-6-span-7 {
    grid-column: 6/span 7;
  }
  .layout-grid--column-12 .col-7-span-5 {
    grid-column: 7/span 5;
  }
  .layout-grid--column-12 .col-7-span-6 {
    grid-column: 7/span 6;
  }
  .layout-grid--column-12 .col-8-span-4 {
    grid-column: 8/span 4;
  }
  .layout-grid--column-12 .col-9-span-3 {
    grid-column: 9/span 3;
  }
  .layout-grid--column-12 .col-10-span-2 {
    grid-column: 10/span 2;
  }
  .layout-grid--column-12 .col-10-span-3 {
    grid-column: 10/span 3;
  }
}
.layout-grid.gap-small,
.layout-grid .gap-medium,
.layout-grid .gap-large {
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.gap-small {
    gap: var(--spacer-small);
  }
  .layout-grid.gap-medium {
    gap: var(--spacer-medium);
  }
  .layout-grid.gap-large {
    gap: var(--spacer-xx-large);
  }
}
.layout-grid--auto-fit {
  --min: 20ch;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min), 100%), 1fr));
}
.layout-grid--auto-fill {
  --min: 20ch;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min), 100%), 1fr));
}
.layout-grid--auto-fill-desktop {
  --min: 100%;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min), 100%), 1fr));
}
@media only screen and (min-width: 768px) {
  .layout-grid--auto-fill-desktop {
    --min: 20ch;
  }
}
.layout-grid--sidebar {
  --sidebar-max: 35ch;
  --content-min: 30ch;
  grid-template-columns: fit-content(var(--sidebar-max)) minmax(min(50vw, var(--content-min)), 1fr);
}
.layout-grid--centered {
  place-content: center;
}
.layout-grid--stack {
  grid-template-areas: "stack";
  place-items: center;
}
.layout-grid--stack > * {
  grid-area: stack;
  place-self: var(--place-self);
  align-self: var(--align-self, var(--place-self));
  justify-self: var(--justify-self, var(--place-self));
}
.layout-grid.row-gap {
  --space-section: var(--spacer-small);
  row-gap: var(--space-section);
}

@media print {
  @page {
    margin: 2cm;
  }
  .mt-main,
  .meta {
    font-size: 0.75rem !important;
  }
  .mt-h1,
  .text > h1 {
    font-size: clamp(1.19051563rem, 4.58637337vw + 1rem, 1.776889rem);
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mt-h2,
  .text > h2 {
    font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mt-h3,
  .text > h3,
  .intro > * {
    font-size: 1rem;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mt-h4,
  .text > h4,
  .mt-h5,
  .text > h5,
  .mt-h6,
  .text > h6 {
    font-size: 0.875rem;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mt-link {
    font-size: 0.75rem !important;
    break-inside: avoid;
    overflow-wrap: anywhere !important;
    word-wrap: break-word;
  }
  .mt-link.mt-button.mt-button--primary {
    text-decoration: underline !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: 0;
    color: var(--color-mt-blue);
    background-color: transparent;
  }
  .mt-link[href^="https://"]:after {
    content: " (" attr(href) ")" !important;
  }
  .mt-link[href^="#"]:after {
    display: none;
  }
  .mt-ul,
  .mt-ol,
  .mt-dl {
    break-before: avoid;
  }
  table,
  pre {
    break-inside: avoid;
  }
  .mt-img {
    max-width: 500px;
  }
  .mt-footer,
  .feedback-container {
    display: none;
  }
}
