@charset "UTF-8";
/*! enhance | v0.0.1 | https://kaloja.github.io/enhance */
html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  cursor: default;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

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

body {
  margin: 0;
  background-color: #fff;
}

article, aside, figcaption, figure, footer, header, main, nav, section, time {
  display: block;
}

nav ol, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  height: 1px;
  margin: 0;
  background-color: #fff;
  border: 0;
}

dl, ol, ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

a {
  background-color: transparent;
}

a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background-color: #222;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 2rem 0;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input, select, textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  order-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none;
}

[role=button], [tabindex], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * This CSS resource incorporates links to web font and font software which is the valuable copyrighted property of House Industries and/or its
 * suppliers. You expressly agree to not copy, install, redistribute, convert, modify, or reverse engineer this font software or the fonts rendered
 * thereby. Please contact House Industries with any questions regarding Web Fonts: http://www.houseind.com
 */
@font-face {
  font-family: "neutraface";
  src: url("../../fonts/NeutrafaceText-Book.woff2") format("woff2"), url("../../fonts/NeutrafaceText-Book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "neutraface";
  src: url("../../fonts/NeutrafaceText-Bold.woff2") format("woff2"), url("../../fonts/NeutrafaceText-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  height: 100%;
  font-family: "neutraface", system-ui, sans-serif;
  font-weight: 400;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  height: 100%;
  background-color: #F8F8F8;
}

p {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-variant-ligatures: common-ligatures, contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

iframe {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  border: none;
}
@media (min-width: 1000px) {
  iframe {
    min-height: 400px;
  }
}

body.is-open {
  overflow: hidden;
}

::selection {
  background: #282828;
  color: white;
}

*:focus {
  outline: 2px solid #076633;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.o-button {
  display: inline-block;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-decoration: none;
  vertcal-align: middle;
  border: 2px solid #282828;
  background-color: #282828;
  transition: background-color 300ms ease, border 300ms ease;
}
.o-button:disabled, .o-button[disabled] {
  color: #4A4A4A;
  border-color: #E8E8E8;
  background-color: #E8E8E8;
}
.o-button:disabled:hover, .o-button[disabled]:hover {
  border-color: #E8E8E8;
  background-color: #E8E8E8;
}

.o-button--primary {
  border-color: #076633;
  background-color: #076633;
}

.o-button--secondary {
  border-color: #01B4EF;
  background-color: #01B4EF;
}
.o-button--secondary:hover {
  border-color: rgb(0.89375, 160.875, 213.60625);
  background-color: rgb(0.89375, 160.875, 213.60625);
}

.o-button--alert {
  width: 100%;
  padding: 1rem;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f59a2b;
  color: #282828;
}
.o-button--alert:hover {
  border: none;
  border-top: 1px solid rgb(243.8513513514, 142.3986486486, 18.6486486486);
  background-color: rgb(243.8513513514, 142.3986486486, 18.6486486486);
}
@media (min-width: 420px) and (min-height: 300px) {
  .o-button--alert {
    width: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .o-button--alert:hover {
    border: none;
    border-left: 1px solid rgb(243.8513513514, 142.3986486486, 18.6486486486);
    background-color: rgb(243.8513513514, 142.3986486486, 18.6486486486);
  }
}

.o-button-icon {
  padding-left: 0.5rem;
}

.o-button--subscribe {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

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

.o-container--fluid {
  max-width: 1920px;
}

.o-container--full {
  max-width: none;
}

.o-container--quickbar {
  width: 100%;
}
@media (min-width: 700px) {
  .o-container--quickbar {
    width: 90%;
  }
}

.video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  margin: 2rem 0;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 500px) {
  .o-page--article article header {
    width: 65%;
  }
}

.o-page-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.o-page-headline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: calc(1rem + 2.25vw);
  font-size: calc(2rem + 2vw);
  font-weight: 400;
}
.o-page-headline:first-letter {
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .o-page-headline {
    margin-top: calc(2rem + 1vw);
  }
}

.o-grid {
  --card-size: clamp(10rem, calc(8rem + 5vmin), 15rem);
  --flow: row;
  --gap: clamp(1rem, calc(0.8rem + 1vmin), 1.5rem);
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--card-size)), 1fr));
  gap: var(--gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

.o-grid--no-gutter {
  --gap: 0;
}

.o-overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: black;
  transition: opacity 300ms ease;
  transform: translateX(100%);
}

.is-open .o-overlay {
  opacity: 0.25;
  transform: translateX(0);
}

.c-alertbar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 0;
  background-color: #f59a2b;
  border-radius: 5px;
}

.c-alertbar-content {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 420px) and (min-height: 300px) {
  .c-alertbar-content {
    width: auto;
    width: calc(100% - 200px);
  }
}

