@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
@property --v-grid-column-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}
@property --v-grid-column-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@property --v-grid-row-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
/*
    "icon-font-family"

    "is-external"

    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "elements.content-link",

    "blocks.content-block"
*/
.version-style-marker-class {
  color: red;
}

mark {
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

* {
  overflow-wrap: break-word;
}

ul,
ol {
  padding-left: 1.25rem;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

select,
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

*[id],
.anchor-target,
.js-anchor-target {
  scroll-margin-top: var(--v-default-scroll-margin);
}

.wp-social-media ul li.icon-linkedin a::before, .wp-social-media ul li.icon-twitter a::before, .wp-social-media ul li.icon-snapchat a::before, .wp-social-media ul li.icon-instagram a::before, .wp-social-media ul li.icon-youtube a::before, .wp-social-media ul li.icon-facebook a::before {
  font-family: "remixicon" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  content: "";
}

:root {
  --v-default-scroll-margin: 9.5rem;
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
body {
  --v-default-scroll-margin: 9.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #EBF2F5;
  color: #0A233D;
  overflow-x: hidden;
  position: relative;
}
body .ac-content-page .js-content-title,
body .content--module.content--datasource .bc-content-header > .bc-content-title,
body .client-content-widget--filtervisning .bc-content-header > .bc-content-title,
body .module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

.page-form {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #EBF2F5;
}

.main {
  flex: 1;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid #000;
  box-shadow: 0 0 0 6px #fff !important;
  outline-offset: 5px;
}

.designMode > *[class],
.designMode main > *[class] {
  position: relative;
}
.designMode > *[class]::before,
.designMode main > *[class]::before {
  position: absolute;
  content: attr(class);
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25em;
  background-color: hotpink;
  font-size: 0.875rem;
  color: #000;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.designMode .frontpage-banner-section--upper-right div {
  width: initial !important;
  height: initial !important;
}

.opacity-layer {
  display: none;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 19, 19, 0.6);
}
.menu-open .opacity-layer, .search-open .opacity-layer {
  display: block;
}

.back-to-top-button {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0A233D;
  text-decoration: none;
  transition: all 0.25s;
  border: 1px solid #0A233D;
  border-radius: 0px;
}
.back-to-top-button > span {
  display: inline-flex;
  text-indent: -9999rem;
}
.back-to-top-button::after {
  font-family: "remixicon";
  content: "\ea76";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
}
.back-to-top-button:hover {
  transform: translate(-50%, -50%) scale(1.25);
  background-color: #0A233D;
  border-color: #0A233D;
  color: #FFF;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.breadcrumbs .breadcrumbs-inner {
  max-width: 1640px;
}

.breadcrumbs__label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__list {
    justify-content: flex-start;
  }
}

.breadcrumbs__item {
  display: none;
}
.breadcrumbs__item:nth-last-child(2) {
  display: flex;
}
.breadcrumbs__item a {
  display: inline-flex;
  text-decoration: underline;
  font-weight: 400;
  color: #0A233D;
  background: transparent;
  padding: 1rem;
  border-radius: 0px;
  font-size: 1rem;
  text-decoration: none;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #0A233D;
}
.breadcrumbs__item a::before {
  font-family: "remixicon";
  content: "\ea58";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.breadcrumbs__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item {
    display: flex;
    align-items: center;
  }
  .breadcrumbs__item a {
    color: #0A233D;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 1.25rem;
    text-decoration: underline;
    border: unset;
  }
  .breadcrumbs__item a::before {
    display: none;
  }
  .breadcrumbs__item::after {
    font-family: "remixicon";
    content: "\ea6e";
    speak: none;
    font-size: calc(1em * var(--v-global-icon-scale-factor));
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    font-size: 2.25rem;
  }
  .breadcrumbs__item:first-child::before {
    font-family: "remixicon";
    content: "\ee1d";
    speak: none;
    font-size: calc(1em * var(--v-global-icon-scale-factor));
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    font-size: 2rem;
    margin-right: 0.5rem;
  }
  .breadcrumbs__item:last-child a {
    font-weight: 700;
  }
  .breadcrumbs__item:last-child::after {
    display: none;
  }
}

.footer {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  color: #FFF;
  background-color: #0A233D;
  /* Fallback color */
  min-height: 609px;
  position: relative;
}

.footer-columns {
  line-height: 2;
}
.footer-columns > * + * {
  margin-top: 3rem;
}
@supports (display: grid) {
  .footer-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
  }
  .footer-columns > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer-columns > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .footer-columns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .footer-columns > * + * {
      margin-top: 0;
    }
  }
}
.footer-columns + .footer-sole {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .footer-columns + .footer-sole {
    margin-top: 1rem;
  }
}
.footer-columns .InnholdLinkTekst:not(.link-render-as-button) {
  color: #FFF;
}

.footer-column {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer-column:nth-child(2) .wp-custom-box-footer .webPartInnhold {
    text-align: center;
  }
  .footer-column:nth-child(3) .wp-custom-box-footer .webPartInnhold {
    text-align: right;
  }
}
.footer-column .webPart + .webPart {
  margin-top: 1.5rem;
}

.footer-sole .zone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-sole .zone .webPart + .webPart {
  margin-top: 1.5rem;
}

