/* src/style/main.scss */
.fkse-webbundersokning-scope {
}
.fkse-webbundersokning-scope h1,
.fkse-webbundersokning-scope .heading--h1,
.fkse-webbundersokning-scope h2,
.fkse-webbundersokning-scope .heading--h2,
.fkse-webbundersokning-scope h3,
.fkse-webbundersokning-scope .heading--h3,
.fkse-webbundersokning-scope h4,
.fkse-webbundersokning-scope .heading--h4,
.fkse-webbundersokning-scope h5,
.fkse-webbundersokning-scope .heading--h5,
.fkse-webbundersokning-scope h6,
.fkse-webbundersokning-scope .heading--h6 {
  font-weight: var(--f-font-weight-bold, 900);
  margin-bottom: 0.25rem;
  line-height: var(--f-line-height-medium, 1.4);
}
.fkse-webbundersokning-scope h1,
.fkse-webbundersokning-scope .heading--h1 {
  font-size: var(--f-font-size-h1, 2.5rem);
  color: var(--f-text-color-heading-1, inherit);
}
.fkse-webbundersokning-scope h2,
.fkse-webbundersokning-scope .heading--h2 {
  font-size: var(--f-font-size-h2, 1.75rem);
  color: var(--f-text-color-heading-2, inherit);
}
.fkse-webbundersokning-scope h3,
.fkse-webbundersokning-scope .heading--h3 {
  font-size: var(--f-font-size-h3, 1.375rem);
  color: var(--f-text-color-heading-3, inherit);
}
.fkse-webbundersokning-scope h4,
.fkse-webbundersokning-scope .heading--h4 {
  font-size: var(--f-font-size-h4, 1.25rem);
  color: var(--f-text-color-heading-4, inherit);
}
.fkse-webbundersokning-scope h5,
.fkse-webbundersokning-scope .heading--h5 {
  font-size: var(--f-font-size-large, 1.125rem);
  color: var(--f-text-color-heading-5, inherit);
}
.fkse-webbundersokning-scope h6,
.fkse-webbundersokning-scope .heading--h6 {
  font-size: var(--f-font-size-standard, 1rem);
  color: var(--f-text-color-heading-6, inherit);
}
.fkse-webbundersokning-scope .heading--strong {
  font-size: var(--f-font-size-large, 1.125rem);
  font-weight: var(--f-font-weight-medium, 700);
}
.fkse-webbundersokning-scope * + h1,
.fkse-webbundersokning-scope * + .heading--h1,
.fkse-webbundersokning-scope * + h2,
.fkse-webbundersokning-scope * + .heading--h2,
.fkse-webbundersokning-scope * + h3,
.fkse-webbundersokning-scope * + .heading--h3,
.fkse-webbundersokning-scope * + h4,
.fkse-webbundersokning-scope * + .heading--h4,
.fkse-webbundersokning-scope * + h5,
.fkse-webbundersokning-scope * + .heading--h5,
.fkse-webbundersokning-scope * + h6,
.fkse-webbundersokning-scope * + .heading--h6 {
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .fkse-webbundersokning-scope h1,
  .fkse-webbundersokning-scope .heading--h1 {
    font-size: var(--f-font-size-h2, 1.75rem);
  }
  .fkse-webbundersokning-scope h2,
  .fkse-webbundersokning-scope .heading--h2 {
    font-size: var(--f-font-size-xxx-large, 1.5rem);
  }
  .fkse-webbundersokning-scope h3,
  .fkse-webbundersokning-scope .heading--h3 {
    font-size: var(--f-font-size-h4, 1.25rem);
  }
  .fkse-webbundersokning-scope h4,
  .fkse-webbundersokning-scope .heading--h4 {
    font-size: var(--f-font-size-large, 1.125rem);
  }
  .fkse-webbundersokning-scope h5,
  .fkse-webbundersokning-scope .heading--h5 {
    font-size: var(--f-font-size-standard, 1rem);
  }
  .fkse-webbundersokning-scope h6,
  .fkse-webbundersokning-scope .heading--h6 {
    font-size: var(--f-font-size-standard, 1rem);
  }
  .fkse-webbundersokning-scope .heading--strong {
    font-size: var(--f-font-size-large, 1.125rem);
    font-weight: var(--f-font-weight-medium, 700);
  }
}
.fkse-webbundersokning-scope .heading--h1 {
}
.fkse-webbundersokning-scope .heading--h2 {
}
.fkse-webbundersokning-scope .heading--h3 {
}
.fkse-webbundersokning-scope .heading--h4 {
}
.fkse-webbundersokning-scope .heading--h5 {
}
.fkse-webbundersokning-scope .heading--h6 {
}
.fkse-webbundersokning-scope h1 + h2,
.fkse-webbundersokning-scope .heading--h1 + h2,
.fkse-webbundersokning-scope h1 + .heading--h2,
.fkse-webbundersokning-scope .heading--h1 + .heading--h2 {
  margin-top: 1rem;
}
.fkse-webbundersokning-scope h2 + h3,
.fkse-webbundersokning-scope .heading--h2 + h3,
.fkse-webbundersokning-scope h2 + .heading--h3,
.fkse-webbundersokning-scope .heading--h2 + .heading--h3 {
  margin-top: 1rem;
}
.fkse-webbundersokning-scope h3 + h4,
.fkse-webbundersokning-scope .heading--h3 + h4,
.fkse-webbundersokning-scope h3 + .heading--h4,
.fkse-webbundersokning-scope .heading--h3 + .heading--h4 {
  margin-top: 1rem;
}
.fkse-webbundersokning-scope h4 + h5,
.fkse-webbundersokning-scope .heading--h4 + h5,
.fkse-webbundersokning-scope h4 + .heading--h5,
.fkse-webbundersokning-scope .heading--h4 + .heading--h5 {
  margin-top: 1rem;
}
.fkse-webbundersokning-scope h5 + h6,
.fkse-webbundersokning-scope .heading--h5 + h6,
.fkse-webbundersokning-scope h5 + .heading--h6,
.fkse-webbundersokning-scope .heading--h5 + .heading--h6 {
  margin-top: 1rem;
}
.fkse-webbundersokning-scope .icon,
.fkse-webbundersokning-scope .icon-stack,
.fkse-webbundersokning-scope .icon--stack {
  display: inline-block;
  height: var(--f-icon-size-small, 1rem);
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: var(--f-icon-size-small, 1rem);
}
.fkse-webbundersokning-scope .icon-stack,
.fkse-webbundersokning-scope .icon--stack {
  position: relative;
}
.fkse-webbundersokning-scope .icon-stack .icon,
.fkse-webbundersokning-scope .icon--stack .icon {
  position: absolute;
}
.fkse-webbundersokning-scope .icon--flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fkse-webbundersokning-scope .icon--flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fkse-webbundersokning-scope .icon--rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fkse-webbundersokning-scope .icon--rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fkse-webbundersokning-scope .icon--rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fkse-webbundersokning-scope .icon-stack--new-window .icon.f-icon-new-window,
.fkse-webbundersokning-scope .icon--new-window .icon.f-icon-new-window {
  width: 55%;
  height: 55%;
  top: 0;
  right: 0;
}
.fkse-webbundersokning-scope .icon-stack--new-window .icon:not(.f-icon-new-window),
.fkse-webbundersokning-scope .icon--new-window .icon:not(.f-icon-new-window) {
  width: 83%;
  height: 83%;
  bottom: 0;
  left: 5%;
}
.fkse-webbundersokning-scope .icon-stack--tooltip .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--tooltip .f-icon-circle {
  color: var(--f-icon-color-info, #4a52b6);
  fill: var(--f-icon-color-info, #4a52b6);
}
.fkse-webbundersokning-scope .icon-stack--tooltip .f-icon-i,
.fkse-webbundersokning-scope .icon--stack--tooltip .f-icon-i {
  color: var(--f-icon-color-white, #ffffff);
}
.fkse-webbundersokning-scope .icon-stack--info .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--info .f-icon-circle {
  color: var(--f-icon-color-white, #ffffff);
  fill: var(--f-icon-color-info, #4a52b6);
}
.fkse-webbundersokning-scope .icon-stack--warning .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--warning .f-icon-circle {
  color: var(--f-icon-color-white, #ffffff);
  fill: var(--f-icon-color-warning, #ffbe10);
}
.fkse-webbundersokning-scope .icon-stack--error .f-icon-triangle,
.fkse-webbundersokning-scope .icon--stack--error .f-icon-triangle {
  color: var(--f-icon-color-white, #ffffff);
  fill: var(--f-icon-color-error, #ca1515);
}
.fkse-webbundersokning-scope .icon-stack--success .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--success .f-icon-circle {
  color: var(--f-icon-color-white, #ffffff);
  fill: var(--f-icon-color-success, #35805b);
}
.fkse-webbundersokning-scope .icon-stack--success .f-icon-success,
.fkse-webbundersokning-scope .icon--stack--success .f-icon-success {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.fkse-webbundersokning-scope .icon-stack--large,
.fkse-webbundersokning-scope .icon--stack--large {
  width: 2.5rem;
  height: 2.5rem;
}
.fkse-webbundersokning-scope .icon-stack--large svg,
.fkse-webbundersokning-scope .icon--stack--large svg {
  width: 100%;
  height: 100%;
}
.fkse-webbundersokning-scope .icon-stack--circle,
.fkse-webbundersokning-scope .icon-stack--circle-bottom,
.fkse-webbundersokning-scope .icon--stack--circle,
.fkse-webbundersokning-scope .icon--stack--circle-bottom {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.fkse-webbundersokning-scope .icon-stack--circle .f-icon-circle,
.fkse-webbundersokning-scope .icon-stack--circle-bottom .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--circle .f-icon-circle,
.fkse-webbundersokning-scope .icon--stack--circle-bottom .f-icon-circle {
  color: var(--f-icon-color-success-background, #dbe9e2);
  fill: var(--f-icon-color-success-background, #dbe9e2);
  width: 100%;
  height: 100%;
}
.fkse-webbundersokning-scope .icon-stack--circle .icon:not(.f-icon-circle),
.fkse-webbundersokning-scope .icon-stack--circle-bottom .icon:not(.f-icon-circle),
.fkse-webbundersokning-scope .icon--stack--circle .icon:not(.f-icon-circle),
.fkse-webbundersokning-scope .icon--stack--circle-bottom .icon:not(.f-icon-circle) {
  color: var(--f-icon-color-success, #35805b);
  position: absolute;
}
.fkse-webbundersokning-scope .icon-stack--circle .icon:not(.f-icon-circle),
.fkse-webbundersokning-scope .icon--stack--circle .icon:not(.f-icon-circle) {
  width: 70%;
  height: 70%;
  inset: 0;
  margin: auto;
}
.fkse-webbundersokning-scope .icon-stack--circle-bottom .icon:not(.f-icon-circle),
.fkse-webbundersokning-scope .icon--stack--circle-bottom .icon:not(.f-icon-circle) {
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0%;
}
.fkse-webbundersokning-scope .anchor {
  color: var(--f-text-color-link, #4a52b6);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
  -webkit-text-decoration-color: var(--f-text-color-link, #4a52b6);
  text-decoration-color: var(--f-text-color-link, #4a52b6);
  font-weight: var(--f-font-weight-medium, 700);
}
.fkse-webbundersokning-scope .anchor:hover {
  color: var(--f-text-color-link-hover, #1b1e23);
  -webkit-text-decoration-color: var(--f-border-color-link-hover, #8d8e91);
  text-decoration-color: var(--f-border-color-link-hover, #8d8e91);
}
.fkse-webbundersokning-scope .anchor.anchor--block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.fkse-webbundersokning-scope .anchor.anchor--block > svg,
.fkse-webbundersokning-scope .anchor.anchor--block > .icon-stack {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: calc((var(--f-line-height-large, 1.5) * 1rem - var(--f-icon-size-small, 1rem)) / 2) 0.25rem 0;
}
.fkse-webbundersokning-scope .anchor.anchor--discrete {
  color: var(--f-text-color-link-discrete, #1b1e23);
  -webkit-text-decoration-color: var(--f-border-color-link-discrete, #8d8e91);
  text-decoration-color: var(--f-border-color-link-discrete, #8d8e91);
}
.fkse-webbundersokning-scope .anchor.anchor--discrete:hover {
  color: var(--f-text-color-link-discrete-hover, #4a52b6);
  -webkit-text-decoration-color: var(--f-text-color-link-discrete-hover, #4a52b6);
  text-decoration-color: var(--f-text-color-link-discrete-hover, #4a52b6);
}
.fkse-webbundersokning-scope .button-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}
.fkse-webbundersokning-scope .button-group .button-group__item {
  margin: 0;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .fkse-webbundersokning-scope .button-group .button-group__item {
    margin-bottom: 1rem;
    margin-right: 1.25rem;
  }
  .fkse-webbundersokning-scope .button-group .button-group__item:last-child {
    margin-right: 0;
  }
}
.fkse-webbundersokning-scope .button-group > .button.button--discrete,
.fkse-webbundersokning-scope .button-group > .button.button--text {
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.fkse-webbundersokning-scope .button-group > .button.button--discrete:last-child,
.fkse-webbundersokning-scope .button-group > .button.button--text:last-child {
  margin-right: 0;
}
.fkse-webbundersokning-scope .button-group > .button.button--small {
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
.fkse-webbundersokning-scope .button-group > .button.button--small:last-child {
  margin-right: 0;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button-group > .button.button--small.button--full-width {
    margin-right: 0;
  }
}
.fkse-webbundersokning-scope .button-group > .button.button--medium {
  margin-bottom: 0.75rem;
  margin-right: 1rem;
}
.fkse-webbundersokning-scope .button-group > .button.button--medium:last-child {
  margin-right: 0;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button-group > .button.button--medium.button--full-width {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .fkse-webbundersokning-scope .button-group > .button.button--large {
    margin-bottom: 1rem;
    margin-right: 1.25rem;
  }
  .fkse-webbundersokning-scope .button-group > .button.button--large:last-child {
    margin-right: 0;
  }
}
.fkse-webbundersokning-scope .button-group--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fkse-webbundersokning-scope .button-list {
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  padding-left: 0;
}
.fkse-webbundersokning-scope .button-list > li button {
  margin: 0;
  margin-bottom: 1rem;
}
.fkse-webbundersokning-scope .button-list > li button.button.button--small,
.fkse-webbundersokning-scope .button-list > li button.button.button--medium {
  margin-bottom: 0.75rem;
}
.fkse-webbundersokning-scope .button-list > li button.button.button--large {
  margin-bottom: 1rem;
}
.fkse-webbundersokning-scope .button {
  border-color: transparent;
  border-radius: var(--f-border-radius-medium, 4px);
  border-style: solid;
  border-width: var(--f-border-width-medium, 2px);
  cursor: pointer;
  display: inline-block;
  font-size: var(--f-font-size-standard, 1rem);
  font-weight: var(--f-font-weight-medium, 700);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: var(--f-button-letter-spacing, 0.01rem);
  line-height: var(--f-button-default-line-height, 1.5rem);
  margin-bottom: 1.5rem;
  margin-top: 0.25rem;
  min-width: var(--f-button-min-width, 9.5rem);
  padding: var(--f-button-default-padding, 1rem 1.5rem);
  position: relative;
  text-align: center;
  -webkit-transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
  transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button {
    max-width: var(--f-width-full, 100%);
    width: var(--f-width-full, 100%);
  }
}
.fkse-webbundersokning-scope .button--text {
}
.fkse-webbundersokning-scope .button--text--black {
  color: var(--f-text-color-default, #1b1e23);
}
.fkse-webbundersokning-scope .button--text--black > .button__icon {
  color: var(--f-icon-color-black, #1b1e23);
}
.fkse-webbundersokning-scope .button {
  background-color: var(--f-background-button-standard, #f5f6fa);
  border-color: var(--f-border-color-button-standard, #4a52b6);
  border-width: var(--f-border-width-medium, 2px);
  -webkit-box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  color: var(--f-text-color-button-standard, #4a52b6);
  padding: var(--f-button-standard-padding, 1rem 1.5rem);
}
.fkse-webbundersokning-scope .button > .button__icon {
  color: var(--f-text-color-button-standard, #4a52b6);
}
.fkse-webbundersokning-scope .button:hover {
  background-color: var(--f-background-button-standard-hover, #e5e5f5);
  border-color: var(--f-border-color-button-standard, #4a52b6);
  color: var(--f-text-color-button-standard, #4a52b6);
  -webkit-box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
}
.fkse-webbundersokning-scope .button:hover > .button__icon {
  color: var(--f-text-color-button-standard, #4a52b6);
}
.fkse-webbundersokning-scope .button:active,
.fkse-webbundersokning-scope .button:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: var(--f-background-button-standard-hover, #e5e5f5);
  border-color: var(--f-border-color-button-standard, #4a52b6);
  color: var(--f-text-color-button-standard, #4a52b6);
}
.fkse-webbundersokning-scope .button:active > .button__icon,
.fkse-webbundersokning-scope .button:focus > .button__icon {
  color: var(--f-text-color-button-standard, #4a52b6);
}
.fkse-webbundersokning-scope .button.disabled,
.fkse-webbundersokning-scope .button.disabled:hover,
.fkse-webbundersokning-scope .button:disabled,
.fkse-webbundersokning-scope .button:disabled:hover,
.fkse-webbundersokning-scope .button.button--disabled,
.fkse-webbundersokning-scope .button.button--disabled:hover {
  background-color: var(--f-background-button-disabled, #f4f4f4);
  border-color: var(--f-border-color-button-disabled, #8d8e91);
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.disabled > .button__icon,
.fkse-webbundersokning-scope .button.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button:disabled > .button__icon,
.fkse-webbundersokning-scope .button:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--primary {
  background-color: var(--f-background-button-primary, #4a52b6);
  border-color: transparent;
  border-width: var(--f-border-width-medium, 2px);
  -webkit-box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  color: var(--f-text-color-button-primary, #ffffff);
  padding: var(--f-button-primary-padding, 1rem 1.5rem);
}
.fkse-webbundersokning-scope .button.button--primary > .button__icon {
  color: var(--f-text-color-button-primary, #ffffff);
}
.fkse-webbundersokning-scope .button.button--primary:hover {
  background-color: var(--f-background-button-primary-hover, #3b4292);
  border-color: transparent;
  color: var(--f-text-color-button-primary, #ffffff);
  -webkit-box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
}
.fkse-webbundersokning-scope .button.button--primary:hover > .button__icon {
  color: var(--f-text-color-button-primary, #ffffff);
}
.fkse-webbundersokning-scope .button.button--primary:active,
.fkse-webbundersokning-scope .button.button--primary:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: var(--f-background-button-primary-hover, #3b4292);
  border-color: transparent;
  color: var(--f-text-color-button-primary, #ffffff);
}
.fkse-webbundersokning-scope .button.button--primary:active > .button__icon,
.fkse-webbundersokning-scope .button.button--primary:focus > .button__icon {
  color: var(--f-text-color-button-primary, #ffffff);
}
.fkse-webbundersokning-scope .button.button--primary.disabled,
.fkse-webbundersokning-scope .button.button--primary.disabled:hover,
.fkse-webbundersokning-scope .button.button--primary:disabled,
.fkse-webbundersokning-scope .button.button--primary:disabled:hover,
.fkse-webbundersokning-scope .button.button--primary.button--disabled,
.fkse-webbundersokning-scope .button.button--primary.button--disabled:hover {
  background-color: var(--f-background-button-disabled, #f4f4f4);
  border-color: var(--f-border-color-button-disabled, #8d8e91);
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--primary.disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--primary.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--primary:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--primary:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--primary.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--primary.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--secondary {
  background-color: var(--f-background-button-secondary, #f5f6fa);
  border-color: var(--f-border-color-button-secondary, #4a52b6);
  border-width: var(--f-border-width-medium, 2px);
  -webkit-box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
  color: var(--f-text-color-button-secondary, #4a52b6);
  padding: var(--f-button-secondary-padding, 1rem 1.5rem);
}
.fkse-webbundersokning-scope .button.button--secondary > .button__icon {
  color: var(--f-text-color-button-secondary, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--secondary:hover {
  background-color: var(--f-background-button-secondary-hover, #e5e5f5);
  border-color: var(--f-border-color-button-secondary, #4a52b6);
  color: var(--f-text-color-button-secondary, #4a52b6);
  -webkit-box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
}
.fkse-webbundersokning-scope .button.button--secondary:hover > .button__icon {
  color: var(--f-text-color-button-secondary, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--secondary:active,
.fkse-webbundersokning-scope .button.button--secondary:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: var(--f-background-button-secondary-hover, #e5e5f5);
  border-color: var(--f-border-color-button-secondary, #4a52b6);
  color: var(--f-text-color-button-secondary, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--secondary:active > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary:focus > .button__icon {
  color: var(--f-text-color-button-secondary, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--secondary.disabled,
.fkse-webbundersokning-scope .button.button--secondary.disabled:hover,
.fkse-webbundersokning-scope .button.button--secondary:disabled,
.fkse-webbundersokning-scope .button.button--secondary:disabled:hover,
.fkse-webbundersokning-scope .button.button--secondary.button--disabled,
.fkse-webbundersokning-scope .button.button--secondary.button--disabled:hover {
  background-color: var(--f-background-button-disabled, #f4f4f4);
  border-color: var(--f-border-color-button-disabled, #8d8e91);
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--secondary.disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--secondary.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--discrete,
.fkse-webbundersokning-scope .button.button--text {
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--f-text-color-button-discrete, #4a52b6);
  padding: var(--f-button-discrete-padding, initial);
  width: inherit;
  min-width: 0;
  font-weight: var(--f-font-weight-bold, 900);
  outline-offset: 0.25rem;
  line-height: calc(1.25 * var(--f-font-size-standard, 1rem));
}
.fkse-webbundersokning-scope .button.button--discrete > .button__icon,
.fkse-webbundersokning-scope .button.button--text > .button__icon {
  color: var(--f-text-color-button-discrete, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--discrete:hover,
.fkse-webbundersokning-scope .button.button--text:hover {
  background-color: var(--f-background-button-discrete-hover, none);
  border-color: transparent;
  color: var(--f-text-color-button-discrete-hover, #3b4292);
  -webkit-box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
}
.fkse-webbundersokning-scope .button.button--discrete:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--text:hover > .button__icon {
  color: var(--f-text-color-button-discrete-hover, #3b4292);
}
.fkse-webbundersokning-scope .button.button--discrete:active,
.fkse-webbundersokning-scope .button.button--text:active,
.fkse-webbundersokning-scope .button.button--discrete:focus,
.fkse-webbundersokning-scope .button.button--text:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: var(--f-background-button-discrete-hover, none);
  border-color: transparent;
  color: var(--f-text-color-button-discrete-hover, #3b4292);
}
.fkse-webbundersokning-scope .button.button--discrete:active > .button__icon,
.fkse-webbundersokning-scope .button.button--text:active > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete:focus > .button__icon,
.fkse-webbundersokning-scope .button.button--text:focus > .button__icon {
  color: var(--f-text-color-button-discrete-hover, #3b4292);
}
.fkse-webbundersokning-scope .button.button--discrete.disabled,
.fkse-webbundersokning-scope .button.disabled.button--text,
.fkse-webbundersokning-scope .button.button--discrete.disabled:hover,
.fkse-webbundersokning-scope .button.button--discrete:disabled,
.fkse-webbundersokning-scope .button.button--text:disabled,
.fkse-webbundersokning-scope .button.button--discrete:disabled:hover,
.fkse-webbundersokning-scope .button.button--discrete.button--disabled,
.fkse-webbundersokning-scope .button.button--disabled.button--text,
.fkse-webbundersokning-scope .button.button--discrete.button--disabled:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--f-text-color-button-discrete-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--discrete.disabled > .button__icon,
.fkse-webbundersokning-scope .button.disabled.button--text > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--text:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--disabled.button--text > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-discrete-disabled, #8d8e91);
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--discrete,
  .fkse-webbundersokning-scope .button.button--text {
    width: auto;
  }
}
.fkse-webbundersokning-scope .button.button--discrete--black,
.fkse-webbundersokning-scope .button.button--text--black {
  padding: var(--f-button-discrete-black-padding, initial);
  color: var(--f-text-color-default, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--discrete--black > .button__icon,
.fkse-webbundersokning-scope .button.button--text--black > .button__icon {
  color: var(--f-icon-color-black, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--discrete:hover,
.fkse-webbundersokning-scope .button.button--text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  mix-blend-mode: multiply;
}
.fkse-webbundersokning-scope .button.button--discrete,
.fkse-webbundersokning-scope .button.button--text,
.fkse-webbundersokning-scope .button.button--discrete:focus,
.fkse-webbundersokning-scope .button.button--discrete:active,
.fkse-webbundersokning-scope .button.button--discrete:hover {
  border-radius: var(--f-button-discrete-radius-hover, none);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted {
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--f-text-color-button-discrete-inverted, #ffffff);
  padding: var(--f-button-discrete-padding, initial);
  width: inherit;
  min-width: 0;
  font-weight: var(--f-font-weight-bold, 900);
  outline-offset: 0.25rem;
  padding: var(--f-button-discrete-padding, initial);
  line-height: calc(1.25 * var(--f-font-size-standard, 1rem));
}
.fkse-webbundersokning-scope .button.button--discrete-inverted > .button__icon {
  color: var(--f-text-color-button-discrete-inverted, #ffffff);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
  -webkit-box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
}
.fkse-webbundersokning-scope .button.button--discrete-inverted:hover > .button__icon {
  color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted:active,
.fkse-webbundersokning-scope .button.button--discrete-inverted:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: transparent;
  border-color: transparent;
  color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted:active > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted:focus > .button__icon {
  color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted.disabled,
.fkse-webbundersokning-scope .button.button--discrete-inverted.disabled:hover,
.fkse-webbundersokning-scope .button.button--discrete-inverted:disabled,
.fkse-webbundersokning-scope .button.button--discrete-inverted:disabled:hover,
.fkse-webbundersokning-scope .button.button--discrete-inverted.button--disabled,
.fkse-webbundersokning-scope .button.button--discrete-inverted.button--disabled:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
}
.fkse-webbundersokning-scope .button.button--discrete-inverted.disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--discrete-inverted.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--discrete-inverted {
    width: auto;
  }
}
.fkse-webbundersokning-scope .button.button--discrete-inverted,
.fkse-webbundersokning-scope .button.button--discrete-inverted:focus,
.fkse-webbundersokning-scope .button.button--discrete-inverted:active,
.fkse-webbundersokning-scope .button.button--discrete-inverted:hover {
  border-radius: var(--f-button-discrete-radius-hover, none);
}
.fkse-webbundersokning-scope .button.button--tertiary {
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--f-text-color-button-tertiary, #4a52b6);
  padding: var(--f-button-tertiary-padding, 0.75rem 0.5rem);
  width: inherit;
  min-width: 0;
  font-weight: var(--f-font-weight-medium, 700);
  outline-offset: 0.25rem;
}
.fkse-webbundersokning-scope .button.button--tertiary > .button__icon {
  color: var(--f-text-color-button-tertiary, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--tertiary:hover {
  background-color: var(--f-background-button-tertiary-hover, #e5e5f5);
  border-color: transparent;
  color: var(--f-text-color-button-tertiary-hover, #4a52b6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fkse-webbundersokning-scope .button.button--tertiary:hover > .button__icon {
  color: var(--f-text-color-button-tertiary-hover, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--tertiary:active,
.fkse-webbundersokning-scope .button.button--tertiary:focus {
  border-radius: 0;
  -webkit-box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
  background-color: var(--f-background-button-tertiary-hover, #e5e5f5);
  border-color: transparent;
  color: var(--f-text-color-button-tertiary-hover, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--tertiary:active > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary:focus > .button__icon {
  color: var(--f-text-color-button-tertiary-hover, #4a52b6);
}
.fkse-webbundersokning-scope .button.button--tertiary.disabled,
.fkse-webbundersokning-scope .button.button--tertiary.disabled:hover,
.fkse-webbundersokning-scope .button.button--tertiary:disabled,
.fkse-webbundersokning-scope .button.button--tertiary:disabled:hover,
.fkse-webbundersokning-scope .button.button--tertiary.button--disabled,
.fkse-webbundersokning-scope .button.button--tertiary.button--disabled:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--f-text-color-button-tertiary-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--tertiary.disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary.disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary:disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary:disabled:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary.button--disabled > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary.button--disabled:hover > .button__icon {
  color: var(--f-text-color-button-tertiary-disabled, #8d8e91);
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--tertiary {
    width: auto;
  }
}
.fkse-webbundersokning-scope .button.button--tertiary--black {
  color: var(--f-text-color-default, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--tertiary--black > .button__icon {
  color: var(--f-icon-color-black, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--tertiary--black:hover,
.fkse-webbundersokning-scope .button.button--tertiary--black:active,
.fkse-webbundersokning-scope .button.button--tertiary--black:focus {
  color: var(--f-text-color-default, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--tertiary--black:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary--black:active > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary--black:focus > .button__icon {
  color: var(--f-icon-color-black, #1b1e23);
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted {
  color: var(--f-text-color-button-tertiary-inverted, #ffffff);
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted > .button__icon {
  color: var(--f-text-color-button-tertiary-inverted, #ffffff);
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted:hover,
.fkse-webbundersokning-scope .button.button--tertiary--inverted:active,
.fkse-webbundersokning-scope .button.button--tertiary--inverted:focus {
  color: var(--f-text-color-button-tertiary-inverted-hover, #f4f4f4);
  background-color: transparent;
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted:hover > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary--inverted:active > .button__icon,
.fkse-webbundersokning-scope .button.button--tertiary--inverted:focus > .button__icon {
  color: var(--f-text-color-button-tertiary-inverted-hover, #f4f4f4);
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted:disabled {
  color: var(--f-text-color-button-tertiary-disabled, #8d8e91);
  border-width: 0;
  background-color: transparent;
}
.fkse-webbundersokning-scope .button.button--tertiary--inverted:disabled > .button__icon {
  color: var(--f-text-color-button-tertiary-disabled, #8d8e91);
}
.fkse-webbundersokning-scope .button.button--tertiary--underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.fkse-webbundersokning-scope .button.button--tertiary--underline:disabled {
  text-decoration: none;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--small {
  min-width: 24px;
  padding: 0.375rem 0.25rem;
  text-underline-offset: 3.5px;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--small.button--align-text {
  margin-left: -0.25rem;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--medium {
  min-width: 8rem;
  padding: var(--f-button-tertiary-padding, 0.75rem 0.5rem);
}
.fkse-webbundersokning-scope .button.button--tertiary.button--medium.button--align-text {
  margin-left: -0.5rem;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--large {
  min-width: var(--f-button-min-width, 9.5rem);
  padding: 1.125rem 0.75rem;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--large.button--align-text {
  margin-left: -0.75rem;
}
.fkse-webbundersokning-scope .button.button--tertiary.button--align-text {
  margin-left: -0.5rem;
  min-width: 0;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--tertiary.button--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: var(--f-width-full, 100%);
  }
}
.fkse-webbundersokning-scope .button.button--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: var(--f-width-full, 100%);
}
.fkse-webbundersokning-scope .button.button--margin-bottom-0 {
  margin-bottom: 0;
}
.fkse-webbundersokning-scope .button.button--small {
  font-size: 14px;
  line-height: 1.25rem;
  min-width: 4rem;
  padding: 0.25rem 0.75rem;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--small:not(.button--full-width) {
    width: auto;
  }
}
.fkse-webbundersokning-scope .button.button--small > .button__icon {
  height: 14px;
  width: 14px;
}
.fkse-webbundersokning-scope .button.button--medium {
  line-height: 1.5rem;
  min-width: 8rem;
  padding: 0.625rem 1.25rem;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--medium:not(.button--full-width) {
    width: auto;
  }
}
.fkse-webbundersokning-scope .button.button--large {
  line-height: 1.5rem;
  min-width: 9.5rem;
  padding: 1rem 1.5rem;
}
@media (max-width: 639.98px) {
  .fkse-webbundersokning-scope .button.button--large {
    max-width: var(--f-width-full, 100%);
    width: var(--f-width-full, 100%);
  }
}
.fkse-webbundersokning-scope .button > .button__icon {
  margin-right: 0.25rem;
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
.fkse-webbundersokning-scope .button > .button__icon:not(:first-child) {
  margin-left: 0.25rem;
  margin-right: 0;
}
.fkse-webbundersokning-scope .button > .button__icon--end {
  position: absolute;
  right: 1.25rem;
}
.fkse-webbundersokning-scope .button.disabled,
.fkse-webbundersokning-scope .button.disabled:hover,
.fkse-webbundersokning-scope .button:disabled,
.fkse-webbundersokning-scope .button:disabled:hover,
.fkse-webbundersokning-scope .button.button--disabled {
  border-width: var(--f-border-width-medium, 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.fkse-webbundersokning-scope p > a:not(.button) {
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
  padding-bottom: 0;
}
.fkse-webbundersokning-scope h1 a,
.fkse-webbundersokning-scope .heading--h1 a,
.fkse-webbundersokning-scope h2 a,
.fkse-webbundersokning-scope .heading--h2 a,
.fkse-webbundersokning-scope h3 a,
.fkse-webbundersokning-scope .heading--h3 a,
.fkse-webbundersokning-scope h4 a,
.fkse-webbundersokning-scope .heading--h4 a,
.fkse-webbundersokning-scope h5 a,
.fkse-webbundersokning-scope .heading--h5 a,
.fkse-webbundersokning-scope h6 a,
.fkse-webbundersokning-scope .heading--h6 a {
  border-bottom: none;
}
.fkse-webbundersokning-scope h1 a:hover,
.fkse-webbundersokning-scope .heading--h1 a:hover,
.fkse-webbundersokning-scope h2 a:hover,
.fkse-webbundersokning-scope .heading--h2 a:hover,
.fkse-webbundersokning-scope h3 a:hover,
.fkse-webbundersokning-scope .heading--h3 a:hover,
.fkse-webbundersokning-scope h4 a:hover,
.fkse-webbundersokning-scope .heading--h4 a:hover,
.fkse-webbundersokning-scope h5 a:hover,
.fkse-webbundersokning-scope .heading--h5 a:hover,
.fkse-webbundersokning-scope h6 a:hover,
.fkse-webbundersokning-scope .heading--h6 a:hover {
  padding-bottom: 0;
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
}
.fkse-webbundersokning-scope a[rel=external]::after,
.fkse-webbundersokning-scope a[target=_blank]::after {
  content: none;
}
.fkse-webbundersokning-scope .undersokning-banner {
  padding: 16px;
  background-color: var(--f-color-white, #ffffff);
  z-index: 99;
  border-bottom: var(--f-color-brand-a-strong, #116a3e) solid 2px;
}
.fkse-webbundersokning-scope .undersokning-banner_container {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 110px auto auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width:1024px) {
  .fkse-webbundersokning-scope .undersokning-banner_container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .fkse-webbundersokning-scope .undersokning-banner_container {
    grid-template-columns: auto;
  }
}
.fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_info {
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (max-width: 639px) {
  .fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_info {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_info .rubrik {
  background-image: none;
}
.fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_info a {
  margin-right: 0;
}
.fkse-webbundersokning-scope .undersokning-banner_container .undersokning-banner_illustration {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
@media only screen and (max-width: 639px) {
  .fkse-webbundersokning-scope .undersokning-banner_container .undersokning-banner_illustration {
    display: none;
  }
}
.fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_close {
  justify-self: end;
}
@media only screen and (max-width: 639px) {
  .fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_close {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.fkse-webbundersokning-scope .undersokning-banner_container > .undersokning-banner_close > .close-button {
  margin-bottom: 0;
}