.c-alertbar-icon {
  width: 100%;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 420px) and (min-height: 300px) {
  .c-alertbar-icon {
    max-width: 60px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.c-alertbar-icon > svg path {
  fill: #282828;
}

.c-alertbar-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
  color: #282828;
}
@media (min-width: 700px) {
  .c-alertbar-title {
    font-size: 1.125rem;
  }
}

.c-alertbar-text {
  margin-bottom: 0;
  color: #282828;
}

@media (min-width: 420px) and (min-height: 300px) {
  .c-alertbar-link {
    margin-left: auto;
  }
}

.c-article {
  order: 2;
  width: 100%;
}
@media (min-width: 500px) {
  .c-article {
    order: 1;
    width: 65%;
  }
}

.c-article--default {
  order: 1;
}
@media (min-width: 500px) {
  .c-article--default {
    order: 2;
  }
}

.c-article-grid {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid #dbdbdb;
}

.c-article-main {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dbdbdb;
  overflow: auto;
}
.c-article-main hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #dbdbdb;
}
.c-article-main ul li,
.c-article-main ol li {
  line-height: 1.75;
}
.c-article-main a {
  color: #01B4EF;
  text-decoration: underline;
  transition: color 300ms ease;
}
.c-article-main a:hover {
  color: rgb(0.7875, 141.75, 188.2125);
}
.c-article-main blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: calc(1rem + 1.5vw);
}
.c-article-main blockquote p {
  line-height: 1;
}
.c-article-main h1,
.c-article-main h2,
.c-article-main h3,
.c-article-main h4,
.c-article-main h5,
.c-article-main h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-article-main h2 {
  font-size: 1.25rem;
}
.c-article-main h3 {
  font-size: 1rem;
}
.c-article-main table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dbdbdb;
}
.c-article-main table thead {
  text-align: left;
}
.c-article-main table thead th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.c-article-main table tbody {
  border: 1px solid red;
}
.c-article-main table tbody tr td {
  border-top: 1px solid #dbdbdb;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.c-article-main dl {
  border: 1px solid #dbdbdb;
}
.c-article-main dl:after {
  content: "";
  display: block;
  clear: both;
}
.c-article-main dl dt {
  float: left;
  width: 60%;
  padding: 0.75rem 1rem;
  font-weight: normal;
}
.c-article-main dl dt:nth-of-type(odd) {
  background-color: #d7eaf0;
}
.c-article-main dl dd {
  float: right;
  width: 40%;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: right;
}
.c-article-main dl dd:nth-of-type(odd) {
  background-color: #d7eaf0;
}
.c-article-main h1 + dl,
.c-article-main h2 + dl,
.c-article-main h3 + dl,
.c-article-main h4 + dl,
.c-article-main h5 + dl,
.c-article-main h6 + dl,
.c-article-main h1 + ul,
.c-article-main h2 + ul,
.c-article-main h3 + ul,
.c-article-main h4 + ul,
.c-article-main h5 + ul,
.c-article-main h6 + ul,
.c-article-main h1 + ol,
.c-article-main h2 + ol,
.c-article-main h3 + ol,
.c-article-main h4 + ol,
.c-article-main h5 + ol,
.c-article-main h6 + ol {
  margin-top: 0.5rem;
}

.c-article-figcaption {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 80%;
}

@media (min-width: 500px) {
  .c-archive {
    width: 65%;
  }
}

.c-archive-list {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #dbdbdb;
}

.c-archive-link {
  display: block;
  color: #01B4EF;
  text-decoration: none;
  transition: color 300ms ease;
  transform: translateY(0);
  will-change: transform;
}
.c-archive-link:hover {
  color: #282828;
}

.c-archive-title {
  margin-bottom: 0.5rem;
  font-size: calc(1.25rem + 0.125vw);
  font-weight: 700;
}

.c-archive-datetime {
  margin-top: -1rem;
  margin-bottom: 3rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.c-sidebar {
  order: 1;
  width: 100%;
  color: #4A4A4A;
  border-top: 1px solid #DBDBDB;
}
@media (min-width: 500px) {
  .c-sidebar {
    order: 2;
    width: 30%;
  }
}

.c-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-sidebar-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
}

.c-sidebar-sublist {
  list-style: none;
  padding-left: 1rem;
}

.c-sidebar-subitem {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-sidebar-link {
  color: #4A4A4A;
  text-decoration: none;
  transition: color 300ms ease;
}
.c-sidebar-link:hover {
  color: #01B4EF;
}

.c-sidebar-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-block: 1rem;
}

.c-sidebar-logo > img {
  width: auto;
  height: 1.5rem;
}