header.header {
  position: sticky;
  top: 0;
  background-color: #EBF2F5;
  z-index: 10;
  min-height: 74px;
}
@media screen and (min-width: 600px) {
  header.header {
    min-height: 130px;
  }
}
.mobile-search-open header.header {
  min-height: calc(74px + 5.5rem);
}
@media screen and (min-width: 600px) {
  .mobile-search-open header.header {
    min-height: calc(130px + 5.5rem);
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .header-inner {
    min-height: 130px;
  }
}

/* .mobile-shield__container {
   display: inline-block;

   @include on-breakpoint(mobile-up) {
      display: none;
   }

   .mobile-shield {
      background-image: url($top-banner-shield-image);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: $top-banner-shield-image--height;
      margin: 0 auto;
      width: $top-banner-shield-image--width;
   }
} */
.mobile-shield__container {
  display: none;
}

.header-logo a {
  display: block;
}
.header-logo img {
  max-height: 60px;
  display: inline-flex;
  padding-right: 1rem;
}

.header-navigation {
  display: flex;
  align-items: center;
}

.header-navigation-links {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header-navigation-links {
    display: flex;
  }
}

.header-navigation-toggles {
  display: flex;
}

.main-menu-toggle,
.search-box-toggle {
  cursor: pointer;
  font-size: 1.125rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 1.5rem;
  transition: all 0.25s;
}
.main-menu-toggle::before,
.search-box-toggle::before {
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle,
  .search-box-toggle {
    margin-left: 0.625rem;
    display: flex;
    align-items: center;
    border: 2px solid #0A233D;
    height: 48px;
    padding: 0 1rem;
    border-radius: 0px;
    background-color: transparent;
    color: #0A233D;
  }
  .main-menu-toggle::before,
  .search-box-toggle::before {
    margin-right: 0.375rem;
  }
  .main-menu-toggle:hover,
  .search-box-toggle:hover {
    background-color: #0A233D;
    border-color: #0A233D;
    color: #FFF;
  }
}
.main-menu-toggle > span,
.search-box-toggle > span {
  display: none;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle > span,
  .search-box-toggle > span {
    font-size: 1.125rem;
    display: inline-flex;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .main-menu-toggle > span,
  .search-box-toggle > span {
    font-size: 1.25rem;
  }
}

.main-menu-toggle::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.main-menu-toggle-open::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
  margin-top: 2px;
}

.search-box-toggle::before {
  font-family: "remixicon";
  content: "\f0cd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
@media screen and (min-width: 900px) {
  .search-box-toggle {
    display: none;
  }
}

.main-menu {
  display: none;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 100;
  background-color: #EBF2F5;
  color: #0A233D;
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .main-menu {
    width: 70vw;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu {
    width: 70vw;
    padding: 0 5rem 4rem;
  }
}
@media screen and (min-width: 1845px) {
  .main-menu {
    background-size: calc(800px + 20vw) auto;
    background-position: 3rem 0;
  }
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner {
    width: calc(65vw - 5rem);
    margin-left: auto;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 1845px) {
  .main-menu .main-menu-inner {
    width: calc(820px + 20vw - 5rem);
    margin-right: auto;
    margin-left: 0;
  }
}
.main-menu .main-menu-inner .zone {
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  max-width: 900px;
  margin-left: auto;
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .zone .webPart + .webPart {
    margin-top: 4rem;
  }
}
.main-menu .main-menu-toggle-open-wrapper {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .main-menu .main-menu-toggle-open-wrapper {
    min-height: 130px;
  }
}
.main-menu .main-menu-toggle-open {
  margin-left: 0.625rem;
  display: flex;
  align-items: center;
  border: 2px solid #0A233D;
  height: 48px;
  padding: 0 1rem;
  border-radius: 0px;
  background-color: transparent;
  color: #0A233D;
  cursor: pointer;
  transition: all 0.25s;
}
.main-menu .main-menu-toggle-open::before {
  font-size: 1.75rem;
}
.main-menu .main-menu-toggle-open:hover {
  background-color: #0A233D;
  border-color: #0A233D;
  color: #FFF;
}
.main-menu .main-menu-toggle-open > span {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-toggle-open > span {
    font-size: 1.25rem;
  }
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.designMode .main-menu {
  min-height: 800px;
}

.search-box {
  display: none;
  padding: 0;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .search-box {
    display: block;
    margin-right: 0.75rem;
    position: relative;
    left: initial;
    top: initial;
    width: auto;
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}

ul.hidden {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hidden a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #FFF;
  position: absolute;
  text-decoration: none;
  top: -100%;
  left: 0;
  z-index: 2000;
}
ul.hidden a:focus {
  top: 0;
}

.frontpage .frontpage-banner-section .frontpage-banner-section-inner.responsive-container {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section-inner.responsive-container {
    width: 90%;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper {
  display: flex;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left {
  background-color: #0A233D;
  padding: 4rem 2rem 12rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left {
    text-align: left;
    min-height: 557px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 3.5rem;
    width: 546px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 {
    font-size: 2.5rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 + .zone {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 + .zone {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .zone {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div.wp-search {
  width: 100%;
  display: none;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div.wp-search {
    display: block;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div.wp-banner-menu {
  width: 100%;
  color: #FFF;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div.wp-banner-menu .webPartTittel {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div.wp-banner-menu .webPartTittel {
    font-size: 1.5rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .webPart + .webPart {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .webPart + .webPart {
    margin-top: 2rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right {
    display: flex;
    width: calc(100% - 546px);
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right div {
  width: 100%;
  height: 100%;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower {
  display: flex;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .webPart:first-child {
  margin-top: -8rem;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .wp-banner-focus-field-tab-text + .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding-top: 0.25rem;
  border-radius: 0 0 0px 0px;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .wp-banner-focus-field-tab-text + .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding-top: 2.25rem;
    border-radius: 0px 0 0px 0px;
  }
}
.frontpage .frontpage-top-section {
  margin-top: 4rem;
}
.frontpage .frontpage-top-section .webPart + .webPart {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .webPart + .webPart {
    margin-top: 5rem;
  }
}
.frontpage .frontpage-top-section + .frontpage-middle-section {
  margin-top: 4rem;
}
.frontpage .frontpage-middle-section {
  background-color: #EBF2F5;
  padding: 4rem 0 4rem 0;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-middle-section {
    padding: 4rem 0;
  }
}
.frontpage .frontpage-bottom-section {
  padding: 4rem 0;
}
.frontpage .frontpage-bottom-section .zone .webPart + .webPart {
  margin-top: 4rem;
}
.frontpage main {
  min-height: 800px;
}

.subpage .breadcrumbs + *,
.subpage-full-width .breadcrumbs + * {
  margin-top: 4rem;
}
.subpage .breadcrumbs + .sub-navigation,
.subpage-full-width .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.subpage .page-title + *,
.subpage-full-width .page-title + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .page-title + *,
  .subpage-full-width .page-title + * {
    margin-top: 4rem;
  }
}
.subpage .sub-navigation + *,
.subpage-full-width .sub-navigation + * {
  margin-top: 4rem;
}
.subpage .focus-field-section,
.subpage-full-width .focus-field-section {
  padding: 0;
  margin-bottom: 2rem;
}
.subpage .focus-field-section .zone .webPart + .webPart,
.subpage-full-width .focus-field-section .zone .webPart + .webPart {
  margin-top: 2rem;
}
.subpage main + .global-bottom-container,
.subpage-full-width main + .global-bottom-container {
  margin-top: 2rem;
}
.subpage * + .subpage-banner,
.subpage-full-width * + .subpage-banner {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage * + .subpage-banner,
  .subpage-full-width * + .subpage-banner {
    margin-top: 2.5rem;
  }
}

.subpage .legacy-content-page--article,
.subpage .legacy-content-page--article-list > *:not(#regplan_list),
.subpage .legacy-content-page--article-list .ac-content-grid-list--article-list,
.subpage .ac-content--content-list,
.subpage .ac-content--content-list--skjema {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .main-area + .side-content {
  margin-top: 3rem;
}
.subpage .side-content .side-content-inner {
  max-width: 840px;
}
.subpage .global-bottom-container .global-bottom-container-inner {
  max-width: 840px;
}
.subpage .global-bottom-container .zone .webPart + .webPart {
  margin-top: 3rem;
}
.subpage.regplan-page .breadcrumbs + .subpage-banner {
  margin-top: 2rem;
}
.subpage.regplan-page .subnavigation-empty + .main-area {
  margin-top: 1rem;
}
.subpage.regplan-page .subpage-banner + .main-area {
  margin-top: 2rem;
}
.subpage.regplan-page .ArtikkelKategoriOverskrift {
  display: none;
}

.transportpage .breadcrumbs + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .breadcrumbs + * {
    margin-top: 3rem;
  }
}
.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .breadcrumbs + .subpage-banner,
.transportpage .breadcrumbs + .area-message-container {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .breadcrumbs + .subpage-banner,
  .transportpage .breadcrumbs + .area-message-container {
    margin-top: 2.5rem;
  }
}
.transportpage .area-message-container + .subpage-banner {
  margin-top: 3rem;
}
.transportpage .page-title + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .page-title + * {
    margin-top: 4rem;
  }
}
.transportpage .subpage-banner .page-title + * {
  margin-top: 1rem;
}
.transportpage .focus-field-section {
  margin-bottom: 2rem;
}
.transportpage .focus-field-section .zone .webPart + .webPart {
  margin-top: 2rem;
}
.transportpage .focus-field-section + * {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .transportpage .focus-field-section + * {
    margin-top: 4rem;
  }
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage .subpage-banner .subpage-banner-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.transportpage .subpage-banner .subpage-banner-left {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left {
    width: calc(53% - 6rem);
    align-self: center;
  }
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left:only-child {
    width: 100%;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .page-title {
    max-width: 1100px;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .wp-subpage-banner-text {
    max-width: 700px;
  }
}
.transportpage .subpage-banner .subpage-banner-right {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-right {
    width: calc(47% - 6rem);
    align-self: center;
    margin-bottom: 0;
  }
}
.transportpage .subpage-banner + * {
  margin-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper .legacy-content-block {
  border-radius: 0px;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: #C8D5E5;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #C8D5E5;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: #0A233D !important;
  border-width: 2px !important;
}
body .content-block-body-column > * + * {
  margin-top: 1.25em;
}
body .content-block-body-column > * + h1, body .content-block-body-column > * + h2, body .content-block-body-column > * + h3, body .content-block-body-column > * + h4, body .content-block-body-column > * + h5, body .content-block-body-column > * + h6 {
  margin-top: 1.5em;
}
body .content-block-body-column > h1 + *, body .content-block-body-column > h2 + *, body .content-block-body-column > h3 + * {
  margin-top: 0.75em;
}
body .content-block-body-column > h4 + *, body .content-block-body-column > h5 + *, body .content-block-body-column > h6 + * {
  margin-top: 0.375em;
}
body .content-block-body-column > ul li + li,
body .content-block-body-column > ul li > ul,
body .content-block-body-column > ul li > ol, body .content-block-body-column > ol li + li,
body .content-block-body-column > ol li > ul,
body .content-block-body-column > ol li > ol {
  margin-top: 0.5em;
}
body .content-block-body-column + .content-block-body-column {
  margin-top: 2rem;
}
@media only screen and (min-width: 36.0625em) {
  body .content-block-body-column + .content-block-body-column {
    margin-top: 0;
  }
}

blockquote {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-left: 3rem;
  font-weight: 400;
  color: #0A233D;
  background-color: #C8D5E5;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
  align-items: center;
}
blockquote > p {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
blockquote:before {
  font-family: "remixicon";
  content: "\ec51";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.5rem;
  color: inherit;
  padding-right: 0.5rem;
  line-height: 1;
  transform: none;
}
blockquote::before {
  color: #0A233D;
  padding-right: 1rem !important;
}
@media screen and (min-width: 900px) {
  blockquote {
    margin-left: 5rem;
  }
}

body .faqWrapper .divFaqOverskrift span:not(.skjulElement) {
  display: block;
  margin-bottom: 0.5rem;
}
body .faqWrapper .divFaqOverskrift + .faq {
  margin-top: 1.5rem;
}
body .faqWrapper .divFaqIngress span:not(.skjulElement) {
  display: block;
  margin-bottom: 1em;
}
body .faqWrapper .faq {
  border-left: 0 none;
  border-right: 0 none;
  border: 2px solid #0A233D;
  border-radius: 0px;
}
body .faqWrapper .faq + .faq {
  margin-top: 1rem;
}
body .faqWrapper .divFaqSporsmal {
  background-color: #EBF2F5;
  margin: 0;
  padding: 0;
  cursor: initial;
}
body .faqWrapper .divFaqSporsmal:after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: 1.125rem;
  padding: 0.75rem 1rem 0.75rem 3.75rem;
  border: 0;
  background-color: #0A233D;
  color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.15s;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.25rem;
  }
}
body .faqWrapper .divFaqSporsmal button:before {
  font-family: "remixicon";
  content: "\ea0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #FFF;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: transparent !important;
  font-weight: 700;
  border-color: #0A233D;
  color: #0A233D;
}
body .faqWrapper .divFaqSporsmal button:hover:before {
  color: #0A233D;
  background-color: transparent;
}
body .faqWrapper .divFaqSporsmal:hover + .divFaqSvar {
  border-color: #0A233D;
}
body .faqWrapper .divFaqSporsmal.open button {
  border-bottom: 0;
  background-color: #C8D5E5;
  color: #0A233D;
  font-weight: 700;
}
body .faqWrapper .divFaqSporsmal.open button:before {
  font-family: "remixicon";
  content: "\eb84";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
  color: #0A233D;
  background-color: transparent;
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  color: #0A233D;
  background-color: transparent;
}
body .faqWrapper .divFaqSporsmal.open button:hover:before {
  color: #0A233D;
  background-color: transparent;
}
body .faqWrapper .divFaqSvar {
  background-color: transparent;
  color: #0A233D;
  padding: 1rem 1rem 1rem 0.75rem;
  border-top: 2px solid #0A233D;
}
body .faqWrapper .divFaqSvar > * + * {
  margin-top: 1.25em;
}
body .faqWrapper .divFaqSvar > * + h1, body .faqWrapper .divFaqSvar > * + h2, body .faqWrapper .divFaqSvar > * + h3, body .faqWrapper .divFaqSvar > * + h4, body .faqWrapper .divFaqSvar > * + h5, body .faqWrapper .divFaqSvar > * + h6 {
  margin-top: 1.5em;
}
body .faqWrapper .divFaqSvar > h1 + *, body .faqWrapper .divFaqSvar > h2 + *, body .faqWrapper .divFaqSvar > h3 + * {
  margin-top: 0.75em;
}
body .faqWrapper .divFaqSvar > h4 + *, body .faqWrapper .divFaqSvar > h5 + *, body .faqWrapper .divFaqSvar > h6 + * {
  margin-top: 0.375em;
}
body .faqWrapper .divFaqSvar > ul li + li,
body .faqWrapper .divFaqSvar > ul li > ul,
body .faqWrapper .divFaqSvar > ul li > ol, body .faqWrapper .divFaqSvar > ol li + li,
body .faqWrapper .divFaqSvar > ol li > ul,
body .faqWrapper .divFaqSvar > ol li > ol {
  margin-top: 0.5em;
}
body .faqWrapper .divFaqSvar:hover {
  border-color: #0A233D;
}
body .faqWrapper .divFaqSvar.open {
  display: block;
}

.filoversikttabell td img {
  display: inline-block;
}

h1.il-heading--h1, .client-content-widget--filtervisning .bc-content-header h1.bc-heading--h1,
h2.il-heading--h2,
body .faqWrapper h2.divFaqOverskrift,
h2.file-gallery-title,
h3.il-heading--h3,
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text h3.bc-content-teaser-title,
body .faqWrapper h3.divFaqOverskrift,
h4.il-heading--h4,
h5.il-heading--h5,
h6.il-heading--h6 {
  font-weight: 600;
}

.il-heading--h1, .client-content-widget--filtervisning .bc-content-header .bc-heading--h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h1, .client-content-widget--filtervisning .bc-content-header .bc-heading--h1 {
    font-size: 3rem;
  }
}

.il-heading--h2, body .faqWrapper h2.divFaqOverskrift, .file-gallery-title, .filoversikttabell caption {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h2, body .faqWrapper h2.divFaqOverskrift, .file-gallery-title, .filoversikttabell caption {
    font-size: 2rem;
  }
}

.il-heading--h3, .client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title, body .faqWrapper h3.divFaqOverskrift {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
  }
}

.il-heading--h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h4 {
    font-size: 1.25rem;
  }
}

.il-heading--h5 {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h5 {
    font-size: 1.125rem;
  }
}

.il-heading--h6 {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h6 {
    font-size: 1rem;
  }
}

.bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
  background-color: transparent;
  font-size: 0.875rem;
  color: #0A233D;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button,
.bc-carousel .bc-carousel-container .bc-carousel-previous button {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #0A233D;
  border-radius: 0px;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon::before {
  color: #0A233D;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon:hover::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon:hover::before {
  color: #FFF;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button:hover,
.bc-carousel .bc-carousel-container .bc-carousel-previous button:hover {
  background-color: #0A233D;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button.bc-icon::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button.bc-icon::before {
  color: #FFF;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item {
  background-color: transparent;
  border-color: #0A233D;
  border-width: 2px;
  width: 0.75rem;
  height: 0.75rem;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item.active {
  background-color: #0A233D;
}

.legacy-content-block--image {
  margin-bottom: 1rem;
}
.legacy-content-block--image img {
  border-radius: 0px;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .artikkel-bilde-beskrivelse,
  .legacy-content-block--image .artikkel-bilde-copyright {
    font-size: 0.875rem;
  }
}
.legacy-content-block--image .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  margin-top: -0.75rem !important;
  padding-bottom: 0.75rem;
  padding-top: 0;
  background-color: #EBF2F5;
  border-bottom: 1px solid #000;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse:empty + .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .beskrivelse.BildeTekst {
  font-style: normal;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #000;
  line-height: 1.733;
}
.legacy-content-block--image .fotografText {
  background: none;
  text-indent: 0;
}
.legacy-content-block--image .fotografText:before {
  content: "Fotograf:";
  font-weight: 400;
  padding-right: 0.25rem;
}
.legacy-content-block--image.marginRight15 {
  margin-right: 1.5rem;
}
.legacy-content-block--image.marginLeft15 {
  margin-left: 1.5rem;
}

.InnholdLinkTekst:not(.link-render-as-button, .il-custom-button) {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  transition: all 0.25s;
  position: relative;
  color: #0A233D;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
}
.InnholdLinkTekst:not(.link-render-as-button, .il-custom-button):hover {
  background-color: #0A233D;
  color: #FFF;
}
.InnholdLinkTekst:not(.link-render-as-button, .il-custom-button).external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.InnholdLinkTekst:not(.link-render-as-button, .il-custom-button).filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  border: 2px solid #0A233D;
  border-radius: 0px;
  display: inline-block;
  color: #0A233D;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  background-color: #0A233D;
  border: 2px solid #0A233D;
  color: #FFF;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  border-color: #0A233D;
  color: #FFF;
  background-color: #0A233D;
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  background-color: transparent;
  color: #0A233D;
}

ul.il-ul,
ol.il-ol {
  display: flow-root;
}

.guidancewizard-widget {
  --bc-c-text-primary: #0A233D;
  --bc-c-action-primary: #0A233D;
  --bc-c-action-primary-hover: transparent;
  --bc-c-action-primary-border: #0A233D;
  --bc-c-action-primary-foreground: #FFF;
  --bc-c-action-secondary: #0A233D;
  --bc-c-action-secondary-hover: transparent;
  --bc-c-action-secondary-border: #0A233D;
  --bc-c-action-secondary-foreground: #FFF;
  --bc-c-border-input: #0A233D;
  --bc-background-color: #EBF2F5;
  --bc-input-height: 3.625rem;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::before, .guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::after {
  border-color: var(--bc-c-action-primary-border) !important;
  background-color: var(--bc-background-color) !important;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation::after,
.guidancewizard-widget .bc-guidancewizard-step-reset::after {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button {
  width: 100%;
  padding: 0.75rem 1.5rem;
  border-color: #0A233D;
  color: #0A233D;
  background-color: transparent;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button:hover, .guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button:focus,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button:hover,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button:focus {
  border-color: var(--bc-c-action-primary-border);
  color: #FFF;
  background-color: #0A233D;
}
.guidancewizard-widget .bc-guidancewizard-step-title + .bc-guidancewizard-step-result {
  margin-top: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-result {
  border-color: #D1D9E7;
  background-color: #D1D9E7;
  color: #0A233D;
  padding: 2.5rem 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h1, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h2, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h3, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h4, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h5, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h1 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h2 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h4 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h5 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li + li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ol, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li + li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ol {
  margin-top: 0.5em;
}

@media only screen and (max-width: 800px) {
  .liste.legacy-content-block--table table,
  .liste.legacy-content-block--table thead,
  .liste.legacy-content-block--table tbody,
  .liste.legacy-content-block--table tr,
  .liste.legacy-content-block--table th,
  .liste.legacy-content-block--table td,
  .il-table-wrapper table,
  .il-table-wrapper thead,
  .il-table-wrapper tbody,
  .il-table-wrapper tr,
  .il-table-wrapper th,
  .il-table-wrapper td {
    display: block;
  }
  .liste.legacy-content-block--table table,
  .il-table-wrapper table {
    min-width: 0;
  }
  .liste.legacy-content-block--table thead tr,
  .il-table-wrapper thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .liste.legacy-content-block--table tr.il-table__body-row,
  .il-table-wrapper tr.il-table__body-row {
    border-bottom: 0 !important;
  }
  .liste.legacy-content-block--table tr.il-table__body-row + tr,
  .il-table-wrapper tr.il-table__body-row + tr {
    margin-top: 1rem;
  }
  .liste.legacy-content-block--table tr.il-table__body-row::after,
  .il-table-wrapper tr.il-table__body-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .liste.legacy-content-block--table td,
  .il-table-wrapper td {
    align-items: stretch;
    border: none;
    border-top: 1px solid #ddd;
    display: flex;
    float: right;
    font-size: 0.9rem;
    padding: 0 !important;
    width: 100%;
  }
  .liste.legacy-content-block--table td::before,
  .liste.legacy-content-block--table td span,
  .il-table-wrapper td::before,
  .il-table-wrapper td span {
    padding: 1em;
  }
  .liste.legacy-content-block--table td::before,
  .il-table-wrapper td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: 50%;
    background-color: #0A233D;
    color: #FFF;
  }
  .liste.legacy-content-block--table td span,
  .il-table-wrapper td span {
    background-color: #FFF;
    display: block;
    float: right;
    overflow-wrap: break-word;
    padding-left: 0.5em;
    width: 50%;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 801px) {
  .liste.legacy-content-block--table,
  .il-table-wrapper {
    overflow-x: auto;
  }
  .liste.legacy-content-block--table table,
  .il-table-wrapper table {
    margin-bottom: 0;
    border: 1px solid transparent;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0px;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(odd),
  .liste.legacy-content-block--table table tr:nth-child(odd),
  .il-table-wrapper table tr.il-table__body-row:nth-child(odd),
  .il-table-wrapper table tr:nth-child(odd) {
    background-color: #FFF !important;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(even),
  .liste.legacy-content-block--table table tr:nth-child(even),
  .il-table-wrapper table tr.il-table__body-row:nth-child(even),
  .il-table-wrapper table tr:nth-child(even) {
    background-color: #F5F8F9 !important;
  }
  .liste.legacy-content-block--table table td,
  .liste.legacy-content-block--table table th,
  .il-table-wrapper table td,
  .il-table-wrapper table th {
    vertical-align: top;
    padding: 0.75em 0.75em;
  }
  .liste.legacy-content-block--table table td:first-child,
  .liste.legacy-content-block--table table th:first-child,
  .il-table-wrapper table td:first-child,
  .il-table-wrapper table th:first-child {
    border-radius: 0px 0 0 0px;
  }
  .liste.legacy-content-block--table table td:last-child,
  .liste.legacy-content-block--table table th:last-child,
  .il-table-wrapper table td:last-child,
  .il-table-wrapper table th:last-child {
    border-radius: 0 0px 0px 0;
  }
  .liste.legacy-content-block--table table td,
  .il-table-wrapper table td {
    padding: 15px !important;
    background-color: transparent;
    color: #0A233D;
  }
  .liste.legacy-content-block--table table th,
  .il-table-wrapper table th {
    font-size: 1.125rem;
    text-align: left;
    background-color: #0A233D;
    color: #FFF;
    font-weight: 700;
    width: auto !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 801px) and (min-width: 900px) {
  .liste.legacy-content-block--table table th,
  .il-table-wrapper table th {
    font-size: 1.25rem;
  }
}

.liste.legacy-content-block.legacy-content-block--table > div {
  margin-bottom: 20px;
  line-height: 1.3;
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
    font-size: 1.625rem;
  }
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
    font-size: 1.125rem;
  }
}

.il-table.tablesorter.listeSort.table_scroll.tablesorter-default .il-table__head > tr > th:focus-within {
  outline: 3px solid #000;
  box-shadow: 0 6px 0 6px #fff !important;
  outline-offset: 5px;
}

.milestone-block-content > * + * {
  margin-top: 1.25em;
}
.milestone-block-content > * + h1, .milestone-block-content > * + h2, .milestone-block-content > * + h3, .milestone-block-content > * + h4, .milestone-block-content > * + h5, .milestone-block-content > * + h6 {
  margin-top: 1.5em;
}
.milestone-block-content > h1 + *, .milestone-block-content > h2 + *, .milestone-block-content > h3 + * {
  margin-top: 0.75em;
}
.milestone-block-content > h4 + *, .milestone-block-content > h5 + *, .milestone-block-content > h6 + * {
  margin-top: 0.375em;
}
.milestone-block-content > ul li + li,
.milestone-block-content > ul li > ul,
.milestone-block-content > ul li > ol, .milestone-block-content > ol li + li,
.milestone-block-content > ol li > ul,
.milestone-block-content > ol li > ol {
  margin-top: 0.5em;
}

.webskjema {
  --bc-c-text-primary: #0A233D;
  --bc-c-action-primary: #0A233D;
  --bc-c-action-primary-hover: #EBF2F5;
  --bc-c-action-primary-border: #0A233D;
  --bc-c-action-primary-foreground: #FFF;
  --bc-c-border-input: #0A233D;
  --bc-background-color: #EBF2F5;
  --bc-input-border-width: 2px;
  --bc-input-height: 3.625rem;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .webskjema {
    font-size: 1.125rem;
  }
}
.webskjema input,
.webskjema textarea {
  border-radius: 0px;
}
.webskjema .button-container button {
  border-radius: 0px;
  border-width: var(--bc-input-border-width);
  border-color: var(--bc-c-action-primary);
}
.webskjema .button-container button:focus {
  border-radius: 0px !important;
}
.webskjema .bc-content-checkbox .bc-content-form-checkbox-container {
  border-radius: 4px;
}
.webskjema .bc-content-button {
  border-radius: 0px;
  padding: 0.75rem 1.5rem;
  background-color: transparent !important;
  border-color: #0A233D !important;
  color: #0A233D !important;
}
.webskjema .bc-content-button:hover {
  color: #FFF !important;
  background-color: #0A233D !important;
}
.webskjema .bc-select-body .bc-select-option:hover {
  color: #0A233D !important;
  background-color: #EBF2F5 !important;
}
.webskjema .bc-datepicker-body .bc-datepicker-body-content .active {
  color: #0A233D !important;
  background-color: #EBF2F5 !important;
}

.wp-frontpage-focus-field .emnekart-client-content-widget + .emnekart-client-content-widget,
.wp-focus-field .emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 5rem;
}

.ac-banner + .ac-banner {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .ac-banner + .ac-banner {
    margin-top: 4rem;
  }
}
.ac-banner .ac-banner-content--inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner {
    flex-direction: row;
    width: 90%;
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field {
    border-radius: 0px 0 0 0px;
  }
  .ac-banner .ac-banner-content--inner .ac-banner-field + .ac-banner-field {
    border-radius: 0 0px 0px 0;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--focus-field-text);
  background-color: var(--focus-field-background);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding: 4rem;
    width: 50%;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  color: var(--focus-field-text);
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
    width: 100%;
    padding-top: unset;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2 {
    font-size: 2rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3 {
    font-size: 2rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
    width: 100%;
    font-size: 1.25rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1rem;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    width: 100%;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 900px) {
  .ac-banner--text .ac-banner-content--inner .ac-banner-field--text {
    width: 100%;
    border-radius: 0px;
  }
}

@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
    overflow: hidden;
  }
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image div,
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image picture {
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-picture {
  display: flex;
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  aspect-ratio: 1.36;
  -o-object-fit: cover;
     object-fit: cover;
}
.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--inner {
  flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--inner {
    flex-direction: row;
  }
}

.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
  background-color: var(--focus-field-background);
  padding: 1rem 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
    width: 50%;
    padding: 4rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header {
  padding-bottom: 0.5rem;
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  color: var(--focus-field-text);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header {
    width: 100%;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h2 {
    font-size: 2rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h3 {
    font-size: 2rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body {
    width: 100%;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 404px;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.25s;
  color: var(--focus-field--menu-link);
  border-bottom: 2px solid;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::before, .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::after {
  font-family: "remixicon";
  content: "\ea6e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--focus-field--menu-link-icon);
  transition: all 0.25s;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::before {
  left: 0;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::after {
  left: 8px;
  opacity: 0;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover {
  padding-left: calc(1.75rem + 8px);
  color: var(--focus-field--menu-link--hover);
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover::before, .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover::after {
  opacity: 1;
  color: var(--focus-field--menu-link-icon--hover);
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li + li {
  margin-top: 0.5rem;
}

.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: currentColor;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--focus-field--link--hover);
  background: var(--focus-field--link-background--hover);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button {
  border: 2px solid #C8D5E5;
  border-radius: 0px;
  display: inline-block;
  color: #0A233D;
  background-color: #C8D5E5;
  text-decoration: none;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--focus-field--button-text);
  background-color: var(--focus-field--button-background);
  border-color: var(--focus-field--button-border);
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:hover {
  border-color: #0A233D;
  color: #0A233D;
  background-color: transparent;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:hover {
  color: var(--focus-field--button-text--hover);
  background-color: var(--focus-field--button-background--hover) !important;
  border-color: var(--focus-field--button-border--hover);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button::before,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-right: 0.5rem;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  border: 2px solid #0A233D;
  border-radius: 0px;
  display: inline-block;
  color: #0A233D;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--focus-field--button-text);
  background-color: var(--focus-field--button-background);
  border-color: var(--focus-field--button-border);
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  border-color: #0A233D;
  color: #FFF;
  background-color: #0A233D;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  color: var(--focus-field--button-text--hover);
  background-color: var(--focus-field--button-background--hover);
  border-color: var(--focus-field--button-border--hover);
}
.ac-banner.light-green {
  --focus-field-background: #8CE2CA;
  --focus-field-text: #0A233D;
  --focus-field--link--hover: #FFF;
  --focus-field--link-background--hover: #0A233D;
  --focus-field--button-text: #0A233D;
  --focus-field--button-text--hover: #FFF;
  --focus-field--button-background: transparent;
  --focus-field--button-background--hover: #0A233D;
  --focus-field--button-border: #0A233D;
  --focus-field--button-border--hover: #0A233D;
  --focus-field--menu-link: #0A233D;
  --focus-field--menu-link--hover: #0A233D;
  --focus-field--menu-link-icon: #0A233D;
  --focus-field--menu-link-icon--hover: #0A233D;
}
.ac-banner.yellow {
  --focus-field-background: #8CE2CA;
  --focus-field-text: #0A233D;
  --focus-field--link--hover: #FFF;
  --focus-field--link-background--hover: #0A233D;
  --focus-field--button-text: #0A233D;
  --focus-field--button-text--hover: #FFF;
  --focus-field--button-background: transparent;
  --focus-field--button-background--hover: #0A233D;
  --focus-field--button-border: #0A233D;
  --focus-field--button-border--hover: #0A233D;
  --focus-field--menu-link: #0A233D;
  --focus-field--menu-link--hover: #0A233D;
  --focus-field--menu-link-icon: #0A233D;
  --focus-field--menu-link-icon--hover: #0A233D;
}
.ac-banner.light-blue {
  --focus-field-background: #C8D5E5;
  --focus-field-text: #0A233D;
  --focus-field--link--hover: #FFF;
  --focus-field--link-background--hover: #0A233D;
  --focus-field--button-text: #0A233D;
  --focus-field--button-text--hover: #FFF;
  --focus-field--button-background: transparent;
  --focus-field--button-background--hover: #0A233D;
  --focus-field--button-border: #0A233D;
  --focus-field--button-border--hover: #0A233D;
  --focus-field--menu-link: #0A233D;
  --focus-field--menu-link--hover: #0A233D;
  --focus-field--menu-link-icon: #0A233D;
  --focus-field--menu-link-icon--hover: #0A233D;
}

.light-blue .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button::before,
.light-blue .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button::before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .wp-banner-focus-field {
    max-width: 812px;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner {
    width: 100%;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding: 2rem 2.5rem 2rem;
  border-radius: 0px;
}
@media screen and (min-width: 1200px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding: 2.25rem 2.5rem 2.25rem;
    border-radius: 0px 0 0px 0px;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  width: 100%;
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h2,
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h2,
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h3 {
    font-size: 1.5rem;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.5rem;
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
  width: 100%;
}
.dark-green .ac-banner-content--inner .ac-banner-field--text {
  color: #FFF !important;
}

.light-green .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}

body .artikkel p {
  margin-bottom: 0;
}

.artikkel header h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .artikkel header h1 {
    font-size: 3rem;
  }
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.artikkel .ingress > * + * {
  margin-top: 1.25em;
}
.artikkel .ingress > * + h1, .artikkel .ingress > * + h2, .artikkel .ingress > * + h3, .artikkel .ingress > * + h4, .artikkel .ingress > * + h5, .artikkel .ingress > * + h6 {
  margin-top: 1.5em;
}
.artikkel .ingress > h1 + *, .artikkel .ingress > h2 + *, .artikkel .ingress > h3 + * {
  margin-top: 0.75em;
}
.artikkel .ingress > h4 + *, .artikkel .ingress > h5 + *, .artikkel .ingress > h6 + * {
  margin-top: 0.375em;
}
.artikkel .ingress > ul li + li,
.artikkel .ingress > ul li > ul,
.artikkel .ingress > ul li > ol, .artikkel .ingress > ol li + li,
.artikkel .ingress > ol li > ul,
.artikkel .ingress > ol li > ol {
  margin-top: 0.5em;
}
.artikkel .ingress p {
  font-size: 1.125rem;
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 1rem;
}
.artikkel .tekst > * + * {
  margin-top: 1.25em;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 1.5em;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.375em;
}
.artikkel .tekst > ul li + li,
.artikkel .tekst > ul li > ul,
.artikkel .tekst > ul li > ol, .artikkel .tekst > ol li + li,
.artikkel .tekst > ol li > ul,
.artikkel .tekst > ol li > ol {
  margin-top: 0.5em;
}
.artikkel .tekst a[href].link-render-as-button.link-render-as-button,
.artikkel .tekst .il-custom-button {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst a[href].link-render-as-button.link-render-as-button,
  .artikkel .tekst .il-custom-button {
    font-size: 1.25rem;
  }
}

.ArtikkelKategoriOverskrift {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    line-height: 1.125;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .ArtikkelKategoriOverskrift {
    font-size: 2.25rem;
  }
}
.ArtikkelKategoriOverskrift + * {
  margin-top: 2rem;
}

body .artikkeloversikt .artikkeloversiktrad {
  border-top: 3px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .artikkeloversikt .artikkeloversiktrad:last-child {
  border-bottom: 3px solid #ccc;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .tittel a.InnholdOverskrift {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.375;
  box-shadow: 0 1px 0 0 currentColor;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .InnholdTekst {
  margin-top: 0.75em;
  font-size: 1rem;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
  display: none;
}

.legacy-content-page .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article,
.legacy-content-page .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article,
.legacy-content-page--article-list .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article,
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article {
  color: #0A233D;
}
.legacy-content-page .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title,
.legacy-content-page .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title,
.legacy-content-page--article-list .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title,
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title {
  color: #0A233D;
}
.legacy-content-page .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title .ac-content-teaser-title-text,
.legacy-content-page .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title .ac-content-teaser-title-text,
.legacy-content-page--article-list .ac-content-grid-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title .ac-content-teaser-title-text,
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-grid-list-item .ac-content-teaser--article .ac-content-teaser-title .ac-content-teaser-title-text {
  color: #0A233D;
}

body .artikkel .InnholdForfatter {
  padding-top: 0;
}

.ingress .byline__container {
  margin-top: 0;
}

.tekst + .byline__container {
  margin-top: 3.5rem;
}

.byline {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875rem;
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.wp-area-message-global {
  padding: 1.5rem 0 2.31rem;
}
.wp-area-message-global .area-message-list {
  display: flex;
  flex-direction: column;
}
.wp-area-message-global .area-message-list .area-message-list-item {
  width: 100%;
  position: relative;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item {
    flex-direction: row;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item:before {
  font-family: "remixicon";
  content: "\eca1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item:before {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title h3 {
    font-size: 1.5rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title + .area-message-list-item__content {
  margin-top: 0.5rem;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h1, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h2, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h3, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h4, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h5, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h1 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h2 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h4 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h5 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li + li,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li > ul,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li > ol, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li + li,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li > ul,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  font-weight: 700;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency {
  background-color: #8CE2CA;
  border: 3px solid #8CE2CA;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency::before {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #8CE2CA;
  background-color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button {
  border-color: #0A233D;
  background-color: transparent;
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover {
  background-color: #0A233D;
  color: #FFF;
  border-color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #8CE2CA;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular {
  background-color: #C8D5E5;
  border: 3px solid #C8D5E5;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular::before {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #C8D5E5;
  background-color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button {
  border-color: #0A233D;
  background-color: transparent;
  color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover {
  background-color: #0A233D;
  color: #FFF;
  border-color: #0A233D;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #C8D5E5;
}
.wp-area-message-global .area-message-list .area-message-list-item.hidden-icon::before {
  display: none;
}
.wp-area-message-global .area-message-list .area-message-list-item + .area-message-list-item {
  margin-top: 1.5rem;
}

.wp-area-message-local .emnekart-area-message-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-list .area-message-list,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message,
  .wp-area-message-local .emnekart-area-message-list .area-message-list,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list {
    flex-direction: row;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  width: 100%;
  position: relative;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item {
    flex-direction: row;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item:before {
  font-family: "remixicon";
  content: "\eca1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 4rem;
  color: #0A233D;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item:before,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item:before,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item:before,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item:before {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title h3,
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title h3,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title h3,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title h3,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title h3,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title h3 {
    font-size: 1.5rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title + .area-message__content {
  margin-top: 0.5rem;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h1, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h2, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h3, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h4, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h5, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h1 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h2 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h4 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h5 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ol, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content,
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content,
  .wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content,
  .wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content,
  .wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  font-weight: 700;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency {
  background-color: #8CE2CA;
  border: 3px solid #8CE2CA;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency::before {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #8CE2CA;
  background-color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button {
  border-color: #0A233D;
  background-color: transparent;
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover {
  background-color: #0A233D;
  color: #FFF;
  border-color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular {
  background-color: #C8D5E5;
  border: 3px solid #C8D5E5;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular::before {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #C8D5E5;
  background-color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button {
  border-color: #0A233D;
  background-color: transparent;
  color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover {
  background-color: #0A233D;
  color: #FFF;
  border-color: #0A233D;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.hidden-icon::before {
  display: none;
}

.wp-custom-box-footer {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer {
    text-align: left;
  }
}
.wp-custom-box-footer .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-custom-box-footer .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-custom-box-footer .webPartInnhold {
  font-size: 1rem;
}
.wp-custom-box-footer .webPartInnhold > * + * {
  margin-top: 1.25em;
}
.wp-custom-box-footer .webPartInnhold > * + h1, .wp-custom-box-footer .webPartInnhold > * + h2, .wp-custom-box-footer .webPartInnhold > * + h3, .wp-custom-box-footer .webPartInnhold > * + h4, .wp-custom-box-footer .webPartInnhold > * + h5, .wp-custom-box-footer .webPartInnhold > * + h6 {
  margin-top: 1.5em;
}
.wp-custom-box-footer .webPartInnhold > h1 + *, .wp-custom-box-footer .webPartInnhold > h2 + *, .wp-custom-box-footer .webPartInnhold > h3 + * {
  margin-top: 0.75em;
}
.wp-custom-box-footer .webPartInnhold > h4 + *, .wp-custom-box-footer .webPartInnhold > h5 + *, .wp-custom-box-footer .webPartInnhold > h6 + * {
  margin-top: 0.375em;
}
.wp-custom-box-footer .webPartInnhold > ul li + li,
.wp-custom-box-footer .webPartInnhold > ul li > ul,
.wp-custom-box-footer .webPartInnhold > ul li > ol, .wp-custom-box-footer .webPartInnhold > ol li + li,
.wp-custom-box-footer .webPartInnhold > ol li > ul,
.wp-custom-box-footer .webPartInnhold > ol li > ol {
  margin-top: 0.5em;
}
.wp-custom-box-footer .webPartInnhold h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-custom-box-footer .webPartInnhold .InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
}

.wp-feedback {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.wp-feedback .webPartInnhold .bc-feedback .bc-feedback-button-container {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
  justify-content: center;
}
.wp-feedback .webPartInnhold .bc-feedback .bc-feedback-button-container button {
  background-color: transparent;
  border-color: #0A233D;
  color: #0A233D;
  font-size: 1.25rem;
}
.wp-feedback .webPartInnhold .bc-feedback .bc-feedback-button-container button:hover {
  background-color: #0A233D;
  border-color: #0A233D;
  color: #FFF;
  outline: unset;
}

.wp-banner-image .banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.wp-article-image .banner-image {
  width: 90%;
  max-width: 840px;
  height: auto;
  aspect-ratio: 1.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}

.wp-subpage-banner-image .banner-image {
  width: 100%;
  aspect-ratio: 1.91;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0px;
}

.wp-latest-articles .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 2rem;
  }
}
.wp-latest-articles .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-latest-articles .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-latest-articles .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles .webPartInnhold ul li {
  position: relative;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 3;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .datoPublisert {
    bottom: 3rem;
    left: 3rem;
    font-size: 1rem;
  }
}
.wp-latest-articles .webPartInnhold ul li a {
  display: flex;
  min-height: 300px;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper {
  width: 100%;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
    aspect-ratio: 0.66;
    transition: all 0.25s;
  }
}
.wp-latest-articles .webPartInnhold ul li a .tittel {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: #0A233D;
  background-color: rgba(200, 213, 229, 0.85);
  border-radius: 0px;
  padding: 1.25rem 1.25rem 3.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
}
.wp-latest-articles .webPartInnhold ul li a .tittel::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 1.5rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    padding: 2rem 2rem 4rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.wp-latest-articles .webPartInnhold ul li.active .datoPublisert {
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li.active a .imgWrapper img {
    opacity: 1;
  }
}
.wp-latest-articles .webPartInnhold ul li.active a .tittel {
  color: #0A233D;
  background-color: rgba(200, 213, 229, 0.75);
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink {
  text-align: center;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a {
  border: 2px solid #0A233D;
  border-radius: 0px;
  display: inline-block;
  color: #0A233D;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a:hover {
  border-color: #0A233D;
  color: #FFF;
  background-color: #0A233D;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold .webPartBunnLink a {
    font-size: 1.25rem;
  }
}

.wp-latest-articles--v2 .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartTittel {
    font-size: 2rem;
  }
}
.wp-latest-articles--v2 .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
.wp-latest-articles--v2 .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-latest-articles--v2 .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-latest-articles--v2 .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li {
  position: relative;
}
.wp-latest-articles--v2 .webPartInnhold ul li .datoPublisert {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 3;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li .datoPublisert {
    bottom: 3rem;
    left: 3rem;
    font-size: 1rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li a {
  display: flex;
  min-height: 300px;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper {
  width: 100%;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper img {
    aspect-ratio: 0.66;
    opacity: 0.75;
    transition: all 0.25s;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: #0A233D;
  background-color: rgba(200, 213, 229, 0.85);
  border-radius: 0px;
  padding: 1.25rem 2.75rem 3.25rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9 !important;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .tittel::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 1.5rem;
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    padding: 2rem 3.5rem 4rem 2rem;
    font-size: 1.75rem;
    min-height: 215px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    min-height: 255px;
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    min-height: 215px;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li.active .datoPublisert {
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li.active a .imgWrapper img {
    opacity: 1;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li.active a .tittel {
  color: #0A233D;
  background-color: rgba(200, 213, 229, 0.75);
}
.wp-latest-articles--v2 .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul + .webPartBunnLink {
    margin-top: 3.5rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a {
  font-size: 1.1875rem;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a {
    font-size: 1.375rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a:hover {
  color: #0A233D;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .wp-latest-articles.compressed .webPartInnhold ul > * + *,
  .wp-latest-articles--v2.compressed .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles.compressed .webPartInnhold ul,
    .wp-latest-articles--v2.compressed .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles.compressed .webPartInnhold ul > * + *,
    .wp-latest-articles--v2.compressed .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles.no-images .webPartInnhold ul li a,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a {
  min-height: 0;
  height: 100%;
}
.wp-latest-articles.no-images .webPartInnhold ul li a .tittel,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a .tittel {
  position: relative;
}
.wp-latest-articles.no-images .webPartInnhold ul li a .imgWrapper,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a .imgWrapper {
  display: none;
}

.wp-links-header .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.wp-links-header .webPartInnhold ul.vListe li {
  margin-left: 0.625rem;
  flex: none;
}
.wp-links-header .webPartInnhold ul.vListe li.icon-mypage a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-links-header .webPartInnhold ul.vListe a {
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 1rem;
  border: 2px solid #0A233D;
  border-radius: 0px;
  background-color: transparent;
  color: #0A233D;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-links-header .webPartInnhold ul.vListe a {
    font-size: 1.25rem;
  }
}
.wp-links-header .webPartInnhold ul.vListe a:hover {
  background-color: #0A233D;
  border-color: #0A233D;
  color: #FFF;
}

.wp-links-header--mobile {
  margin-top: 0 !important;
}
@media screen and (min-width: 1400px) {
  .wp-links-header--mobile {
    display: none;
  }
}
.wp-links-header--mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wp-links-header--mobile ul li {
  display: inline-flex;
}
.wp-links-header--mobile ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #0A233D;
  border: 2px solid #0A233D;
  border-radius: 0px;
  background-color: transparent;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-links-header--mobile ul li a {
    font-size: 1.25rem;
  }
}
.wp-links-header--mobile ul li a:hover {
  color: #FFF;
  border-color: #0A233D;
  background-color: #0A233D;
}

.wp-shortcuts-menu .webPartTittel {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-shortcuts-menu .webPartTittel {
    font-size: 2.5rem;
  }
}
.wp-shortcuts-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.75rem;
}
.wp-shortcuts-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wp-shortcuts-menu ul li {
  display: inline-flex;
}
.wp-shortcuts-menu ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #0A233D;
  border: 2px solid #0A233D;
  border-radius: 0px;
  background-color: transparent;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-shortcuts-menu ul li a {
    font-size: 1.25rem;
  }
}
.wp-shortcuts-menu ul li a:hover {
  color: #FFF;
  border-color: #0A233D;
  background-color: #0A233D;
}

.wp-main-menu .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-main-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-menu ul > * + * {
  margin-top: 1.75rem;
}
@supports (display: grid) {
  .wp-main-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.75rem;
  }
  .wp-main-menu ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-main-menu ul > * + * {
      margin-top: 0;
    }
  }
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-main-menu ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    color: #0A233D;
    border: 2px solid #0A233D;
    border-radius: 0px;
    background-color: #FFF;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a > span {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
.wp-main-menu ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .text {
    font-size: 1.125rem !important;
    font-weight: 500;
    justify-content: center;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0s, top 0s;
  }
}
.wp-main-menu ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-main-menu ul li a .description {
  opacity: 0;
  display: inline-flex;
  text-indent: -9999rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 1rem;
    padding-top: 1.75rem;
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover {
    color: #0A233D;
    background-color: #FFF;
    border-color: #0A233D;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .text {
    top: 0.25rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 700;
    transform: translate(0, 0);
    min-width: initial;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .description {
    opacity: 1;
    transition: opacity 0.75s;
    transition-delay: 0.25s;
  }
}

.wp-main-menu--v2 .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-main-menu--v2 .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-main-menu--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-menu--v2 ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-main-menu--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-main-menu--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 3rem;
           column-gap: 3rem;
      row-gap: 2rem;
    }
    .wp-main-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-main-menu--v2 ul li {
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-main-menu--v2 ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    color: #0A233D;
    background-color: #FFF;
    position: relative;
    padding-bottom: 0.5rem;
    border-radius: 0px;
  }
}
.wp-main-menu--v2 ul li a > span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-main-menu--v2 ul li a .text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text {
    margin-left: 3.25rem;
  }
}
.wp-main-menu--v2 ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text::before {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: 0.25rem;
  }
}
.wp-main-menu--v2 ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-main-menu--v2 ul li a .description {
  font-size: 1.125rem;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .description {
    font-size: 1.25rem;
    text-indent: 0;
    padding-left: 3.25rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a:hover {
    color: #0A233D;
    background-color: #FFF;
    border-color: #0A233D;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a:hover .text {
    text-decoration: underline;
  }
}

.wp-banner-menu .il-linkcategory-title {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu .il-linkcategory-title {
    font-size: 2rem;
  }
}
.wp-banner-menu .il-linkcategory-title + ul {
  margin-top: 0.25rem;
}
.wp-banner-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-banner-menu ul li + li {
  margin-top: 0.375rem;
}
.wp-banner-menu ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a {
    font-size: 1.25rem;
  }
}
.wp-banner-menu ul li a::after {
  font-family: "remixicon";
  content: "\ea6e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a::after {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a {
    padding-left: 1.25rem;
    transition: all 0.2s;
    position: relative;
  }
  .wp-banner-menu ul li a::before, .wp-banner-menu ul li a::after {
    font-family: "remixicon";
    content: "\ea6e";
    speak: none;
    font-size: calc(1em * var(--v-global-icon-scale-factor));
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    position: absolute;
    font-size: 2rem;
    transform: translate(-10px, 1px);
  }
  .wp-banner-menu ul li a::before {
    left: 0;
  }
  .wp-banner-menu ul li a::after {
    left: 0.675rem;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .wp-banner-menu ul li a:hover {
    padding-left: 1.925rem;
  }
  .wp-banner-menu ul li a:hover::after {
    opacity: 1;
  }
}

.wp-services-menu .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-services-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-services-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-services-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-services-menu ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu ul li {
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-services-menu ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    color: #0A233D;
    border: 2px solid #0A233D;
    border-radius: 0px;
    background-color: #FFF;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
.wp-services-menu ul li a > span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a > span {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
.wp-services-menu ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text {
    font-size: 1.25rem;
    font-weight: 400;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0s, top 0s;
  }
}
.wp-services-menu ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-services-menu ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-services-menu ul li a .description {
  font-size: 1.125rem;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.75rem;
    opacity: 0;
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover {
    color: #0A233D;
    background-color: #FFF;
    border-color: #0A233D;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .text {
    top: 0.25rem;
    left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    font-weight: 700;
    transform: translate(0, 0);
    min-width: initial;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .description {
    opacity: 1;
    transition: opacity 0.75s;
    transition-delay: 0.25s;
  }
}

.wp-services-menu--v2 .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-services-menu--v2 .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-services-menu--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--v2 ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-services-menu--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-services-menu--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--v2 ul li {
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-services-menu--v2 ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    color: #0A233D;
    background-color: #FFF;
    position: relative;
    padding-bottom: 0.5rem;
    border-radius: 0px;
  }
}
.wp-services-menu--v2 ul li a > span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-services-menu--v2 ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text {
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: 3.25rem;
  }
}
.wp-services-menu--v2 ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text::before {
    font-size: 2.75rem;
    position: absolute;
    left: 0;
    top: 0.25rem;
  }
}
.wp-services-menu--v2 ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-services-menu--v2 ul li a .description {
  font-size: 1.125rem;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 3.25rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a:hover {
    color: #0A233D;
    background-color: #FFF;
    border-color: #0A233D;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a:hover .text {
    text-decoration: underline;
  }
}

.wp-services-menu--shortcuts {
  margin-left: -6%;
  margin-right: -6%;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-services-menu--shortcuts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--shortcuts ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-services-menu--shortcuts ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--shortcuts ul li {
  display: flex;
  width: 100%;
  background-color: #C8D5E5;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li {
    background-color: transparent;
  }
}
.wp-services-menu--shortcuts ul li a {
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 0;
  color: #0A233D;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li a {
    background-color: #C8D5E5;
    width: 100%;
    padding: 1.5rem 2rem 2rem;
    border-radius: 0px;
  }
}
.wp-services-menu--shortcuts ul li a > span {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wp-services-menu--shortcuts ul li a .text {
  font-size: 1.5rem !important;
}
.wp-services-menu--shortcuts ul li a .text + .description {
  border-top: 2px solid #0A233D;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.wp-services-menu--shortcuts ul li a .description {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li a:hover {
    color: #0A233D;
    background-color: transparent;
    border: 2px solid #0A233D;
  }
  .wp-services-menu--shortcuts ul li a:hover .text + .description {
    border-color: #0A233D;
  }
}

.wp-services-menu--shortcuts--v2 {
  margin-left: -6%;
  margin-right: -6%;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-services-menu--shortcuts--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--shortcuts--v2 ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-services-menu--shortcuts--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts--v2 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--shortcuts--v2 ul li {
  display: flex;
  width: 100%;
  background-color: #C8D5E5;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li {
    background-color: transparent;
  }
}
.wp-services-menu--shortcuts--v2 ul li a {
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 0;
  color: #0A233D;
  border: 1.5px solid transparent;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a {
    background-color: #C8D5E5;
    width: 100%;
    padding: 1.5rem 2rem 2rem;
    border-radius: 0px;
  }
}
.wp-services-menu--shortcuts--v2 ul li a > span {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wp-services-menu--shortcuts--v2 ul li a .text {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a .text {
    font-size: 2rem;
  }
}
.wp-services-menu--shortcuts--v2 ul li a .text + .description {
  border-top: 2px solid #0A233D;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.wp-services-menu--shortcuts--v2 ul li a .description {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a:hover {
    color: #0A233D;
    background-color: transparent;
    border: 2px solid #0A233D;
  }
  .wp-services-menu--shortcuts--v2 ul li a:hover .text + .description {
    border-color: #0A233D;
  }
}

@media screen and (min-width: 1200px) {
  .wp-services-menu.compressed ul > * + *,
  .wp-services-menu--v2.compressed ul > * + *,
  .wp-services-menu--shortcuts.compressed ul > * + *,
  .wp-services-menu--shortcuts--v2.compressed ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu.compressed ul,
    .wp-services-menu--v2.compressed ul,
    .wp-services-menu--shortcuts.compressed ul,
    .wp-services-menu--shortcuts--v2.compressed ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu.compressed ul > * + *,
    .wp-services-menu--v2.compressed ul > * + *,
    .wp-services-menu--shortcuts.compressed ul > * + *,
    .wp-services-menu--shortcuts--v2.compressed ul > * + * {
      margin-top: 0;
    }
  }
}

.wp-social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-social-media {
    justify-content: flex-end;
  }
}
.wp-social-media .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-social-media .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel + .webPartInnhold {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-social-media ul li {
  float: left;
  display: inline-flex;
  color: #0A233D;
}
.wp-social-media ul li:hover {
  color: #0A233D;
}
.wp-social-media ul li a {
  text-decoration: none;
  display: inline-flex;
}
.wp-social-media ul li a .text,
.wp-social-media ul li a span {
  text-indent: -9999rem;
  display: inline-flex;
}
.wp-social-media ul li a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li + li {
  margin-left: 1rem;
}
.wp-social-media ul li.icon-facebook a::before {
  content: "\ecb8";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-facebook a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-youtube a::before {
  content: "\f2d4";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-youtube a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-instagram a::before {
  content: "\ee65";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-instagram a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-snapchat a::before {
  content: "\f15b";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-snapchat a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-twitter a::before {
  content: "\f23a";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-twitter a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-linkedin a::before {
  content: "\eeb3";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-linkedin a:hover::before {
  color: #0A233D;
}
.wp-social-media ul li.icon-flickr a::before {
  font-family: "remixicon";
  content: "\f328";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-flickr a:hover::before {
  color: #0A233D;
}

.wp-footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-links ul {
    flex-direction: row;
  }
}
.wp-footer-links ul li a {
  text-decoration: underline;
}
.wp-footer-links ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-footer-links ul li + li::before {
    content: "|";
    padding: 0 0.5rem;
  }
}

.wp-footer-links--logos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-footer-links--logos ul li a {
  display: flex;
  align-items: center;
}
.wp-footer-links--logos ul li a img {
  height: 50px;
  width: auto;
}
.wp-footer-links--logos ul li a .text {
  display: inline-flex;
  text-indent: -9999rem;
}
.wp-footer-links--logos ul li:first-child {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-links--logos ul li:first-child {
    flex-basis: initial;
  }
}
.wp-footer-links--logos ul li:first-child a img {
  height: 50px;
}
.wp-footer-links--logos ul li + li {
  margin-left: 1rem;
}

.wp-page-title {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 3rem;
  }
}

.subpage:has(.page-title, .js-page-title) .legacy-content-page .ArtikkelKategoriOverskrift,
.subpage:has(.page-title, .js-page-title) .legacy-content-page--article-list .ArtikkelKategoriOverskrift,
.subpage-full-width:has(.page-title, .js-page-title) .legacy-content-page .ArtikkelKategoriOverskrift,
.subpage-full-width:has(.page-title, .js-page-title) .legacy-content-page--article-list .ArtikkelKategoriOverskrift {
  display: none;
}

body:has(#allSitemaps) .main-content h1 {
  display: none;
}

.wp-contact-person .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    font-size: 2rem;
  }
}
.wp-contact-person .webPartTittel + .webPartInnhold {
  margin-top: 0.75rem;
}
.wp-contact-person .webPartInnhold .emnekart-item {
  background-color: #C8D5E5;
  color: #0A233D;
  padding: 2rem;
  border-radius: 0px;
}
.wp-contact-person .webPartInnhold .emnekart-item + .emnekart-item {
  margin-top: 1.5rem;
}
.wp-contact-person .webPartInnhold .person-image > div {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-contact-person .webPartInnhold .person-image + .person-text {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text {
    font-size: 1.125rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-name {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-name {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-name + .person-title, .wp-contact-person .webPartInnhold .person-text .person-name + .person-property, .wp-contact-person .webPartInnhold .person-text .person-name + .person-info {
  margin-top: 0.625rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-name {
    float: left;
  }
  .wp-contact-person .webPartInnhold .person-text .person-name + .person-title:before {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-title {
  font-style: italic;
}
.wp-contact-person .webPartInnhold .person-text .person-title + .person-property {
  margin-top: 0.625rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-title {
    font-size: 1.25rem;
    font-style: initial;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-title {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-property {
  clear: left;
}
.wp-contact-person .webPartInnhold .person-text .person-property .person-property-label:after {
  content: ":";
  margin-left: -2px;
  margin-right: 2px;
}
.wp-contact-person .webPartInnhold .person-text .person-property a {
  font-weight: 400;
}
.wp-contact-person .webPartInnhold .person-text .person-property a:hover {
  font-weight: 700;
}
.wp-contact-person .webPartInnhold .person-text .person-property + .person-info {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text .person-property + .person-property {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text .person-email .person-property-value a > span > span {
  display: none;
}
.wp-contact-person .webPartInnhold .person-text .person-info > * + * {
  margin-top: 1.25em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > * + h1, .wp-contact-person .webPartInnhold .person-text .person-info > * + h2, .wp-contact-person .webPartInnhold .person-text .person-info > * + h3, .wp-contact-person .webPartInnhold .person-text .person-info > * + h4, .wp-contact-person .webPartInnhold .person-text .person-info > * + h5, .wp-contact-person .webPartInnhold .person-text .person-info > * + h6 {
  margin-top: 1.5em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > h1 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h2 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h3 + * {
  margin-top: 0.75em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > h4 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h5 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h6 + * {
  margin-top: 0.375em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > ul li + li,
.wp-contact-person .webPartInnhold .person-text .person-info > ul li > ul,
.wp-contact-person .webPartInnhold .person-text .person-info > ul li > ol, .wp-contact-person .webPartInnhold .person-text .person-info > ol li + li,
.wp-contact-person .webPartInnhold .person-text .person-info > ol li > ul,
.wp-contact-person .webPartInnhold .person-text .person-info > ol li > ol {
  margin-top: 0.5em;
}
.wp-contact-person .webPartInnhold .person-text .person-info a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #0A233D;
}
.wp-contact-person .webPartInnhold .person-text .person-info a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  background-color: #0A233D;
  color: #C8D5E5;
}

.wp-banner-text h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-banner-text h1 {
    font-size: 2.5rem;
  }
}

.wp-banner-focus-field-tab-text .text-box {
  color: #0A233D;
  background-color: #FFF;
  padding: 1.5rem 2.5rem 1rem;
  border-radius: 0px 0px 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field-tab-text .text-box {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-banner-focus-field-tab-text .text-box {
    color: #0A233D;
    background-color: #FFF;
    padding: 0.2875rem 2rem;
    border-radius: 0px 0 0 0;
  }
}

.wp-subpage-banner-text .text-box {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .wp-subpage-banner-text .text-box {
    font-size: 1.5rem;
  }
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-search input[type=text] {
  font-size: 1rem;
  height: 48px;
  width: calc(100% + 48px);
  display: inline-flex;
  align-items: center;
  width: 100px;
  flex-grow: 1;
  flex-basis: 100%;
  background-color: #FFF;
  color: #0A233D;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #0A233D;
  border-radius: 0px 0 0 0px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search input[type=text] {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-search input[type=text] {
    min-width: 350px;
    width: auto;
  }
}
.wp-search input[type=text]::-moz-placeholder {
  color: #0A233D;
}
.wp-search input[type=text]::placeholder {
  color: #0A233D;
}
.wp-search input[type=submit] {
  margin: 0;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #0A233D;
  border-radius: 0 0px 0px 0;
  background-color: #FFF;
  color: #0A233D;
  text-indent: -9999rem;
  background-image: url(../images/icon-search.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.wp-search input[type=submit]:hover {
  background-color: #0A233D;
  background-image: url(../images/icon-search--hover.svg);
}

.wp-search--banner {
  display: none;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 900px) {
  .wp-search--banner {
    display: flex;
  }
}
.wp-search--banner.mobile-visible {
  display: flex;
}
.wp-search--banner div > div > div {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-search--banner .js-searchform > div {
  display: none;
}
.wp-search--banner input[type=text] {
  font-size: 1rem;
  height: 56px;
  display: inline-flex;
  align-items: center;
  width: 100px;
  flex-grow: 1;
  flex-basis: 100%;
  background-color: #FFF;
  color: #0A233D;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #0A233D;
  border-radius: 0px 0 0 0px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search--banner input[type=text] {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-search--banner input[type=text] {
    width: auto;
  }
}
.wp-search--banner input[type=text]::-moz-placeholder {
  color: #0A233D;
}
.wp-search--banner input[type=text]::placeholder {
  color: #0A233D;
}
.wp-search--banner input[type=submit] {
  margin: 0;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #0A233D;
  border-radius: 0 0px 0px 0;
  background-color: #FFF;
  color: #0A233D;
  text-indent: -9999rem;
  background-image: url(../images/icon-search.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.wp-search--banner input[type=submit]:hover {
  background-color: #0A233D;
  background-image: url(../images/icon-search--hover.svg);
}

.wp-sub-navigation .webPartTittel,
.sub-navigation .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartTittel,
  .sub-navigation .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-sub-navigation .webPartTittel + .webPartInnhold,
.sub-navigation .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-sub-navigation ul,
.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-sub-navigation ul,
  .sub-navigation ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
    .sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-sub-navigation ul > * + *,
    .sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
    .sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-sub-navigation ul > * + *,
    .sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-sub-navigation ul li,
.sub-navigation ul li {
  display: flex;
  overflow: hidden;
}
.icon-open-arm-line a .text::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shake-hands-line a .text::before {
  font-family: "remixicon";
  content: "\f3ab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-building-line a .text::before {
  font-family: "remixicon";
  content: "\eb0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parent-line a .text::before {
  font-family: "remixicon";
  content: "\efca";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-graduation-cap-line a .text::before {
  font-family: "remixicon";
  content: "\f333";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-sub-navigation ul li a,
.sub-navigation ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a,
  .sub-navigation ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    color: #0A233D;
    border: 2px solid #0A233D;
    border-radius: 0px;
    background-color: #FFF;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
.wp-sub-navigation ul li a > span,
.sub-navigation ul li a > span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a > span,
  .sub-navigation ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-sub-navigation ul li a .text,
.sub-navigation ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text,
  .sub-navigation ul li a .text {
    font-size: 1.5rem;
    font-weight: 400;
    justify-content: center;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0s, top 0s;
    text-align: center;
  }
}
.wp-sub-navigation ul li a .text::before,
.sub-navigation ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text::before,
  .sub-navigation ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-sub-navigation ul li a .text + .description,
.sub-navigation ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text + .description,
  .sub-navigation ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-sub-navigation ul li a .description,
.sub-navigation ul li a .description {
  font-size: 1.125rem;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .description,
  .sub-navigation ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 1.75rem;
    padding-top: 1.75rem;
    opacity: 0;
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a:hover,
  .sub-navigation ul li a:hover {
    color: #0A233D;
    background-color: #FFF;
    border-color: #0A233D;
  }
}
.wp-sub-navigation ul li a:hover .text,
.sub-navigation ul li a:hover .text {
  font-weight: 700;
}
.wp-sub-navigation ul li a.external[href^=http] .text::after,
.sub-navigation ul li a.external[href^=http] .text::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}
.wp-sub-navigation ul li a.filetype-pdf .text::after,
.sub-navigation ul li a.filetype-pdf .text::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li.has-nonempty-description:hover .text,
  .sub-navigation ul li.has-nonempty-description:hover .text {
    top: 0.25rem;
    left: 1.75rem;
    font-size: 1rem;
    font-weight: 700;
    transform: translate(0, 0);
    min-width: initial;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li.has-nonempty-description:hover .text::before,
  .sub-navigation ul li.has-nonempty-description:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li.has-nonempty-description:hover .description,
  .sub-navigation ul li.has-nonempty-description:hover .description {
    opacity: 1;
    transition: opacity 0.75s;
    transition-delay: 0.25s;
  }
}

.wp-upcoming-events .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel + .webPartInnhold {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-upcoming-events .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-upcoming-events .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-upcoming-events .webPartInnhold ul li a {
  text-decoration: none;
}
.wp-upcoming-events .webPartInnhold ul li a > div {
  display: flex;
  flex-direction: row;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date {
  background-color: #C8D5E5;
  color: #0A233D;
  width: 80px;
  min-height: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: 0px 0 0 0px;
  transition: border-radius 1s;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date {
    width: 117px;
    border-radius: 0px;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day + .event-date-month {
  margin-top: 0.25rem;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-month {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-month {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 90px);
  position: relative;
  color: #0A233D;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text {
    color: #0A233D;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #C8D5E5;
  transition: all 0.25s ease-in-out;
  z-index: -1;
  border-radius: 0 0px 0px 0;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text::before {
    width: 0%;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-title {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-title {
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time::before,
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location::before {
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time,
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location {
    opacity: 0;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time {
  margin-right: 1rem;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time::before {
  font-family: "remixicon";
  content: "\f20f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location::before {
  font-family: "remixicon";
  content: "\ef0a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-date {
  border-radius: 0px 0 0 0px;
  transition: border-radius 0s;
  background-color: #C8D5E5;
  color: #0A233D;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text::before {
  width: 100%;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-title {
  font-size: 1.25rem;
  color: #0A233D;
  position: relative;
  top: initial;
  left: initial;
  transform: translateY(0);
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-location {
  opacity: 1;
  color: #0A233D;
}
.wp-upcoming-events .webPartInnhold ul li:focus-within {
  outline: 3px solid #000;
  box-shadow: 0 0 0 6px #fff !important;
  outline-offset: 5px;
}
.wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold .calWPFooter {
  text-align: center;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a {
  border: 2px solid #0A233D;
  border-radius: 0px;
  display: inline-block;
  color: #0A233D;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a:hover {
  border-color: #0A233D;
  color: #FFF;
  background-color: #0A233D;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold .calWPFooter a {
    font-size: 1.25rem;
  }
}

.wp-upcoming-events--v2 .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartTittel {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartTittel + .webPartInnhold {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-upcoming-events--v2 .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a {
  text-decoration: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div {
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date {
  background-color: #C8D5E5;
  color: #0A233D;
  width: 80px;
  min-height: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: 0px 0 0 0px;
  transition: border-radius 1s;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date {
    width: 117px;
    border-radius: 0px;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day + .event-date-month {
  margin-top: 0.25rem;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-month {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-month {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 90px);
  position: relative;
  color: #0A233D;
  background: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-title {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-title {
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-time,
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-location {
  display: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active a > div {
  border-color: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-date {
  background-color: #C8D5E5;
  color: #0A233D;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-text {
  background: transparent;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-text .event-title {
  color: #0A233D;
}
.wp-upcoming-events--v2 .webPartInnhold .calWPContent + .calWPFooter {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold .calWPContent + .calWPFooter {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold .calWPFooter a {
  font-size: 1.1875rem;
  color: #FFF;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold .calWPFooter a {
    font-size: 1.375rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold .calWPFooter a:hover {
  color: #0A233D;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .wp-upcoming-events.compressed .webPartInnhold ul > * + *,
  .wp-upcoming-events--v2.compressed .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events.compressed .webPartInnhold ul,
    .wp-upcoming-events--v2.compressed .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events.compressed .webPartInnhold ul > * + *,
    .wp-upcoming-events--v2.compressed .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}

.responsive-container {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
header .responsive-container, .frontpage-banner-section .responsive-container {
  max-width: 1640px;
}
footer .responsive-container, .frontpage-top-section .responsive-container {
  max-width: 1320px;
}
.frontpage-bottom-section .responsive-container {
  max-width: 1495px;
}
.global-top-container .responsive-container {
  max-width: 1088px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item {
  border-bottom: 0.0625rem solid #ccc;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  transition: all 0.25s;
  position: relative;
  color: #0A233D;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link:hover {
  background-color: #0A233D;
  color: #FFF;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}

.version-style-defaults-marker-class {
  color: red;
}

.client-content-widget--filtervisning--kalender .filtervisning-item-list, .client-content-widget--filtervisning--friskusaktivitet .filtervisning-item-list {
  padding-top: 1rem;
  border-top: 1px solid #d3d3d3;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item > div.bc-dangerousHtml, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event {
  height: 100%;
  transition: all 0.25s ease-in-out;
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
  --v-teaser-text-color: inherit;
  --v-teaser-background: #f8f8f8;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
  margin: 1em;
  background: var(--v-date-badge-background, #ffffff);
  border-color: var(--v-date-badge-background-color, transparent);
  border-style: solid;
  border-width: var(--v-date-badge-background-width, 0);
  border-radius: var(--v-date-badge-border-radius, 50%);
  width: var(--v-date-badge-width, 8rem);
  height: var(--v-date-badge-height, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
    display: none !important;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--v-date-badge-font-size, 1em);
  font-weight: var(--v-date-badge-background-weight, normal);
  line-height: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-day {
  font-size: var(--v-date-badge-day-font-size, 4em);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-year {
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-picture) .cc-date-badge {
  position: absolute;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  justify-content: center;
  align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text {
  flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-body-content {
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image {
  width: 50%;
  flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content {
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 50%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 50%;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-teaser-image-content {
  width: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-picture {
  width: 100%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-picture {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-column {
  width: 50%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event img {
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta--primary {
  flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item {
  align-items: center;
  gap: 1em;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item-label-prefix::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-tag {
  --v-tag-border-width: 0;
  --v-tag-border-color: inherit;
  --v-tag-border-radius: 0;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: white;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover {
  --v-teaser-background: #f8f8f8;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item-label-prefix::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: white;
  --v-tag-border-color: inherit;
}

.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--4 {
  background-color: #f8f8f8;
  padding: 2rem;
  --v-faq-question-background: #efefef;
  --v-faq-question-text-color: currentColor;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--info::before {
  font-family: "remixicon";
  content: "\ee59";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--date::before {
  font-family: "remixicon";
  content: "\eb25";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--time::before {
  font-family: "remixicon";
  content: "\f20f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--location::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--address::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--phone::before {
  font-family: "remixicon";
  content: "\f15a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--email::before {
  font-family: "remixicon";
  content: "\ea83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--person::before {
  font-family: "remixicon";
  content: "\ef44";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--age::before {
  font-family: "remixicon";
  content: "\ede3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--some::before {
  font-family: "remixicon";
  content: "\eeb2";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--occurrences::before {
  font-family: "remixicon";
  content: "\f074";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--category::before {
  font-family: "remixicon";
  content: "\f023";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--document::before {
  font-family: "remixicon";
  content: "\eceb";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-content-link-prefix {
  color: var(--v-global-link-text-color);
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-content-link--link {
  color: var(--v-global-link-text-color);
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item {
  padding-left: 2rem;
  position: relative;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item::before {
  position: absolute;
  left: 0;
  top: 0.25em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-section--occurrences {
  border-top: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item-label {
  --v-property-list-item-label-font-size: 0.8em;
  --v-property-list-item-label-font-weight: 700;
  --v-property-list-item-label-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item {
  --v-property-list-item-font-size: 1em;
  --v-property-list-item-font-weight: 400;
  --v-property-list-item-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag {
  color: #4C5063;
  --v-tag-border-width: 2px;
  --v-tag-border-color: #f8f8f8;
  --v-tag-border-radius: 4px;
  --v-tag-padding: 0.25rem 1rem;
  --v-tag-text-color: #4C5063;
  --v-tag-background: transparent;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card {
  --v-teaser-image-aspect-ratio: 1;
  --v-teaser-title-font-size: 1rem;
  --v-teaser-title-font-weight: normal;
  --v-teaser-text-child-gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-body-content {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-image {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.calendar-event-list-widget-footer,
.cc-div:has(> .cc-anchor--view-all) {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: var(--bc-c-action-primary);
  color: var(--bc-c-action-primary-foreground);
  border: 2px solid var(--bc-c-action-primary-border);
  border-radius: var(--bc-border-radius);
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: var(--bc-c-action-primary-hover);
  border-color: var(--bc-c-action-primary-hover);
  outline: 2px solid var(--bc-c-action-primary-hover);
  color: var(--bc-c-action-primary-foreground);
}

.client-content-widget--filtervisning--person .filtervisning-item-list {
  padding-top: 1rem;
}
.client-content-widget--filtervisning--person div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--person div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  height: 100%;
  transition: all 0.25s ease-in-out;
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
  --v-teaser-text-color: inherit;
  --v-teaser-background: ;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  justify-content: center;
  align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text {
  flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-body-content {
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image {
  width: 33%;
  flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content {
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  padding: 1rem;
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 33%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 67%;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-teaser-image-content {
  width: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-picture {
  width: 100%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-picture {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  flex-direction: row;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person img {
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta--primary {
  flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item {
  flex-direction: column;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--information {
  display: none;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email {
  flex-direction: row;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-label-text {
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-value {
  font-weight: normal;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-tag {
  --v-tag-border-width: 0;
  --v-tag-border-color: inherit;
  --v-tag-border-radius: 0;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: white;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover {
  --v-teaser-background: ;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: white;
  --v-tag-border-color: inherit;
}

.cc-page:where(:not(.u-is-designed)).cc-page--person {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-page-header-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .u-width-wide--4 {
  padding: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list-item-label {
  --v-property-list-item-label-font-size: 0.8em;
  --v-property-list-item-label-font-weight: 700;
  --v-property-list-item-label-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list-item {
  --v-property-list-item-font-size: 1em;
  --v-property-list-item-font-weight: 400;
  --v-property-list-item-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-tag {
  color: #4C5063;
  --v-tag-border-width: 2px;
  --v-tag-border-color: #f8f8f8;
  --v-tag-border-radius: 4px;
  --v-tag-padding: 0.25rem 1rem;
  --v-tag-text-color: #4C5063;
  --v-tag-background: transparent;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}/*# sourceMappingURL=sorvaranger.css.map */