@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Kompletterande färger till den nya grafiska profilen */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/*  FONT SIZES */
/*  desktop */
/* mobile */
/* print */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* dimensions-height-header */
/* Print style mixins */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
@media screen and (width <= 768px) {
  .val-hero-area {
    margin-bottom: 25px;
  }
  .val-hero-area .sv-grid-557,
  .val-hero-area .sv-grid-1160 {
    width: 100% !important;
  }
  .val-hero-area .sv-grid-557 .sv-row > *[class*=sv-column],
  .val-hero-area .sv-grid-1160 .sv-row > *[class*=sv-column] {
    width: 100%;
  }
}
.val-hero-area .sv-grid-557,
.val-hero-area .sv-grid-1160 {
  padding: 0;
}
.val-hero-area .pagecontent {
  height: 100%;
}
.val-hero-area-content {
  padding-left: max(50% - 575px, 60px);
  position: relative;
}
.val-hero-area-content:before {
  content: "";
  height: 100%;
  aspect-ratio: 1.25;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: max(50% - 575px, 60px);
  -webkit-transform: translateX(-99%);
          transform: translateX(-99%);
}
@media screen and (width <= 768px) {
  .val-hero-area-content {
    padding: 0;
    margin-left: 0;
  }
  .val-hero-area-content > .sv-decoration-content {
    display: grid;
    grid-template-rows: auto auto;
    width: 100%;
  }
}
.val-hero-area-content__information {
  padding: 83px 0;
  z-index: 2;
  width: min(45.5%, 527.8px);
  max-width: 527.8px;
  position: relative;
}
@media screen and (width >= 1280px) {
  .val-hero-area-content__information {
    padding-left: 0;
  }
}
@media screen and (width <= 768px) {
  .val-hero-area-content__information {
    width: 100%;
    padding: 16px 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: 2/1;
    max-width: unset;
  }
}
.val-hero-area .val-lead,
.val-hero-area .val-lead--line,
.val-hero-area .val-paragraph,
.val-hero-area .val-small-text,
.val-hero-area h1,
.val-hero-area a,
.val-hero-area a:after,
.val-hero-area a:before {
  color: #ffffff;
}
@media print {
  .val-hero-area .val-lead,
  .val-hero-area .val-lead--line,
  .val-hero-area .val-paragraph,
  .val-hero-area .val-small-text,
  .val-hero-area h1,
  .val-hero-area a,
  .val-hero-area a:after,
  .val-hero-area a:before {
    color: black;
  }
}
.val-hero-area .val-paragraph {
  font-size: 0.875rem;
}
.val-hero-area h1 {
  margin-top: 0;
  font-size: 2.25rem;
}
@media print {
  .val-hero-area h1 {
    font-size: 24pt;
    line-height: 1.3;
  }
}
@media screen and (width <= 768px) {
  .val-hero-area h1 {
    font-size: 1.875rem;
    margin: 0;
  }
}
.val-hero-area .val-small-text {
  font-size: 0.875rem;
  line-height: 1.1919rem;
}
.val-hero-area a:focus-visible {
  outline: 2px solid #333333;
}
.val-hero-area .val-lead a:after {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -1.203125rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-hero-area-content__image {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  width: calc(100% - max((100% - 1160px) / 2, 60px) - min(100% - max(50% - 575px, 60px), 1160px) * 0.455);
}
@media screen and (width <= 768px) {
  .val-hero-area-content__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    grid-area: 1/1;
  }
}
.val-hero-area-content__image .sv-image-portlet {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 840px;
}
@media screen and (width <= 768px) {
  .val-hero-area-content__image .sv-image-portlet {
    height: auto !important;
    width: auto;
  }
}
.val-hero-area-content__image .sv-image-portlet img {
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (width <= 768px) {
  .val-hero-area-content__image .sv-image-portlet img {
    position: relative;
    min-height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.val-hero-area-content__image .sv-image-portlet:before, .val-hero-area-content__image .sv-image-portlet:after {
  content: "";
  height: 100%;
  aspect-ratio: 0.4040262; /* stylelint-disable-line number-max-precision */
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (width <= 768px) {
  .val-hero-area-content__image .sv-image-portlet:before, .val-hero-area-content__image .sv-image-portlet:after {
    content: none;
  }
}
.val-hero-area-content__image .sv-image-portlet:before {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.val-hero-area-content__image .sv-image-portlet:after {
  content: none;
  right: 0;
}
@media screen and (width >= 1280px) {
  .val-hero-area-content__image .sv-image-portlet:after {
    content: "";
  }
}
@media print {
  .val-hero-area {
    margin-bottom: 0;
  }
  .val-hero-area h1, .val-hero-area .val-lead, .val-hero-area p {
    color: black;
  }
  .val-hero-area-content {
    padding-bottom: 0 !important;
  }
  .val-hero-area-content__information {
    max-width: 100% !important;
    width: 100% !important;
  }
  .val-hero-area-content__information--container {
    border-top-color: black !important;
  }
}

.val-hero-area--blue {
  background-color: #1e3476;
}
.val-hero-area--blue .val-hero-area-content:before {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #154194 50%);
}
.val-hero-area--blue .val-hero-area-content__information {
  background-color: #154194;
}
@media screen and (width <= 768px) {
  .val-hero-area--blue .val-hero-area-content__information {
    background: linear-gradient(70deg, #154194 70%, #1e3476 70%);
  }
}
.val-hero-area--blue .val-hero-area-content__image .sv-image-portlet:before {
  background: linear-gradient(70deg, #154194 50%, rgba(0, 0, 0, 0) 50%);
}
.val-hero-area--blue .val-hero-area-content__image .sv-image-portlet:after {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #1e3476 50%);
}
.val-hero-area--blue .val-readspeaker-button__link:before {
  width: 0.84375rem;
  height: 1.248046875rem;
  min-width: 0.84375rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -13.306640625rem/100% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.val-hero-area--blue a:focus-visible {
  outline-color: #ffffff !important;
}

.val-hero-area--lightblue {
  background-color: #aaceed;
}
.val-hero-area--lightblue .val-lead,
.val-hero-area--lightblue .val-lead--line,
.val-hero-area--lightblue .val-paragraph,
.val-hero-area--lightblue .val-small-text,
.val-hero-area--lightblue h1,
.val-hero-area--lightblue a,
.val-hero-area--lightblue a:after,
.val-hero-area--lightblue a:before {
  color: #333333;
}
.val-hero-area--lightblue .val-hero-area-content:before {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #d4e7f6 50%);
}
.val-hero-area--lightblue .val-hero-area-content__information {
  background-color: #d4e7f6;
}
@media screen and (width <= 768px) {
  .val-hero-area--lightblue .val-hero-area-content__information {
    background: linear-gradient(70deg, #d4e7f6 70%, #aaceed 70%);
  }
}
.val-hero-area--lightblue .val-hero-area-content__image .sv-image-portlet:before {
  background: linear-gradient(70deg, #d4e7f6 50%, rgba(0, 0, 0, 0) 50%);
}
.val-hero-area--lightblue .val-hero-area-content__image .sv-image-portlet:after {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #aaceed 50%);
}

.val-hero-area--yellow {
  background-color: #f7d7b2;
}
.val-hero-area--yellow .val-lead,
.val-hero-area--yellow .val-lead--line,
.val-hero-area--yellow .val-paragraph,
.val-hero-area--yellow .val-small-text,
.val-hero-area--yellow h1,
.val-hero-area--yellow a,
.val-hero-area--yellow a:after,
.val-hero-area--yellow a:before {
  color: #333333;
}
.val-hero-area--yellow .val-hero-area-content:before {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #fbebd8 50%);
}
.val-hero-area--yellow .val-hero-area-content__information {
  background-color: #fbebd8;
}
@media screen and (width <= 768px) {
  .val-hero-area--yellow .val-hero-area-content__information {
    background: linear-gradient(70deg, #fbebd8 70%, #f7d7b2 70%);
  }
}
.val-hero-area--yellow .val-hero-area-content__image .sv-image-portlet:before {
  background: linear-gradient(70deg, #fbebd8 50%, rgba(0, 0, 0, 0) 50%);
}
.val-hero-area--yellow .val-hero-area-content__image .sv-image-portlet:after {
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 50%, #f7d7b2 50%);
}

.val-hero-area--no-image {
  margin-bottom: 40px;
}
@media screen and (width <= 768px) {
  .val-hero-area--no-image {
    margin-bottom: 16px;
  }
}
.val-hero-area--no-image .val-hero-area-content {
  padding: 32px 60px;
}
@media screen and (width <= 768px) {
  .val-hero-area--no-image .val-hero-area-content {
    padding: 32px 16px;
  }
}
.val-hero-area--no-image .val-hero-area-content:before {
  content: none;
}
.val-hero-area--no-image .val-hero-area-content__information {
  width: 100%;
  padding: 0;
  background: unset;
  background-color: unset;
}
.val-hero-area--no-image .val-hero-area-content__information--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  padding-top: 12px;
}
.val-hero-area--no-image .val-hero-area-content__information--container .val-print-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  min-height: auto;
  font-size: 0.875rem;
  margin-right: 1rem;
}
.val-hero-area--no-image .val-hero-area-content__information--container .val-print-button:before {
  margin-right: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  min-width: 0.875rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -30.8802083333rem/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
}
@media screen and (width <= 768px) {
  .val-hero-area--no-image .val-hero-area-content__information--container .val-print-button {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .val-hero-area--no-image .val-hero-area-content__information--container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.val-hero-area--no-image.val-hero-area--blue {
  background: linear-gradient(70deg, #154194 70%, #1e3476 70%);
}
.val-hero-area--no-image.val-hero-area--blue .val-hero-area-content__information--container {
  border-top: 1px solid #ffffff;
}
.val-hero-area--no-image.val-hero-area--lightblue {
  background: linear-gradient(70deg, #d4e7f6 70%, #aaceed 70%);
}
.val-hero-area--no-image.val-hero-area--yellow {
  background: linear-gradient(70deg, #fbebd8 70%, #f7d7b2 70%);
}
@media print {
  .val-hero-area--no-image {
    margin-bottom: 10px;
  }
}

.val-hero-area--no-bottom-margin {
  margin-bottom: 0;
}
@media screen and (width <= 768px) {
  .val-hero-area--no-bottom-margin {
    margin-bottom: 0;
  }
}