.c-sidebar-label {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-sidebar-text {
  margin-bottom: 0;
  font-size: 1rem;
}

.c-sidebar-readmore {
  display: block;
  text-decoration: none;
  color: #4A4A4A;
}
.c-sidebar-readmore span {
  margin-left: 0.5rem;
}
.c-sidebar-readmore:hover {
  color: #282828;
}
.c-sidebar-readmore.is-active {
  font-weight: 700;
}

.c-sidebar-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-sidebar--months .c-sidebar-container {
  margin-top: 1rem;
}
.c-sidebar--months .c-sidebar-list {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
}
.c-sidebar--months .c-sidebar-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  transition: all 300ms ease;
}
.c-sidebar--months .c-sidebar-icon.is-open {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.c-sidebar--months .c-sidebar-items {
  display: none;
  padding-top: 1rem;
}
.c-sidebar--months .c-sidebar-items.is-open {
  display: block;
}
.c-sidebar--months .c-sidebar-item {
  padding: 0;
  margin-bottom: 0.75rem;
  border-bottom: none;
}
.c-sidebar--months .c-sidebar-item:last-child {
  margin-bottom: 0;
}
.c-sidebar--months .c-sidebar-label {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weigt: 600;
}

.c-sidebar--subpages {
  order: 2;
}
@media (min-width: 500px) {
  .c-sidebar--subpages {
    order: 1;
  }
}

.c-sidebar--search a {
  color: #01B4EF;
  transition: color 300ms ease;
}
.c-sidebar--search a:hover {
  color: #282828;
}

.c-sidebar--info {
  margin-bottom: 2rem;
}
.c-sidebar--info .c-sidebar-list {
  margin-bottom: 1.5rem;
}
.c-sidebar--info .c-sidebar-item {
  padding-top: 1.5rem;
  padding-bottom: 0;
  border: none;
}
.c-sidebar--info .c-sidebar-item p {
  margin-bottom: 0.5rem;
}
.c-sidebar--info .c-sidebar-item a {
  color: #01B4EF;
  transition: color 300ms ease;
}
.c-sidebar--info .c-sidebar-item a:hover {
  color: #282828;
}

.c-flightinformation {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 320px) {
  .c-flightinformation-section {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 700px) {
  .c-flightinformation-section {
    box-shadow: none;
  }
}

.c-flightinformation-headline {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.c-flightinformation-headline:first-letter {
  text-transform: uppercase;
}

.c-flightinformation-walls {
  background-color: white;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .c-flightinformation-walls {
    padding-top: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem;
  }
}
@media (min-width: 1000px) and (min-width: 700px) {
  .c-flightinformation-walls {
    margin: -1rem;
  }
}
@media (min-width: 1000px) {
  .c-flightinformation-walls > * {
    flex: 1 0 15rem;
    max-width: 100%;
    margin: 0.75rem;
  }
}
@media (min-width: 1000px) and (min-width: 700px) {
  .c-flightinformation-walls > * {
    margin: 1rem;
  }
}

.c-flightinformation-wall {
  overflow: auto;
}
@media (min-width: 1000px) {
  .c-flightinformation-wall {
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
}

.c-flightinformation-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.2rem 1rem 0.8rem 1rem;
}
@media (min-width: 700px) {
  .c-flightinformation-header {
    padding: 1.75rem 1.5rem 1.25rem 1.5rem;
  }
}

.c-flightinformation-tab {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  height: 50px;
  line-height: 50px;
  padding: 0 1rem;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
.c-flightinformation-tab.is-active {
  opacity: 1;
}
@media (min-width: 700px) {
  .c-flightinformation-tab {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1000px) {
  .c-flightinformation-tab {
    position: inherit;
    width: 100%;
    opacity: 1;
    cursor: inherit;
  }
}

.c-flightinformation-tab--left {
  left: 0;
}

.c-flightinformation-tab--right {
  left: 50%;
  border-left: 1px solid #E8E8E8;
}
@media (min-width: 1000px) {
  .c-flightinformation-tab--right {
    border-left: none;
  }
}

.c-flightinformation-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0.25rem;
  vertical-align: middle;
}
.c-flightinformation-title:first-letter {
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .c-flightinformation-title {
    padding-top: 0.5rem;
    font-size: 1.125rem;
  }
}

.c-flightinformation-icon {
  display: none;
  vertical-align: middle;
  width: 15px;
  height: auto;
}
@media (min-width: 300px) {
  .c-flightinformation-icon {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media (min-width: 700px) {
  .c-flightinformation-icon {
    width: 20px;
  }
}

.c-flightinformation-table {
  display: none;
  width: 100%;
  border: 0;
  border-top: 2px solid #F8F8F8;
}
.c-flightinformation-table thead th {
  padding: 1rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: left;
  color: #0F89B1;
  background-color: #fff;
}
.c-flightinformation-table tr td {
  border-top: 2px solid #F8F8F8;
  padding: 1rem;
  font-size: 0.6875rem;
  font-family: Helvetica Neue, Arial, sans-serif;
}
@media (min-width: 1000px) {
  .c-flightinformation-table tr td:first-child {
    min-width: 100px;
  }
}
.c-flightinformation-table tbody tr:hover {
  background-color: #0F89B1;
  color: #fff;
}
.c-flightinformation-table tfoot td {
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "neutraface", system-ui, sans-serif;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
@media (min-width: 1800px) {
  .c-flightinformation-table tfoot td {
    text-align: center;
  }
}
.c-flightinformation-table tfoot a {
  color: #7E7E7E;
  text-decoration: none;
  transition: all 300ms ease;
}
.c-flightinformation-table tfoot a:hover {
  color: #282828;
}
.c-flightinformation-table img {
  width: 15px;
  height: 15px;
}
.c-flightinformation-table.is-active {
  display: table;
}
@media (min-width: 1000px) {
  .c-flightinformation-table {
    display: table;
  }
}

.c-flightinformation-micro {
  display: block;
  margin-top: 2rem;
}

.c-travelinformation {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #076633;
  color: white;
}
.c-travelinformation h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
.c-travelinformation h2:first-letter {
  text-transform: uppercase;
}
.c-travelinformation h3 {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.c-travelinformation-header {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.c-travelinformation-header--no-border {
  border: none;
}

.c-travelinformation-icon {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}

.c-travelinformation-item {
  margin-top: 2rem;
}
.c-travelinformation-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-travelinformation-item ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.c-travelinformation-item ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.c-travelinformation-item ul li a span {
  float: right;
  padding-right: 1rem;
  opacity: 0;
  transition: all 300ms ease;
}
.c-travelinformation-item ul li a:hover span {
  opacity: 1;
}

.c-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #4A4A4A;
  background-color: white;
}

.c-news-headline {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #282828;
}
.c-news-headline:first-letter {
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .c-news-item--sidebar {
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .c-news-item--sidebar {
    margin-left: 3rem;
  }
}
.c-news-item--sidebar .c-news-link {
  color: #01B4EF;
  transition: color 300ms ease;
}
.c-news-item--sidebar .c-news-link:hover {
  color: #282828;
  transform: translateY(0);
}
.c-news-item--sidebar .c-news-readmore {
  display: block;
  padding-top: 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #4A4A4A;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02rem;
  border-top: 1px solid #E8E8E8;
}
.c-news-item--sidebar .c-news-readmore span {
  margin-left: 0.5rem;
}
.c-news-item--sidebar .c-news-readmore:hover {
  color: #282828;
}

.c-news-link {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  color: #282828;
  text-decoration: none;
}

.c-news-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  transition: all 300ms ease;
}
.c-news-link:hover .c-news-title {
  color: #01B4EF;
}

.c-news-image {
  position: relative;
  aspect-ratio: 6/4;
  overflow: hidden;
}
.c-news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}

.c-news-datetime {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.c-card {
  width: 100%;
}

.c-card-link {
  display: block;
  color: #282828;
  text-decoration: none;
}

.c-card-title {
  margin: 0;
  font-size: 1.25rem;
  transition: all 300ms ease;
}
.c-card-link:hover .c-card-title {
  color: #01B4EF;
}

.c-card-image {
  position: relative;
  aspect-ratio: 6/4;
  overflow: hidden;
}
.c-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}

.c-card-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 0.25rem;
}

.c-card-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.c-card-logo {
  width: auto;
  height: 0.75rem;
}

.c-card-travelagent {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-card-travelagent p {
  margin-bottom: 0;
  font-size: 14px;
}

.c-footer {
  padding-top: 4rem;
  padding-bottom: 70px;
  color: white;
  background-color: #282828;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .c-footer {
    padding-bottom: 0;
  }
}

.c-footer-title {
  margin-bottom: 1.125rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-space: 0.02rem;
}

.c-footer-column {
  margin-top: 3rem;
  margin-bottom: 0;
}

.c-footer-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer-item {
  display: block;
  margin-bottom: 0.5rem;
}

.c-footer-link {
  display: inline-block;
  font-size: 1.125rem;
  color: white;
  text-decoration: none;
  vertical-align: top;
}

.c-footer-icon {
  margin-right: 1.125rem;
}
.c-footer-icon img {
  width: auto;
  height: 25px;
}

.c-footer-icon--small svg,
.c-footer-icon--small img {
  width: auto;
  height: 20px;
}

.c-footer-icon--medium svg,
.c-footer-icon--medium img {
  width: auto;
  height: 25px;
}

.c-footer-icon--large svg,
.c-footer-icon--large img {
  width: auto;
  height: 60px;
}

.c-footer-icon--contact svg,
.c-footer-icon--contact img {
  width: 20px;
  height: 20px;
}

.c-footer-partner {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.c-footer-secondary {
  margin-top: 4rem;
  padding: 1rem 0;
  background-color: #212121;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.c-footer-secondary a {
  text-decoration: none;
  color: white;
}

.c-footer-border {
  width: 100%;
  height: 4px;
  margin: 0;
  background: linear-gradient(to right, #96c11f 0%, #01b0e9 60%, #025629 100%);
}

.c-footer-subscribe {
  color: black;
}

.c-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-form h2 {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.c-form h3 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.c-form h3:first-letter {
  text-transform: uppercase;
}
.c-form h4 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.c-form h4:first-letter {
  text-transform: uppercase;
}
.c-form label {
  position: absolute;
  width: 1px !important;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.c-form select {
  width: 100%;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-family: "neutraface", system-ui, sans-serif;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
.c-form input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-family: "neutraface", system-ui, sans-serif;
  min-height: 50px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
.c-form input::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form input::-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form input:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form input:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form input::placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form [type=text],
.c-form [type=email] {
  -webkit-appearance: none;
}
.c-form [type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  min-height: 15px;
  border-radius: 20px;
  appearance: none;
}
.c-form [type=radio]:checked {
  appearance: radio;
}
.c-form span ~ [type=radio] {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.c-form textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-family: "neutraface", system-ui, sans-serif;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  -webkit-appearance: none;
}
.c-form textarea::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form textarea::-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form textarea:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form textarea:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form textarea::placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-form small {
  display: block;
  margin-top: 2rem;
}

.c-form-content {
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.c-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -1rem;
}

.c-form-block {
  padding: 2rem 2rem 0 2rem;
}

.c-form-inner {
  padding: 1rem;
}

.c-form-field {
  width: 100%;
}
@media (min-width: 1000px) {
  .c-form-field {
    width: 50%;
  }
}

.c-form-field--subscribe {
  width: 100%;
}

.c-form-field--full {
  width: 100%;
}

.c-form-field--date {
  width: 50%;
}
.c-form-field--date .c-form-inner {
  margin-left: 0.5rem;
  padding: 1rem 0.5rem;
}
@media (min-width: 1000px) {
  .c-form-field--date {
    width: 25%;
  }
}

.c-form-field--time {
  position: relative;
  width: 25%;
}
.c-form-field--time .c-form-inner {
  padding: 1rem 0.5rem;
}
.c-form-field--time:last-of-type .c-form-inner {
  margin-right: 0.5rem;
}
.c-form-field--time:last-of-type .c-form-inner:before {
  position: absolute;
  top: 28px;
  left: -2px;
  display: inline-block;
  font-size: 1.25rem;
  content: ":";
}
@media (min-width: 1000px) {
  .c-form-field--time {
    width: 12.5%;
  }
}
.c-form-field--time input {
  text-align: center;
}

.c-form-footer {
  margin-top: 2rem;
  padding: 1.5rem;
  border-top: 1px solid #dbdbdb;
}

.c-form-honungskruka {
  position: absolute;
  width: 1px !important;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.u-error {
  border-color: red !important;
}

.u-error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.c-cover {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.c-cover-slider {
  height: 100%;
}

.c-cover-item {
  width: 100%;
  height: 100%;
}

.c-cover-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.c-cover-imagefallback {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-cover-image {
  display: none;
}

@supports (object-fit: cover) {
  .c-cover-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-cover-imagefallback {
    display: none;
  }
}
.c-cover-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: black;
  opacity: 0.4;
}

.c-cover-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  overflow: hidden;
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.c-cover-container--reseguiden {
  justify-content: center;
}

.c-cover-content {
  z-index: 3;
  width: 90%;
  max-width: 800px;
  text-align: left;
  color: #fff;
}
.c-cover-content h1,
.c-cover-content h2 {
  font-size: calc(1.5rem + 2.5vw);
  line-height: 1.15;
  text-shadow: 5px 2px 15px rgba(0, 0, 0, 0.125);
}
@supports (animation-fill-mode: forwards) {
  .c-cover-content h1,
  .c-cover-content h2 {
    opacity: 0;
    animation: 500ms forwards fade-in 500ms;
  }
  .c-cover-content p {
    opacity: 0;
    animation: 500ms forwards fade-in 800ms;
  }
  .c-cover-content .o-button {
    opacity: 0;
    animation: 500ms forwards fade-in 1100ms;
  }
}
.c-cover-content p {
  font-size: calc(1rem + 0.5vw);
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 5px 0px 15px rgba(0, 0, 0, 0.25);
}

.c-cover-content--destination h1 {
  font-weight: 400;
}

.c-cover-content--reseguiden h3 {
  font-size: 2rem;
  line-height: 1.15;
  text-shadow: 5px 2px 15px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (min-width: 700px) {
  .c-cover-content--reseguiden h3 {
    font-size: calc(2rem + 0.75vw);
  }
}
.c-cover-content--reseguiden p {
  font-size: 1.25rem;
  text-align: center;
}

.c-cover-video {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-cover--size-90 {
  height: 350px;
}
@media (min-width: 900px) {
  .c-cover--size-90 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .c-cover--size-90 {
    height: calc(90vh - 225px);
    min-height: 400px;
    max-height: 900px;
  }
}

.c-cover--size-100 {
  height: calc(100vh - 200px);
}
@media (min-width: 900px) {
  .c-cover--size-100 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .c-cover--size-100 {
    height: calc(100vh - 200px);
  }
}

.c-cover--size-60 {
  height: 350px;
}

.c-cover--size-article {
  aspect-ratio: 8/5;
  margin-bottom: 2rem;
}

.c-cover .flickity-slider {
  transform: none !important;
}
.c-cover .flickity-page-dots {
  bottom: 20px;
  text-align: right;
}
@media (min-width: 700px) {
  .c-cover .flickity-page-dots {
    bottom: 80px;
    text-align: center;
  }
}
.c-cover .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: white;
  opacity: 0.5;
}
.c-cover .flickity-page-dots .dot:last-of-type {
  margin-right: 10%;
}
@media (min-width: 700px) {
  .c-cover .flickity-page-dots .dot:last-of-type {
    margin-right: 0;
  }
}

.c-cover-item {
  left: 0 !important;
  opacity: 0;
  transition: opacity 750ms ease 150ms;
  z-index: -1;
  will-change: transform;
}

.c-cover-item.is-selected {
  opacity: 1;
  z-index: 0;
}

.c-header {
  display: none;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 700px) {
  .c-header {
    display: block;
  }
}

.c-header-brand {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-header-logo svg {
  width: 170px;
  height: 68px;
}

.c-header-navigation {
  background-color: white;
  border-top: 1px solid #E8E8E8;
}
.c-header-navigation nav {
  text-align: center;
}
.c-header-navigation nav ul {
  margin: 0;
  padding: 0;
}
.c-header-navigation nav ul li {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
}
.c-header-navigation nav ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 300ms ease;
}
.c-header-navigation nav ul li a.is-active {
  font-weight: 700;
}
.c-header-navigation nav ul li a:hover {
  color: #282828;
}

.c-header-item {
  width: 33.3333%;
}
.c-header-item img {
  width: 170px;
  height: auto;
}

.c-siteheader {
  display: none;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 700px) {
  .c-siteheader {
    display: block;
  }
}
.c-siteheader nav {
  text-align: right;
}

.c-siteheader-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-siteheader-item {
  display: inline-block;
  padding: 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.c-siteheader-item:last-of-type {
  padding-right: 0;
}
.c-siteheader-item:last-of-type a {
  background-color: yellow;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
}

.c-siteheader-link {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 300ms ease;
}
.c-siteheader-link:hover {
  color: #282828;
}

.c-toggle {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 150ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.c-toggle--header {
  padding: 1rem;
}

.c-toggle--tabsbar {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.c-toggle--tabsbar:focus {
  outline-offset: -6px;
}

.c-toggle--navigation {
  display: none;
  padding: 1.5rem;
}
@media (min-width: 700px) {
  .c-toggle--navigation {
    display: block;
  }
}
.c-toggle--navigation:focus {
  outline-offset: -6px;
}

.c-toggle-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.c-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.c-toggle-inner,
.c-toggle-inner::before,
.c-toggle-inner::after {
  width: 30px;
  height: 2px;
  background-color: #4A4A4A;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.c-toggle-inner::before,
.c-toggle-inner::after {
  content: "";
  display: block;
}

.c-toggle-inner::before {
  top: -6px;
}

.c-toggle-inner::after {
  bottom: -6px;
}

.c-toggle--collapse .c-toggle-inner {
  top: auto;
  bottom: 0;
  transition-duration: 130ms;
  transition-delay: 130ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-toggle--collapse .c-toggle-inner::after {
  top: -12px;
  transition: top 200ms 200ms cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 100ms linear;
}

.c-toggle--collapse .c-toggle-inner::before {
  transition: top 120ms 200ms cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 130ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-open .c-toggle--collapse .c-toggle-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-open .c-toggle--collapse .c-toggle-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.is-open .c-toggle--collapse .c-toggle-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-quickbar {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  background-color: white;
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 550px) {
  .c-quickbar {
    height: 100px;
  }
}
@media (min-width: 700px) {
  .c-quickbar {
    margin-top: -50px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
}

.c-quickbar-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .c-quickbar-items {
    width: auto;
  }
}

.c-quickbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333%;
  height: 100px;
  text-align: center;
  border-right: 1px solid #E8E8E8;
  overflow: hidden;
  transition: all 300ms ease;
}
.c-quickbar-item:hover {
  background-color: rgb(247.35, 247.35, 247.35);
}
.c-quickbar-item:last-of-type {
  display: none;
}
.c-quickbar-item:last-of-type, .c-quickbar-item:nth-child(3n+3) {
  border-right: none;
}
.c-quickbar-item:nth-last-child(-n+4) {
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 550px) {
  .c-quickbar-item {
    width: 16.6667%;
    height: 100%;
  }
  .c-quickbar-item:nth-last-child(-n+3) {
    border-top: none;
  }
  .c-quickbar-item:nth-child(3n+3) {
    border-right: 1px solid #E8E8E8;
  }
  .c-quickbar-item:nth-last-child(-n+4) {
    border-top: none;
  }
  .c-quickbar-item:last-of-type {
    border-right: none;
  }
}
@media (min-width: 700px) {
  .c-quickbar-item {
    width: 14.2857%;
  }
  .c-quickbar-item:last-of-type {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .c-quickbar-item {
    width: 100px;
  }
  .c-quickbar-item:last-of-type {
    display: none;
  }
}

.c-quickbar-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  color: #4A4A4A;
  text-decoration: none;
}
.c-quickbar-link:focus:not(:hover) {
  outline-offset: -6px;
}

.c-quickbar-link img {
  width: auto;
  height: 25px;
  margin-bottom: 0.75rem;
}

.c-quickbar-link span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.c-quickbar-search {
  display: none;
}
@media (min-width: 1000px) {
  .c-quickbar-search {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 1.25rem;
  }
}

.c-reseguiden-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-reseguiden-item {
  width: 100%;
}
@media (min-width: 600px) {
  .c-reseguiden-item {
    width: 50%;
  }
}

.c-reseguiden-item--iframe {
  padding: 1rem 1rem 0;
  background-color: #ebedf0;
}
@media (min-width: 1000px) {
  .c-reseguiden-item--iframe {
    padding: 2rem 2rem 0;
  }
}

.c-reseguiden-cover {
  height: 100%;
  min-height: 300px;
}
@media (min-width: 1000px) {
  .c-reseguiden-cover {
    min-height: 400px;
  }
}

.c-reseguiden-headline {
  margin-bottom: 2rem;
  text-align: center;
}
.c-reseguiden-headline:first-letter {
  text-transform: uppercase;
}

.c-reseguiden-reset {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.c-search {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
}

.c-search-input {
  width: 100%;
  padding: 1rem 3rem 1rem 3rem;
  background-color: #F4F4F4;
  border: none;
  font-size: 1rem;
}
.c-search-input::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-search-input::-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-search-input:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-search-input:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-search-input::placeholder {
  color: #4A4A4A;
  opacity: 1;
}
.c-search-input:placeholder-shown ~ .c-search-button--clear {
  display: none;
}

.c-search-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.125rem;
  height: 1.125rem;
}

.c-search-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.c-search-button--clear {
  left: auto;
  right: 0;
}

.c-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-search-item {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.c-search-item a {
  margin-bottom: 0.5rem;
  font-size: calc(1.25rem + 0.125vw);
  font-weight: 700;
  text-decoration: none;
}

.c-search--white {
  background-color: white;
  border: 1px solid #DBDBDB;
}
.c-search--white .c-search-input {
  background-color: white;
}

.c-tabsbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 70px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  will-change: transform;
}
@media (min-width: 700px) {
  .c-tabsbar {
    display: none;
  }
}

.c-tabsbar-items {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.c-tabsbar-item {
  width: 20%;
  height: 100%;
  border-right: 1px solid #E8E8E8;
  color: #282828;
}
.c-tabsbar-item:last-child {
  border-right: none;
}

.c-tabsbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-tabsbar-link:focus {
  outline-offset: -6px;
}

.c-tabsbar-icon {
  width: 24px;
  height: 24px;
}

.c-tabsbar-logo svg {
  display: block;
  max-height: 44px;
}

.c-team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  padding-left: 0;
  list-style: none;
}
.c-team p {
  margin-bottom: 0;
}

.c-team-item {
  width: 100%;
  margin-bottom: 2.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 320px) and (min-height: 300px) {
  .c-team-item {
    width: 50%;
  }
}
@media (min-width: 500px) and (min-height: 300px) {
  .c-team-item {
    width: 100%;
  }
}
@media (min-width: 640px) and (min-height: 300px) {
  .c-team-item {
    width: 50%;
  }
}
@media (min-width: 1280px) and (min-height: 300px) {
  .c-team-item {
    width: 33.333333%;
  }
}

.c-team-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.c-team-link {
  display: block;
  font-size: 0.85rem;
}

.c-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  will-change: transform;
  overflow-y: auto;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
}
@media (min-width: 700px) {
  .c-navigation {
    width: 60vw;
    max-width: 550px;
  }
}

.c-navigation-topbar {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
}
.c-navigation-topbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation-topbar li {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.c-navigation-topbar li:last-of-type {
  padding-right: 0;
}
.c-navigation-topbar li:last-of-type a {
  background-color: yellow;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
}
.c-navigation-topbar a {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 300ms ease;
}
.c-navigation-topbar a:hover {
  color: #282828;
}

.c-navigation-list {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
}
.c-navigation-list .c-navigation-item:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}

.c-navigation-list--secondary {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.c-navigation-list--secondary .c-navigation-item:last-of-type {
  border-bottom: none;
}
.c-navigation-list--secondary .c-navigation-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  color: #076633;
  border-top: none;
}

.c-navigation-sublist {
  display: none;
  margin-bottom: 0;
  padding-left: 1rem;
  background-color: #f8f8f8;
}
.c-navigation-sublist.is-open {
  display: block;
}

.c-navigation-item {
  position: relative;
}
.c-navigation-item.is-open .c-navigation-inner {
  background-color: #f8f8f8;
}
.c-navigation-item.is-open .c-navigation-sublist {
  display: block;
  margin-top: -0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.c-navigation-item.is-open .c-navigation-icon span:nth-child(odd) {
  display: none;
}

.c-navigation-item--depth-2 {
  margin-left: -1rem;
}

.c-navigation-subitem .c-navigation-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  border-top: none;
}

.c-navigation-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  background-color: transparent;
  border: none;
}
.c-navigation-button:focus {
  outline-offset: -6px;
}

.c-navigation-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 2px solid #c1c1c1;
}
.c-navigation-icon:before, .c-navigation-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6rem;
  height: 2px;
  margin-left: -0.3rem;
  background-color: #c1c1c1;
  transform: translateY(-50%);
}
.c-navigation-icon:after {
  width: 2px;
  height: 0.6rem;
  margin-left: -1px;
}
.c-navigation-icon.is-open:after {
  display: none;
}

.c-navigation-link {
  display: block;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4A4A4A;
  text-decoration: none;
  border-top: 1px solid #d5d5d5;
  transition: color 300ms ease;
}
.c-navigation-link:hover {
  color: black;
}
.c-navigation-link:focus {
  outline-offset: -6px;
}

.c-navigation-sublist .c-navigation-link {
  font-weight: 400;
}

.c-navigation-contact {
  padding: 1.5rem;
  color: #4A4A4A;
}
.c-navigation-contact h3 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.c-navigation-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.c-navigation-contact ul li:first-letter {
  text-transform: uppercase;
}
.c-navigation-contact ul li a {
  color: #4A4A4A;
  text-decoration: none;
  transition: color 300ms ease;
}
.c-navigation-contact ul li a:hover {
  color: #01B4EF;
}

.c-navigation-border {
  width: 100%;
  height: 4px;
  margin: 0;
  background: linear-gradient(to right, #96c11f 0%, #01b0e9 60%, #025629 100%);
}

.is-open .c-navigation {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  transition: transform 300ms ease-in-out;
  visibility: visible;
}

.c-imageslider {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 600px) {
  .c-imageslider {
    width: 80%;
  }
}
.c-imageslider-item {
  width: 100%;
  margin: 0;
}
.c-imageslider-item img {
  width: 100%;
  height: auto;
}
.c-imageslider-caption {
  margin-top: 10px;
  font-size: 14px;
}
.c-imageslider .flickity-page-dots {
  bottom: 50px;
}
.c-imageslider .flickity-page-dots .dot {
  background-color: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.c-reel {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

.c-reel-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.c-reel-headline {
  font-size: 2rem;
  margin-bottom: 0;
  color: #282828;
}
.c-reel-headline:first-letter {
  text-transform: uppercase;
}

.c-reel-wrap {
  position: relative;
}

.c-reel-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-reel-slider::-webkit-scrollbar {
  display: none;
}
.c-reel-slider.is-grabbing {
  cursor: grabbing;
  user-select: none;
}

.c-reel-list {
  --width: 1280px;
  --margin: calc(10% / 2);
  --padding: max(var(--margin), calc((100vw - var(--width)) / 2));
  --gap: clamp(0.5rem, calc(0.25rem + 2vmin), 1.5rem);
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-reel-list > li + li {
  margin-left: var(--gap);
}
.c-reel-list::before, .c-reel-list::after {
  content: "";
}
.c-reel-list::before {
  padding-left: var(--padding);
}
.c-reel-list::after {
  padding-right: var(--padding);
}

.c-reel-item {
  --offset: calc(var(--padding) + var(--margin));
  --cols: 1.125;
  --gaps: calc(var(--cols) - 1);
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
  width: calc(100% / var(--cols) - var(--offset) / var(--cols) - var(--gaps) * var(--gap) / var(--cols));
}
@media (min-width: 420px) {
  .c-reel-item {
    --cols: 2;
  }
}
@media (min-width: 840px) {
  .c-reel-item {
    --cols: 3;
  }
}
@media (min-width: 1440px) {
  .c-reel-item {
    --cols: 4;
  }
}

.c-reel-nav {
  display: flex;
  gap: clamp(0.5rem, 0.25rem + 2vmin, 1rem);
  margin-top: 1.5rem;
}
.c-reel-nav button {
  display: inline-flex;
  align-items: center;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F8F8F8;
  color: #282828;
  border: none;
  border-radius: 1.25rem;
  transition-property: opacity;
  transition-duration: 200ms;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.c-reel-nav button:hover {
  background-color: #076633;
  color: #fff;
}
.c-reel-nav button.is-disabled {
  background-color: #F8F8F8;
  color: #4A4A4A;
  pointer-events: none;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 200ms;
}

.c-reel-nav-icon {
  display: flex;
  align-items: center;
}
.c-reel-nav-icon.is-next {
  transform: rotate(180deg);
}
.c-reel-nav-icon svg {
  width: 1rem;
  height: 1rem;
}

.u-content-start {
  align-content: flex-start !important;
}

.u-content-end {
  align-content: flex-end !important;
}

.u-content-center {
  align-content: center !important;
}

.u-content-between {
  align-content: space-between !important;
}

.u-content-around {
  align-content: space-around !important;
}

.u-content-stretch {
  align-content: stretch !important;
}

.u-items-start {
  align-items: flex-start !important;
}

.u-items-end {
  align-items: flex-end !important;
}

.u-items-center {
  align-items: center !important;
}

.u-items-baseline {
  align-items: baseline !important;
}

.u-items-stretch {
  align-items: stretch !important;
}

.u-self-start {
  align-self: flex-start !important;
}

.u-self-end {
  align-self: flex-end !important;
}

.u-self-center {
  align-self: center !important;
}

.u-self-baseline {
  align-self: baseline !important;
}

.u-self-stretch {
  align-self: stretch !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-left {
  text-align: left !important;
}

.u-flex-basis-0 {
  flex-basis: 0% !important;
}

.u-flex-basis-auto {
  flex-basis: auto !important;
}

.u-none {
  display: none !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

.u-table {
  display: table !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-flex-grow {
  flex-grow: 1 !important;
}

.u-flex-shrink {
  flex-grow: 0 !important;
}

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-justify-around {
  justify-content: space-around !important;
}

.u-justify-evenly {
  justify-content: space-evenly !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-static {
  position: static !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-fixed {
  position: fixed !important;
}

.u-sticky {
  position: sticky !important;
}

.u-zi1 {
  z-index: 1 !important;
}

.u-zi2 {
  z-index: 2 !important;
}

.u-zi3 {
  z-index: 3 !important;
}

.u-zi4 {
  z-index: 4 !important;
}

.u-zi5 {
  z-index: 5 !important;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-hidden {
  overflow: hidden;
}

.u-ratio {
  position: relative;
  overflow: hidden;
}
.u-ratio:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.u-ratio--3x2:before {
  padding-bottom: 66.66%;
}

.u-ratio--16x9:before {
  padding-bottom: 56.25%;
}

.u-order-top {
  order: 0 !important;
}

.u-no-border {
  border: none !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px !important;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.u-skip-link {
  z-index: 9;
  color: white;
}
.u-skip-link:focus {
  position: absolute;
  top: 0;
  left: 0;
}
.u-skip-link:focus:not(:hover) {
  outline-offset: -6px;
}
.u-skip-link:not(:focus) {
  position: absolute;
  width: 1px !important;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.u-invisible {
  display: none;
}

@media (min-width: 640px) {
  .u-sm-visible {
    display: block;
  }
}

@media (min-width: 640px) {
  .u-sm-invisible {
    display: none;
  }
}

.u-w-100 {
  width: 100%;
}
