@charset "UTF-8";
/*------------------------------------*/
/*  #MEDIA-QUERIES
/*------------------------------------*/
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * Skyss.no
 *
 * It is illegal to download or use them on other websites.
 *
 */
@font-face {
  font-family: "Galaxie Polaris";
  src: url("../fonts/GalaxiePolaris-Book.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Polaris";
  src: url("../fonts/GalaxiePolaris-BookItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Galaxie Polaris";
  src: url("../fonts/GalaxiePolaris-Bold.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Polaris";
  src: url("../fonts/GalaxiePolaris-BoldItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Box sizing
   ========================================================================== */
* {
  box-sizing: border-box;
}

.svg-icon-arrow-black-12 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}

.svg-icon-arrow-black-16 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -16px -16px;
  width: 20px;
  height: 20px;
}

.svg-icon-arrow-black-18 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -36px -36px;
  width: 22px;
  height: 22px;
}

.svg-icon-arrow-black-20 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -58px -58px;
  width: 24px;
  height: 24px;
}

.svg-icon-arrow-cinnabar-12 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -82px -82px;
  width: 16px;
  height: 16px;
}

.svg-icon-arrow-cinnabar-14 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -98px -98px;
  width: 18px;
  height: 18px;
}

.svg-icon-arrow-cinnabar-16 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -116px -116px;
  width: 20px;
  height: 20px;
}

.svg-icon-arrow-cinnabar-18 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -136px -136px;
  width: 22px;
  height: 22px;
}

.svg-icon-arrow-cinnabar-20 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -158px -158px;
  width: 24px;
  height: 24px;
}

.svg-icon-arrow-tall-poppy-12 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
}

.svg-icon-arrow-tall-poppy-18 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -198px -198px;
  width: 22px;
  height: 22px;
}

.svg-icon-arrow-white-12 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -220px -220px;
  width: 16px;
  height: 16px;
}

.svg-icon-arrow-white-16 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -236px -236px;
  width: 20px;
  height: 20px;
}

.svg-icon-arrow-white-18 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -256px -256px;
  width: 22px;
  height: 22px;
}

.svg-icon-arrow-white-20 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -278px -278px;
  width: 24px;
  height: 24px;
}

.svg-icon-close-black-21 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -302px -302px;
  width: 25px;
  height: 23px;
}

.svg-icon-close-white-16 {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -327px -325px;
  width: 20px;
  height: 20px;
}

