@charset "UTF-8";
@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: normal;
  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;
}

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;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*[id],
.anchor-target,
.js-anchor-target {
  --v-default-scroll-margin: 110px;
  scroll-margin-top: var(--v-default-scroll-margin);
}

:root {
  --organization-chart-item-relation-line-color: #333132;
}

@font-face {
  font-family: "Calibri";
  src: url("../font/CALIBRI.woff2") format("woff2");
}
/* 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 {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  color: #333132;
  background-color: #FDFDFD;
  position: relative;
  overflow-x: hidden;
  --v-global-body-line-height: normal;
  --v-global-link-padding: 0;
  --v-global-link-text-color: #003EA2;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: 1.25px;
  --v-global-link-underline-offset: 3px;
  --v-global-link-underline-color: #003EA2;
  --v-global-link-background-color: transparent;
  --v-global-title-font-size: 1.875em;
  --v-global-title-font-weight: 600;
  --v-global-lead-font-size: 1.125rem;
  --v-global-lead-font-weight: 600;
  --v-global-body-font-size: 1rem;
  --v-global-body-font-weight: 400;
  --v-global-heading-1-font-size: 1.875em;
  --v-global-heading-2-font-size: 1.5em;
  --v-global-heading-3-font-size: 1.25em;
  --v-global-heading-4-font-size: 1.125em;
  --v-global-heading-5-font-size: 1em;
  --v-global-heading-6-font-size: 1em;
  --v-global-heading-1-font-weight: 600;
  --v-global-heading-2-font-weight: 600;
  --v-global-heading-3-font-weight: 600;
  --v-global-heading-4-font-weight: 600;
  --v-global-heading-5-font-weight: 600;
  --v-global-heading-6-font-weight: 600;
}
body a:hover {
  --v-global-link-padding: 0;
  --v-global-link-text-color: #003EA2;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: 1.25px;
  --v-global-link-underline-offset: 3px;
  --v-global-link-underline-color: #003EA2;
  --v-global-link-background-color: transparent;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: inherit;
}
@media screen and (min-width: 900px) {
  body {
    --v-global-title-font-size: 3em;
    --v-global-title-font-weight: 600;
    --v-global-lead-font-size: 1.25rem;
    --v-global-lead-font-weight: 600;
    --v-global-body-font-size: 1rem;
    --v-global-body-font-weight: 400;
    --v-global-heading-1-font-size: 3em;
    --v-global-heading-2-font-size: 1.875em;
    --v-global-heading-3-font-size: 1.5em;
    --v-global-heading-4-font-size: 1.25em;
    --v-global-heading-5-font-size: 1.125em;
    --v-global-heading-6-font-size: 1em;
    --v-global-heading-1-font-weight: 600;
    --v-global-heading-2-font-weight: 600;
    --v-global-heading-3-font-weight: 600;
    --v-global-heading-4-font-weight: 600;
    --v-global-heading-5-font-weight: 600;
    --v-global-heading-6-font-weight: 600;
  }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: inherit;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.875rem;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1rem;
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
  font-size: 1.125rem;
}

body > form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > form > .main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body > form > .footer {
  flex-shrink: 0;
}

:focus {
  outline: 2px dashed transparent;
}

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

.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 .main {
  flex: 0 !important;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.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;
}

input,
button,
textarea,
select {
  font-family: "Calibri";
}

.bc-content-button.bc-content-button--appearance-default {
  --bc-c-action-primary: #142C46 !important;
  --bc-c-action-primary-border: #142C46 !important;
  --bc-c-action-primary-foreground: #FDFDFD !important;
  --bc-border-radius: 4px !important;
  border-width: 0 !important;
  padding: padding;
}
.bc-content-button.bc-content-button--appearance-default:hover {
  outline: none !important;
  --bc-c-action-primary-hover: #003EA2 !important;
  --bc-c-action-primary-border-hover: #142C46 !important;
  --bc-c-action-primary-foreground-hover: #FDFDFD !important;
}

.back-to-top-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #142C46;
}
.back-to-top-button-wrapper .back-to-top-button {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FDFDFD;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.back-to-top-button-wrapper .back-to-top-button .text,
.back-to-top-button-wrapper .back-to-top-button > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.back-to-top-button-wrapper .back-to-top-button:hover {
  color: #FDFDFD;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.back-to-top-button-wrapper .back-to-top-button:hover .text,
.back-to-top-button-wrapper .back-to-top-button:hover > span {
  text-decoration-thickness: 2px;
}
.back-to-top-button-wrapper .back-to-top-button::after {
  transition: all 0.25s ease-in-out;
}
.back-to-top-button-wrapper .back-to-top-button::before {
  transition: all 0.25s ease-in-out;
}
.back-to-top-button-wrapper .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: 1.25rem;
  margin-left: 0.5rem;
}
.back-to-top-button-wrapper .back-to-top-button span {
  text-decoration: underline;
}
.back-to-top-button-wrapper .back-to-top-button:hover span {
  text-decoration-thickness: 2px;
}

.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;
  gap: 0.25rem;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #333132;
  font-family: var(--ff-secondary);
  font-size: 1rem;
}
.breadcrumbs__item a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-block: 0.25rem;
  margin-bottom: 4px;
}
.breadcrumbs__item a:hover {
  color: #333132;
  text-decoration-thickness: 2px;
}
.breadcrumbs__item:first-child a > span {
  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__item:first-child a {
  text-decoration: none;
  margin-bottom: 0;
}
.breadcrumbs__item:first-child a::before {
  font-family: "remixicon";
  content: "\ee1b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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: 1rem;
}
.breadcrumbs__item:not(:first-child)::before {
  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: 1rem;
}
.breadcrumbs__item:last-child a {
  text-decoration: none;
  font-weight: 700;
}

.footer {
  display: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 4rem;
  }
}
.footer:before {
  content: "";
  display: block;
  background-image: url("../images/footer-gfx.svg");
  background-size: cover;
  height: 195px;
  background-position-x: center;
}
.footer .webPart + .webPart {
  margin-top: 2rem;
}
.footer .footer-upper {
  color: #FDFDFD;
  background-color: #142C46;
  padding-block: 3rem;
}
.footer .footer-lower {
  color: #333132;
  background-color: #D0D5DA;
  padding-block: 0.5rem;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .header-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.before-logo {
  display: none;
}
@media screen and (min-width: 900px) {
  .before-logo {
    display: block;
  }
}

.header-logo {
  margin-right: auto;
}
.header-logo a {
  display: block;
}
.header-logo img {
  height: 56px;
}
@media screen and (min-width: 900px) {
  .header-logo img {
    height: 80px;
  }
}

.header-navigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .header-navigation {
    margin-bottom: 10px;
  }
}

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

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

.main-menu-toggle-wrapper,
.search-box-toggle-wrapper {
  margin-left: 1.5rem;
}

.search-box-toggle {
  display: none;
}
@media screen and (min-width: 600px) {
  .search-box-toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: black;
    background-color: white;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: inherit;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.25s;
    height: 52px;
    height: 52px;
    color: #333132;
    background-color: transparent;
    border: 2px solid #333132;
    height: 56px;
    display: flex;
    align-items: center;
  }
  .search-box-toggle.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;
    font-size: 22;
    font-size: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    margin-left: 1rem;
    transition: all 0.25s;
  }
  .search-box-toggle:after {
    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;
    font-size: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    font-size: 22;
    margin-left: 1rem;
    transition: all 0.25s;
  }
  .search-box-toggle:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    box-shadow: none;
    outline: none;
  }
  .search-box-toggle:hover {
    color: #333132;
    background-color: transparent;
    border: 2px solid #333132;
    box-shadow: inset 0 0 0 2px #333132;
  }
  .search-box-toggle.open {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: black;
    background-color: white;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: inherit;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.25s;
    height: 52px;
    height: 52px;
    color: #333132;
    background-color: transparent;
    border: 2px solid #333132;
    height: 56px;
  }
  .search-box-toggle.open.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;
    font-size: 22;
    font-size: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    margin-left: 1rem;
    transition: all 0.25s;
  }
  .search-box-toggle.open:after {
    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.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    font-size: 22;
    margin-left: 1rem;
    transition: all 0.25s;
  }
  .search-box-toggle.open:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    box-shadow: none;
    outline: none;
  }
  .search-box-toggle.open:hover {
    color: #333132;
    background-color: transparent;
    border: 2px solid #333132;
    box-shadow: inset 0 0 0 2px #333132;
  }
}

.main-menu-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #003EA2;
  height: 56px;
  display: flex;
  align-items: center;
}
.main-menu-toggle.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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.main-menu-toggle:after {
  font-family: "remixicon";
  content: "\ef3b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  font-size: 22;
  margin-left: 1rem;
  transition: all 0.25s;
}
.main-menu-toggle:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.main-menu-toggle:hover {
  color: #FDFDFD;
  background-color: #142C46;
}
.main-menu-toggle.open {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #003EA2;
  height: 56px;
}
.main-menu-toggle.open.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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.main-menu-toggle.open:after {
  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.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  font-size: 22;
  margin-left: 1rem;
  transition: all 0.25s;
}
.main-menu-toggle.open:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.main-menu-toggle.open:hover {
  color: #FDFDFD;
  background-color: #142C46;
}
@media screen and (max-width: 599px) {
  .main-menu-toggle > span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
  .main-menu-toggle:after {
    margin-left: 0 !important;
  }
}

.main-menu {
  display: none;
  flex: 1 0 auto;
  padding-block: 2rem;
  background-color: #D4C5A1;
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.designMode .main-menu {
  min-height: 800px;
  flex: 0;
}

.menu-open > :not(.header):not(.main-menu):not(.search-box) {
  display: none;
}
.menu-open .header {
  background-color: #FDFDFD;
}
@media screen and (min-width: 600px) {
  .menu-open .header {
    background-color: inherit;
  }
}

.search-box {
  display: none;
}
.search-box .search-box-inner {
  max-width: 994px;
}
@media screen and (max-width: 599px) {
  .search-box {
    display: block;
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}
.designMode .search-box {
  min-height: 400px;
}

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-services-section,
.frontpage .frontpage-middle-section,
.frontpage .frontpage-bottom-section,
.frontpage .frontpage-focus-field-section {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-services-section,
  .frontpage .frontpage-middle-section,
  .frontpage .frontpage-bottom-section,
  .frontpage .frontpage-focus-field-section {
    margin-top: 4rem;
  }
}
.frontpage .search-box {
  margin-bottom: 0rem;
}
@media screen and (min-width: 600px) {
  .frontpage .search-box {
    margin-bottom: 2rem;
  }
}
.frontpage .global-top-container {
  margin-bottom: 2rem;
}
.frontpage .frontpage-top-section-inner {
  position: relative;
}

.subpage .main-area, .subpage-full-width .main-area {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .main-area, .subpage-full-width .main-area {
    margin-top: 1.5rem;
  }
}
.subpage .breadcrumbs + .main-area, .subpage-full-width .breadcrumbs + .main-area {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .breadcrumbs + .main-area, .subpage-full-width .breadcrumbs + .main-area {
    margin-top: 4rem;
  }
}
.subpage .subpage-top-section, .subpage-full-width .subpage-top-section {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .subpage-top-section, .subpage-full-width .subpage-top-section {
    margin-top: 4rem;
  }
}
.subpage main + .global-bottom-container, .subpage-full-width main + .global-bottom-container {
  margin-top: 6rem;
}
.subpage .subpage-bottom-section, .subpage-full-width .subpage-bottom-section {
  margin-top: auto;
}
@media screen and (min-width: 600px) {
  .subpage .search-box, .subpage-full-width .search-box {
    margin-bottom: 1rem;
  }
}
.subpage:has(.global-top-container) .search-box, .subpage-full-width:has(.global-top-container) .search-box {
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .subpage:has(.global-top-container) .search-box, .subpage-full-width:has(.global-top-container) .search-box {
    margin-bottom: 2rem;
  }
}
.subpage .global-top-container, .subpage-full-width .global-top-container {
  margin-bottom: 1rem;
}
.subpage .subpage-top-section-inner, .subpage-full-width .subpage-top-section-inner {
  max-width: 790px;
}
.subpage .subpage-top-section-inner > div, .subpage-full-width .subpage-top-section-inner > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.subpage .main {
  max-width: 790px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.need-full-width .subpage .main {
  max-width: 1250px;
}
.subpage .main .subpage-middle-section-inner {
  width: 100%;
}

.subpage-full-width .main {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.need-full-width .subpage-full-width .main {
  max-width: 1250px;
}
.subpage-full-width .main .subpage-middle-section-inner {
  width: 100%;
}

.feature .main {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature .main .breadcrumbs {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature .main .subpage-top-section-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
.feature .main .subpage-top-section-inner img {
  height: 450px;
  width: 100%;
  max-width: 1440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .main .subpage-top-section-inner .artikkel-bilde-beskrivelse,
.feature .main .subpage-top-section-inner .artikkel-bilde-copyright {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}

.transportpage .breadcrumbs {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.transportpage .subpage-bottom-section {
  margin-top: auto;
}
.transportpage .subpage-focus-field-section {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-focus-field-section {
    margin-top: 4rem;
  }
}
.transportpage .subpage-middle-section {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-middle-section {
    margin-top: 3rem;
  }
}
.transportpage .subpage-banner + .subpage-focus-field-section {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner + .subpage-focus-field-section {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .transportpage .search-box {
    margin-bottom: 1rem;
  }
}
.transportpage:has(.global-top-container) .search-box {
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .transportpage:has(.global-top-container) .search-box {
    margin-bottom: 2rem;
  }
}
.transportpage .global-top-container {
  margin-bottom: 1rem;
}
.transportpage.themepage .subpage-banner .subpage-banner-inner {
  display: grid;
}
.transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-right {
  order: -1;
  height: 275px;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-right {
    height: 350px;
  }
}
@media screen and (min-width: 900px) {
  .transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-right {
    height: 450px;
  }
}
.transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-right div {
  height: 100%;
}
.transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-right .banner-image {
  background-size: cover;
}
.transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-left {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .transportpage.themepage .subpage-banner .subpage-banner-inner .subpage-banner-left {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.transportpage .subpage-banner {
  background: #D4C5A1;
}
.transportpage .subpage-banner .subpage-banner-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-inner {
    flex-direction: row;
    padding: 2.25rem 0;
  }
}
.transportpage .subpage-banner .subpage-banner-left {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left {
    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: 100%;
  }
}
.transportpage .subpage-banner .subpage-banner-right {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-right {
    align-self: center;
    width: 379px;
    height: 379px;
  }
  .transportpage .subpage-banner .subpage-banner-right div {
    width: 379px;
    height: 379px;
  }
}
.transportpage .subpage-banner .subpage-banner-right .banner-image {
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  max-height: 379px;
  max-width: 379px;
  height: 100%;
  width: 100%;
  min-width: 287px;
  min-height: 287px;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper .legacy-content-block {
  border-radius: 4px;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: #D4C5A1;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border: 2px solid #333132;
}
body .legacy-content-block-wrapper[data-style=Rosa] > .legacy-content-block {
  background-color: #CF8BAB;
}
body .legacy-content-block-wrapper[data-style=Grønn] > .legacy-content-block {
  background-color: #90BA78;
}
body .legacy-content-block-wrapper[data-style=Gull] > .legacy-content-block {
  background-color: #C6B282;
}
body .legacy-content-block-wrapper[data-style=Blå] > .legacy-content-block {
  background-color: #B5D3E0;
}
body .legacy-content-block-wrapper[data-style="Mørk blå"] > .legacy-content-block {
  background-color: #142C46;
}
body .legacy-content-block-wrapper[data-style="Ingen farge"] > .legacy-content-block {
  background-color: transparent;
}
body .legacy-content-block-wrapper[data-padding=auto] > .legacy-content-block {
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  body .legacy-content-block-wrapper[data-padding=auto] > .legacy-content-block {
    padding: 2rem;
  }
}
@media screen and (min-width: 900px) {
  body .legacy-content-block-wrapper[data-padding=auto] > .legacy-content-block {
    padding: 3rem;
  }
}
body .content-block-body-column > * + * {
  margin-top: 1.25rem;
}
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: 2rem;
}
body .content-block-body-column > h1 + *, body .content-block-body-column > h2 + *, body .content-block-body-column > h3 + * {
  margin-top: 1rem;
}
body .content-block-body-column > h4 + *, body .content-block-body-column > h5 + *, body .content-block-body-column > h6 + * {
  margin-top: 1rem;
}
body .content-block-body-column > .il-ul .il-li + .il-li,
body .content-block-body-column > .il-ul .il-li > .il-ul,
body .content-block-body-column > .il-ul .il-li > .il-ol, body .content-block-body-column > .il-ol .il-li + .il-li,
body .content-block-body-column > .il-ol .il-li > .il-ul,
body .content-block-body-column > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}

blockquote {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: #003EA2;
  line-height: inherit;
  align-items: center;
  align-items: center;
}
blockquote > p {
  padding: 2rem;
  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: #003EA2;
  padding-right: 0.5rem;
  line-height: 1;
  transform: none;
}

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 + .faq {
  margin-top: 1rem;
}
body .faqWrapper .divFaqSporsmal {
  margin: 0;
  padding: 0;
  cursor: initial;
  background-color: initial;
}
body .faqWrapper .divFaqSporsmal::after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: inherit;
  padding-block: 1rem;
  padding-inline: 2rem;
  border-width: 2px;
  border-style: solid;
  border-color: #142C46;
  border-radius: 4px;
  background-color: #142C46;
  color: #FDFDFD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.15s;
}
body .faqWrapper .divFaqSporsmal button::after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  display: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  height: initial;
  color: inherit;
  background: inherit;
  border-radius: inherit;
  flex: none;
  margin-left: 1rem;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: #003EA2;
  color: #FDFDFD;
  border-color: #003EA2;
}
body .faqWrapper .divFaqSporsmal button:hover::after {
  color: inherit;
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open button {
  background-color: #142C46;
  color: #FDFDFD;
  border-color: #142C46;
  border-radius: 4px 4px 0 0;
}
body .faqWrapper .divFaqSporsmal.open 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: 1.75rem;
  color: inherit;
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  background-color: #003EA2;
  color: #FDFDFD;
  border-color: #003EA2;
}
body .faqWrapper .divFaqSporsmal.open button:hover::after {
  color: inherit;
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open:hover + .divFaqSvar {
  border-color: #003EA2;
}
body .faqWrapper .divFaqSvar {
  background-color: #FDFDFD;
  color: inherit;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0 0 4px 4px;
  overflow: auto;
}
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.open {
  display: block;
}
body .faqWrapper .divFaqSporsmal > button {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal > button {
    font-size: 1.5rem;
  }
}

.file-overview-container ul.file-overview li.file-overview-item {
  margin-top: 0.5rem;
}

.il-heading--h1, .wp-page-title, .artikkel header h1,
.il-heading--h2,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading,
.wp-search .webPartTittel,
.wp-contact-person .webPartTittel,
.wp-main-menu-services .webPartTittel,
.wp-main-menu-top .webPartTittel,
.artikkel .ac-banner--text-image .ac-banner-field--text h2,
.liste.legacy-content-block.legacy-content-block--table > div h2 .li-table__heading,
.guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2,
body .faqWrapper h2.divFaqOverskrift,
.il-heading--h3,
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-name,
.artikkel .ac-banner--text-image .ac-banner-field--text h3,
.liste.legacy-content-block.legacy-content-block--table > div h3 .li-table__heading,
.guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3,
body .faqWrapper h3.divFaqOverskrift,
.il-heading--h4,
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-title,
.il-heading--h5,
.il-heading--h6 {
  font-weight: 700;
}

.il-heading--h1, .wp-page-title, .artikkel header h1 {
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h1, .wp-page-title, .artikkel header h1 {
    font-size: 2.5rem;
  }
}

.il-heading--h2, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading, .wp-search .webPartTittel, .wp-contact-person .webPartTittel, .wp-main-menu-services .webPartTittel, .wp-main-menu-top .webPartTittel, .artikkel .ac-banner--text-image .ac-banner-field--text h2, .liste.legacy-content-block.legacy-content-block--table > div h2 .li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, body .faqWrapper h2.divFaqOverskrift {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .il-heading--h2, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading, .wp-search .webPartTittel, .wp-contact-person .webPartTittel, .wp-main-menu-services .webPartTittel, .wp-main-menu-top .webPartTittel, .artikkel .ac-banner--text-image .ac-banner-field--text h2, .liste.legacy-content-block.legacy-content-block--table > div h2 .li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, body .faqWrapper h2.divFaqOverskrift {
    font-size: 1.875rem;
  }
}

.il-heading--h3, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading, .wp-contact-person .webPartInnhold .emnekart-list .person-text .person-name, .artikkel .ac-banner--text-image .ac-banner-field--text h3, .liste.legacy-content-block.legacy-content-block--table > div h3 .li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3, body .faqWrapper h3.divFaqOverskrift {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading, .wp-contact-person .webPartInnhold .emnekart-list .person-text .person-name, .artikkel .ac-banner--text-image .ac-banner-field--text h3, .liste.legacy-content-block.legacy-content-block--table > div h3 .li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
  }
}

.il-heading--h4, .wp-contact-person .webPartInnhold .emnekart-list .person-text .person-title {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h4, .wp-contact-person .webPartInnhold .emnekart-list .person-text .person-title {
    font-size: 1.25rem;
  }
}

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

.il-heading--h6 {
  font-size: 1rem;
  font-size: 1rem;
}

.il-toc .il-toc-item-list {
  gap: 0.5em;
}
.il-toc .il-toc-item-list .il-toc-item {
  line-height: inherit;
}

.bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
  background-color: transparent;
  font-size: 0.875rem;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button,
.bc-carousel .bc-carousel-container .bc-carousel-previous button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  height: 52px;
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  padding: 0;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button.external[href^=http]::after,
.bc-carousel .bc-carousel-container .bc-carousel-previous 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button:hover,
.bc-carousel .bc-carousel-container .bc-carousel-previous button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button:hover,
.bc-carousel .bc-carousel-container .bc-carousel-previous button:hover {
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
  box-shadow: inset 0 0 0 2px #333132;
}
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon {
  font-size: 1.5rem;
}
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon::before {
  font-family: "remixicon";
  content: "\ea60";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon {
  font-size: 1.5rem;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon::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;
  font-size: 1.5rem;
}

.artikkel .legacy-content-block--image {
  margin-bottom: 0.5rem;
  border-bottom: 0;
}
.artikkel .legacy-content-block--image img {
  border-radius: 4px;
}
.artikkel .legacy-content-block--image > span {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
}
.artikkel .legacy-content-block--image > span:last-of-type {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.artikkel .legacy-content-block--image > span:first-of-type {
  padding-top: 1rem;
}
.artikkel .legacy-content-block--image > span:only-of-type {
  padding-bottom: 0.5rem;
}
.artikkel .legacy-content-block--image > span .fotografText {
  background: none;
  text-indent: 0;
}
.artikkel .legacy-content-block--image > span .fotografText:before {
  content: "Foto: ";
}
.artikkel .beskrivelse {
  font-style: normal !important;
}

body a[href].InnholdLinkTekst:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
body a[href].InnholdLinkTekst:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
body a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button).external[href^=http]::after {
  font-family: "remixicon";
  content: "\f0f4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
  display: inline-block;
  text-decoration: none;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button):visited {
  color: #716767;
}
body a[href].InnholdLinkTekst:not(.link-render-as-button):visited:hover {
  color: #333132;
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}

.guidancewizard-widget .bc-guidancewizard-base {
  --bc-border-radius: 4px;
  --bc-c-action-primary: #142C46;
  --bc-c-action-primary-hover: #003EA2;
  --bc-c-action-primary-foreground: #FDFDFD;
  --bc-c-action-primary-foreground-hover: #FDFDFD;
  --bc-c-action-primary-border: #142C46;
  --bc-c-action-primary-border-hover: #003EA2;
  --bc-c-action-secondary: #142C46;
  --bc-c-action-secondary-hover: #003EA2;
  --bc-c-action-secondary-foreground: #FDFDFD;
  --bc-c-action-secondary-foreground-hover: #FDFDFD;
  --bc-c-action-secondary-border: #142C46;
  --bc-c-action-secondary-border-hover: #003EA2;
  margin: 0.5rem 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button {
  margin-left: 2.2rem;
  margin-bottom: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button {
  font-weight: 600;
  color: black;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation {
  margin-left: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button {
  padding: 1rem 1.5rem;
  width: 100%;
  border-color: #142C46;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button:hover, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button:focus {
  color: var(--bc-c-action-primary-foreground-hover);
  background-color: var(--bc-c-action-primary-hover);
  border-color: #003EA2;
  outline: none;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation:after {
  border-color: #333132;
  border-width: 2px;
  width: 2rem;
  bottom: 1.5rem;
  border-bottom-left-radius: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content {
  margin-top: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:before {
  border-color: #333132;
  border-width: 2px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #FDFDFD;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:after {
  border-color: #333132;
  border-width: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: #333132;
  border-width: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-reset {
  margin-left: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-reset .bc-content-button {
  padding: 1rem 1.5rem;
  width: 100%;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result {
  border-width: 1px;
  border-color: #333132;
  border-radius: 5px;
  background-color: transparent;
  color: black;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h1, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h2, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h3, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h4, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h5, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h1 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h2 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h4 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h5 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li + li,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ul,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ol, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li + li,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ul,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ol {
  margin-top: 0.5em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps fieldset {
  padding-bottom: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  padding-bottom: 0.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change {
  width: 100%;
  text-align: end;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.75em;
  margin-bottom: 1rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button .text,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button:hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button:hover .text,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button:hover > span {
  text-decoration-thickness: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button::after {
  transition: all 0.25s ease-in-out;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button::before {
  transition: all 0.25s ease-in-out;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button:hover {
  outline: none;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation {
  padding-top: 0.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content[class*=Result] {
  padding: 2.5rem;
  background-color: #FDFDFD;
  border-radius: 4px;
  border: 2px solid #333132;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content[class*=Result]:before {
  top: 3.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content[class*=Result]::after {
  height: 2.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-guidancewizard-step-content[class*=Result] .bc-guidancewizard-step-result {
  border-width: 0;
  padding-inline: 0;
}

@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 {
    display: block;
  }
  .liste.legacy-content-block--table table {
    min-width: 0;
  }
  .liste.legacy-content-block--table 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 {
    border-bottom: 0 !important;
  }
  .liste.legacy-content-block--table tr.il-table__body-row + tr {
    margin-top: 1rem;
  }
  .liste.legacy-content-block--table tr.il-table__body-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .liste.legacy-content-block--table td {
    align-items: stretch;
    border: none;
    display: flex;
    float: right;
    padding: 0 !important;
    width: 100%;
    background-color: #FDFDFD;
  }
  .liste.legacy-content-block--table td:not(:first-child)::before {
    border-top: 1px solid #FDFDFD;
  }
  .liste.legacy-content-block--table td:not(:first-child) > span {
    border-top: 1px solid #142C46;
  }
  .liste.legacy-content-block--table td:first-child::before {
    border-radius: 4px 0 0 0;
  }
  .liste.legacy-content-block--table td:last-child::before {
    border-radius: 0 0 0 4px;
  }
  .liste.legacy-content-block--table td::before,
  .liste.legacy-content-block--table td span {
    padding: 1em;
  }
  .liste.legacy-content-block--table td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: calc(50% - 1em);
    background-color: #142C46;
    color: #FDFDFD;
  }
  .liste.legacy-content-block--table td span {
    border-left: 1px solid #142C46;
    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 table {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0;
    border-collapse: separate;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row {
    border-right: 1px solid #142C46;
    border-left: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(odd) {
    background-color: #FDFDFD;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(even) {
    background-color: #D0D5DA;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:last-child td {
    border-bottom: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:last-child td:first-child {
    border-radius: 0 0 0 4px;
    border-left: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:last-child td:last-child {
    border-radius: 0 0 4px 0;
    border-right: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row td:first-child {
    border-left: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row td:last-child {
    border-right: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table td,
  .liste.legacy-content-block--table table th {
    vertical-align: top;
    padding: 1.5rem;
  }
  .liste.legacy-content-block--table table th {
    text-align: left;
    background-color: #142C46;
    color: #FDFDFD;
    border-top: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table th:first-child {
    border-radius: 4px 0 0 0;
    border-left: 1px solid #142C46;
  }
  .liste.legacy-content-block--table table th:last-child {
    border-radius: 0 4px 0 0;
    border-right: 1px solid #142C46;
  }
  .liste.legacy-content-block--table th.tablesorter-header:focus {
    outline: 3px solid #000;
    outline-offset: -3px;
  }
}
.liste.legacy-content-block--table th {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block--table th {
    font-size: 1.25rem;
  }
}
.liste.legacy-content-block--table td {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block--table td {
    font-size: 1.125rem;
  }
}

.liste.legacy-content-block.legacy-content-block--table > div {
  margin-bottom: 1.5rem;
}
.webskjema-widget .webskjema .bc-content-input-label,
.webskjema-widget .webskjema .bc-singledatepicker-label,
.webskjema-widget .webskjema .bc-content-textarea-label,
.webskjema-widget .webskjema .bc-select-label,
.webskjema-widget .webskjema .bc-checkboxgroup-label,
.webskjema-widget .webskjema .bc-radiogroup-label {
  padding-bottom: 0.25rem;
}
.webskjema-widget .webskjema .bc-singledatepicker .bc-singledatepicker-inputs > .bc-content-input {
  margin-top: 0;
}
.webskjema-widget .webskjema .bc-content-textarea > .bc-content-textarea-content {
  margin-top: 0;
  padding-bottom: 0;
}
.webskjema-widget .webskjema .bc-select > .button-container {
  margin-top: 0;
}
.webskjema-widget .webskjema .bc-checkboxgroup .bc-content-checkbox:first-of-type {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema .bc-radiogroup .bc-content-radio:first-of-type {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema {
  --bc-background-color: #FDFDFD;
  --bc-c-border-input: #333132;
  --bc-input-border-width: 2px;
  --bc-c-text-primary: #333132;
  --bc-input-height: 3.75rem;
  --bc-input-font-size: 1.5rem;
}
.webskjema-widget .webskjema .bc-content-row > div {
  font-size: var(--bc-input-font-size);
}
.webskjema-widget .webskjema .bc-label,
.webskjema-widget .webskjema .bc-content-input-label,
.webskjema-widget .webskjema .bc-singledatepicker-label,
.webskjema-widget .webskjema .bc-content-textarea-label,
.webskjema-widget .webskjema .bc-radiogroup-label,
.webskjema-widget .webskjema .bc-checkboxgroup-label {
  font-weight: 700;
}
.webskjema-widget .webskjema .bc-content-input input,
.webskjema-widget .webskjema .bc-content-textarea-content,
.webskjema-widget .webskjema .bc-content-form-checkbox-container {
  border-radius: 5px;
}
.webskjema-widget .webskjema .checkbox-link-row .bc-content-link {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema .bc-select .button-container > button {
  border-radius: 5px;
  border-color: #333132;
  border-width: 2px;
}
.webskjema-widget .webskjema .bc-select .bc-select-body {
  background-color: #FDFDFD;
}
.webskjema-widget .webskjema .bc-content-row .bc-content-button {
  border-radius: 5px;
  padding-block: 1rem;
  padding-inline: 2rem;
}
.webskjema-widget .webskjema .bc-content-row .bc-content-button:hover {
  outline: none;
}
.webskjema-widget .webskjema .bc-singledatepicker-inputs > button.bc-content-button {
  top: 50%;
  transform: translateY(-50%);
  padding-block: calc(1rem - 1px);
}
.webskjema-widget .webskjema .bc-content-checkbox-label {
  padding-left: 0.75rem;
}
.webskjema-widget .webskjema .bc-content-radio-label > span {
  padding-left: 0.75rem;
}
.webskjema-widget .webskjema input,
.webskjema-widget .webskjema textarea,
.webskjema-widget .webskjema .bc-select button {
  --bc-input-font-size: 1em;
}

.artikkel .client-content-widget-title > * {
  margin-bottom: 1rem;
}
.artikkel .ac-banner--text-image .ac-banner-content--inner {
  border-radius: 4px;
  display: grid;
}
@media screen and (min-width: 600px) {
  .artikkel .ac-banner--text-image .ac-banner-content--inner {
    grid-template-columns: 1fr 1fr;
  }
}
.artikkel .ac-banner--text-image.color-1 .ac-banner-content--inner {
  background-color: #CF8BAB;
}
.artikkel .ac-banner--text-image.color-2 .ac-banner-content--inner {
  background-color: #90BA78;
}
.artikkel .ac-banner--text-image.color-3 .ac-banner-content--inner {
  background-color: #C6B282;
}
.artikkel .ac-banner--text-image.color-4 .ac-banner-content--inner {
  background-color: #B5D3E0;
}
.artikkel .ac-banner--text-image.color-6 .ac-banner-content--inner {
  background-color: #142C46;
}
.artikkel .ac-banner--text-image.color-5 .ac-banner-content--inner {
  background-color: transparent;
}
.artikkel .ac-banner--text-image .ac-banner-field--image {
  order: -1;
  padding: 0;
}
.artikkel .ac-banner--text-image .ac-banner-field--image .ac-picture img {
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .artikkel .ac-banner--text-image .ac-banner-field--image {
    padding-block: 2rem;
    padding-inline: 1.5rem;
    order: unset;
    display: flex;
    align-items: center;
  }
  .artikkel .ac-banner--text-image .ac-banner-field--image .ac-picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .artikkel .ac-banner--text-image .ac-banner-field--image .ac-picture img {
    aspect-ratio: 1;
    border-radius: 50%;
  }
}
@media screen and (min-width: 900px) {
  .artikkel .ac-banner--text-image .ac-banner-field--image {
    padding-block: 3.5rem;
    padding-inline: 2rem;
  }
}
.artikkel .ac-banner--text-image .ac-banner-field--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
@media screen and (min-width: 600px) {
  .artikkel .ac-banner--text-image .ac-banner-field--text {
    padding-block: 3.5rem;
    padding-left: 3rem;
  }
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-title {
  margin-bottom: 1rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt {
  font-size: 1.25rem;
  font-weight: 600;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + * {
  margin-top: 1.25rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h1, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h2, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h3, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h4, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h5, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > * + h6 {
  margin-top: 2rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h1 + *, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h2 + *, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h3 + * {
  margin-top: 1rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h4 + *, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h5 + *, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > h6 + * {
  margin-top: 1rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .artikkel .ac-banner--text-image .ac-banner-field--text .ac-banner-field-excerpt {
    font-size: 1.5rem;
  }
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-content-link--button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
  margin-top: 1.25rem;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-content-link--button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.artikkel .ac-banner--text-image .ac-banner-field--text .ac-content-link--button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
@media screen and (min-width: 600px) {
  .artikkel .ac-banner--text-image.ac-banner--field-order-2 .ac-banner-field--text {
    padding-left: 0;
    padding-right: 3rem;
  }
}

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

.artikkel .ingress {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.artikkel .ingress > * + * {
  margin-top: 1.25rem;
}
.artikkel .ingress > * + h1, .artikkel .ingress > * + h2, .artikkel .ingress > * + h3, .artikkel .ingress > * + h4, .artikkel .ingress > * + h5, .artikkel .ingress > * + h6 {
  margin-top: 2rem;
}
.artikkel .ingress > h1 + *, .artikkel .ingress > h2 + *, .artikkel .ingress > h3 + * {
  margin-top: 1rem;
}
.artikkel .ingress > h4 + *, .artikkel .ingress > h5 + *, .artikkel .ingress > h6 + * {
  margin-top: 1rem;
}
.artikkel .ingress > .il-ul .il-li + .il-li,
.artikkel .ingress > .il-ul .il-li > .il-ul,
.artikkel .ingress > .il-ul .il-li > .il-ol, .artikkel .ingress > .il-ol .il-li + .il-li,
.artikkel .ingress > .il-ol .il-li > .il-ul,
.artikkel .ingress > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .artikkel .ingress {
    font-size: 1.25rem;
  }
}
.artikkel .ingress + * {
  margin-top: 2rem;
}
.artikkel .tekst {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
}
.artikkel .tekst > * + * {
  margin-top: 1.25rem;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 2rem;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 1rem;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 1rem;
}
.artikkel .tekst > .il-ul .il-li + .il-li,
.artikkel .tekst > .il-ul .il-li > .il-ul,
.artikkel .tekst > .il-ul .il-li > .il-ol, .artikkel .tekst > .il-ol .il-li + .il-li,
.artikkel .tekst > .il-ol .il-li > .il-ul,
.artikkel .tekst > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst {
    font-size: 1.125rem;
  }
}
.artikkel .ingress + .tekst {
  margin-top: 2rem;
}

@keyframes image-reveal {
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes translate-to-origin {
  to {
    transform: translateX(0%);
  }
}
.feature .artikkel header, .feature .artikkel .ingress, .feature .artikkel .InnholdForfatter, .feature .artikkel .tekst:not(:has(.full-width)) {
  max-width: 790px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature .artikkel .tekst:has(.full-width) > *:not(.client-content-widget-wrapper) {
  max-width: 790px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature .artikkel .tekst:has(.full-width) > .client-content-widget-wrapper > .full-width {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature .artikkel .tekst:has(.full-width) > .client-content-widget-wrapper > :not(.full-width) {
  max-width: 790px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature .artikkel .tekst .feature.fade-inn {
  scale: 0.8;
  opacity: 0;
  view-timeline-name: --revealing-image;
  view-timeline-axis: block;
  animation: image-reveal linear forwards;
  animation-timeline: --revealing-image;
  animation-range: entry;
}
.feature .artikkel .tekst .feature.blockquote blockquote:before {
  transform: translateX(-100vw);
  transition: linear 0.5s;
}
.feature .artikkel .tekst .feature.blockquote blockquote > p {
  transform: translateX(100vw);
  transition: linear 0.5s;
}
.feature .artikkel .tekst .feature.blockquote-activated blockquote:before {
  transform: translateX(0%) !important;
}
.feature .artikkel .tekst .feature.blockquote-activated blockquote > p {
  transform: translateX(0%) !important;
}
.feature .artikkel .tekst .feature.slide.from-left {
  transform: translateX(-100vw);
  transition: linear 0.5s;
}
.feature .artikkel .tekst .feature.slide.from-right {
  transform: translateX(100vw);
  transition: linear 0.5s;
}
.feature .artikkel .tekst .feature.slide-activated {
  transform: translateX(0%) !important;
}

.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;
}

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

.ingress .byline__container {
  margin-top: 2rem;
}

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

.byline__container {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.byline {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .byline {
    font-size: 1rem;
  }
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.client-content-widget--filtervisning:not(.cc-app) {
  --v-teaser-image-aspect-ratio: 1.7777777778;
}
.client-content-widget--filtervisning:not(.cc-app) .cc-grid-list.cc-grid-list--article {
  --v-default-vertical-item-spacing-level: 1;
}
.client-content-widget--filtervisning:not(.cc-app) .cc-grid-list:has(.bc-content-teaser-image) .cc-grid-list-item:not(:has(.bc-content-teaser-image)) .bc-content-teaser.bc-content-teaser--filtervisning-item:before {
  content: "";
  min-width: 200px;
}

.wp-area-message-global.article,
.wp-area-message-local.article {
  margin-top: 1rem;
}
.wp-area-message-global .area-message-list-item,
.wp-area-message-local .area-message-list-item {
  height: 100%;
  padding: 1.5rem;
  border-radius: 4px;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .wp-area-message-global .area-message-list-item,
  .wp-area-message-local .area-message-list-item {
    padding: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .wp-area-message-global .area-message-list-item,
  .wp-area-message-local .area-message-list-item {
    gap: 1.5rem;
  }
}
.wp-area-message-global .area-message-list-item.regular,
.wp-area-message-local .area-message-list-item.regular {
  background-color: #D0D5DA;
  color: #333132;
}
.wp-area-message-global .area-message-list-item.emergency,
.wp-area-message-local .area-message-list-item.emergency {
  background-color: #F7A64A;
  color: #333132;
}
.wp-area-message-global .area-message-list-item.emergency:before,
.wp-area-message-local .area-message-list-item.emergency: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: 2rem;
}
.wp-area-message-global .area-message-list-item .area-message__text,
.wp-area-message-global .area-message-list-item .area-message-list-item__text,
.wp-area-message-local .area-message-list-item .area-message__text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text {
  overflow-x: auto;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__title,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__title,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__title,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__title,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__title,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__title,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__title h2,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__title h2,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__title h2,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__title h2,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__title h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__title h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item .area-message__text .area-message__title h2,
  .wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__title h2,
  .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__title h2,
  .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2,
  .wp-area-message-local .area-message-list-item .area-message__text .area-message__title h2,
  .wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__title h2,
  .wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__title h2,
  .wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2 {
    font-size: 1.875rem;
  }
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + * {
  margin-top: 1.25rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h1, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h2, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h3, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h4, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h5, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > * + h6,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h1,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h2,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h3,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h4,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h5,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > * + h6,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h1,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h2,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h3,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h4,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h5,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > * + h6,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h1,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h2,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h3,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h4,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h5,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h6 {
  margin-top: 2rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h1 + *, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h2 + *, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h3 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h1 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h2 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h3 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h1 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h2 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h3 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h1 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h2 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h3 + * {
  margin-top: 1rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h4 + *, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h5 + *, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > h6 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h4 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h5 + *,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > h6 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h4 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h5 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > h6 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h4 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h5 + *,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h6 + * {
  margin-top: 1rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ol, .wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ol,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ul .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content > .il-ol .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ul .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content > .il-ol .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  height: 52px;
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst.link-render-as-button:hover {
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
  box-shadow: inset 0 0 0 2px #333132;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333132;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) .text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover .text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-area-message-global .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-global .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-local .area-message-list-item .area-message__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before,
.wp-area-message-local .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}

#Sone1000 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#Sone1000 .webPart {
  width: 100%;
  max-width: 850px;
}
#Sone1000 .wp-area-message-global:not(:has(.area-message-list)) {
  display: none;
}
@media screen and (min-width: 900px) {
  #Sone1000 {
    flex-direction: row;
    gap: 2rem;
  }
  #Sone1000 .webPart {
    align-self: stretch;
  }
  #Sone1000 .webPart .webPartInnhold {
    height: 100%;
  }
  #Sone1000 .webPart .webPartInnhold .emnekart-area-message {
    height: 100%;
  }
  #Sone1000 .webPart .webPartInnhold .area-message-list,
  #Sone1000 .webPart .webPartInnhold .emnekart-area-message-list {
    height: 100%;
  }
}

.wp-custom-box-footer .webPartTittel {
  font-size: 1.5rem;
  font-weight: 600;
}
.wp-custom-box-footer .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-custom-box-footer .webPartInnhold > * + * {
  margin-top: 1.25rem;
}
.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: 2rem;
}
.wp-custom-box-footer .webPartInnhold > h1 + *, .wp-custom-box-footer .webPartInnhold > h2 + *, .wp-custom-box-footer .webPartInnhold > h3 + * {
  margin-top: 1rem;
}
.wp-custom-box-footer .webPartInnhold > h4 + *, .wp-custom-box-footer .webPartInnhold > h5 + *, .wp-custom-box-footer .webPartInnhold > h6 + * {
  margin-top: 1rem;
}
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ol, .wp-custom-box-footer .webPartInnhold > .il-ol .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}

.wp-feedback {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback {
    margin-top: 4rem;
  }
}
.wp-feedback #tilbakemelding {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-feedback #tilbakemelding .bc-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.wp-feedback #tilbakemelding .bc-feedback h2 {
  font-size: 24px;
  font-weight: 700;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button {
  border-width: 2px !important;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-yes {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  height: 52px;
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-yes.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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-yes:after {
  font-family: "remixicon";
  content: "\ec8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  font-size: 22;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-yes:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-yes:hover {
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
  box-shadow: inset 0 0 0 2px #333132;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-no {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  height: 52px;
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-no.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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-no:after {
  font-family: "remixicon";
  content: "\ec96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  font-size: 22;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-no:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button.bc-feedback-button-no:hover {
  color: #333132;
  background-color: transparent;
  border: 2px solid #333132;
  box-shadow: inset 0 0 0 2px #333132;
}

.wp-article-top-image {
  container-type: inline-size;
}
.wp-article-top-image .banner-image {
  height: 275px;
  background-size: cover;
  border-radius: 4px;
}
@container (min-width: calc(1.75555 * 275px)) {
  .wp-article-top-image .banner-image {
    aspect-ratio: 1.75555;
    height: auto;
  }
  .feature .wp-article-top-image .banner-image {
    aspect-ratio: auto;
    height: 450px;
  }
}

.wp-latest-articles .webPartTittel {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    margin-bottom: 2rem;
  }
}
.wp-latest-articles .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
}
@media screen and (min-width: 600px) {
  .wp-latest-articles .webPartInnhold ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul {
    grid-column-gap: 2rem;
  }
}
.wp-latest-articles .webPartInnhold ul li {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 4px;
  background-color: #FDFDFD;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  grid-row: 3;
  padding: 1.5rem 1rem 2rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  background-color: #FDFDFD;
  border-radius: 4px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .datoPublisert {
    padding: 1rem 1.5rem 0.5rem;
    margin-bottom: 2rem;
  }
}
.wp-latest-articles .webPartInnhold ul li:has(.imgWrapper) .datoPublisert {
  border-radius: 0;
}
.wp-latest-articles .webPartInnhold ul li a {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}
.wp-latest-articles .webPartInnhold ul li a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper {
  overflow: hidden;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
  transition: all 0.25s ease;
  aspect-ratio: 1.7;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-latest-articles .webPartInnhold ul li a .tittel {
  border-radius: 4px;
  color: #333132;
  text-decoration: none;
  background-color: #FDFDFD;
  padding: 1.5rem 1rem 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    min-height: 62px;
    padding: 1.75rem 1.5rem 1rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    font-size: 1.5rem;
  }
}
.wp-latest-articles .webPartInnhold ul li a:has(.imgWrapper) .tittel {
  border-radius: 0;
}
.wp-latest-articles .webPartInnhold ul li .ingress {
  grid-row: 2;
  background-color: #FDFDFD;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .ingress {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .ingress {
    font-size: 1.125rem;
  }
}
.wp-latest-articles .webPartInnhold ul li.active, .wp-latest-articles .webPartInnhold ul li:hover {
  cursor: pointer;
}
.wp-latest-articles .webPartInnhold ul li.active .datoPublisert, .wp-latest-articles .webPartInnhold ul li:hover .datoPublisert {
  background-color: #FDFDFD;
}
.wp-latest-articles .webPartInnhold ul li.active a .imgWrapper img, .wp-latest-articles .webPartInnhold ul li:hover a .imgWrapper img {
  scale: 1.1;
}
.wp-latest-articles .webPartInnhold ul li.active a .tittel, .wp-latest-articles .webPartInnhold ul li:hover a .tittel {
  color: #003EA2;
  text-decoration: underline;
  background-color: #FDFDFD;
}
.wp-latest-articles .webPartInnhold ul li.active .ingress, .wp-latest-articles .webPartInnhold ul li:hover .ingress {
  background-color: #FDFDFD;
}
.wp-latest-articles .webPartInnhold ul li:focus {
  outline: 3px solid #000 !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 9px #fff !important;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold .webPartBunnLink {
    margin-top: 0;
  }
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a[href] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a[href].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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a[href]:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a[href]:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}

.wp-links-header .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 600px) {
  .wp-links-header .webPartInnhold ul {
    flex-direction: row;
  }
}
.wp-links-header .webPartInnhold ul li > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-links-header .webPartInnhold ul li > a .text,
.wp-links-header .webPartInnhold ul li > a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-links-header .webPartInnhold ul li > a:hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-links-header .webPartInnhold ul li > a:hover .text,
.wp-links-header .webPartInnhold ul li > a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-links-header .webPartInnhold ul li > a::after {
  transition: all 0.25s ease-in-out;
}
.wp-links-header .webPartInnhold ul li > a::before {
  transition: all 0.25s ease-in-out;
}
.wp-links-header.in-menu {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .wp-links-header.in-menu {
    display: none;
  }
  .designMode .wp-links-header.in-menu {
    display: block;
  }
}
.wp-links-header.in-menu .webPartInnhold ul {
  align-items: normal;
  flex-wrap: wrap;
}
.wp-links-header.in-menu .webPartInnhold ul li > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333132;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-links-header.in-menu .webPartInnhold ul li > a .text,
.wp-links-header.in-menu .webPartInnhold ul li > a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-links-header.in-menu .webPartInnhold ul li > a:hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-links-header.in-menu .webPartInnhold ul li > a:hover .text,
.wp-links-header.in-menu .webPartInnhold ul li > a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-links-header.in-menu .webPartInnhold ul li > a::after {
  transition: all 0.25s ease-in-out;
}
.wp-links-header.in-menu .webPartInnhold ul li > a::before {
  transition: all 0.25s ease-in-out;
}

.wp-main-menu-top .webPartTittel {
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .wp-main-menu-top .webPartTittel {
    margin-bottom: 1rem;
  }
}
.wp-main-menu-top .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-main-menu-top .webPartInnhold ul li > a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  height: 52px;
  color: #333132;
  background-color: #E2D8C1;
  border: 2px solid #333132;
}
.wp-main-menu-top .webPartInnhold ul li > 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-main-menu-top .webPartInnhold ul li > a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-main-menu-top .webPartInnhold ul li > a:hover {
  color: #333132;
  background-color: #E2D8C1;
  border: 2px solid #333132;
  box-shadow: inset 0 0 0 2px #333132;
}

.wp-services .webPartInnhold ul.vListe,
.wp-main-menu-services .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-services .webPartInnhold ul.vListe,
  .wp-main-menu-services .webPartInnhold ul.vListe {
    grid-template-columns: 1fr 1fr;
  }
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href],
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] {
  height: 100%;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  background-color: transparent;
  color: #333132;
  line-height: normal;
  border-radius: 4px;
  padding: 1.5rem 1rem;
  border: 2px solid #333132;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 600px) {
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href],
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] {
    padding: 2rem;
  }
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before {
  color: #333132;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before,
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before {
    font-size: 2rem;
  }
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] > span,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] > span {
  display: flex;
  flex-direction: column;
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .text,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .text {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-offset: 5px;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 900px) {
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .text,
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .text {
    font-size: 1.5rem;
  }
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .description,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .description {
  display: block;
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .description,
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] .description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 600px) {
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href],
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] {
    padding: 2rem;
  }
  .wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before,
  .wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:before {
    color: #333132;
  }
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover {
  box-shadow: inset 0 0 0 2px #333132;
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover:before,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover:before {
  color: #333132;
}
.wp-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover .text,
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href]:hover .text {
  color: #333132;
  -webkit-text-decoration: underline #333132;
          text-decoration: underline #333132;
}
.wp-services .webPartInnhold ul.vListe li.kontakt > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.kontakt > a[href]:before {
  font-family: "remixicon";
  content: "\ebce";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.kontakt-2 > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.kontakt-2 > a[href]:before {
  font-family: "remixicon";
  content: "\ec0c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.kontakt-3 > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.kontakt-3 > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.kalender > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.kalender > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.aktuelt > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.aktuelt > a[href]:before {
  font-family: "remixicon";
  content: "\f418";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.bygg > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.bygg > a[href]:before {
  font-family: "remixicon";
  content: "\eb09";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.næring > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.næring > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.jobb > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.jobb > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.sykkel > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.sykkel > a[href]:before {
  font-family: "remixicon";
  content: "\eabe";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.vann > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.vann > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.politikk > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.politikk > a[href]:before {
  font-family: "remixicon";
  content: "\edd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.bil > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.bil > a[href]:before {
  font-family: "remixicon";
  content: "\eb39";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.barnehage > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.barnehage > a[href]:before {
  font-family: "remixicon";
  content: "\f350";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.helse > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.helse > a[href]:before {
  font-family: "remixicon";
  content: "\ee09";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.skole > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.skole > a[href]:before {
  font-family: "remixicon";
  content: "\f350";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.kultur > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.kultur > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.trafikk > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.trafikk > a[href]:before {
  font-family: "remixicon";
  content: "\eb11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.dråpe > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.dråpe > a[href]: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;
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.wp-services .webPartInnhold ul.vListe li.flamme > a[href]:before,
.wp-main-menu-services .webPartInnhold ul.vListe li.flamme > a[href]:before {
  content: "";
  background-image: url("../images/Flamme.svg");
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
}

.wp-main-menu-services {
  margin-top: 3.75rem;
}
@media screen and (min-width: 600px) {
  .wp-main-menu-services {
    margin-top: 4rem;
  }
}
.wp-main-menu-services .webPartTittel {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .wp-main-menu-services .webPartTittel {
    display: none;
  }
}
.wp-main-menu-services .webPartInnhold ul.vListe li:not(.vis-alle) > a[href] {
  background-color: #E2D8C1;
}

.wp-footer-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.wp-footer-buttons ul li {
  width: 100%;
}
.wp-footer-buttons ul li > a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #333132;
  background-color: #FDFDFD;
  justify-content: center;
  display: flex;
  width: 100%;
}
.wp-footer-buttons ul li > 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-footer-buttons ul li > a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-footer-buttons ul li > a:hover {
  color: #333132;
  background-color: #D0D5DA;
}
@media screen and (min-width: 600px) {
  .wp-footer-buttons ul {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .wp-footer-buttons ul li {
    width: auto;
  }
  .wp-footer-buttons ul li a::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: 1rem;
  }
}

.wp-footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.wp-footer-links ul li > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FDFDFD;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  display: flex;
  text-decoration: none;
}
.wp-footer-links ul li > a .text,
.wp-footer-links ul li > a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-footer-links ul li > a:hover {
  color: #FDFDFD;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-footer-links ul li > a:hover .text,
.wp-footer-links ul li > a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-footer-links ul li > a::after {
  transition: all 0.25s ease-in-out;
}
.wp-footer-links ul li > a::before {
  transition: all 0.25s ease-in-out;
}
.wp-footer-links ul li > a .text {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .wp-footer-links ul {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.wp-footer-links ul li.facebook a::after {
  font-family: "remixicon";
  content: "\ecb8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.youtube a::after {
  font-family: "remixicon";
  content: "\f2d4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.instagram a::after {
  font-family: "remixicon";
  content: "\ee65";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.snapchat a::after {
  font-family: "remixicon";
  content: "\f15b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.twitter a::after {
  font-family: "remixicon";
  content: "\f23a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.twitter-x a::after {
  font-family: "remixicon";
  content: "\f3e6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}
.wp-footer-links ul li.linkedin a::after {
  font-family: "remixicon";
  content: "\eeb3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
}

.wp-footer-image-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-footer-image-links ul li > a {
  height: 25px;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FDFDFD;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  display: flex;
  padding-inline: 0.75rem;
}
.wp-footer-image-links ul li > a .text,
.wp-footer-image-links ul li > a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-footer-image-links ul li > a:hover {
  color: #FDFDFD;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-footer-image-links ul li > a:hover .text,
.wp-footer-image-links ul li > a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-footer-image-links ul li > a::after {
  transition: all 0.25s ease-in-out;
}
.wp-footer-image-links ul li > a::before {
  transition: all 0.25s ease-in-out;
}
.wp-footer-image-links ul li > a .text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-footer-image-links ul li:not(:first-child) > a {
  border-left: 1px solid #716767;
}

.wp-image-left-of-logo ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-image-left-of-logo ul.vListe .text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.transportpage.themepage .wp-page-title {
  text-align: center;
}

.ac-content-page .js-content-title,
.content--module.content--datasource .bc-content-header > .bc-content-title,
.client-content-widget--filtervisning .bc-content-header > .bc-content-title,
.module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

.subpage:has(.toppartikkel .artikkel) .subpage-banner, .subpage-full-width:has(.toppartikkel .artikkel) .subpage-banner {
  display: none;
}

.subpage:has(.toppartikkel .artikkel) .ArtikkelKategoriOverskrift, .subpage-full-width:has(.toppartikkel .artikkel) .ArtikkelKategoriOverskrift {
  display: none;
}
.subpage:has(.toppartikkel .artikkel) .page-title, .subpage-full-width:has(.toppartikkel .artikkel) .page-title {
  display: none;
}

.subpage:has(.cc-page--calendar-event) .js-page-title, .subpage-full-width:has(.cc-page--calendar-event) .js-page-title {
  display: none;
}

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

.wp-contact-person {
  margin-inline: auto;
  max-width: 790px;
  margin-block: 2rem;
}
.wp-contact-person .webPartTittel {
  margin-bottom: 2rem;
  text-align: center;
}
.wp-contact-person .webPartInnhold .emnekart-list {
  display: grid;
  gap: 2rem;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text {
  border-radius: 4px;
  border: none;
  padding: 2rem 1.5rem;
  background-color: #D4C5A1;
  display: grid;
  grid-template-columns: min-content 1fr;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 600px) {
  .wp-contact-person .webPartInnhold .emnekart-list .person-text {
    padding: 2rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text > * {
  grid-column: 1/-1;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-name {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #333132;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-title {
  font-weight: 400;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property {
  display: contents;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property .person-property-label {
  white-space: nowrap;
  font-weight: 300;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333132;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a .text,
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a:hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a:hover .text,
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a::after {
  transition: all 0.25s ease-in-out;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property a::before {
  transition: all 0.25s ease-in-out;
}
.wp-contact-person .webPartInnhold .emnekart-list .person-text .person-property.person-department {
  display: block;
}

.wp-transportpage-ingress {
  margin-top: 1rem;
}
.wp-transportpage-ingress .text-box {
  font-size: 18px;
  font-weight: 400;
}
.wp-transportpage-ingress .text-box > * + * {
  margin-top: 1.25rem;
}
.wp-transportpage-ingress .text-box > * + h1, .wp-transportpage-ingress .text-box > * + h2, .wp-transportpage-ingress .text-box > * + h3, .wp-transportpage-ingress .text-box > * + h4, .wp-transportpage-ingress .text-box > * + h5, .wp-transportpage-ingress .text-box > * + h6 {
  margin-top: 2rem;
}
.wp-transportpage-ingress .text-box > h1 + *, .wp-transportpage-ingress .text-box > h2 + *, .wp-transportpage-ingress .text-box > h3 + * {
  margin-top: 1rem;
}
.wp-transportpage-ingress .text-box > h4 + *, .wp-transportpage-ingress .text-box > h5 + *, .wp-transportpage-ingress .text-box > h6 + * {
  margin-top: 1rem;
}
.wp-transportpage-ingress .text-box > .il-ul .il-li + .il-li,
.wp-transportpage-ingress .text-box > .il-ul .il-li > .il-ul,
.wp-transportpage-ingress .text-box > .il-ul .il-li > .il-ol, .wp-transportpage-ingress .text-box > .il-ol .il-li + .il-li,
.wp-transportpage-ingress .text-box > .il-ol .il-li > .il-ul,
.wp-transportpage-ingress .text-box > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-transportpage-ingress .text-box {
    font-size: 20px;
  }
}
.transportpage.themepage .wp-transportpage-ingress .text-box {
  text-align: center;
}

.wp-search {
  padding-bottom: 1rem;
}
.frontpage .wp-search {
  padding-bottom: 2rem;
}
.wp-search .webPartTittel {
  display: none;
  margin-bottom: 1.5rem;
}
.wp-search .webPartInnhold .js-searchform {
  position: relative;
  display: flex;
  width: 100%;
}
.wp-search .webPartInnhold .js-searchform input[type=text] {
  color: #333132;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #333132;
  height: 52px;
  border-radius: 4px;
  padding-inline: 1.5rem;
  width: 100%;
}
.wp-search .webPartInnhold .js-searchform input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #333132;
  font-size: 1rem;
  font-weight: 600;
}
.wp-search .webPartInnhold .js-searchform input[type=text]::placeholder {
  opacity: 1;
  color: #333132;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .wp-search .webPartInnhold .js-searchform input[type=text] {
    padding-right: 3.5rem;
  }
  .wp-search .webPartInnhold .js-searchform input[type=submit] {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    border: 0;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    height: 100%;
    width: 3.5rem;
    text-indent: -9999px;
    z-index: 2;
  }
  .wp-search .webPartInnhold .js-searchform:after {
    position: absolute;
    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;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 3.5rem;
    z-index: 1;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .wp-search {
    border-bottom: 1px solid #333132;
  }
  .wp-search .webPartTittel {
    display: block;
  }
  .wp-search .webPartInnhold .js-searchform {
    display: flex;
    width: 100%;
  }
  .wp-search .webPartInnhold .js-searchform input[type=text] {
    border: 1px solid #333132;
    flex: auto;
    height: 52px;
    border-radius: 4px;
    padding-inline: 1.5rem;
    width: auto;
  }
  .wp-search .webPartInnhold .js-searchform input[type=submit] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: black;
    background-color: white;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: inherit;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.25s;
    height: 52px;
    color: #FDFDFD;
    background-color: #142C46;
    height: 52px;
    margin-left: 1rem;
  }
  .wp-search .webPartInnhold .js-searchform input[type=submit].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;
    font-size: 22;
    font-size: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    margin-left: 1rem;
    transition: all 0.25s;
  }
  .wp-search .webPartInnhold .js-searchform input[type=submit]:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    box-shadow: none;
    outline: none;
  }
  .wp-search .webPartInnhold .js-searchform input[type=submit]:hover {
    color: #FDFDFD;
    background-color: #003EA2;
  }
}

.sub-navigation {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .sub-navigation {
    margin-top: 4rem;
  }
}
.sub-navigation .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (min-width: 900px) {
  .sub-navigation .webPartInnhold ul.vListe {
    grid-template-columns: 1fr 1fr;
  }
}
.sub-navigation .webPartInnhold li.has-nonempty-description .description {
  margin-top: 0.5rem;
}
.sub-navigation .webPartInnhold li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #333132;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .sub-navigation .webPartInnhold li a {
    font-size: 1.5rem;
  }
}
.sub-navigation .webPartInnhold 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.5rem;
  display: inline-block;
  text-decoration: none;
}
.sub-navigation .webPartInnhold li a:hover {
  box-shadow: inset 0 0 0 4px #333132;
  color: inherit;
}
.sub-navigation .webPartInnhold li a:hover > span .description {
  color: #333132;
}
.sub-navigation .webPartInnhold li a > span {
  display: flex;
  flex-direction: column;
}
.sub-navigation .webPartInnhold li a > span .description {
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .sub-navigation .webPartInnhold li a > span .description {
    font-size: 1.125rem;
  }
}
.transportpage.advanced .sub-navigation .webPartInnhold li a > span .description {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .transportpage.advanced .sub-navigation .webPartInnhold li a > span .description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 600px) {
  .sub-navigation .webPartInnhold li a: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;
  }
}

.wp-calendar .webPartTittel {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar .webPartTittel {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-calendar .webPartTittel {
    margin-bottom: 2rem;
  }
}

.ac-banner-field--text .ac-banner-field-excerpt > * + * {
  margin-top: 1.25rem;
}
.ac-banner-field--text .ac-banner-field-excerpt > * + h1, .ac-banner-field--text .ac-banner-field-excerpt > * + h2, .ac-banner-field--text .ac-banner-field-excerpt > * + h3, .ac-banner-field--text .ac-banner-field-excerpt > * + h4, .ac-banner-field--text .ac-banner-field-excerpt > * + h5, .ac-banner-field--text .ac-banner-field-excerpt > * + h6 {
  margin-top: 2rem;
}
.ac-banner-field--text .ac-banner-field-excerpt > h1 + *, .ac-banner-field--text .ac-banner-field-excerpt > h2 + *, .ac-banner-field--text .ac-banner-field-excerpt > h3 + * {
  margin-top: 1rem;
}
.ac-banner-field--text .ac-banner-field-excerpt > h4 + *, .ac-banner-field--text .ac-banner-field-excerpt > h5 + *, .ac-banner-field--text .ac-banner-field-excerpt > h6 + * {
  margin-top: 1rem;
}
.ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner-field--text .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner-field--text .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}

.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer {
  background: #D4C5A1;
  padding-block: 1rem;
}
@media screen and (min-width: 600px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer {
    padding: 4rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: grid;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner {
    grid-template-columns: 3rem auto min-content 3rem;
    grid-template-rows: 332px 56px auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner {
    grid-template-columns: 3rem auto 379px 3rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  order: 0;
  width: 100%;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
  aspect-ratio: 2.4195804196;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    grid-column: 1/5;
    grid-row: 1/4;
  }
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
    aspect-ratio: unset;
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  order: 1;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    grid-column: 2/3;
    grid-row: 2/4;
    margin-right: 2rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  height: 56px;
  color: #FDFDFD;
  background-color: #003EA2;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-radius: 0;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 2rem;
    border-radius: 4px 4px 0 0;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
    font-size: 1.25rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
  background-color: #FDFDFD;
  padding: 1.5rem 1.5rem 1.5rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body a[href].link-render-as-button.link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body a[href].link-render-as-button.link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body a[href].link-render-as-button.link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body a[href].link-render-as-button.link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body:not(:has(+ .ac-banner-field-footer)) {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
    border-top-right-radius: 4px;
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .il-heading {
  padding-bottom: 0.5rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + * {
  margin-top: 1.25rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h1, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h2, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h3, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h4, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h5, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > * + h6 {
  margin-top: 2rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h1 + *, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h2 + *, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h3 + * {
  margin-top: 1rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h4 + *, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h5 + *, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > h6 + * {
  margin-top: 1rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ul .il-li + .il-li,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ul .il-li > .il-ul,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ul .il-li > .il-ol, .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ol .il-li + .il-li,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ol .il-li > .il-ul,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  background-color: #FDFDFD;
  border-radius: 0 0 4px 4px;
  padding: 0 2rem 2rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu {
  order: 2;
  padding: 2rem;
  color: #FDFDFD;
  background-color: #003EA2;
  border-radius: 4px;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu {
    grid-column: 3/4;
    grid-row: 3/4;
    min-width: 300px;
    max-width: 380px;
    margin-top: 0;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title {
  padding-bottom: 1rem;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul {
    gap: 1rem;
  }
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FDFDFD;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a .text,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover {
  color: #FDFDFD;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover .text,
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover > span {
  text-decoration-thickness: 2px;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a::after {
  transition: all 0.25s ease-in-out;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a::before {
  transition: all 0.25s ease-in-out;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a: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;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\f0f4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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.5rem;
  display: inline-block;
  text-decoration: none;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:after {
  font-size: 1rem !important;
  margin-left: 0.5rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.25 all ease-in-out;
}
.wp-banner-frontpage-widget .ac-banner--text-image-menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover:after {
  transform: translateX(0.5rem);
}

.wp-focus-field .emnekart-client-content-widget-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget-list {
    gap: 1rem;
  }
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner {
  background-color: #CF8BAB;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-1 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner {
  background-color: #90BA78;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-2 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner {
  background-color: #C6B282;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner {
  background-color: #B5D3E0;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner {
  background-color: #142C46;
  color: white;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  color: #FDFDFD;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #333132;
  background-color: #FDFDFD;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #333132;
  background-color: #D0D5DA;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FDFDFD;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #FDFDFD;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #333132;
  background-color: #FDFDFD;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #333132;
  background-color: #D0D5DA;
}
.wp-focus-field .ac-banner--text-image.color-6 .ac-banner-content--inner .ac-banner-field--menu,
.wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner .ac-banner-field--menu,
.wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner .ac-banner-field--menu {
  color: #FDFDFD;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner {
  background-color: transparent;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href].link-render-as-button:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button),
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1.25px;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #003EA2;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) .text,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button) > span {
  text-decoration-thickness: 1.25px;
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover {
  color: #333132;
  background-color: transparent;
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover .text,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button):hover > span {
  text-decoration-thickness: 2px;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::after {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-body a[href]:not(.link-render-as-button)::before {
  transition: all 0.25s ease-in-out;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-footer,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-footer a,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-footer a.external[href^=http]::after,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field .ac-banner--text-image.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text-menu.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover,
.wp-focus-field .ac-banner--text.color-5 .ac-banner-content--inner .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner,
.wp-focus-field .ac-banner--text .ac-banner-content--inner {
  display: grid;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner {
    grid-template-columns: 1fr 1fr;
  }
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  width: 90%;
  margin: 0 auto;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header > .ac-banner-field-title {
    font-size: 1.875rem;
  }
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + * {
  margin-top: 1.25rem;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h1, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h2, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h3, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h4, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h5, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h6,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h1,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h2,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h3,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h4,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h5,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h6,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h1,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h2,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h3,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h4,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h5,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > * + h6 {
  margin-top: 2rem;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h1 + *, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h2 + *, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h3 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h1 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h2 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h3 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h1 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h2 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h3 + * {
  margin-top: 1rem;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h4 + *, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h5 + *, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h6 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h4 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h5 + *,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h6 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h4 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h5 + *,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > h6 + * {
  margin-top: 1rem;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ol,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ol,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ol,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ul .il-li > .il-ol,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 600px;
  }
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body > .ac-banner-field-excerpt {
    margin-top: 1rem;
  }
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    margin-top: 3rem;
  }
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image {
  width: 100%;
  height: 200px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image {
    max-width: 600px;
  }
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body,
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-picture,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image .ac-picture,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image .ac-picture {
  display: contents;
}
.wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image img,
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image img,
.wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image,
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--image,
  .wp-focus-field .ac-banner--text .ac-banner-content--inner .ac-banner-field--image {
    min-height: 400px;
    height: 100%;
  }
}
.wp-focus-field .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--image,
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--image,
.wp-focus-field .ac-banner--text.ac-banner--field-order-1 .ac-banner-field--image {
  order: -1;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--image,
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--image,
  .wp-focus-field .ac-banner--text.ac-banner--field-order-1 .ac-banner-field--image {
    order: unset;
  }
}
.wp-focus-field .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--menu,
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--menu,
.wp-focus-field .ac-banner--text.ac-banner--field-order-1 .ac-banner-field--menu {
  order: 1;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--menu,
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--menu,
  .wp-focus-field .ac-banner--text.ac-banner--field-order-1 .ac-banner-field--menu {
    order: unset;
  }
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--text,
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--text,
  .wp-focus-field .ac-banner--text.ac-banner--field-order-1 .ac-banner-field--text {
    margin-right: 0;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image.ac-banner--field-order-2 .ac-banner-field--text,
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-2 .ac-banner-field--text,
  .wp-focus-field .ac-banner--text.ac-banner--field-order-2 .ac-banner-field--text {
    margin-left: 0;
    padding-left: 3rem;
  }
  .wp-focus-field .ac-banner--text-image.ac-banner--field-order-2 .ac-banner-field--image,
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-2 .ac-banner-field--image,
  .wp-focus-field .ac-banner--text.ac-banner--field-order-2 .ac-banner-field--image {
    margin-left: auto;
  }
}
.wp-focus-field .ac-banner--text-image:has(.ac-banner-field--text:only-child) .ac-banner-content--outer,
.wp-focus-field .ac-banner--text-menu:has(.ac-banner-field--text:only-child) .ac-banner-content--outer,
.wp-focus-field .ac-banner--text:has(.ac-banner-field--text:only-child) .ac-banner-content--outer {
  margin: 0 auto;
}
.wp-focus-field .ac-banner--text-image:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner,
.wp-focus-field .ac-banner--text-menu:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner,
.wp-focus-field .ac-banner--text:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner {
  border-radius: 4px;
}
.wp-focus-field .ac-banner--text-image:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner > *,
.wp-focus-field .ac-banner--text-menu:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner > *,
.wp-focus-field .ac-banner--text:has(.ac-banner-field--text:only-child) .ac-banner-content--outer .ac-banner-content--inner > * {
  max-width: 994px;
}
.wp-focus-field .ac-banner--text-image .ac-banner-field--text:only-child,
.wp-focus-field .ac-banner--text-menu .ac-banner-field--text:only-child,
.wp-focus-field .ac-banner--text .ac-banner-field--text:only-child {
  max-width: unset;
  margin: 0 auto;
  padding: 3rem 0 !important;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-image .ac-banner-field--text:only-child,
  .wp-focus-field .ac-banner--text-menu .ac-banner-field--text:only-child,
  .wp-focus-field .ac-banner--text .ac-banner-field--text:only-child {
    grid-column: 1/-1;
  }
}
.wp-focus-field .ac-banner--text-image .ac-banner-field--text:only-child .ac-banner-field-body > .ac-banner-field-excerpt,
.wp-focus-field .ac-banner--text-menu .ac-banner-field--text:only-child .ac-banner-field-body > .ac-banner-field-excerpt,
.wp-focus-field .ac-banner--text .ac-banner-field--text:only-child .ac-banner-field-body > .ac-banner-field-excerpt {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-menu.color-3 .ac-banner-content--inner, .wp-focus-field .ac-banner--text-menu.color-4 .ac-banner-content--inner, .wp-focus-field .ac-banner--text-menu.color-6 .ac-banner-content--inner,
  .wp-focus-field .ac-banner--text.color-3 .ac-banner-content--inner,
  .wp-focus-field .ac-banner--text.color-4 .ac-banner-content--inner,
  .wp-focus-field .ac-banner--text.color-6 .ac-banner-content--inner {
    background-image: url("../images/focus-field-gfx.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 206px 306px;
  }
}
.wp-focus-field.transportpage-top {
  margin-top: 2rem;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer {
  max-width: 994px;
  margin: 0 auto;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
  background-color: #D4C5A1;
  color: #333132;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  padding: 2rem !important;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  margin-top: 2rem;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: black;
  background-color: white;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
  height: 52px;
  color: #FDFDFD;
  background-color: #142C46;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer 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;
  font-size: 22;
  font-size: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: all 0.25s;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.wp-focus-field.transportpage-top .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer a:hover {
  color: #FDFDFD;
  background-color: #003EA2;
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    max-width: 600px;
  }
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul {
    margin-top: 0.5rem;
  }
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a {
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a .ac-menu-item-text {
  text-decoration: underline;
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a::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: 0;
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover {
  color: inherit;
  background-color: transparent;
}
.wp-focus-field .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body ul li > a:hover::after {
  transform: translateX(0.75rem);
}
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--text {
  padding-right: 0rem;
}
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--menu {
  padding-left: 3rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner--text-menu.ac-banner--field-order-1 .ac-banner-field--menu {
    margin-right: auto;
  }
}
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-2 .ac-banner-field--menu {
  padding-right: 1.5rem;
  margin-right: auto;
}
.wp-focus-field .ac-banner--text-menu.ac-banner--field-order-2 .ac-banner-field--text {
  padding-left: 3rem;
}

.responsive-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.webPartZoneHorizontal {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.ac-content-page--min-side .minside-service-menu {
  margin: 0;
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item {
  background: transparent;
  border-color: #333132;
  border-width: 2px;
  border-radius: 4px;
  text-align: start;
  min-height: auto;
}
@media only screen and (min-width: 62.0625em) {
  .ac-content-page--min-side .minside-service-menu .minside-service-menu-item {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item:hover, .ac-content-page--min-side .minside-service-menu .minside-service-menu-item:focus {
  background: transparent;
  border-color: #333132;
  box-shadow: inset 0 0 0 2px #333132;
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item a[href] {
  text-decoration: none;
  color: #333132;
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item a[href] .minside-service-menu-item-title {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 769px) {
  .ac-content-page--min-side .minside-service-menu .minside-service-menu-item a[href] .minside-service-menu-item-title {
    font-size: 1.375rem;
  }
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item:hover .minside-service-menu-item-title {
  color: #333132;
}
.ac-content-page--min-side .minside-service-menu .minside-service-menu-item .minside-service-menu-item-summary {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.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: 4px;
  --v-teaser-text-color: #333132;
  --v-teaser-background: #FDFDFD;
  --v-teaser-title-link-text-color: #333132;
  --v-teaser-font-weight: 700;
  --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: 4px 4px 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 4px 0 0 4px;
}
.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: 4px 0 0 4px;
  --v-teaser-image-border-radius: 4px 0 0 4px;
  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: 4px 4px 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-line: none;
  -webkit-text-decoration: var(--v-teaser-title-link-underline-line);
          text-decoration: var(--v-teaser-title-link-underline-line);
  --v-teaser-title-link-underline-color: #333132;
}
.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: #333132;
}
.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: #FDFDFD;
  --v-teaser-text-color: #333132;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: #003EA2;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1.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-line: underline;
  -webkit-text-decoration: var(--v-teaser-title-link-underline-line);
          text-decoration: var(--v-teaser-title-link-underline-line);
  --v-teaser-title-link-underline-color: #003EA2;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: #333132;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item-label-prefix::before {
  color: #333132;
}
.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;
}

.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-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;
}

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

body {
  --v-global-html-content-element-top-margin: 1em;
  --v-global-title-font-size: 1.88rem;
  --v-global-title-font-weight: 700;
  --v-global-title-line-height: normal;
  --v-global-lead-font-size: 1.13rem;
  --v-global-lead-font-weight: 700;
  --v-global-lead-line-height: normal;
  --v-global-body-font-size: 1rem;
  --v-global-body-font-weight: 400;
  --v-global-body-line-height: normal;
  --v-global-heading-1-font-size: 30px;
  --v-global-heading-1-font-weight: 700;
  --v-global-heading-1-line-height: normal;
  --v-global-heading-2-font-size: 24px;
  --v-global-heading-2-font-weight: 700;
  --v-global-heading-2-line-height: normal;
  --v-global-heading-3-font-size: 20px;
  --v-global-heading-3-font-weight: 700;
  --v-global-heading-3-line-height: normal;
  --v-global-heading-4-font-size: 18px;
  --v-global-heading-4-font-weight: 700;
  --v-global-heading-4-line-height: normal;
  --v-global-heading-5-font-size: 16px;
  --v-global-heading-5-font-weight: 700;
  --v-global-heading-5-line-height: normal;
  --v-global-heading-6-font-size: 16px;
  --v-global-heading-6-font-weight: 700;
  --v-global-heading-6-line-height: normal;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    --v-global-html-content-element-top-margin: 1em;
    --v-global-title-font-size: 1.88rem;
    --v-global-title-font-weight: 700;
    --v-global-title-line-height: normal;
    --v-global-lead-font-size: 1.13rem;
    --v-global-lead-font-weight: 700;
    --v-global-lead-line-height: normal;
    --v-global-body-font-size: 1rem;
    --v-global-body-font-weight: 400;
    --v-global-body-line-height: normal;
    --v-global-heading-1-font-size: 30px;
    --v-global-heading-1-font-weight: 700;
    --v-global-heading-1-line-height: normal;
    --v-global-heading-2-font-size: 24px;
    --v-global-heading-2-font-weight: 700;
    --v-global-heading-2-line-height: normal;
    --v-global-heading-3-font-size: 20px;
    --v-global-heading-3-font-weight: 700;
    --v-global-heading-3-line-height: normal;
    --v-global-heading-4-font-size: 18px;
    --v-global-heading-4-font-weight: 700;
    --v-global-heading-4-line-height: normal;
    --v-global-heading-5-font-size: 16px;
    --v-global-heading-5-font-weight: 700;
    --v-global-heading-5-line-height: normal;
    --v-global-heading-6-font-size: 16px;
    --v-global-heading-6-font-weight: 700;
    --v-global-heading-6-line-height: normal;
  }
}
@media only screen and (min-width: 1025px) {
  body {
    --v-global-html-content-element-top-margin: 1em;
    --v-global-title-font-size: 3rem;
    --v-global-title-font-weight: 700;
    --v-global-title-line-height: normal;
    --v-global-lead-font-size: 1.25rem;
    --v-global-lead-font-weight: 700;
    --v-global-lead-line-height: normal;
    --v-global-body-font-size: 1.125rem;
    --v-global-body-font-weight: 400;
    --v-global-body-line-height: normal;
    --v-global-heading-1-font-size: 40px;
    --v-global-heading-1-font-weight: 700;
    --v-global-heading-1-line-height: normal;
    --v-global-heading-2-font-size: 30px;
    --v-global-heading-2-font-weight: 700;
    --v-global-heading-2-line-height: normal;
    --v-global-heading-3-font-size: 24px;
    --v-global-heading-3-font-weight: 700;
    --v-global-heading-3-line-height: normal;
    --v-global-heading-4-font-size: 20px;
    --v-global-heading-4-font-weight: 700;
    --v-global-heading-4-line-height: normal;
    --v-global-heading-5-font-size: 18px;
    --v-global-heading-5-font-weight: 700;
    --v-global-heading-5-line-height: normal;
    --v-global-heading-6-font-size: 18px;
    --v-global-heading-6-font-weight: 700;
    --v-global-heading-6-line-height: normal;
  }
}

body {
  --v-global-link-text-color: #333132;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: 1px;
  --v-global-link-underline-offset: 4px;
  --v-global-link-underline-color: #333132;
  --v-global-link-font-weight: 600;
}
body a:hover {
  --v-global-link-text-color: $theme-2;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: 1px;
  --v-global-link-underline-offset: 4px;
  --v-global-link-underline-color: $theme-2;
  --v-global-link-font-weight: 600;
}

.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: transparent;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-title-font-size: 1.5rem;
  --v-teaser-title-font-weight: 700;
  --v-teaser-title-link-font-weight: 700;
  --v-teaser-font-size: 1.125rem;
  --v-teaser-font-weight: 400;
  --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: transparent;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: #003EA2;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1.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: #003EA2;
}
.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);
}

.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: 0px 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: 0px solid var(--bc-c-action-primary-hover);
  color: var(--bc-c-action-primary-foreground);
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  background-color: #142C46;
  color: #FDFDFD;
  border: 0px solid inherit;
  border-radius: 4px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: inherit;
  font-weight: 500;
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: #003EA2;
  border-color: inherit;
  outline: none;
  box-shadow: inset 0 0 0 0px inherit;
  color: #FDFDFD;
  font-weight: 500;
  box-shadow: inset 0 0 0 0px inherit;
}
.cc-anchor--view-all:hover:focus,
.calendar-event-list-widget-footer-view-all-link:hover:focus {
  color: #FDFDFD;
}

.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: #f8f8f8;
  --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-value {
  font-weight: bold;
}
.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: #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--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=stad.css.map */