.svg-icon-drift-boat {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -347px -345px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-bus {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -375px -373px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-bybane {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -403px -401px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-express-boat {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -431px -429px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-ferry {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -459px -457px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-general {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -487px -485px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-lift {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -515px -513px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-location {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -543px -541px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-mobile {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -571px -569px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-technical {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -599px -597px;
  width: 28px;
  height: 28px;
}

.svg-icon-drift-train {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -627px -625px;
  width: 28px;
  height: 28px;
}

.svg-icon-facebook {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -655px -653px;
  width: 24px;
  height: 23.88px;
}

.svg-icon-flag {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -679px -677px;
  width: 20px;
  height: 20px;
}

.svg-icon-instagram {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -699px -697px;
  width: 24px;
  height: 24px;
}

.svg-icon-linkedin {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -723px -721px;
  width: 27.49px;
  height: 24px;
}

.svg-icon-map-pin {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -751px -745px;
  width: 18px;
  height: 24px;
}

.svg-icon-menu {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -769px -769px;
  width: 29px;
  height: 21px;
}

.svg-icon-person {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -798px -790px;
  width: 21px;
  height: 24px;
}

.svg-icon-search {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -819px -814px;
  width: 26px;
  height: 26px;
}

.svg-icon-search-tall-poppy {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -845px -840px;
  width: 26px;
  height: 26px;
}

.svg-icon-tick {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -871px -866px;
  width: 18px;
  height: 17px;
}

.svg-icon-twitter {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -889px -883px;
  width: 26px;
  height: 21.88px;
}

.svg-icon-youtube {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -915px -905px;
  width: 32.57px;
  height: 24px;
}

.svg-reise_buss_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -948px -929px;
  width: 16.67px;
  height: 17.15px;
}

.svg-reise_bybane_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -965px -947px;
  width: 22.24px;
  height: 21.54px;
}

.svg-reise_båt_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -988px -969px;
  width: 22px;
  height: 22px;
}

.svg-reise_lift_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -1010px -991px;
  width: 22px;
  height: 22px;
}

.svg-reise_my_location {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -1032px -1013px;
  width: 24px;
  height: 24px;
}

.svg-reise_pin_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -1056px -1037px;
  width: 13.24px;
  height: 19px;
}

.svg-reise_tog_sm {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -1070px -1056px;
  width: 25.42px;
  height: 16.15px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

input[type=text],
input[type=url],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
select,
textarea {
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #58595B;
  color: #151616;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  max-width: 100%;
  padding: 8px 16px 12px;
}
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #58595B;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #58595B;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #58595B;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #58595B;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=time]:hover,
select:hover,
textarea:hover {
  border-color: #BA3F26;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
select:focus,
textarea:focus {
  border: 0.125rem solid #BA3F26;
  padding: 7px 15px 11px;
  outline: none;
}

input[type=text],
input[type=url],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=time] {
  width: 22.75rem;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background-image: url(../images/graphics/icon-arrow-tall-poppy-12.svg);
  background-size: 12px 12px;
  background-position: top 17px right 16px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
select:focus {
  background-position: top 16px right 15px;
  padding-right: 39px;
}

textarea {
  width: 34.75rem;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  background-color: #FFFFFF;
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
figure {
  margin: 0;
}
svg,
img {
  max-width: 100%;
}

video, iframe {
  width: 100%;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border: none;
  border-spacing: 0;
  margin-bottom: 1.625rem;
  white-space: nowrap;
  width: 100%;
}
table tr:nth-child(odd) {
  background-color: #F0F2F5;
}
table th,
table td {
  border: none;
  padding: 0.5rem;
  text-align: left;
}
table th {
  background-color: #151616;
  color: #FFFFFF;
}

/*------------------------------------*/
/* #TYPOGRAPHY
/*------------------------------------*/
/**
 * Base styling of typographic elements
 */
body {
  font-size: 1rem;
  line-height: 1.625rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
}

::-moz-selection {
  color: #FFFFFF;
  background: #000000;
}

::selection {
  color: #FFFFFF;
  background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading {
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
  font-weight: 700;
}

h1,
.h1-heading {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h1,
.h1-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

h2,
.h2-heading {
  font-size: 1.625rem;
  line-height: 2rem;
}

h3,
.h3-heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h4,
.h4-heading {
  font-size: 1rem;
  line-height: 1.625rem;
}

p {
  max-width: 34.75rem;
  margin-bottom: 1.625rem;
  margin-top: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #9A3721;
}
a:focus, a:hover {
  color: #151616;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.875rem;
  max-width: 34.75rem;
}
@media screen and (min-width: 1024px) {
  blockquote {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.l-columns--2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-columns--2 {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .l-columns--2 .l-columns__column {
    flex-basis: 23.375rem;
    max-width: 50%;
  }
  .l-columns--2 .l-columns__column:first-child {
    padding-right: 0.625rem;
  }
  .l-columns--2 .l-columns__column:last-child {
    padding-left: 0.625rem;
  }
}
.l-columns--3 {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-columns--3 {
    display: flex;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .l-columns--3 .l-columns__column {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.l-columns--2-to-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.l-columns--2-to-3 .l-columns__column {
  flex-basis: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.l-columns--2-to-3 .l-columns__column:first-child {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .l-columns--2-to-3 .l-columns__column {
    flex-basis: 33.3333%;
    max-width: 33.33%;
  }
  .l-columns--2-to-3 .l-columns__column:first-child {
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns--narrow-left {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .l-columns--narrow-left .l-columns__column:first-child {
    flex-basis: calc(50% - 18.625rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-columns--narrow-left .l-columns__column:last-child {
    flex-basis: 36rem;
    padding-left: 1.25rem;
  }
}

.l-container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  max-width: 73.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-container--6-cols {
  max-width: 37.25rem;
}
.l-container--8-cols {
  max-width: 49.25rem;
}
.l-container--10-cols {
  max-width: 61.25rem;
}
.l-container--wide {
  max-width: 122.5rem;
}

.l-site {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh + 1px);
}

.l-sticky {
  overflow: visible;
}
.l-sticky__child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-sticky__child {
    top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-sticky__child--mobile {
    position: static;
  }
}

.accordion {
  border-bottom: 0.0625rem solid #A4A4A4;
  border-top: 0.0625rem solid #A4A4A4;
  margin-bottom: 1.625rem;
  margin-top: 1.625rem;
}
.accordion__toggle {
  color: #151616;
  display: flex;
  padding: 14px 0 1rem;
  text-decoration: none;
}
.accordion__toggle:focus, .accordion__toggle:hover {
  text-decoration: underline;
}
.accordion__toggle:focus .accordion__icon::before, .accordion__toggle:hover .accordion__icon::before {
  filter: none;
}
.accordion__toggle:active {
  color: #BA3F26;
}
.accordion__toggle.active .accordion__icon::before {
  transform: rotate(-90deg);
}
.accordion__wrap-heading {
  padding-left: 1rem;
}
.accordion__heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
}
.accordion__icon {
  background-color: #151616;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin-top: 2px;
  position: relative;
  width: 24px;
}
.accordion__icon::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -82px -82px;
  width: 16px;
  height: 16px;
  content: "";
  left: 4px;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 4px;
  transform: rotate(90deg);
  transition: transform linear 100ms;
}
.accordion__content {
  display: none;
}
.accordion__content.active {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    padding-left: 2.5rem;
  }
}
.accordion__text.rich-text {
  margin-left: 0;
}
.accordion + .accordion {
  border-top: none;
  margin-top: -1.625rem;
}
@media screen and (max-width: 767px) {
  .accordion--driftsmelding > .accordion__toggle {
    flex-wrap: wrap;
  }
}
.accordion--driftsmelding > .accordion__toggle.active .accordion__icon--transport::before {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .accordion--driftsmelding > .accordion__toggle > .accordion__heading {
    flex: 0 0 100%;
    padding: 0.5rem 0 0;
  }
}
.accordion--driftsmelding .accordion__transport-icon-column {
  flex: 0 0 4.5rem;
  padding-left: 1rem;
  padding-right: 1.25rem;
}
.accordion--driftsmelding .accordion__transport-icon::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -487px -485px;
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  margin-top: -2px;
}
.accordion--driftsmelding .accordion__transport-icon--boat::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -347px -345px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--bus::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -375px -373px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--bybane::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -403px -401px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--express-boat::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -431px -429px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--ferry::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -459px -457px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--location::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -543px -541px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--mobile::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -571px -569px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--technical::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -599px -597px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--train::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -627px -625px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__transport-icon--lift::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -515px -513px;
  width: 28px;
  height: 28px;
}
.accordion--driftsmelding .accordion__route-numbers {
  font-size: 1.125rem;
  line-height: 1.625rem;
  flex: 0 0 calc(100% - 6rem);
}
@media screen and (min-width: 768px) {
  .accordion--driftsmelding .accordion__route-numbers {
    flex-basis: 12rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion--driftsmelding > .accordion__content {
    padding-left: 6rem;
  }
}

.anchor-menu {
  background-color: #F0F2F5;
  height: 3rem;
  margin: -2rem -1rem 2rem;
  overflow: hidden;
}
.anchor-menu--expanded {
  height: auto;
}
@media screen and (min-width: 768px) {
  .anchor-menu {
    margin: -2.5rem -1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .anchor-menu {
    background-color: transparent;
    height: calc(100vh - 7.5rem);
    margin: -2.5rem 0 0;
    overflow: visible;
  }
  .anchor-menu--fixed-height {
    height: 100%;
  }
}
.anchor-menu__container {
  margin: 0 auto;
  max-width: 37.25rem;
  padding: 0.75rem 1rem 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .anchor-menu__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .anchor-menu__container {
    height: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.anchor-menu__toggle {
  position: absolute;
  height: 44px;
  left: 0.125rem;
  top: 2px;
  width: calc(100% - 4px);
  z-index: 1;
}
.anchor-menu__toggle::before {
  background-color: #151616;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.875rem;
  position: absolute;
  top: 10px;
  width: 1.5rem;
}
.anchor-menu__toggle::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -82px -82px;
  width: 16px;
  height: 16px;
  content: "";
  filter: brightness(0) invert(1);
  left: 1.125rem;
  position: absolute;
  top: 14px;
  transform: rotate(90deg);
  transition: transform linear 100ms;
}
.anchor-menu__toggle:focus::after, .anchor-menu__toggle:hover::after {
  filter: none;
}
.anchor-menu__toggle:focus + .anchor-menu__content .anchor-menu__heading, .anchor-menu__toggle:hover + .anchor-menu__content .anchor-menu__heading {
  text-decoration: underline;
}
.anchor-menu--expanded .anchor-menu__toggle::after {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1024px) {
  .anchor-menu__toggle {
    display: none;
  }
}
.anchor-menu__content {
  padding-left: 2.5rem;
  transform: translateY(var(--anchor-menu-offset, 0));
}
.anchor-menu--expanded .anchor-menu__content {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .anchor-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding-left: 0;
    padding-top: 2.5rem;
    transform: none;
  }
}
.anchor-menu__heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.75rem;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .anchor-menu__heading {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
.anchor-menu__list {
  padding-right: 2.5rem;
}
.anchor-menu--expanded .anchor-menu__list {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .anchor-menu__list {
    flex-grow: 1;
    margin-right: auto;
    overflow-y: auto;
    scrollbar-color: #A4A4A4 #F0F2F5;
    scrollbar-width: thin;
  }
  .anchor-menu__list::-webkit-scrollbar {
    width: 0.5rem;
  }
  .anchor-menu__list::-webkit-scrollbar-track {
    background: #F0F2F5;
    border-radius: 0.25rem;
  }
  .anchor-menu__list::-webkit-scrollbar-thumb {
    background-color: #A4A4A4;
    border-radius: 0.25rem;
  }
}
.anchor-menu__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.75rem;
  overflow: hidden;
  padding-left: 1.25rem;
  position: relative;
  text-overflow: ellipsis;
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .anchor-menu__item {
    visibility: visible;
    white-space: normal;
  }
}
.anchor-menu--expanded .anchor-menu__item {
  visibility: visible;
  white-space: normal;
}
.anchor-menu__item::before {
  border: 0.0625rem solid #BA3F26;
  border-radius: 4px;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 8px;
}
.anchor-menu__item.active {
  font-weight: 700;
  visibility: visible;
}
.anchor-menu__item.active::before {
  background-color: #BA3F26;
}
.anchor-menu__item a {
  color: #151616;
  text-decoration: none;
}
.anchor-menu__item a:focus, .anchor-menu__item a:hover {
  text-decoration: underline;
}
.anchor-menu__item a:active {
  color: #BA3F26;
}

[data-anchor-target] {
  margin-top: 1.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  [data-anchor-target] {
    margin-top: -7.625rem;
    padding-top: 8.5rem;
  }
}
@media screen and (min-width: 1024px) {
  [data-anchor-target] {
    margin-top: -6.625rem;
    padding-top: 7.5rem;
  }
}

.breadcrumbs {
  display: none;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: flex;
  }
}
.breadcrumbs__item {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
.breadcrumbs__item::after {
  content: "→";
  padding: 0 0.5rem;
}
.breadcrumbs__item:last-child::after {
  content: none;
}
.breadcrumbs__item a {
  color: #151616;
  text-decoration: none;
}
.breadcrumbs__item a:focus, .breadcrumbs__item a:hover {
  text-decoration: underline;
}
.breadcrumbs__item a:active {
  color: #BA3F26;
}

.button--primary, .FormSubmitButton {
  align-items: center;
  background: #151616;
  border: 0.125rem solid transparent;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 1.625rem;
  padding: 8px 1rem 12px;
  text-decoration: none;
}
.button--primary::after, .FormSubmitButton::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -82px -82px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
}
.button--primary:focus, .FormSubmitButton:focus, .button--primary:hover, .FormSubmitButton:hover {
  border-color: #E34C2A;
  color: #FFFFFF;
}
.button--primary:focus::after, .FormSubmitButton:focus::after, .button--primary:hover::after, .FormSubmitButton:hover::after {
  filter: brightness(0) invert(1);
}
.button--primary:active, .FormSubmitButton:active {
  border-color: transparent;
  color: #E34C2A;
}
.button--primary:active::after, .FormSubmitButton:active::after {
  filter: none;
}
.button--menu {
  font-size: 1.125rem;
  line-height: 1.625rem;
  align-items: center;
  background-color: #E34C2A;
  border: 0.125rem solid transparent;
  border-radius: 27px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  min-height: 54px;
  padding: 10px 40px;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .button--menu {
    border-radius: 24px;
    min-height: 48px;
    padding: 7px 40px;
    text-align: left;
    width: 180px;
  }
}
.button--menu:focus, .button--menu:hover {
  border-color: #000000;
}
.button--menu:active {
  border-color: #BA3F26;
}
.button--menu .button__text {
  min-width: 57px;
  padding-bottom: 4px;
  padding-left: 0.5rem;
}
.button--menu .button__text--active {
  display: none;
}
.button--menu .icon__line {
  transform-box: fill-box;
  transform-origin: 1.5px 1.5px;
  transition: transform 100ms linear;
}
.button--menu.active .button__text--default {
  display: none;
}
.button--menu.active .button__text--active {
  display: block;
}
.button--menu.active:focus, .button--menu.active:hover {
  border-color: #FFFFFF;
}
.button--menu.active .icon__line--top {
  transform: rotate(45deg);
}
.button--menu.active .icon__line--middle {
  transform: scaleX(0);
}
.button--menu.active .icon__line--bottom {
  transform: rotate(-45deg);
}

.dates {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.625rem;
}
.dates__line {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.dates__date {
  font-weight: 400;
}

.footer {
  background-color: #151616;
  color: #FFFFFF;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.footer__content::before {
  background-image: url("../images/graphics/skyss-profilelement.svg");
  background-repeat: no-repeat;
  background-size: 170px 51px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 51px;
  margin-bottom: 4rem;
  min-width: 170px;
}
@media screen and (min-width: 768px) {
  .footer__content::before {
    background-position-x: 0.625rem;
    flex-basis: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__content::before {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.footer__content::after {
  background-image: url("../images/graphics/footer-profil-gfx.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  padding-bottom: 65.3136531365%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__content::after {
    background-position-x: 0.625rem;
    padding-bottom: 31.3829787234%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__column {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__column {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.footer__menu {
  margin-bottom: 4rem;
}
.footer__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer__heading {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__heading {
    margin-bottom: 2rem;
  }
}
.footer__some-links {
  align-items: center;
  display: flex;
  margin-bottom: 4rem;
}
.footer__some-link {
  color: #FFFFFF;
  display: block;
  margin-right: 1.5rem;
}
.footer__some-link::before {
  content: "";
  display: block;
  filter: brightness(0) invert(1);
}
.footer__some-link:hover::before {
  filter: none;
}
.footer__some-link--facebook::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -655px -653px;
  width: 24px;
  height: 23.88px;
}
.footer__some-link--twitter::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -889px -883px;
  width: 26px;
  height: 21.88px;
}
.footer__some-link--instagram::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -699px -697px;
  width: 24px;
  height: 24px;
}
.footer__some-link--youtube::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -915px -905px;
  width: 32.57px;
  height: 24px;
}
.footer__some-link--linkedin::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -723px -721px;
  width: 27.49px;
  height: 24px;
}

.form {
  /*&__v-select.v-select {
    @include placeholder( $color: $color-abbey, $font-family: $font-family-primary);
    @include set-font($font-body);
    border: $border-width-thin solid $color-abbey;
    color: $color-woodsmoke;
    font-family: $font-family-primary;
    margin-bottom: $base-spacing-unit * 4;
    max-width: 100%;
    padding: 8px 16px 12px;

    &:hover {
      border-color: $color-tall-poppy;
    }

    &:focus-within {
      border: $border-width-medium solid $color-tall-poppy;
      padding: 7px 15px 11px;
      outline: none;
    }

    &__dropdown-toggle {
      padding: 0;
    }
  }*/
}
.form__heading {
  margin-bottom: 2rem;
}
.form__error {
  background-color: rgba(204, 0, 0, 0.1);
  border: 0.125rem solid #CC0000;
  margin: 1.5rem 0;
  padding: 1rem;
}
.form__error-heading {
  margin-top: 0;
}
.form__error-list {
  margin-bottom: 0;
}
.form__input-container {
  margin-bottom: 1.5rem;
}
.form__input-container .form__input {
  margin-bottom: 0;
}
.form__label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form__note {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form__note--error {
  color: #CC0000;
  margin-top: 0.5rem;
}
.form__input.invalid {
  background-color: rgba(204, 0, 0, 0.1);
  border-color: #CC0000;
}
.form input.form__input--narrow {
  width: 120px;
}
.form input.form__input--extra-narrow {
  text-align: center;
  width: 48px;
}
.form__checkbox .form__input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form__checkbox .form__input:focus + .form__label::before {
  border: 0.125rem solid #BA3F26;
}
.form__checkbox .form__input:checked + .form__label::after {
  content: "";
}
.form__checkbox .form__label {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.form__checkbox .form__label:last-child {
  margin-bottom: 0;
}
.form__checkbox .form__label::before {
  border: 0.0625rem solid #151616;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
.form__checkbox .form__label::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -871px -866px;
  width: 18px;
  height: 17px;
  left: -0.5px;
  display: block;
  position: absolute;
  top: 5px;
}
.form__checkbox .form__label:hover {
  text-decoration: underline;
}
.form__checkbox .form__label:hover::before {
  border-color: #BA3F26;
}
.form__checkbox.invalid {
  background-color: rgba(204, 0, 0, 0.1);
}

.header {
  background-color: #F0F2F5;
  position: relative;
  min-height: 3.875rem;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header__sticky {
    background-color: #F0F2F5;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.header__banner {
  background-color: #151616;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
@supports ((-webkit-clip-path: path("m 0 0 z")) or (clip-path: path("m 0 0 z"))) {
  .header__banner::before, .header__banner::after {
    background-color: #151616;
    bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    width: 16px;
  }
  .header__banner::before {
    -webkit-clip-path: path("m 0 0 v 16 a 16 16 0 0 1 16 -16 z");
            clip-path: path("m 0 0 v 16 a 16 16 0 0 1 16 -16 z");
    left: 0;
  }
  .header__banner::after {
    -webkit-clip-path: path("m 0 0 a 16 16 0 0 1 16 16 v -16 z");
            clip-path: path("m 0 0 a 16 16 0 0 1 16 16 v -16 z");
    right: 0;
  }
}
.header__banner-content {
  color: #FFFFFF;
  text-align: center;
}
.header__banner-content p {
  margin-left: auto;
  margin-right: auto;
}
.header__banner-content > *:last-child {
  margin-bottom: 0;
}
.header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .header__content {
    min-height: 7.5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.header__logo {
  flex: 0 1 156px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    flex: 0 0 195px;
  }
}
.header__menu-button {
  bottom: 1rem;
  left: 50%;
  max-width: calc(100% - 2.5rem);
  position: fixed;
  transform: translate(-50%, 0);
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__menu-button {
    flex: 0 0 195px;
    margin-left: auto;
    position: static;
    text-align: right;
    transform: none;
  }
}
.u-disable-scroll .header__menu-button {
  padding-right: var(--scrollbar-width);
}
.header__menu-button.animate {
  transition: transform 100ms linear 300ms;
}
.header__menu-button.hidden {
  transform: translate(-50%, 80px);
  transition: transform 100ms linear;
}
.header__menu {
  background-color: #151616;
  display: none;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
}
.header__menu.active {
  display: block;
}
.header__menu.active::before {
  background: linear-gradient(0deg, rgb(21, 22, 22) 0%, rgb(21, 22, 22) 20%, rgba(21, 22, 22, 0.05) 90%, rgba(21, 22, 22, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 124px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.u-disable-scroll .header__menu {
  padding-right: var(--scrollbar-width);
}

.icon--circle-arrow {
  background-color: #151616;
  border-radius: 50%;
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.icon--circle-arrow::before, .icon--circle-arrow::after {
  content: "";
  display: block;
  left: 8px;
  position: absolute;
  top: 8px;
  transition: transform 150ms ease-in-out;
}
.icon--circle-arrow::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -278px -278px;
  width: 24px;
  height: 24px;
}
.icon--circle-arrow::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -158px -158px;
  width: 24px;
  height: 24px;
  transform: translateX(-30px);
}
a:focus .icon--circle-arrow::before, a:hover .icon--circle-arrow::before {
  transform: translateX(30px);
}
a:focus .icon--circle-arrow::after, a:hover .icon--circle-arrow::after {
  transform: translateX(0);
}
.icon--circle-arrow.icon--small {
  height: 1.5rem;
  width: 1.5rem;
}
.icon--circle-arrow.icon--small::before, .icon--circle-arrow.icon--small::after {
  left: 4px;
  top: 4px;
}
.icon--circle-arrow.icon--small::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -220px -220px;
  width: 16px;
  height: 16px;
}
.icon--circle-arrow.icon--small::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -82px -82px;
  width: 16px;
  height: 16px;
  transform: translateX(-20px);
}
a:focus .icon--circle-arrow.icon--small::before, a:hover .icon--circle-arrow.icon--small::before {
  transform: translateX(20px);
}
.icon--circle-arrow.icon--medium {
  height: 2.25rem;
  width: 2.25rem;
}
.icon--circle-arrow.icon--medium::before, .icon--circle-arrow.icon--medium::after {
  left: 7px;
  top: 7px;
}
.icon--circle-arrow.icon--medium::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -256px -256px;
  width: 22px;
  height: 22px;
}
.icon--circle-arrow.icon--medium::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -136px -136px;
  width: 22px;
  height: 22px;
  transform: translateX(-28px);
}
a:focus .icon--circle-arrow.icon--medium::before, a:hover .icon--circle-arrow.icon--medium::before {
  transform: translateX(28px);
}
@media screen and (max-width: 767px) {
  .icon--circle-arrow.icon--responsive {
    height: 1.5rem;
    width: 1.5rem;
  }
  .icon--circle-arrow.icon--responsive::before, .icon--circle-arrow.icon--responsive::after {
    left: 4px;
    top: 4px;
  }
  .icon--circle-arrow.icon--responsive::before {
    background: url("../images/sprite.svg?v=1699868159620") no-repeat;
    background-size: 1096px 1073px;
    background-position: -220px -220px;
    width: 16px;
    height: 16px;
  }
  .icon--circle-arrow.icon--responsive::after {
    background: url("../images/sprite.svg?v=1699868159620") no-repeat;
    background-size: 1096px 1073px;
    background-position: -82px -82px;
    width: 16px;
    height: 16px;
    transform: translateX(-20px);
  }
  a:focus .icon--circle-arrow.icon--responsive::before, a:hover .icon--circle-arrow.icon--responsive::before {
    transform: translateX(20px);
  }
}
.icon--circle-arrow.icon--orange {
  background-color: #E34C2A;
}
.icon--circle-arrow.icon--orange::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -58px -58px;
  width: 24px;
  height: 24px;
}
.icon--circle-arrow.icon--orange::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -278px -278px;
  width: 24px;
  height: 24px;
}
.icon--circle-arrow.icon--orange.icon--small::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.icon--circle-arrow.icon--orange.icon--small::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -220px -220px;
  width: 16px;
  height: 16px;
}
.icon--exclamation {
  font-size: 2.125rem;
  line-height: 2.5rem;
  background-color: #151616;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  flex-shrink: 0;
  height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .icon--exclamation {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .icon--exclamation {
    height: 4.5rem;
    margin-right: 1.5rem;
    margin-top: -3px;
    padding-top: 3px;
    width: 4.5rem;
  }
}

.image {
  margin-bottom: 1.625rem;
}
.image__content-wrapper {
  overflow: hidden;
}
.image__img,
.image img {
  background-color: #F0F2F5;
  display: block;
  width: 100%;
}
.image__iframe {
  height: auto;
  width: 100%;
}
.image__caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #151616;
  margin-top: 0.5rem;
}
.image--6x4 .image__content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  border-radius: 10px;
}
.image--6x4 .image__content-wrapper img,
.image--6x4 .image__content-wrapper iframe,
.image--6x4 .image__content-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.image--6x4 .image__content-wrapper iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .image--6x4 .image__content-wrapper {
    border-radius: 16px;
  }
}
.image--16x9 .image__content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 10px;
}
.image--16x9 .image__content-wrapper img,
.image--16x9 .image__content-wrapper iframe,
.image--16x9 .image__content-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.image--16x9 .image__content-wrapper iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .image--16x9 .image__content-wrapper {
    border-radius: 16px;
  }
}
.image--square {
  margin-bottom: 0;
}
.image--square .image__content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
}
.image--square .image__content-wrapper img,
.image--square .image__content-wrapper iframe,
.image--square .image__content-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
.image--square .image__content-wrapper iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .image--square .image__content-wrapper {
    border-radius: 16px;
  }
}
.image--youtube .image__content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.image--youtube .image__content-wrapper img,
.image--youtube .image__content-wrapper iframe,
.image--youtube .image__content-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.image--youtube .image__content-wrapper iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.kundeskjema {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.kundeskjema fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice legend {
  text-align: center;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice label {
  flex: 1;
  margin-bottom: 0;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  min-width: 4rem;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice label:hover {
  background-color: #151616;
  color: #FFFFFF;
  text-decoration: none;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice label::before {
  content: none;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:focus-visible + .FormChoice__Label {
  background-color: #151616;
  color: #FFFFFF;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:checked + .FormChoice__Label {
  border-color: #BA3F26;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:checked + .FormChoice__Label::after {
  content: none;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:checked:focus-visible + .FormChoice__Label, .kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:checked + .FormChoice__Label:hover {
  border-color: #E34C2A;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormChoice {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kundeskjema .EPiServerForms .Form__MainBody .Form__Element.FormExcludeDataRebind.FormSubmitButton::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: super;
}
.kundeskjema .EPiServerForms .Form__Status .Form__Success__Message {
  background-color: white;
  border: 2px solid #000000;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .lead {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .link__text--mobile {
    display: none;
  }
}
.link__text--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .link__text--desktop {
    display: inline;
  }
}
.link--arrow, .list--links a, .link--icon {
  color: #151616;
  display: table;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  text-decoration: none;
}
.link--arrow::before, .list--links a::before, .link--icon::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.link--arrow:focus, .list--links a:focus, .link--arrow:hover, .list--links a:hover, .link--icon:focus, .link--icon:hover {
  text-decoration: underline;
}
.link--arrow:focus::before, .list--links a:focus::before, .link--arrow:hover::before, .list--links a:hover::before, .link--icon:focus::before, .link--icon:hover::before {
  filter: brightness(0);
}
.link--arrow:active, .list--links a:active, .link--icon:active {
  color: #BA3F26;
}
.link--arrow:active::before, .list--links a:active::before, .link--icon:active::before {
  filter: none;
}
.link--arrow.link--menu, .list--links a.link--menu, .link--icon.link--menu {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  padding-left: 1.75rem;
}
.link--arrow.link--menu:focus::before, .list--links a.link--menu:focus::before, .link--arrow.link--menu:hover::before, .list--links a.link--menu:hover::before, .link--icon.link--menu:focus::before, .link--icon.link--menu:hover::before {
  filter: brightness(0) invert(1);
}
.link--arrow.link--menu:active, .list--links a.link--menu:active, .link--icon.link--menu:active {
  color: #E34C2A;
}
.link--arrow.link--menu:active::before, .list--links a.link--menu:active::before, .link--icon.link--menu:active::before {
  filter: none;
}
.link--arrow::before, .list--links a::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
  top: 6px;
}
.link--arrow.link--menu::before, .list--links a.link--menu::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -98px -98px;
  width: 18px;
  height: 18px;
  top: 6px;
}
.link--icon.link--menu {
  padding-left: 3.5rem;
}
.link--icon.link--menu::before {
  left: 20px;
  transform: translateX(-50%);
}
.link--icon.link--route {
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link--icon.link--route {
    text-decoration: none;
  }
  .link--icon.link--route:hover {
    color: #000000;
    text-decoration: underline;
  }
}
.link--icon.link--route::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -751px -745px;
  width: 18px;
  height: 24px;
  content: none;
  top: 14px;
}
@media screen and (min-width: 768px) {
  .link--icon.link--route::before {
    content: "";
  }
}
.link--icon.link--language::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -679px -677px;
  width: 20px;
  height: 20px;
  top: 4px;
}
.link--icon.link--login::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -798px -790px;
  width: 21px;
  height: 24px;
  top: 3px;
}
.link--skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.link--skip:focus {
  display: table;
  margin: 1rem auto;
  position: static;
  width: auto;
}

/*------------------------------------*/
/* #LIST
/*------------------------------------*/
/**
 * Definition of various list styles
 */
.list, .rich-text ol:not([class]), .rich-text ul:not([class]) {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 1.625rem;
  margin-top: 1.5rem;
}
p + .list, .rich-text p + ol:not([class]), .rich-text p + ul:not([class]), .list + p, .rich-text ol:not([class]) + p, .rich-text ul:not([class]) + p {
  margin-top: -0.5rem;
}
.list--ul li, .rich-text ul:not([class]) li, .list--ol ul li, .rich-text ol:not([class]) ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.list--ul li::before, .rich-text ul:not([class]) li::before, .list--ol ul li::before, .rich-text ol:not([class]) ul li::before {
  background-color: #151616;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}
.list--ol, .rich-text ol:not([class]) {
  counter-reset: list-counter;
}
.list--ol li, .rich-text ol:not([class]) li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.list--ol li::before, .rich-text ol:not([class]) li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  left: 0;
  position: absolute;
}
.list--ol ul, .rich-text ol:not([class]) ul {
  /**
    *  1. Use a bogus counter so that the list items don't affect the parent's
    *     ordered list items.
    */
  /* 1 */
}
.list--ol ul li::before, .rich-text ol:not([class]) ul li::before {
  counter-increment: non-counter;
}
.list--ol ol, .rich-text ol:not([class]) ol {
  counter-reset: child-counter;
}
.list--ol ol li::before, .rich-text ol:not([class]) ol li::before {
  content: counter(child-counter) ".";
  counter-increment: child-counter;
}
.list--links li {
  margin-bottom: 18px;
  padding-left: 1.5rem;
}
.list--links a {
  display: inline;
  margin-bottom: 0;
  padding-left: 0;
}
.list--links a::before {
  left: -1.5rem;
  top: 5px;
}

.menu {
  background-color: #151616;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-height: var(--viewport-height, 100vh);
  padding-bottom: 100px;
  padding-top: 1rem;
}
.menu ::-moz-selection {
  background-color: #BA3F26;
}
.menu ::selection {
  background-color: #BA3F26;
}
@media screen and (min-width: 768px) {
  .menu {
    padding-top: 2rem;
    padding-top: calc(var(--banner-height) + 32px);
  }
}
.menu__search {
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu__search {
    flex-grow: 0;
  }
}
.menu__search-box {
  margin: 0 auto;
  max-width: 34.75rem;
}
@media screen and (min-width: 768px) {
  .menu__search-box {
    max-width: 60.25rem;
    padding-top: 4px;
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }
}
.menu__search-results {
  margin: 2.5rem auto 0;
  max-width: 34.75rem;
}
@media screen and (min-width: 768px) {
  .menu__search-results {
    margin-top: 100px;
  }
}
.menu__main-menu {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu__main-menu {
    margin-bottom: 2.5rem;
    margin-top: 4rem;
  }
}
.menu__submenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu__submenu {
    display: block;
    padding-left: 3.5rem;
  }
}
.menu__submenu-item {
  margin-bottom: 1.5rem;
}
.menu__submenu-link {
  color: #FFFFFF;
  text-decoration: none;
}
.menu__submenu-link:focus, .menu__submenu-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.news-filter {
  min-width: 160px;
}
.news-filter__v-select.v-select {
  border: none;
}
.news-filter__v-select.v-select, .news-filter__v-select.v-select:focus-within, .news-filter__v-select.v-select.vs--open {
  padding: 0.5rem 0;
}
.news-filter__v-select.v-select .vs__selected-options {
  justify-content: flex-end;
}
.news-filter__v-select.v-select .vs__selected {
  color: #BA3F26;
  padding-right: 0.5rem;
  text-decoration: underline;
}
.news-filter__v-select.v-select .vs__search {
  flex-grow: 0;
}
.news-filter__v-select.v-select .vs__dropdown-menu {
  border-top: 0.125rem solid #58595B;
  left: auto;
  right: 0;
  width: auto;
}
.news-filter__v-select.v-select .vs__dropdown-option {
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  position: relative;
}
.news-filter__v-select.v-select .vs__dropdown-option::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  left: 1rem;
  position: absolute;
  top: 21px;
}

.page-header__background {
  background-color: #F0F2F5;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .page-header__background {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-header__heading {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-header__heading {
    margin-top: 2.5rem;
  }
}
.page-header__links {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-header__links {
    margin-top: 3rem;
  }
}
.page-header__image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-header__image {
    margin-bottom: 3rem;
  }
}
.page-header__background + .page-header__image {
  margin-top: -2rem;
  position: relative;
}
.page-header__background + .page-header__image::before {
  background-color: #F0F2F5;
  content: "";
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-header__background + .page-header__image {
    margin-bottom: 2.5rem;
    margin-top: -3rem;
  }
  .page-header__background + .page-header__image::before {
    height: 160px;
  }
}
.page-header--frontpage .page-header__background {
  min-height: calc(var(--viewport-height, 100vh) - var(--banner-height, 0) - 3.875rem);
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-header--frontpage .page-header__background {
    min-height: 0;
    padding-bottom: 110px;
  }
}
.page-header--frontpage .page-header__main {
  margin-top: calc((var(--viewport-height, 100vh) * 0.5) - var(--banner-height, 0) - 3.875rem - 9.5rem);
}
@media screen and (min-width: 768px) {
  .page-header--frontpage .page-header__main {
    margin-top: 150px;
  }
}
.page-header--frontpage .page-header__heading {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-header--frontpage .page-header__heading {
    margin-bottom: 1.5rem;
  }
}
.page-header--frontpage .page-header__heading-line {
  display: inline-block;
}
.page-header--frontpage .page-header__links {
  margin-bottom: 0;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .page-header--frontpage .page-header__links {
    margin-top: 150px;
  }
}
.page-header--error .page-header__heading {
  align-items: baseline;
  display: flex;
}

.page-search__container {
  position: relative;
  margin-bottom: 2.5rem;
}
.page-search__container::before {
  content: "";
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -845px -840px;
  width: 26px;
  height: 26px;
  filter: brightness(0);
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 1rem;
}
.page-search__container:focus-within .page-search-results__list:not(:empty) {
  display: flex;
}
.page-search__container:focus-within::before {
  filter: none;
}

.page-search[type=search] {
  border: 0.0625rem solid #BA3F26;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 3rem;
  position: relative;
  width: 100%;
}
.page-search[type=search]:focus {
  border-color: #000000;
  padding-left: 2.9375rem;
}
.page-search[type=search]:focus:has(+ .page-search-results__list:not(:empty)) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-search-results__list {
  display: none;
  position: absolute;
  flex-direction: column;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  border: 0.125rem solid #000000;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #FFFFFF;
  z-index: 1;
}
.page-search-results__list:empty {
  display: none;
}

.page-search__empty-message {
  padding: 0.5rem 1rem 0.5625rem;
  margin: 0;
}

.page-search-results__item {
  position: relative;
  padding: 0.5rem 1rem 0.5625rem 3rem;
}
.page-search-results__item::before {
  content: "";
  top: 15px;
  left: 19px;
  position: absolute;
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
}
.page-search-results__item__link {
  display: block;
  outline: 0;
  text-decoration: none;
}
.page-search-results__item__link:focus {
  text-decoration: underline;
}
.page-search-results__item:hover, .page-search-results__item:focus-within, .page-search-results__item[aria-selected=true] {
  background-color: #F0F2F5;
}

.promotion-block {
  background-color: #EBE3CD;
  border-radius: 16px;
  margin-bottom: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .promotion-block {
    display: flex;
  }
}
.promotion-block__media-content {
  flex: 0 0 50%;
  position: relative;
}
.promotion-block__media-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.promotion-block__image {
  height: 100%;
}
.promotion-block__image .image {
  height: 100%;
  margin-bottom: 0;
}
.promotion-block__image .image__content-wrapper {
  border-radius: 0;
  height: 100%;
}
.promotion-block__icons {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 2rem 2rem 0;
}
@media screen and (min-width: 1024px) {
  .promotion-block__icons {
    padding: 4.5rem;
  }
}
.promotion-block__icon {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  height: 104px;
  justify-content: center;
  margin-right: 1rem;
  padding: 1.5rem;
  width: 104px;
}
@media screen and (min-width: 1024px) {
  .promotion-block__icon {
    height: 190px;
    margin-right: 1.5rem;
    padding: 2rem;
    width: 190px;
  }
}
.promotion-block__icon img {
  max-height: 100%;
}
.promotion-block__icon--black {
  background-color: #151616;
}
.promotion-block__icon--black img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1024px) {
  .promotion-block__icon--small {
    height: 104px;
    margin-right: 1rem;
    padding: 1.5rem;
    width: 104px;
  }
}
.promotion-block__text-content {
  padding: 2rem 2rem 2.5rem;
}
@media screen and (min-width: 1024px) {
  .promotion-block__text-content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    max-width: 50%;
    padding: 4.5rem;
  }
}
.promotion-block__heading {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  margin-top: 0;
  text-wrap: pretty;
}
@media screen and (min-width: 1024px) {
  .promotion-block__heading {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}
.promotion-block__link {
  color: #151616;
  text-decoration: none;
}
.promotion-block__link:hover, .promotion-block__link:focus, .promotion-block__media-content:hover + .promotion-block__text-content .promotion-block__link {
  text-decoration: underline;
}
.promotion-block__link:active, .promotion-block__media-content:active + .promotion-block__text-content .promotion-block__link {
  color: #BA3F26;
}
.promotion-block__link-icon {
  display: inline-block;
  margin-left: 0.75rem;
}
.promotion-block__link-icon .icon {
  margin-bottom: -8px;
}
.promotion-block__media-content:hover + .promotion-block__text-content .promotion-block__link-icon .icon::before {
  transform: translateX(30px);
}
.promotion-block__media-content:hover + .promotion-block__text-content .promotion-block__link-icon .icon::after {
  transform: translateX(0);
}
.promotion-block__description {
  margin-top: 2rem;
}
.promotion-block__description > *:last-child {
  margin-bottom: 0;
}
.promotion-block--yellow {
  background-color: #F2D601;
}
.promotion-block--grey {
  background-color: #F0F2F5;
}
.promotion-block--black {
  background-color: #151616;
  color: #FFFFFF;
}
.promotion-block--black .promotion-block__link {
  color: #FFFFFF;
}
.promotion-block--black .promotion-block__link:active {
  color: #E34C2A;
}
.promotion-block--black .promotion-block__icon--black {
  background-color: #FFFFFF;
}
.promotion-block--black .promotion-block__icon--black img {
  filter: none;
}
.promotion-block--black .promotion-block__link-icon .icon {
  background-color: #FFFFFF;
}
.promotion-block--black .promotion-block__link-icon .icon::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -36px -36px;
  width: 22px;
  height: 22px;
}
.promotion-block--black .promotion-block__link-icon .icon::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -198px -198px;
  width: 22px;
  height: 22px;
}
.promotion-block--agurk {
  background-color: #004532;
  color: #FFFFFF;
}
.promotion-block--agurk .promotion-block__heading {
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #E0E5AB;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .promotion-block--agurk .promotion-block__heading {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
.promotion-block--agurk .promotion-block__subheading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
}
.promotion-block--agurk .promotion-block__description {
  margin-bottom: 2rem;
  margin-top: 0;
}
.promotion-block--agurk .promotion-block__description dl {
  margin: 0;
}
.promotion-block--agurk .promotion-block__description dt {
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.promotion-block--agurk .promotion-block__description dd {
  margin: 0;
  padding-left: 1.5rem;
}
.promotion-block--agurk .promotion-block__link {
  color: #FFFFFF;
  font-weight: 700;
}
.promotion-block--agurk .promotion-block__link:active {
  color: #E34C2A;
}
.promotion-block--agurk .promotion-block__link-icon .icon {
  background-color: #FFFFFF;
}
.promotion-block--agurk .promotion-block__link-icon .icon::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.promotion-block--agurk .promotion-block__link-icon .icon::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
}
.promotion-block--slusk {
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .promotion-block--slusk {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .promotion-block--slusk .promotion-block__container {
    display: flex;
  }
}
.promotion-block--slusk .promotion-block__heading {
  color: #BA3F26;
}
.promotion-block--slusk .promotion-block__description {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .promotion-block--slusk .promotion-block__description {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.promotion-block--slusk .promotion-block__link {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .promotion-block-column-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .promotion-block-column-wrap .promotion-block {
    flex: 0 0 calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
    display: block;
  }
  .promotion-block-column-wrap .promotion-block__image {
    margin-bottom: 3rem;
  }
  .promotion-block-column-wrap .promotion-block__icons {
    padding-bottom: 2rem;
  }
  .promotion-block-column-wrap .promotion-block__text-content {
    max-width: 100%;
    padding-top: 0;
  }
}

.quote {
  margin-bottom: 1.625rem;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
.quote::before {
  background-color: #E34C2A;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.quote__text {
  margin: 0;
}
.quote__source {
  font-weight: 700;
  margin-top: 0.5rem;
}
.quote__source::before {
  content: "– ";
}

.rich-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 34.75rem;
  width: 100%;
}
.rich-text h2 + h3,
.rich-text h3 + h4 {
  margin-top: 0;
}
.rich-text--dark a {
  color: #FFFFFF;
}
.rich-text--dark a:focus, .rich-text--dark a:hover {
  color: #E34C2A;
}

.search-box {
  position: relative;
}
.search-box__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.search-box__input[type=search] {
  font-size: 1.125rem;
  line-height: 1.625rem;
  background-color: #000000;
  border: 0.125rem solid transparent;
  border-radius: 1.5rem;
  color: #FFFFFF;
  height: 3rem;
  margin-bottom: 0;
  padding: 6px 48px 12px 54px;
  width: 100%;
}
.search-box__input[type=search]::-webkit-input-placeholder {
  color: #A4A4A4;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box__input[type=search]:-moz-placeholder {
  color: #A4A4A4;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box__input[type=search]::-moz-placeholder {
  color: #A4A4A4;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box__input[type=search]:-ms-input-placeholder {
  color: #A4A4A4;
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-box__input[type=search]:focus, .search-box__input[type=search]:hover {
  border-color: #FFFFFF;
  outline: none;
  padding: 6px 48px 12px 54px;
}
.search-box__submit {
  left: 1rem;
  position: absolute;
  top: 11px;
}
.search-box__submit::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -819px -814px;
  width: 26px;
  height: 26px;
  content: "";
  display: block;
}
.search-box__reset {
  opacity: 0;
  padding: 0.75rem;
  position: absolute;
  right: 4px;
  top: 2px;
  transition: opacity linear 100ms;
}
.search-box__reset::before {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -327px -325px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
}
.search-box__reset:focus, .search-box__reset:hover, .search-box__input:valid ~ .search-box__reset {
  opacity: 1;
}

.search-result {
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.search-result__heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.search-result__link {
  color: #FFFFFF;
  text-decoration: none;
}
.search-result__link:focus, .search-result__link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.search-result__link:active {
  color: #E34C2A;
}
.search-result__icon {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: bottom;
}
.search-result__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.teaser-list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .teaser-list {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}
.l-site__content .teaser-list:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-header + .teaser-list {
    margin-top: -2.5rem;
    position: relative;
  }
  .page-header + .teaser-list::before {
    background-color: #F0F2F5;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .page-header + .teaser-list--archive {
    margin-top: 0;
  }
  .page-header + .teaser-list--archive::before {
    content: none;
  }
}
.teaser-list__header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 2rem;
}
.teaser-list__heading {
  margin: 0;
}
.teaser-list__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.teaser-list__item {
  flex-basis: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .teaser-list__item {
    flex-basis: 33.3333%;
  }
}
.teaser-list__item--focused {
  flex-basis: 100%;
}

.teaser {
  margin-bottom: 2.5rem;
}
.teaser__image {
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .teaser__image {
    margin-bottom: 1rem;
  }
}
.teaser__image-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.teaser__heading {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  text-wrap: pretty;
}
@media screen and (min-width: 1024px) {
  .teaser__heading {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .teaser__heading {
    margin-bottom: 1rem;
  }
}
.teaser__link {
  color: #151616;
  text-decoration: none;
}
.teaser__link:focus, .teaser__link:hover, .teaser__image:hover + .teaser__text-content .teaser__link {
  text-decoration: underline;
}
.teaser__link:active, .teaser__image:active + .teaser__text-content .teaser__link {
  color: #BA3F26;
}
.teaser__icon {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: bottom;
}
.teaser__image:hover + .teaser__text-content .teaser__icon .icon::before {
  transform: translateX(20px);
}
.teaser__image:hover + .teaser__text-content .teaser__icon .icon::after {
  transform: translateX(0);
}
.teaser__date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #58595B;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-columns--2-to-3 li:nth-child(n+2) .teaser .teaser__heading, .teaser-list__item:not(.teaser-list__item--focused) .teaser .teaser__heading {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .l-columns--2-to-3 li:nth-child(n+2) .teaser .teaser__description, .teaser-list__item:not(.teaser-list__item--focused) .teaser .teaser__description {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list__item--focused .teaser {
    align-items: stretch;
    background-color: #F0F2F5;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
  }
  .teaser-list__item--focused .teaser .teaser__image {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .teaser-list__item--focused .teaser .teaser__image .image {
    height: 100%;
  }
  .teaser-list__item--focused .teaser .teaser__image .image__content-wrapper {
    border-radius: 0;
    height: 100%;
    padding-bottom: 0;
  }
  .teaser-list__item--focused .teaser .teaser__text-content {
    flex: 0 0 50%;
    padding: 5rem;
  }
  .teaser-list__item--focused .teaser .teaser__heading {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .teaser-list__item--focused .teaser .teaser__heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list__item--focused .teaser .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .teaser-list__item--focused .teaser .icon::before, .teaser-list__item--focused .teaser .icon::after {
    left: 8px;
    top: 8px;
  }
  .teaser-list__item--focused .teaser .icon::before {
    background: url("../images/sprite.svg?v=1699868159620") no-repeat;
    background-size: 1096px 1073px;
    background-position: -278px -278px;
    width: 24px;
    height: 24px;
  }
  .teaser-list__item--focused .teaser .icon::after {
    background: url("../images/sprite.svg?v=1699868159620") no-repeat;
    background-size: 1096px 1073px;
    background-position: -158px -158px;
    width: 24px;
    height: 24px;
    transform: translateX(-30px);
  }
}
@media screen and (min-width: 768px) {
  .teaser-list__item--focused .teaser a:focus .icon::before,
.teaser-list__item--focused .teaser a:hover .icon::before,
.teaser-list__item--focused .teaser .teaser__image:hover + .teaser__text-content .icon::before {
    transform: translateX(30px);
  }
  .teaser-list__item--focused .teaser a:focus .icon::after,
.teaser-list__item--focused .teaser a:hover .icon::after,
.teaser-list__item--focused .teaser .teaser__image:hover + .teaser__text-content .icon::after {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .teaser-list__item--focused .teaser .teaser__description {
    margin-bottom: 0;
  }
}

.travel-planner-vue {
  position: relative;
}
.travel-planner-vue__from-to-wrap {
  background-color: #FFFFFF;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__from-to-wrap {
    display: flex;
  }
}
.travel-planner-vue__textfield {
  align-items: baseline;
  border: 0.0625rem solid #58595B;
  flex: 0 0 50%;
  height: 56px;
  margin-bottom: 0;
  padding: 1px;
  position: relative;
  width: 100%;
}
.travel-planner-vue__textfield--from {
  border-bottom-color: transparent;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__textfield--from {
    border-bottom-color: #58595B;
    border-right-color: transparent;
    flex-basis: calc(50% + 1px);
    margin-right: -1px;
    max-width: calc(50% + 1px);
  }
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__textfield--to {
    max-width: 50%;
  }
  .travel-planner-vue__textfield--to .travel-planner-vue__label {
    padding-left: 1.5rem;
  }
  .travel-planner-vue__textfield--to .travel-planner-vue__v-select.v-select, .travel-planner-vue__textfield--to .travel-planner-vue__v-select.v-select.vs--open {
    padding-left: 4.5rem;
  }
  .travel-planner-vue__textfield--to .travel-planner-vue__v-select.v-select:focus-within {
    padding-left: 4.5rem;
  }
}
.travel-planner-vue__textfield:focus-within {
  border-color: #BA3F26;
  border-width: 0.125rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__textfield:focus-within ~ .travel-planner-vue__textfield {
    border-left-color: transparent;
  }
}
.travel-planner-vue__textfield:focus-within .travel-planner-vue__label {
  left: 11px;
  top: 18px;
}
.travel-planner-vue__label {
  font-size: 0.8125rem;
  line-height: 0.875rem;
  color: #58595B;
  font-weight: 700;
  left: 0.75rem;
  position: absolute;
  top: 19px;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__label {
    padding-left: 0.75rem;
  }
}
.travel-planner-vue__button-swap {
  background: #FFFFFF;
  width: 36px;
  height: 36px;
  border: 0.0625rem solid #58595B;
  padding: 4px;
  border-radius: 50%;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__button-swap {
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}
.travel-planner-vue__button-swap:focus-visible {
  border: 0.125rem solid #BA3F26;
}
.travel-planner-vue__button-swap:hover {
  border-color: #BA3F26;
  color: #BA3F26;
}
.travel-planner-vue__button-swap.rotated .travel-planner-vue__swap-icon {
  transform: rotate(180deg);
}
.travel-planner-vue__swap-icon {
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0);
  transition: transform 100ms linear;
  margin: 0;
}
.travel-planner-vue__swap-icon > svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.travel-planner-vue__v-select.v-select {
  border: none;
  height: 100%;
}
.travel-planner-vue__v-select.v-select, .travel-planner-vue__v-select.v-select.vs--open {
  padding: 11px 1.5rem 9px 3rem;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__v-select.v-select, .travel-planner-vue__v-select.v-select.vs--open {
    padding-left: 4rem;
  }
}
.travel-planner-vue__v-select.v-select:focus-within {
  padding: 11px 1.5rem 9px 3rem;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__v-select.v-select:focus-within {
    padding-left: 4rem;
  }
}
.travel-planner-vue__v-select.v-select .vs__selected-options {
  max-width: 100%;
}
.travel-planner-vue__v-select.v-select .vs__selected {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.travel-planner-vue__v-select.v-select .vs__actions {
  display: none;
}
.travel-planner-vue__v-select.v-select .vs__dropdown-option {
  display: flex;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .travel-planner-vue__v-select.v-select .vs__dropdown-option {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.travel-planner-vue__autocomplete-text {
  flex: 1 1 auto;
}
.travel-planner-vue__autocomplete-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-left: 1rem;
}
.travel-planner-vue__autocomplete-icons > span {
  filter: brightness(0);
  margin-left: 6px;
}
.vs__dropdown-option--highlight .travel-planner-vue__autocomplete-icons > span {
  filter: none;
}

.verbose-link {
  align-items: flex-start;
  color: #151616;
  display: inline-flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .verbose-link {
    margin-bottom: 2.5rem;
  }
}
.verbose-link:focus, .verbose-link:hover {
  text-decoration: underline;
}
.verbose-link:active {
  color: #BA3F26;
}
.verbose-link__icon {
  margin-right: 1rem;
  margin-top: 6px;
}
.verbose-link__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 36px;
}
.verbose-link__heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
}
.verbose-link__description {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 0;
}
.verbose-link__description:empty {
  display: none;
}
.verbose-link--menu {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.verbose-link--menu:focus, .verbose-link--menu:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.verbose-link--menu:focus .verbose-link__heading,
.verbose-link--menu:focus .verbose-link__description, .verbose-link--menu:hover .verbose-link__heading,
.verbose-link--menu:hover .verbose-link__description {
  text-decoration: underline;
}
.verbose-link--menu:active {
  color: #E34C2A;
}
@media screen and (min-width: 768px) {
  .verbose-link--menu .verbose-link__icon {
    margin-top: 0;
  }
}
.verbose-link--menu .verbose-link__text {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .verbose-link--menu .verbose-link__heading {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-top: 1px;
  }
}
.verbose-link--menu .verbose-link__description {
  color: #A4A4A4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .verbose-link--menu .verbose-link__description {
    display: none;
  }
}

.l-site #CybotCookiebotDialog {
  font-family: "Galaxie Polaris", Helvetica, Arial, sans-serif;
}
.l-site #CybotCookiebotDialog h2 {
  font-weight: 700;
}
.l-site #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:focus, .l-site #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #151616;
  text-decoration: underline;
}
.l-site #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:active {
  color: #BA3F26;
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #151616;
  font-weight: 700;
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -182px -182px;
  width: 16px;
  height: 16px;
  border: none;
  content: "";
  display: block;
  margin-bottom: -1px;
  margin-left: 0.25rem;
  transform: none;
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:focus, .l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover {
  text-decoration: underline;
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:focus::after, .l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover::after {
  filter: brightness(0);
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:active {
  color: #BA3F26;
}
.l-site #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:active::after {
  filter: none;
}
.l-site #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-weight: 700;
}
.l-site #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:focus, .l-site #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  border-color: #E34C2A;
  border-radius: 4px;
  opacity: 1;
  outline: none;
  text-decoration: underline;
}

.l-site .CookieDeclaration .CookieDeclarationTableCell {
  white-space: normal;
}

.EPiServerForms .Form__Description {
  margin-bottom: 1.625rem;
}
.EPiServerForms .Form__MainBody .Form__Element {
  margin-bottom: 1.625rem;
}
.EPiServerForms .Form__MainBody .Form__Element .FormTextbox__Input {
  margin-bottom: 0;
}
.EPiServerForms .Form__MainBody .Form__Element.ValidationFail .FormTextbox__Input {
  background-color: rgba(204, 0, 0, 0.1);
  border-color: #CC0000;
}
.EPiServerForms .Form__MainBody .Form__Element .Form__Element__Caption {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.EPiServerForms .Form__MainBody .Form__Element .Form__Element__ValidationError {
  color: #CC0000;
  display: block;
  margin-top: 0.5rem;
}
.EPiServerForms .Form__MainBody .Form__Element .FormResetButton,
.EPiServerForms .Form__MainBody .Form__Element .FormCaptcha__Refresh {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  color: #BA3F26;
  text-decoration: underline;
}
.EPiServerForms .Form__MainBody .Form__Element .FormResetButton::-moz-focus-inner,
.EPiServerForms .Form__MainBody .Form__Element .FormCaptcha__Refresh::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.EPiServerForms .Form__MainBody .Form__Element .FormResetButton:focus, .EPiServerForms .Form__MainBody .Form__Element .FormResetButton:hover,
.EPiServerForms .Form__MainBody .Form__Element .FormCaptcha__Refresh:focus,
.EPiServerForms .Form__MainBody .Form__Element .FormCaptcha__Refresh:hover {
  color: #151616;
}
.EPiServerForms .Form__MainBody .Form__Element .FormResetButton {
  margin-bottom: 1.625rem;
}
.EPiServerForms .Form__MainBody .Form__Element .FormCaptcha__Image {
  margin-bottom: 0.5rem;
}
.EPiServerForms .Form__MainBody .Form__Element.FormTextbox--Textarea .FormTextbox__Input {
  height: 140px;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice {
  overflow: hidden;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .Form__Element__Caption {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Label {
  cursor: pointer;
  display: block;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Label::before {
  border: 0.0625rem solid #151616;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Label::after {
  display: block;
  position: absolute;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Label:hover {
  text-decoration: underline;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Label:hover::before {
  border-color: #BA3F26;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:focus + .FormChoice__Label::before {
  border: 0.125rem solid #BA3F26;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input:checked + .FormChoice__Label::after {
  content: "";
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input--Radio + .FormChoice__Label::before {
  border-radius: 50%;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input--Radio + .FormChoice__Label::after {
  background-color: #BA3F26;
  border-radius: 50%;
  left: 4px;
  height: 8px;
  top: 10px;
  width: 8px;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input--Checkbox + .FormChoice__Label::after {
  background: url("../images/sprite.svg?v=1699868159620") no-repeat;
  background-size: 1096px 1073px;
  background-position: -871px -866px;
  width: 18px;
  height: 17px;
  left: -0.5px;
  top: 5px;
}
.EPiServerForms .Form__MainBody .Form__Element.FormChoice .FormChoice__Input--Button {
  border: 1px solid black;
}
.EPiServerForms .Form__MainBody .Form__Element.FormRange > span:not([class]) {
  display: flex;
}
.EPiServerForms .Form__MainBody .Form__Element.FormRange .FormRange__Min {
  padding-right: 0.25rem;
}
.EPiServerForms .Form__MainBody .Form__Element.FormRange .FormRange__Max {
  padding-left: 0.25rem;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar {
  align-items: center;
  display: flex;
  margin-bottom: 1.625rem;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .btnPrev, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnNext {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  color: #BA3F26;
  height: auto;
  text-decoration: underline;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .btnPrev::-moz-focus-inner, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnNext::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .btnPrev:focus, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnPrev:hover, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnNext:focus, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnNext:hover {
  color: #151616;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .btnPrev:disabled, .EPiServerForms .Form__MainBody .Form__NavigationBar .btnNext:disabled {
  color: #58595B;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  border: 1px solid #BA3F26;
  display: inline-block;
  flex-grow: 1;
  margin: 6px 0.5rem 0;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  background-color: #BA3F26;
  height: 0.5rem;
}
.EPiServerForms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.FormSubmitButton {
  display: block;
  padding-right: 2.5rem;
  position: relative;
}
.FormSubmitButton::after {
  margin-top: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
}

/*------------------------------------*/
/*  #NOSCRIPT
/*------------------------------------*/
/**
 * Components to be shown when JS is disabled
 */
.noscript__component {
  display: none !important;
}
.noscript .noscript__component {
  display: block !important;
  width: 100%;
}
.noscript__component > *:last-child {
  margin-bottom: 0;
}
.noscript .noscript__hide {
  display: none !important;
}
.noscript [data-toggle-element] {
  display: block;
}

/*------------------------------------*/
/*  #REDUCED MOTION
/*------------------------------------*/
/**
 * Removes transitions/animations for users who have enabled "Reduced Motion"
 * in their browser
 */
@media screen and (prefers-reduced-motion) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important;
  }
}
/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The thing that should not be.
 * Your 1-stop place for all nasty hacks and overrides that are
 * sometimes necessary for the greater good.
 *
 * This file should be as small as possible and should be routinely reviewed
 * in order to refactor out unnecessary hacks.
 */
/*------------------------------------*/
/* #UTILITY-CLASSES
/*------------------------------------*/
/**
 * Utility classes (single purpose classes that override defaults)
 * Prefixed u-
 */
.u-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-disable-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

.u-nowrap {
  white-space: nowrap;
}

.u-mg-top-0 {
  margin-top: 0rem;
}

.u-mg-top-1 {
  margin-top: 0.5rem;
}

.u-mg-top-2 {
  margin-top: 1rem;
}

.u-mg-top-3 {
  margin-top: 1.5rem;
}

.u-mg-top-4 {
  margin-top: 2rem;
}

.u-mg-top-5 {
  margin-top: 2.5rem;
}

.u-mg-top-6 {
  margin-top: 3rem;
}

.u-mg-top-7 {
  margin-top: 3.5rem;
}

.u-mg-top-8 {
  margin-top: 4rem;
}

.u-mg-top-9 {
  margin-top: 4.5rem;
}

.u-mg-top-10 {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .u-mg-top-0-md-up {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-1-md-up {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-2-md-up {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-3-md-up {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-4-md-up {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-5-md-up {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-6-md-up {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-7-md-up {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-8-md-up {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-9-md-up {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-top-10-md-up {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-0-lg-up {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-1-lg-up {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-2-lg-up {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-3-lg-up {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-4-lg-up {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-5-lg-up {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-6-lg-up {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-7-lg-up {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-8-lg-up {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-9-lg-up {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-top-10-lg-up {
    margin-top: 5rem;
  }
}

.u-mg-bottom-0 {
  margin-bottom: 0rem;
}

.u-mg-bottom-1 {
  margin-bottom: 0.5rem;
}

.u-mg-bottom-2 {
  margin-bottom: 1rem;
}

.u-mg-bottom-3 {
  margin-bottom: 1.5rem;
}

.u-mg-bottom-4 {
  margin-bottom: 2rem;
}

.u-mg-bottom-5 {
  margin-bottom: 2.5rem;
}

.u-mg-bottom-6 {
  margin-bottom: 3rem;
}

.u-mg-bottom-7 {
  margin-bottom: 3.5rem;
}

.u-mg-bottom-8 {
  margin-bottom: 4rem;
}

.u-mg-bottom-9 {
  margin-bottom: 4.5rem;
}

.u-mg-bottom-10 {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-0-md-up {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-1-md-up {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-2-md-up {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-3-md-up {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-4-md-up {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-5-md-up {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-6-md-up {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-7-md-up {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-8-md-up {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-9-md-up {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg-bottom-10-md-up {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-0-lg-up {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-1-lg-up {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-2-lg-up {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-3-lg-up {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-4-lg-up {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-5-lg-up {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-6-lg-up {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-7-lg-up {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-8-lg-up {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-9-lg-up {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-mg-bottom-10-lg-up {
    margin-bottom: 5rem;
  }
}
/*# sourceMappingURL=source\css\style.css.map */