blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0
}

li>ol,
li>ul {
  margin-bottom: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset {
  min-width: 0;
  border: 0
}

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5rem
}

dd,
ol,
ul {
  margin-left: 1.5rem
}



/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -200%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -200%, 0)
  }
}

@keyframes slide-next {

  0%,
  to {
    transform: translateX(0);
    opacity: 1
  }

  50% {
    opacity: 0
  }

  70% {
    transform: translateX(-80%)
  }
}

@keyframes slide-prev {

  0%,
  to {
    transform: translateX(0);
    opacity: 1
  }

  50% {
    opacity: 0
  }

  70% {
    transform: translateX(50%)
  }
}

@keyframes loader-bounce-animation {

  0%,
  80%,
  to {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0)
  }

  to {
    transform: translate(-100%, 0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

h1 {
  font-size: 2em
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  font-size: 75%;
  bottom: -.25em
}

sup {
  font-size: 70%;
  top: -.9em
}

audio,
canvas,
video {
  display: inline-block
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

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 {
  border-style: none;
  padding: 0
}

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  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
}

summary {
  display: list-item
}

[hidden],
a span.blacktext::after,
a.black span.blacktext::after,
template {
  display: none
}

img[height],
img[width] {
  max-width: none
}

table {
  width: 100%
}

button {
  border: 0;
  outline: 0;
  cursor: pointer
}

input,
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

input,
select,
textarea {
  width: 100%;
  padding: .5rem .45rem;
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0d0b9;
  transition: all .2s ease;
  outline: 0
}

input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
  box-shadow: 0 0 5px 0 rgba(15, 15, 15, .1);
  border-color: #e0d0b9
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d4d4d4
}

input:disabled,
input:disabled:active,
input:disabled:focus,
input:disabled:hover,
select:disabled,
select:disabled:active,
select:disabled:focus,
select:disabled:hover,
textarea:disabled,
textarea:disabled:active,
textarea:disabled:focus,
textarea:disabled:hover {
  opacity: .9;
  color: #d4d4d4;
  border-color: #e0d0b9;
  background-color: #f7f7f7;
  box-shadow: none
}

.is-valid input,
.is-valid select,
.is-valid textarea {
  border-color: #9ccc18
}

.is-error input,
.is-error select,
.is-error textarea {
  border-color: #ff1935;
  background-color: #ffe8eb
}

input,
select {
  height: 2.4rem
}

.input-payment {
  height: 2.4rem;
  border: 1px solid #e0d0b9;
  border-radius: 4px
}

.input-payment iframe {
  border: 0
}

.input-payment.valid {
  border: 1px solid #9ccc18
}

.c-newsletter-extended-input.error input,
.c-newsletter-input.error input,
.input-payment.invalid {
  border: 1px solid #ff1935
}

.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .75rem;
  line-height: 1;
  font-weight: 700
}

h1 {
  font-size: 2.0736rem
}

h2 {
  font-size: 1.44rem
}

h3 {
  font-size: 1.2rem
}

h4 {
  font-size: 1rem
}

h5,
small {
  font-size: .83333rem
}

h6 {
  font-size: .69444rem
}

.u-h1 {
  font-size: 2.0736rem !important
}

.u-h2 {
  font-size: 1.44rem !important
}

.u-h3 {
  font-size: 1.2rem !important
}

.u-h4 {
  font-size: 1rem !important
}

.u-h5 {
  font-size: .83333rem !important
}

.u-h6 {
  font-size: .69444rem !important
}

.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  display: block
}

.headline-no-margin {
  margin-bottom: 0
}

h1#headline {
  -webkit-hyphens: auto;
  hyphens: auto
}

embed,
iframe {
  width: 100%;
  height: 500px
}

a {
  color: #c06
}

a,
a.black {
  text-decoration: none;
  cursor: pointer
}

a span.blacktext,
a.black span.blacktext {
  color: #0f0f0f;
  font-weight: 400
}

a span.blacktext :not(svg):not(img):not(picture):not(source)::after,
a.black span.blacktext :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-animated-box__item-back .c-prglink div .c-animated-box__item-headline :not(svg):not(img):not(picture):not(source),
.c-animated-box__item-back .c-prglink div .c-animated-box__item-text :not(svg):not(img):not(picture):not(source),
.c-btn--inverted :not(svg):not(img):not(picture):not(source),
.c-link--primary :not(svg):not(img):not(picture):not(source),
.c-link--secondary :not(svg):not(img):not(picture):not(source),
.c-link-icon :not(svg):not(img):not(picture):not(source),
a.black:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source),
a:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source) {
  display: inline-block;
  position: relative
}

.c-animated-box__item-back .c-prglink div .c-animated-box__item-headline :not(svg):not(img):not(picture):not(source)::after,
a.black:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source)::after,
a:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {

  a.black:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source)::after,
  a:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link) :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-animated-box__item-back .c-prglink div .c-animated-box__item-headline:hover :not(svg):not(img):not(picture):not(source)::after,
.c-animated-box__item-back .c-prglink div .c-animated-box__item-text:hover :not(svg):not(img):not(picture):not(source)::after,
a.black:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link):hover :not(svg):not(img):not(picture):not(source)::after,
a:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link):hover :not(svg):not(img):not(picture):not(source)::after {
  width: 100%
}

.c-animated-box__item-back .c-prglink div .c-animated-box__item-headline:active::after :not(svg):not(img):not(picture):not(source)::after,
.c-animated-box__item-back .c-prglink div .c-animated-box__item-text:active::after :not(svg):not(img):not(picture):not(source)::after,
.c-btn--inverted:active::after :not(svg):not(img):not(picture):not(source)::after,
.c-link--primary:active::after :not(svg):not(img):not(picture):not(source)::after,
.c-link-icon:active::after :not(svg):not(img):not(picture):not(source)::after,
a.black:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link):active::after :not(svg):not(img):not(picture):not(source)::after,
a:not(.c-btn):not(.c-link--secondary):not(.no-link-hover-effect):not(.multi-line):not(.ubsf_maps-link):not(.ubsf_locations-list-item):not(.ubsf_location-page-link):not(.ubsf_details-directions-link):not(.ubsf_phone-link):active::after :not(svg):not(img):not(picture):not(source)::after {
  width: 0
}

a span,
a.black span {
  display: inline-block
}

a span:active,
a.black,
a.black span:active,
a.black:active,
a:active {
  color: #0f0f0f
}

a.multi-line {
  color: #0f0f0f !important;
  display: inline !important
}

.underline {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1s
}

.multi-line:hover .underline {
  background-size: 100% 100%
}

.u-color-magenta,
a.black .c-signpost-nav__link {
  color: #c06
}

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

ul {
  list-style-type: disc
}

@media screen and (min-width:1280px) {
  html {
    font-size: 20px
  }
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    body * {
      -webkit-overflow-scrolling: touch
    }
  }
}

@media (max-width:47.99em) {
  .overflow-hidden {
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden
  }
}

p {
  text-align: left;
  margin-bottom: .75rem
}

.o-wrapper {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px
}

.o-box:after,
.o-media:after,
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important
}

.o-layout {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -1.5rem;
  font-size: 0
}

.o-layout__item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 1.5rem;
  font-size: 16px;
  font-size: 1rem
}

.o-layout--flush {
  margin-left: 0
}

.o-layout--flush>.o-layout__item {
  padding-left: 0
}

.o-layout--tiny {
  margin-left: -.375rem
}

.o-layout--tiny>.o-layout__item {
  padding-left: .375rem
}

.o-layout--small {
  margin-left: -.75rem
}

.o-layout--small>.o-layout__item {
  padding-left: .75rem
}

.o-layout--large {
  margin-left: -3rem
}

.o-layout--large>.o-layout__item {
  padding-left: 3rem
}

.o-layout--huge {
  margin-left: -6rem
}

.o-layout--huge>.o-layout__item {
  padding-left: 6rem
}

.o-layout--middle>.o-layout__item {
  vertical-align: middle
}

.o-layout--bottom>.o-layout__item {
  vertical-align: bottom
}

.o-layout--stretch {
  display: flex;
  flex-wrap: wrap
}

.o-layout--stretch>.o-layout__item {
  display: flex
}

.o-layout--stretch.o-layout--center {
  justify-content: center
}

.o-layout--stretch.o-layout--right {
  justify-content: flex-end
}

.o-layout--stretch.o-layout--left {
  justify-content: flex-start
}

.o-layout--center {
  text-align: center
}

.o-layout--right {
  text-align: right
}

.o-layout--center>.o-layout__item,
.o-layout--left,
.o-layout--left>.o-layout__item,
.o-layout--right>.o-layout__item {
  text-align: left
}

.o-layout--reverse {
  direction: rtl
}

.o-layout--reverse>.o-layout__item {
  direction: ltr
}

.o-layout--auto>.o-layout__item {
  width: auto
}

.o-media,
.o-media__img>img {
  display: block
}

.o-media__img {
  float: left;
  margin-right: 1.5rem
}

.o-media__body {
  overflow: hidden;
  display: block
}

.o-media__body,
.o-media__body>:last-child {
  margin-bottom: 0
}

.o-media--flush>.o-media__img {
  margin-right: 0;
  margin-left: 0
}

.o-media--tiny>.o-media__img {
  margin-right: .375rem
}

.o-media--tiny.o-media--reverse>.o-media__img {
  margin-right: 0;
  margin-left: .375rem
}

.o-media--small>.o-media__img {
  margin-right: .75rem
}

.o-media--small.o-media--reverse>.o-media__img {
  margin-right: 0;
  margin-left: .75rem
}

.o-media--large>.o-media__img {
  margin-right: 3rem
}

.o-media--large.o-media--reverse>.o-media__img {
  margin-right: 0;
  margin-left: 3rem
}

.o-media--huge>.o-media__img {
  margin-right: 6rem
}

.o-media--huge.o-media--reverse>.o-media__img {
  margin-right: 0;
  margin-left: 6rem
}

.o-media--reverse>.o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem
}

.o-flag {
  display: table;
  width: 100%;
  border-spacing: 0
}

.o-flag__body,
.o-flag__img {
  display: table-cell;
  vertical-align: middle
}

.o-flag__img {
  width: 1px;
  padding-right: 1.5rem
}

.o-flag__img>img {
  max-width: none
}

.o-flag__body {
  width: auto
}

.o-flag__body,
.o-flag__body>:last-child {
  margin-bottom: 0
}

.o-flag--flush>.o-flag__img {
  padding-right: 0;
  padding-left: 0
}

.o-flag--tiny>.o-flag__img {
  padding-right: .375rem
}

.o-flag--tiny.o-flag--reverse>.o-flag__img {
  padding-right: 0;
  padding-left: .375rem
}

.o-flag--small>.o-flag__img {
  padding-right: .75rem
}

.o-flag--small.o-flag--reverse>.o-flag__img {
  padding-right: 0;
  padding-left: .75rem
}

.o-flag--large>.o-flag__img {
  padding-right: 3rem
}

.o-flag--large.o-flag--reverse>.o-flag__img {
  padding-right: 0;
  padding-left: 3rem
}

.o-flag--huge>.o-flag__img {
  padding-right: 6rem
}

.o-flag--huge.o-flag--reverse>.o-flag__img {
  padding-right: 0;
  padding-left: 6rem
}

.o-flag--reverse {
  direction: rtl
}

.o-flag--reverse>.o-flag__body,
.o-flag--reverse>.o-flag__img {
  direction: ltr
}

.o-flag--reverse>.o-flag__img {
  padding-right: 0;
  padding-left: 1.5rem
}

.o-flag--top>.o-flag__body,
.o-flag--top>.o-flag__img {
  vertical-align: top
}

.o-flag--bottom>.o-flag__body,
.o-flag--bottom>.o-flag__img {
  vertical-align: bottom
}

.o-list-bare {
  list-style: none
}

.o-list-bare,
.o-list-bare__item {
  margin-left: 0
}

.o-list-inline {
  margin-left: 0;
  list-style: none
}

.o-list-inline__item {
  display: inline-block
}

.o-box {
  display: block;
  padding: 1.5rem
}

.o-box>:last-child {
  margin-bottom: 0
}

.o-box--tiny,
.o-table--tiny td,
.o-table--tiny th {
  padding: .375rem
}

.o-box--small,
.o-table--small td,
.o-table--small th {
  padding: .75rem
}

.o-box--large,
.o-table--large td,
.o-table--large th {
  padding: 3rem
}

.o-box--huge,
.o-table--huge td,
.o-table--huge th {
  padding: 6rem
}

.o-ratio {
  position: relative;
  display: block
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%
}

.o-ratio>embed,
.o-ratio>iframe,
.o-ratio>object,
.o-ratio__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.o-ratio--2\:1:before {
  padding-bottom: 50%
}

.o-ratio--4\:3:before {
  padding-bottom: 75%
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%
}

.o-ratio--img-contain>.o-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto
}

.o-crop {
  position: relative;
  display: block;
  overflow: hidden
}

.o-crop__content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none
}

.o-crop__content--left-top {
  left: 0
}

.o-crop__content--left-center {
  top: 50%;
  transform: translateY(-50%)
}

.o-crop__content--left-bottom {
  top: auto;
  bottom: 0
}

.o-crop__content--right-top {
  right: 0;
  left: auto
}

.o-crop__content--right-center {
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%)
}

.o-crop__content--right-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}

.o-crop__content--center-top {
  left: 50%;
  transform: translateX(-50%)
}

.o-crop__content--center,
.o-crop__content--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.o-crop__content--center-bottom {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.o-crop--2\:1 {
  padding-bottom: 50%
}

.o-crop--4\:3 {
  padding-bottom: 75%
}

.o-crop--16\:9 {
  padding-bottom: 56.25%
}

.o-crop--fill>.o-crop__content {
  min-height: 100%;
  min-width: 100%
}

.o-table {
  width: 100%
}

.o-pack,
.o-table--fixed {
  table-layout: fixed
}

.o-pack {
  width: 100%;
  margin-left: 0;
  display: table
}

.o-pack__item {
  display: table-cell;
  vertical-align: top
}

.c-footer-bottom li,
.o-pack--middle>.o-pack__item {
  vertical-align: middle
}

.o-pack--bottom>.o-pack__item {
  vertical-align: bottom
}

.o-pack--auto {
  table-layout: auto
}

.o-pack--tiny {
  border-spacing: .375rem
}

.o-pack--small {
  border-spacing: .75rem
}

.o-pack--default {
  border-spacing: 1.5rem
}

.o-pack--large {
  border-spacing: 3rem
}

.o-pack--huge {
  border-spacing: 6rem
}

.o-pack--reverse {
  direction: rtl
}

.o-pack--reverse>.o-pack__item {
  direction: ltr
}

.o-box--space-tiny:not(:last-child),
.o-box:not(:last-child) {
  margin-bottom: .375rem
}

@media (max-width:47.99em) {
  .o-box {
    padding: .75rem
  }
}

.o-box--flush {
  padding: 0
}

@media (min-width:48em) {
  .o-box--flush\@from-tablet {
    padding: 0
  }
}

@media (max-width:47.99em) {
  .o-box--flush-horizontal\@until-tablet {
    padding-left: 0;
    padding-right: 0
  }

  .o-box--flush-top\@until-tablet {
    padding-top: 0
  }
}

.o-box--radius {
  border-radius: 10px
}

.o-box--radius-small {
  border-radius: 5px
}

@media (max-width:63.99em) {
  .o-box--radius-small\@until-desktop {
    border-radius: 5px
  }

  .o-box--radius-none\@until-desktop {
    border-radius: 0
  }
}

.o-disturber-text {
  background-color: #9ccc18;
  display: inline-block;
  max-width: 10rem;
  padding: .375rem;
  border-radius: 5px;
  transform: rotate(-7deg);
  color: #fff
}

@media (min-width:64em) {
  .o-disturber-text {
    max-width: 14rem
  }
}

.o-disturber-image {
  display: inline-block
}

.o-disturber-image img {
  max-width: 6rem;
  height: auto
}

.o-flex-media,
.o-flex-media-horizontal {
  display: flex
}

.o-flex-media-horizontal--reverse {
  justify-content: flex-end
}

.o-flex-media__figure {
  flex-shrink: 0;
  margin-right: .75rem
}

.o-flex-media__body {
  flex: 0 1 auto;
  margin-bottom: 0
}

.o-flex-media__body :last-child {
  margin-bottom: 0
}

.o-flex-media--center {
  align-items: center
}

.o-flex-media--reverse {
  align-items: flex-end
}

.o-flex-media--reverse>.o-flex-media__figure {
  order: 1;
  margin-left: .75rem;
  margin-right: 0
}

.o-hr {
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: .75rem
}

.o-icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor
}

.o-icon--logo {
  width: 100%;
  height: 2rem;
  fill: #c06
}

.o-icon--giga {
  padding: 1px;
  width: 3rem;
  height: 3rem
}

.o-icon--mega {
  width: 2rem;
  height: 2rem
}

.o-icon--mega--giga {
  width: 4rem;
  height: 4rem
}

.o-icon--ultra {
  width: 1.7rem;
  height: 1.7rem
}

.o-icon--terra {
  width: 5rem;
  height: 5rem
}

.o-icon--huge {
  width: 1.4rem;
  height: 1.4rem
}

.o-icon--large {
  width: 1.2rem;
  height: 1.2rem
}

.o-icon--small {
  padding: 1px;
  width: 1rem;
  height: 1rem
}

.o-icon--tiny {
  width: .6rem;
  height: .6rem
}

.o-icon--milli {
  width: .3rem;
  height: .3rem
}

@media (min-width:48em) {
  .o-image-left {
    float: left;
    padding-right: 1.5rem
  }

  .o-image-right {
    float: right;
    padding-left: 1.5rem
  }
}

@media (max-width:47.99em) {

  .o-image-left,
  .o-image-right {
    padding-bottom: 1.5rem
  }
}

.o-layout {
  margin-bottom: -1.5rem
}

.o-layout>.o-layout__item {
  margin-bottom: 1.5rem
}

.o-layout--flush,
.o-layout--flush>.o-layout__item {
  margin-bottom: 0
}

.o-layout--tiny {
  margin-bottom: -.375rem
}

.o-layout--tiny>.o-layout__item {
  margin-bottom: .375rem
}

.o-layout--small {
  margin-bottom: -.75rem
}

.o-layout--small>.o-layout__item {
  margin-bottom: .75rem
}

.o-layout--large {
  margin-bottom: -3rem
}

.o-layout--large>.o-layout__item {
  margin-bottom: 3rem
}

.o-layout--huge {
  margin-bottom: -6rem
}

.o-layout--huge>.o-layout__item {
  margin-bottom: 6rem
}

.o-layout .o-layout__spacing-landing-page-sides,
.o-layout__spacing-headline-sides {
  padding-right: .75rem;
  padding-left: .75rem
}

@media (min-width:64em) {
  .o-layout__spacing-headline-sides {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:64em) {
  .o-layout .o-layout__spacing-landing-page-sides:first-child {
    padding-left: 0
  }
}

@media (max-width:63.99em) {
  .o-layout .o-layout__spacing-landing-page-sides-flush {
    padding-right: 0;
    padding-left: 0
  }
}

.o-loader__wrapper {
  width: 60px
}

.o-split {
  display: flex;
  justify-content: space-between
}

.o-split--align-end {
  justify-content: flex-end
}

@media (min-width:48em) {
  .o-split--align-bottom\@from-tablet {
    align-items: flex-end
  }
}

@media (max-width:47.99em) {
  .o-split--column\@until-tablet {
    flex-direction: column
  }
}

@media (max-width:63.99em) {
  .o-split--column\@until-desktop {
    flex-direction: column
  }
}

.o-split--spacing {
  margin-bottom: .75rem
}

.o-split__item>* {
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .o-split--reverse\@until-tablet .o-split__item:first-child {
    order: 1
  }
}

@media (max-width:63.99em) {
  .o-split--reverse\@until-desktop .o-split__item:first-child {
    order: 1
  }
}

.o-split__item--align-end {
  margin-left: auto
}

@media (max-width:47.99em) {
  .o-split__item--full\@until-tablet {
    width: 100%
  }
}

.o-sun-rating {
  display: inline-flex;
  padding: 3px 0
}

.o-sun-rating__svg-container {
  display: flex;
  align-items: center;
  padding-right: .1875rem
}

.o-sun-rating__svg-container:last-child {
  padding-right: .1875rem
}

.o-sun-rating__svg-container-disabled svg g {
  fill: #595959
}

.o-sun-rating-container {
  width: 100%
}

.o-sun-rating-flex {
  display: flex;
  flex-direction: row;
  height: 21px
}

.o-sun-rating-count {
  flex: 1;
  margin-left: auto;
  text-align: right
}

.o-sun-rating-count span {
  font-size: 16px
}

.o-sun-rating-count-bar {
  flex: 6;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f0e7d9
}

.o-sun-rating-count-bar div {
  height: 100%;
  background-color: #0060ac
}

.o-table-presentation {
  display: flex;
  flex-direction: column;
  width: 100%
}

.o-table-presentation__tr {
  display: flex
}

.o-table-presentation__td:not(.o-table-presentation__foot-td),
.o-table-presentation__th {
  flex-grow: 1
}

.o-table-presentation__head {
  margin-top: .75rem
}

.o-table-presentation__foot .o-table-presentation__tr {
  justify-content: space-between
}

.o-table-presentation--tiny .o-table-presentation__td:not(.o-table-presentation__nested-td),
.o-table-presentation--tiny .o-table-presentation__th {
  padding: .375rem 0
}

@media (min-width:64em) {

  .o-table-presentation--tiny .o-table-presentation__td:not(.o-table-presentation__nested-td),
  .o-table-presentation--tiny .o-table-presentation__th {
    padding: .375rem
  }

  .o-table-presentation--tiny .o-table-presentation__td:not(.o-table-presentation__nested-td):first-child,
  .o-table-presentation--tiny .o-table-presentation__th:first-child {
    padding-top: .375rem;
    padding-right: .375rem;
    padding-bottom: .375rem;
    padding-left: 0
  }

  .o-table-presentation--tiny .o-table-presentation__td:not(.o-table-presentation__nested-td):last-child,
  .o-table-presentation--tiny .o-table-presentation__th:last-child {
    padding: .375rem 0
  }
}

.o-table-presentation--small .o-table-presentation__td:not(.o-table-presentation__nested-td),
.o-table-presentation--small .o-table-presentation__th {
  padding: .75rem 0
}

@media (min-width:48em) {

  .o-table-presentation--small .o-table-presentation__td:not(.o-table-presentation__nested-td),
  .o-table-presentation--small .o-table-presentation__th {
    padding: .75rem
  }

  .o-table-presentation--small .o-table-presentation__td:not(.o-table-presentation__nested-td):first-child,
  .o-table-presentation--small .o-table-presentation__th:first-child {
    padding-top: .75rem;
    padding-right: .75rem;
    padding-bottom: .75rem;
    padding-left: 0
  }

  .o-table-presentation--small .o-table-presentation__td:not(.o-table-presentation__nested-td):last-child,
  .o-table-presentation--small .o-table-presentation__th:last-child {
    padding: .75rem 0
  }
}

.o-table-presentation__nested-td {
  display: flex
}

.o-table-presentation--split .o-table-presentation__nested-td:last-child .o-table-presentation__td:last-child,
.o-table-presentation--split .o-table-presentation__td:last-child,
.o-table-presentation--split .o-table-presentation__th:last-child {
  text-align: right
}

.o-table-presentation--split .o-table-presentation__nested-td .o-table-presentation__td {
  text-align: left
}

.o-table-presentation--justify-end .o-table-presentation__td:not(:first-child),
.o-table-presentation--justify-end .o-table-presentation__th:not(:first-child) {
  text-align: right
}

.o-table-presentation--justify-end .o-table-presentation__nested-td .o-table-presentation__td:first-child {
  text-align: right
}

@media (max-width:47.99em) {
  .o-table-presentation--responsive\@mobile .o-table-presentation__head {
    display: none
  }

  .o-table-presentation--responsive\@mobile .o-table-presentation__tr {
    flex-direction: column
  }

  .o-table-presentation--responsive\@mobile .o-table-presentation__tr.o-table-presentation__foot-tr,
  .o-table-presentation--responsive\@mobile .o-table-presentation__tr.o-table-presentation__non-responsive-tr {
    flex-direction: row
  }

  .o-table-presentation--responsive\@mobile .o-table-presentation__td {
    flex-grow: 0
  }

  .o-table-presentation--responsive\@mobile .o-table-presentation__nested-td {
    justify-content: space-between
  }

  .o-table-presentation--responsive\@mobile.o-table-presentation--tiny .o-table-presentation__tr {
    padding-top: .375rem;
    padding-bottom: .375rem
  }

  .o-table-presentation--responsive\@mobile.o-table-presentation--small .o-table-presentation__tr {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .o-table-presentation--responsive\@mobile.o-table-presentation--small .o-table-presentation__td,
  .o-table-presentation--responsive\@mobile.o-table-presentation--tiny .o-table-presentation__td {
    padding-top: 0;
    padding-bottom: 0
  }
}

.o-teaser-footer {
  width: 100%;
  margin-top: auto;
  padding: .75rem;
  border-top: 1px solid #f0e7d9;
  font-size: .83333rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .o-teaser-footer {
    right: 0;
    padding-left: .75rem;
    padding-right: .75rem
  }
}

.o-wrapper {
  position: relative
}

@media (max-width:63.99em) {
  .o-wrapper {
    padding-left: .75rem;
    padding-right: .75rem
  }
}

@media (max-width:47.99em) {
  .o-wrapper--small\@until-tablet {
    padding-left: .75rem;
    padding-right: .75rem
  }

  .o-wrapper--tiny\@until-tablet {
    padding-left: .375rem;
    padding-right: .375rem
  }
}

.o-wrapper--full {
  max-width: 100%
}

.o-wrapper--flush {
  padding-left: 0;
  padding-right: 0
}

@media (max-width:63.99em) {
  .o-wrapper--flush\@until-desktop {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width:47.99em) {
  .o-wrapper--flush\@until-tablet {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:64em) {
  .o-wrapper--flush\@from-desktop {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:48em) {
  .o-wrapper--flush\@from-tablet {
    padding-left: 0;
    padding-right: 0
  }
}

.c-accordion {
  margin-bottom: .375rem;
  border-radius: 10px;
  background-color: #fff
}

.c-accordion:last-child {
  margin-bottom: 0
}

.c-flyout .c-accordion {
  height: 100%
}

.c-accordion--shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 1, .1)
}

.c-accordion--compressed {
  background-color: transparent;
  border-radius: 0
}

.c-accordion--filter {
  margin-bottom: .375rem;
  border-radius: 0 !important;
  background-color: #fff
}

.c-accordion--filter:last-child {
  margin-bottom: 0
}

.c-flyout .c-accordion--filter {
  height: 100%
}

.c-accordion--radio {
  border-bottom: 1px solid #f0e7d9;
  margin-bottom: 1.125rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-radius: 0
}

.c-accordion--radio:first-child {
  padding-top: 0
}

.c-accordion--radio:last-child {
  border-bottom: 0
}

.c-accordion--base {
  background-color: #f0e7d9
}

.c-accordion--pay {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.c-accordion__btn-wrapper {
  display: flex
}

.c-accordion__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.c-accordion-btn__icon-collapse {
  display: none
}

.c-accordion__headline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  padding: .75rem 1.5rem
}

.c-accordion__headline.c-accordion__headline--flush {
  padding: 0
}

.c-accordion__headline--empty {
  border-radius: 10px;
  background-color: #f9f5f1;
  color: #c4a986;
  cursor: default
}

.c-accordion__headline--compressed {
  cursor: default;
  padding-left: 0;
  padding-right: 0
}

.c-accordion__headline--radio {
  padding: 0
}

.c-accordion__headline-text {
  align-self: center;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 400
}

.c-accordion__headline-text:active {
  color: #0f0f0f
}

.c-accordion__headline-text--compressed,
.c-burger-menu__sub-list--active span {
  font-weight: 700
}

@media (max-width:47.99em) {
  .c-accordion__headline-text--compressed {
    max-width: 60%
  }
}

.c-accordion__headline-text--primary {
  color: #c06
}

.c-accordion__headline-text--secondary {
  color: #0f0f0f
}

.c-accordion__headline-text-wrapper {
  display: flex;
  width: 100%;
  margin-left: 1rem
}

@media (max-width:63.99em) {
  .c-accordion__headline-text-wrapper {
    margin-left: .75rem
  }
}

@media (max-width:47.99em) {
  .c-accordion__headline-text-wrapper {
    flex-direction: column-reverse
  }
}

@media (min-width:48em) {
  .c-accordion__headline-text-wrapper {
    align-items: center
  }
}

@media (max-width:47.99em) {
  .c-accordion__headline-text-wrapper .c-accordion__label-addition {
    font-size: 1rem
  }
}

@media (min-width:48em) {
  .c-accordion__headline-text-wrapper .c-accordion__label-addition {
    margin-left: auto
  }
}

.c-accordion__content {
  transition: max-height .4s cubic-bezier(0, 1, 0, 1);
  box-sizing: border-box
}

.c-accordion__content--compressed {
  border-top: 0
}

.c-accordion__content--radio {
  transition: none
}

.c-accordion__content--base {
  border-top: 0
}

.c-accordion__content--select-fix {
  padding-bottom: 1px
}

.c-accordion__body {
  padding: .375rem 1.5rem 1.5rem;
  border-top: 1px solid #e0d0b9
}

.c-accordion__body--compressed {
  padding: .375rem 0 1.5rem
}

.c-accordion__body--frameless {
  border-top: 0
}

.c-accordion--label-left .c-accordion__headline {
  justify-content: space-between;
  flex-direction: row-reverse
}

.c-accordion--label-left .c-accordion__headline--empty {
  justify-content: flex-start;
  flex-direction: row
}

.c-accordion--label-left .c-accordion__headline-text-wrapper {
  margin-left: 0
}

.c-accordion--label-left .c-accordion__btn {
  left: auto
}

.c-accordion--child .c-accordion__headline-text-wrapper {
  margin-left: 1.5rem
}

@media (max-width:63.99em) {
  .c-accordion--child .c-accordion__headline-text-wrapper {
    margin-left: .75rem
  }
}

.c-accordion--label-default .c-accordion__headline {
  flex-direction: row
}

.c-accordion__toggle {
  display: none
}

.c-accordion__toggle:checked~.c-accordion__content--radio {
  margin-top: .75rem
}

.c-accordion__toggle:checked+.c-accordion__headline .c-accordion-btn__icon-expand {
  display: none
}

.c-accordion__toggle:checked+.c-accordion__headline .c-accordion-btn__icon-collapse {
  display: block
}

.c-accordion__toggle:not(:checked)~.c-accordion__content {
  max-height: 0 !important;
  overflow: hidden;
  display: none
}

.c-accordion__action-text {
  font-size: 1rem
}

.c-accordion--no-input .c-accordion__content {
  max-height: 0;
  overflow: hidden
}

.c-accordion--no-input.is-open .c-accordion-btn__icon-expand {
  display: none
}

.c-accordion--no-input.is-open .c-accordion-btn__icon-collapse {
  display: block
}

.c-accordion--no-input.is-open .c-accordion__content {
  max-height: 1000vh;
  transition: max-height .8s ease-in-out
}

.c-ai {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 10px
}

@media (max-width:63.99em) {
  .c-ai {
    padding: 1rem
  }

  .c-animated-box__loading-container {
    height: 300px;
    overflow: hidden
  }
}

.c-animated-box__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.c-animated-box__headline {
  margin-bottom: 2.25rem
}

.c-animated-box__item-wrapper {
  margin-bottom: 1.5rem
}

.c-animated-box__item-wrapper.c-animated-box__item-wrapper--2-columns {
  width: 49%
}

@media (max-width:47.99em) {
  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--2-columns {
    width: 100%
  }
}

.c-animated-box__item-wrapper.c-animated-box__item-wrapper--3-columns {
  width: 32%
}

@media (max-width:63.99em) {
  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--3-columns {
    width: 49%
  }

  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--3-columns:nth-child(3n) {
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--3-columns {
    width: 100%
  }
}

.c-animated-box__item-wrapper.c-animated-box__item-wrapper--4-columns {
  width: 24%
}

@media (max-width:63.99em) {
  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--4-columns {
    width: 49%
  }
}

@media (max-width:47.99em) {
  .c-animated-box__item-wrapper.c-animated-box__item-wrapper--4-columns {
    width: 100%
  }
}

.c-animated-box__item {
  border: 10px solid #fff;
  height: 300px;
  overflow: hidden;
  border-radius: 10px
}

.c-animated-box__item .c-prglink {
  pointer-events: all;
  color: #c06;
  width: 100%
}

.c-animated-box__item-front {
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: relative
}

.c-animated-box__item-front picture {
  width: 100%;
  height: 100%
}

.c-animated-box__item-icon-wrapper {
  margin-bottom: 20px
}

.c-animated-box__item-icon {
  width: 3.5rem
}

@media (max-width:47.99em) {
  .c-animated-box__item-icon {
    width: 4rem
  }
}

.c-animated-box__item-icon.c-animated-box__item-icon--big {
  width: 10.5rem
}

@media (max-width:47.99em) {
  .c-animated-box__item-icon.c-animated-box__item-icon--big {
    width: 11rem
  }
}

.c-animated-box__item-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.c-animated-box__item-image-overlay {
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(140, 140, 140, 0) 15%, rgba(15, 15, 15, .5) 40%, rgba(15, 15, 15, .5) 62%, rgba(255, 255, 255, 0))
}

.c-animated-box__item-back {
  pointer-events: none
}

.c-animated-box__item-back.c-animated-box__item-back--no-padding {
  padding: 0
}

.c-animated-box__item-back,
.c-animated-box__item-back .c-animated-box__item-link {
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem
}

.c-animated-box__item-headline {
  color: #c06;
  font-weight: 700;
  text-align: center
}

@media (max-width:47.99em) {
  .c-animated-box__item-headline {
    font-size: 26px
  }
}

.c-animated-box__item-headline--image {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px rgba(15, 15, 15, .5);
  text-align: center
}

@media (max-width:47.99em) {
  .c-animated-box__item-headline--image {
    font-size: 26px
  }
}

.c-animated-box__item-text {
  text-align: center
}

.c-animated-box__item-animation.vertical-slide {
  transform: translateY(0);
  transition: transform .8s ease
}

@media (min-width:64em) {
  .c-animated-box__item-animation.vertical-slide:hover {
    transform: translateY(-50%)
  }
}

.c-animated-box__item-animation.vertical-slide.hover {
  transform: translateY(-50%)
}

@media (max-width:63.99em) {
  .c-animated-box__item-back .c-prglink div .c-animated-box__item-headline :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-animated-box__item-back .c-prglink div .c-animated-box__item-text :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-animated-box__item-back .c-prglink div .c-animated-box__item-text :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-control-arrow-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer
}

#control-arrow {
  cursor: pointer
}

.c-control-arrow-long-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  display: flex
}

.c-control-arrow-wrapper--horz {
  flex-direction: row
}

.c-control-arrow-wrapper--vert {
  right: 0;
  bottom: 1.5rem;
  flex-direction: column-reverse
}

@media (max-width:47.99em) {
  .c-control-arrow-wrapper--vert {
    bottom: 2.5rem;
    flex-direction: row;
    width: 100%;
    justify-content: space-between
  }
}

.c-control-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #c06
}

.c-control-arrow-wrapper--primary .c-control-arrow {
  overflow: hidden;
  background-color: #c06;
  color: #fff
}

.c-control-arrow-wrapper--primary .c-control-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #b7005c 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-control-arrow-wrapper--primary .c-control-arrow:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

.c-control-arrow-wrapper--small .c-control-arrow {
  width: 30px;
  height: 30px
}

.c-control-arrow-wrapper--large .c-control-arrow {
  width: 70px;
  height: 70px
}

.c-control-arrow-long {
  width: 40px;
  height: 40px;
  bottom: -80px;
  color: #fff
}

@media (max-width:47.99em) {
  .c-control-arrow-long {
    bottom: -60px
  }
}

.c-control-arrow-long--magenta {
  color: #c06
}

.c-control-arrow-wrapper--vert .c-control-arrow--right {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

@media (max-width:47.99em) {
  .c-control-arrow-wrapper--vert .c-control-arrow--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
  }
}

.c-control-arrow-wrapper--vert.c-control-arrow-wrapper--small .c-control-arrow--right {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

@media (max-width:47.99em) {
  .c-control-arrow-wrapper--vert.c-control-arrow-wrapper--small .c-control-arrow--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
  }
}

.c-control-arrow-wrapper--vert .c-control-arrow--left {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 1px
}

@media (max-width:47.99em) {
  .c-control-arrow-wrapper--vert .c-control-arrow--left {
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }
}

.c-control-arrow-wrapper--vert.c-control-arrow-wrapper--small .c-control-arrow--left {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

@media (max-width:47.99em) {
  .c-control-arrow-wrapper--vert.c-control-arrow-wrapper--small .c-control-arrow--left {
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }
}

.c-arrow-list,
.c-control-arrow-paging {
  font-size: .83333rem
}

.c-arrow-list {
  padding: .75rem;
  padding-right: 0;
  background-color: #f7f3ec;
  border: 1px solid #e0d0b9;
  border-radius: 5px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden
}

.c-arrow-list__item {
  position: relative;
  margin-right: .75rem;
  padding-right: 1.5rem
}

.c-arrow-list__item::after,
.c-arrow-list__item::before {
  position: absolute;
  top: -.75rem;
  right: 1px;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 1.25rem solid #f7f3ec;
  border-bottom: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent
}

.c-arrow-list__item::after {
  border-left: 1.25rem solid #e0d0b9;
  z-index: 0;
  right: 0
}

.c-arrow-list__item:last-child {
  margin-right: 0;
  padding-right: .75rem
}

.c-arrow-list__item:last-child::after,
.c-arrow-list__item:last-child::before {
  display: none
}

.c-arrow-sublist {
  margin-right: 17px;
  margin-left: 17px;
  font-size: .69444rem
}

.c-arrow-sublist__item {
  margin-bottom: .375rem;
  padding-bottom: .375rem;
  border-bottom: 1px solid #e0d0b9
}

@media (max-width:47.99em) {
  .c-arrow-sublist__item {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    margin-right: 20px
  }
}

.c-arrow-sublist__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}

.c-arrow-sublist__item-content {
  display: flex;
  justify-content: space-between
}

.c-arrow-sublist__input-wrapper {
  display: flex;
  max-width: 50%;
  margin-bottom: 0
}

.c-bg-img {
  background-repeat: no-repeat
}

.c-bg-img--right {
  background-position-x: 100%
}

.c-box--white {
  background-color: #fff
}

.c-box--base {
  background-color: #f0e7d9
}

.c-box--transparent {
  background-color: rgba(255, 255, 255, .6)
}

.c-box--bg-img {
  background-size: 30%
}

@media (max-width:47.99em) {
  .c-box--bg-img {
    background-size: 50%
  }
}

.c-box-form-headline,
.c-box-header,
.c-box-headline {
  margin-bottom: .75rem
}

@media (max-width:47.99em) {

  .c-box-form-headline,
  .c-box-header,
  .c-box-headline {
    margin-top: .75rem
  }
}

.c-box-form-headline {
  font-weight: 400
}

@media (max-width:47.99em) {
  .c-box-form-headline {
    margin-left: .75rem
  }
}

@media (min-width:48em) {
  .c-box-form-headline {
    margin-left: 1.5rem
  }
}

@media (min-width:64em) {
  .c-burger-menu {
    box-shadow: 0 0 4px 0 rgba(15, 15, 15, .2);
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    margin-top: -.375rem;
    padding: 1rem;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
  }

  .c-nav-primary__item:hover .c-burger-menu {
    visibility: visible;
    opacity: 1;
    height: auto
  }

  .c-burger-menu.is-wide {
    left: 0;
    width: 100%
  }

  .is-sticky .c-burger-menu {
    margin-top: -.75rem
  }
}

@media (max-width:63.99em) {
  .c-burger-menu {
    transition: max-height .3s cubic-bezier(0, 1, 0, 1) 0s;
    will-change: max-height;
    overflow: hidden;
    max-height: 0
  }

  .c-burger-menu.open {
    transition: max-height .5s ease-out 0s;
    will-change: max-height;
    border-bottom: 1px solid #e0d0b9
  }
}

.c-burger-menu__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none
}

@media (min-width:64em) {
  .c-burger-menu__list {
    margin-left: -1.5rem
  }

  .c-burger-menu__list:not(.is-column) {
    display: flex;
    flex-wrap: wrap
  }

  .c-burger-menu__list.is-column {
    column-count: 2;
    width: 500px
  }

  .c-burger-menu__list.is-column--single {
    column-count: 1
  }

  .c-burger-menu__list-item {
    flex: 1 0 auto;
    box-sizing: border-box;
    padding-left: 1.5rem
  }

  .c-burger-menu__list-item.is-single {
    flex: 0 0 auto;
    margin-top: 1.5rem
  }

  .is-column .c-burger-menu__list-item {
    display: inline-block;
    width: 100%
  }

  .c-burger-menu__list-item>.is-last {
    border-bottom: 0;
    padding-bottom: 0
  }
}

.c-burger-menu__list-text {
  white-space: nowrap
}

@media (max-width:63.99em) {

  .c-burger-menu__list-text.is-colored,
  .is-column .c-burger-menu__list-text {
    color: #c06
  }

  .c-burger-menu__list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #f7f3ec;
    border-bottom: 1px solid #e0d0b9
  }

  .c-burger-menu__list-link::after {
    display: none
  }

  .c-burger-menu__list-link :not(svg):not(img):not(picture):not(source)::after {
    display: none
  }

  .c-burger-menu__list-link.c-link-stacked {
    padding: 1rem 1.5rem;
    color: #c06
  }
}

@media (min-width:64em) {
  .c-burger-menu__list-link.c-link-stacked {
    min-width: 10rem
  }

  .c-burger-menu__list-link.c-link-stacked.is-last {
    border-bottom: 0;
    padding-bottom: 0
  }

  .c-burger-menu__list-link.c-link-stacked.is-colored {
    color: #c06
  }
}

.c-burger-menu__list-icon {
  display: none;
  transition: transform .5s ease 0s;
  will-change: transform;
  transform: rotate(0)
}

@media (max-width:63.99em) {
  .c-burger-menu__list-icon {
    display: block
  }

  .is-active .c-burger-menu__list-icon {
    transition: transform .5s ease 0s;
    will-change: transform;
    transform: rotate(180deg)
  }
}

.c-burger-menu__list-special-icon {
  position: absolute;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem
}

.c-burger-menu__list-special-icon-mobile {
  position: absolute;
  margin-left: .5rem;
  margin-top: -1.7rem;
  width: 3rem;
  height: 3rem
}

.c-burger-menu__special-icon-mobile {
  position: absolute;
  margin-left: .5rem;
  margin-top: -.5rem;
  width: 1.5rem;
  height: 1.5rem
}

.is-active .c-burger-menu__special-icon,
.is-active .c-burger-menu__special-icon-mobile {
  display: none
}

.c-burger-menu__special-icon {
  position: absolute;
  margin-top: -1.5rem;
  width: 1.5rem;
  height: 1.5rem
}

.c-nav-primary__item:hover .c-burger-menu__special-icon {
  visibility: hidden
}

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

@media (max-width:63.99em) {
  .c-burger-menu__sub-list {
    transition: max-height .5s ease 0s;
    will-change: max-height;
    overflow: hidden;
    max-height: 0
  }
}

.c-burger-menu__sub-list-link {
  display: inline-block;
  margin-top: .5rem;
  font-size: .83333rem
}

@media (max-width:63.99em) {
  .c-burger-menu__sub-list-link {
    width: 100%;
    margin-top: 0;
    padding: 1rem 1.5rem;
    background-color: #f0e7d9;
    border-bottom: 1px solid #e0d0b9
  }
}

.c-burger-menu__sub-list__selected--active {
  border-left: 2px solid #c06;
  margin-left: -10px;
  margin-right: 8px;
  margin-top: 8px;
  height: 20px
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-burger-menu__sub-list__selected--active {
    display: none
  }
}

.c-burger-menu__selected {
  display: flex
}

.c-burger-menu__selected--border {
  border-left: 2px solid #0f0f0f;
  margin-left: -10px;
  margin-right: 8px;
  margin-top: 13px;
  height: 20px
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-burger-menu__selected--border {
    display: none
  }
}

.c-burger-menu__sub-list--active {
  display: flex;
  border-left: none
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-burger-menu__sub-list--active {
    border-left: 2px solid #c06
  }

  .c-burger-menu__sub-list--active a {
    cursor: default
  }

  .c-burger-menu__sub-list--active span {
    margin-left: 0
  }

  .c-burger-menu__sub-list--active span::after {
    width: 0 !important
  }
}

.c-burger-menu__list-item--active {
  display: flex;
  border-left: none
}

.c-burger-menu__list-item--active span {
  font-weight: 700
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-burger-menu__list-item--active {
    border-left: 2px solid #c06
  }

  .c-burger-menu__list-item--active a {
    cursor: default
  }

  .c-burger-menu__list-item--active span {
    margin-left: 0
  }

  .c-burger-menu__list-item--active span::after {
    width: 0 !important
  }
}

.c-burger-menu__sub-list-link--deactivated {
  color: #c06
}

.c-burger-menu__list-link--active {
  border-left: 0;
  cursor: default;
  font-weight: 700;
  display: inline-block;
  width: 100%
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-burger-menu__list-link--active {
    border-left: 2px solid #c06
  }
}

.c-burger-menu__list-link--active:hover {
  color: #0f0f0f !important
}

@media (max-width:63.99em) {
  .c-burger-menu-button.is-open {
    border-left-color: transparent;
    z-index: 100
  }

  .is-sticky .c-burger-menu-button.is-open {
    position: absolute;
    right: 0;
    margin-right: -.75rem
  }
}

.c-burger-menu-button__icon {
  transition: all 1s ease 0s;
  will-change: all;
  position: relative;
  display: inline-block;
  height: 1.4rem;
  width: 1.625rem;
  margin-bottom: .75rem;
  font-size: 10px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer
}

.is-sticky .c-burger-menu-button__icon {
  margin-bottom: 0
}

@media (min-width:48em) {
  .is-sticky .c-burger-menu-button__icon {
    height: 1.625rem
  }
}

@media (max-width:47.99em) {
  .c-burger-menu-button__icon {
    height: 1.4rem;
    width: 1.8rem;
    margin-bottom: 0
  }
}

.c-burger-menu-button__icon>span {
  position: absolute;
  width: 100%;
  height: .2em;
  left: 0;
  background-color: #fff;
  border-radius: 2em;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transition: .2s ease-in-out
}

.is-open .c-burger-menu-button__icon>span {
  background-color: #0f0f0f
}

@media (min-width:48em) {
  .c-burger-menu-button__icon>span:first-child {
    top: .5em
  }
}

@media (max-width:47.99em) {
  .c-burger-menu-button__icon>span:first-child {
    top: .2em
  }
}

.is-open .c-burger-menu-button__icon>span:first-child {
  transform: rotate(45deg) translateX(.4em) translateY(1em)
}

@media (min-width:48em) {
  .c-burger-menu-button__icon>span:nth-child(2) {
    top: 1.5em
  }
}

@media (max-width:47.99em) {
  .c-burger-menu-button__icon>span:nth-child(2) {
    top: 1.2em
  }
}

.is-open .c-burger-menu-button__icon>span:nth-child(2) {
  opacity: 0
}

@media (min-width:48em) {
  .c-burger-menu-button__icon>span:nth-child(3) {
    top: 2.5em
  }
}

@media (max-width:47.99em) {
  .c-burger-menu-button__icon>span:nth-child(3) {
    top: 2.2em
  }
}

.is-open .c-burger-menu-button__icon>span:nth-child(3) {
  transform: rotate(-45deg) translateX(.4em) translateY(-1em)
}

.is-open .c-burger-menu-button__text {
  visibility: hidden
}

.c-btn {
  overflow: hidden;
  background: linear-gradient(to bottom, #f4067e 0, #c06 50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1rem;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0
}

.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #b7005c 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

.c-btn * {
  color: #fff;
  vertical-align: middle
}

.c-btn:hover {
  background: linear-gradient(to bottom, #c06 0, #c06 50%)
}

.c-btn:disabled {
  color: #595959;
  background: #d4d4d4
}

.c-btn:disabled::after,
.c-btn:disabled:active::after {
  display: none
}

.c-btn:disabled :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-btn:disabled * {
  background: #d4d4d4
}

.c-btn:disabled:hover {
  color: #595959
}

.c-btn:disabled *,
.c-btn:disabled:hover * {
  color: #595959;
  fill: #595959
}

.c-btn__icon {
  fill: #fff;
  margin-right: .75rem
}

.c-btn--base {
  overflow: hidden;
  background: #e0d0b9;
  color: #fff
}

.c-btn--base-touch::after,
.c-btn--base::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #f0e7d9 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn--base-touch:active::after,
.c-btn--base:active::after,
.c-btn--inverted:active::after,
.c-btn--rating:active::after,
.c-btn--secondary:active::after,
.c-btn--transparent:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

.c-btn--base * {
  color: #fff
}

.c-btn--base:active:not(:disabled),
.c-btn--base:hover:not(:disabled) {
  color: #0f0f0f;
  background: #e0d0b9
}

.c-btn--base:active:not(:disabled) *,
.c-btn--base:hover:not(:disabled) * {
  color: #0f0f0f;
  fill: #0f0f0f
}

@media (max-width:63.99em) {

  .c-btn--base:active:not(:disabled) *,
  .c-btn--base:hover:not(:disabled) * {
    color: #fff;
    fill: #fff
  }
}

@media (hover:none) and (pointer:coarse) {

  .c-btn--base:active:not(:disabled) *,
  .c-btn--base:hover:not(:disabled) * {
    color: #fff;
    fill: #fff
  }
}

.c-btn--base-touch {
  overflow: hidden;
  background: #e0d0b9;
  color: #fff
}

.c-btn--base-touch * {
  color: #fff
}

.c-btn--base-touch:active:not(:disabled),
.c-btn--base-touch:hover:not(:disabled) {
  color: #0f0f0f;
  background: #e0d0b9
}

.c-btn--base-touch:active:not(:disabled) *,
.c-btn--base-touch:hover:not(:disabled) * {
  color: #fff;
  fill: #fff
}

.c-btn--secondary {
  overflow: hidden;
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  color: #c06;
  font-weight: 700
}

.c-btn--secondary::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #ffad00 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn--secondary * {
  color: #c06
}

.c-btn--secondary:hover:not(:disabled) {
  background: #ffc900
}

.c-btn--secondary .c-btn__icon {
  fill: #c06
}

.c-btn--rating {
  overflow: hidden;
  background: #f7f3ec
}

.c-btn--rating::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #004f8d 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn--rating:hover:not(:disabled) {
  background: #0060ac
}

.c-btn--rating .c-btn__icon {
  fill: #fcd65a
}

.c-btn--icon {
  padding: .5rem;
  height: auto
}

.c-btn--icon.c-btn-small {
  padding: .375rem
}

.c-btn--fixed-small .c-btn__icon,
.c-btn--icon .c-btn__icon {
  margin: 0
}

.c-btn--fixed-small {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  padding: 0
}

.c-btn--inverted {
  overflow: hidden;
  background: #fff;
  color: #c06
}

.c-btn--inverted::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #f7f3ec 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn--inverted :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-btn--inverted :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-btn--inverted:hover :not(svg):not(img):not(picture):not(source)::after,
.c-link--primary:hover :not(svg):not(img):not(picture):not(source)::after,
.c-link--secondary:active::after :not(svg):not(img):not(picture):not(source)::after,
.c-link-icon:hover :not(svg):not(img):not(picture):not(source)::after {
  width: 100%
}

.c-btn--inverted * {
  color: #c06
}

.c-btn--inverted:hover:not(:disabled) {
  background: #fff
}

.c-btn--inverted .c-btn__icon,
.c-btn--transparent .c-btn__icon {
  fill: #c06
}

.c-btn--transparent {
  overflow: hidden;
  background: rgba(255, 255, 255, .75)
}

.c-btn--transparent::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-btn--transparent:hover {
  background: #fff
}

.c-btn--transparent:disabled,
.c-btn--transparent:disabled:hover {
  background: rgba(255, 255, 255, .75)
}

.c-btn--transparent:disabled *,
.c-btn--transparent:disabled:hover * {
  background: 0 0
}

.c-btn--transparent *,
.c-cta__sunny .c-prglink span.c-cta__action,
.c-prglink span.c-cta-btn__action {
  color: #c06
}

.c-btn--search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%
}

@media (max-width:47.99em) {
  .c-btn--search {
    width: calc(100%);
    height: calc(100%)
  }
}

@media (max-width:63.99em) {
  .c-btn--search {
    border-top-right-radius: 0
  }

  .is-extended .c-btn--search {
    border-bottom-left-radius: 4px
  }
}

@media (max-width:63.99em) and (max-width:47.99em) {
  .c-searchbox--hotel .c-btn--search {
    border-bottom-left-radius: 4px
  }
}

@media (max-width:63.99em) {
  .c-searchbox--hotel.is-extended .c-btn--search {
    border-bottom-left-radius: 0
  }
}

@media (max-width:63.99em) and (max-width:47.99em) {
  .c-searchbox--train-hotel.is-extended .c-btn--search {
    border-bottom-left-radius: 0
  }

  .c-searchbox--train .c-btn--search {
    border-bottom-left-radius: 4px
  }
}

@media (max-width:63.99em) {
  .c-searchbox-grid--summary .c-btn--search {
    border-top-right-radius: 4px
  }
}

@media (max-width:47.99em) {
  .c-btn--full\@until-tablet {
    width: 100%
  }
}

.c-btn--reverse .c-btn__icon {
  margin-right: 0;
  margin-left: .75rem;
  order: 1
}

.c-btn--tiny {
  padding: .375rem
}

.c-btn--bold {
  font-weight: 700
}

.c-btn--full {
  width: 100%
}

.c-btn--boxed {
  border-radius: 0
}

.c-btn-is-loading {
  visibility: hidden
}

a.c-btn {
  display: inline-flex;
  text-decoration: none
}

@media (max-width:47.99em) {
  .c-btn--booking {
    font-family: din-2014;
    font-size: 20px
  }
}

#iadvize-container iframe,
#optiRealPersonContent iframe,
iframe[id^=iframe-notification] {
  border: 0;
  z-index: 22 !important;
  right: 37px;
  bottom: 37px;
  position: fixed;
  width: 294px;
  height: 129px;
  -webkit-user-select: none;
  user-select: none
}

@media print {

  #iadvize-container iframe,
  #optiRealPersonContent iframe,
  iframe[id^=iframe-notification] {
    display: none
  }
}

.c-checkbox-input {
  display: flex;
  flex-direction: column;
  position: relative
}

.c-checkbox-input:not(:last-child) {
  margin-bottom: .75rem
}

.c-checkbox-input.c-checkbox-input--horizontal {
  display: inline-block;
  margin-right: .75rem
}

.c-checkbox-input.c-checkbox-input--row {
  flex-direction: row
}

.c-checkbox-input__native {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  visibility: hidden
}

.c-checkbox-input__native:checked+.c-checkbox-input__selection::after {
  display: block
}

.c-checkbox-input__native:checked+.c-checkbox-input__selection::before {
  border-color: #c06;
  background-color: #c06
}

.c-checkbox-input__native:disabled+.c-checkbox-input__selection::before {
  border-color: #d4d4d4
}

.c-checkbox-input__native:disabled+.c-checkbox-input__selection {
  color: #d4d4d4
}

.is-error .c-checkbox-input__native+.c-checkbox-input__selection::before {
  border-color: #ff1935;
  background-color: rgba(255, 25, 53, .1)
}

.c-checkbox-input__selection {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  font-size: 1rem;
  transition: all .2s ease
}

.c-flyout--searchbox .c-checkbox-input__selection {
  font-size: .83333rem
}

.c-checkbox-input__selection:hover::before,
.c-form--flashy .c-checkbox-input__selection::before {
  border-color: #c06
}

.c-checkbox-input__selection::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  position: relative;
  top: 0;
  height: 20px;
  width: 20px;
  margin-right: .375rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #e0d0b9
}

.c-flyout--searchbox .c-checkbox-input__selection::before {
  top: 0
}

.c-checkbox-input__selection::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  margin-top: 2px;
  left: 7px;
  height: 14px;
  width: 7px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #fff;
  transform: rotate(45deg)
}

.is-error .c-checkbox-input__selection::after {
  border-color: #ff1935
}

.c-flyout--searchbox .c-checkbox-input__selection::after {
  margin-top: 2px
}

.c-checkbox-input__selection-required::before {
  border: 2px solid #c06
}

.c-checkbox-input__selection-center {
  align-items: center
}

.c-checkbox-input__selection--large {
  font-size: 1.44rem
}

.c-checkbox-input__selection--large::before {
  top: .3rem
}

.c-checkbox-input__selection--large::after {
  margin-top: calc(.3rem + 2px)
}

.c-checkbox-input__selection--small {
  font-size: .83333rem;
  top: .15rem
}

.c-checkbox-input__selection--small::after,
.c-checkbox-input__selection--small::before {
  top: -.1rem
}

.c-checkbox-label__gradient,
.c-checkbox-label__gradient-childprice {
  background: #c06;
  background: linear-gradient(to left, #ffac00, #c06 50%);
  background: -webkit-linear-gradient(45deg, #ffac00, #c06 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700
}

.c-checkbox-label__gradient-childprice {
  margin-left: auto
}

.c-checkbox-rating-label__disabled {
  text-decoration: line-through
}

.c-column {
  display: flex
}

@media (max-width:47.99em) {
  .c-column {
    flex-direction: column
  }
}

.c-column p {
  padding-right: 1.5rem
}

.c-column p:last-child {
  padding-right: 0
}

.c-contact-block {
  display: flex;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 4px
}

@media (max-width:47.99em) {
  .c-contact-block {
    padding: 1rem
  }
}

.c-contact-block__row-space {
  row-gap: .75rem;
  column-gap: 1.5rem
}

.c-contact-block__figure {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .75rem
}

.c-contact-block__figure img {
  flex-shrink: 0
}

.c-contact-block__body {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  max-width: 1200px
}

@media (max-width:63.99em) {
  .c-contact-block__body {
    justify-content: space-between
  }
}

@media (min-width:64em) {
  .c-contact-block__column {
    flex: 1 0 25%
  }
}

@media (max-width:47.99em) {

  .c-contact-block__column--fourth,
  .c-contact-block__column--third {
    flex: 1 0 100%
  }
}

.c-contact-block__text {
  margin: 0;
  font-size: .83333rem
}

.c-contact-block__headline {
  margin: 0;
  font-size: 1rem;
  font-weight: 700
}

.c-contact-extended-block {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  position: relative
}

@media (max-width:63.99em) {
  .c-contact-extended-block {
    margin-top: 1.2rem
  }
}

.c-contact-extended-block__contact-data {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  background-color: #f7f2ec;
  border-radius: 10px;
  justify-content: space-between
}

@media (max-width:47.99em) {
  .c-contact-extended-block__contact-data {
    margin-top: 1.5rem
  }
}

.c-contact-extended-block__column {
  width: 47%;
  padding-top: 1.5rem
}

@media (max-width:47.99em) {
  .c-contact-extended-block__column {
    width: 100%;
    padding: 0;
    margin-bottom: .7rem;
    display: flex;
    justify-content: space-between
  }

  .c-contact-extended-block__column label {
    width: 27%
  }

  .c-contact-extended-block__column label::after {
    content: ':'
  }

  .c-contact-extended-block__column div {
    width: 67%
  }

  .c-contact-extended-block__column:last-child {
    margin-bottom: 0
  }
}

.c-contact-extended-block__column label {
  font-weight: 700
}

.c-contact-extended-block__hours-data {
  display: flex;
  flex: 1 1 33%;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (max-width:63.99em) {
  .c-contact-extended-block__hours-data {
    flex: 1 1 100%
  }
}

.c-contact-extended-block__hours-data.c-contact-extended-block__hours-data--two {
  flex: 1 1 50%
}

.c-contact-extended-block__hours-data.c-contact-extended-block__hours-data--one {
  width: 100%
}

.c-contact-extended-block__hours-block {
  width: 32.5%;
  background-color: #f7f2ec;
  border-radius: 10px;
  padding: 1.5rem;
  font-size: .83333rem;
  display: flex;
  flex-direction: column
}

@media (max-width:63.99em) {
  .c-contact-extended-block__hours-block {
    width: 100%;
    margin-bottom: .7rem
  }
}

.c-contact-extended-block__hours-data--two .c-contact-extended-block__hours-block {
  width: 49.5%
}

@media (max-width:63.99em) {
  .c-contact-extended-block__hours-data--two .c-contact-extended-block__hours-block {
    width: 100%
  }
}

.c-contact-extended-block__hours-data--one .c-contact-extended-block__hours-block {
  width: 100%
}

.c-contact-extended-block__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1
}

.c-contact-extended-block__hours {
  display: flex;
  flex: 1 1 50%;
  justify-content: space-between;
  width: 100%;
  line-height: 1.4rem
}

.c-contact-extended-block__hours-part {
  width: 47%
}

@media (max-width:47.99em) {
  .c-contact-extended-block__hours-part {
    width: 56%
  }
}

.c-contact-extended-block__hours-part-days {
  width: 47%
}

@media (max-width:47.99em) {
  .c-contact-extended-block__hours-part-days {
    width: 38%
  }
}

.c-contact-extended-block__hours-part-days::after {
  content: ':'
}

.c-contact-extended-block__headline {
  margin-bottom: 1rem;
  font-size: 1.44rem;
  font-weight: 700
}

.c-contact-extended-block__headline.c-contact-extended-block__headline--margin {
  margin-top: 1.5rem
}

.c-contact-extended-block__sub-headline {
  margin: 0;
  font-size: 1rem;
  font-weight: 700
}

.c-contact-extended-block__flag-image {
  position: absolute;
  top: -34px;
  left: 32px;
  width: 60px
}

.c-contact-extended-block__fax {
  height: 70px;
  width: 50%;
  padding-top: 1.5rem
}

@media (max-width:63.99em) {
  .c-contact-extended-block__fax {
    height: 0;
    padding-top: 0
  }
}

@media (max-width:47.99em) {
  .c-contact-extended-block__fax {
    width: 100%;
    padding: 0
  }
}

.c-contact-extended-block__divider {
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #fff;
  width: 100%
}

@media (max-width:47.99em) {
  .c-contact-extended-block__divider {
    margin-bottom: 1.2rem
  }
}

.c-content-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px 10px;
  font-size: .83333rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-content-teaser {
    flex-direction: row
  }
}

.c-content-teaser__image-wrapper {
  flex: 0 0 50%;
  overflow: hidden
}

.c-content-teaser__image-wrapper .c-content-teaser__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 10px 10px 0 0
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-content-teaser__image-wrapper .c-content-teaser__image {
    border-radius: 10px 0 0 10px
  }
}

.c-content-teaser__text-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-content-teaser__text-wrapper {
    padding-top: .75rem;
    padding-bottom: 0
  }
}

.c-content-teaser__text {
  height: 100%;
  padding-left: .75rem;
  padding-right: .75rem
}

.c-content-teaser__text * {
  margin-bottom: .75rem
}

.c-content-teaser__text :last-child {
  margin-bottom: 0
}

.c-content-box {
  padding: 1.125rem;
  background-color: #fff;
  border-radius: 4px
}

.c-content-box__text {
  font-size: .83333rem;
  margin-bottom: 0
}

.c-control-arrows {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 1.5rem;
  z-index: 2;
  color: #c06;
  cursor: pointer
}

.c-control-arrows__arrow-left,
.c-control-arrows__arrow-right {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c06;
  padding: .75rem
}

.c-control-arrows__arrow-left::after,
.c-control-arrows__arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #b7005c 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-control-arrows__arrow-left:active::after,
.c-control-arrows__arrow-right:active::after,
.c-cta.c-cta__magenta .c-cta__action-wrapper:active::after,
.c-cta.c-cta__sunny .c-cta__action-wrapper:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

@media (min-width:64em) {

  .c-control-arrows--paging .c-control-arrows__arrow-left,
  .c-control-arrows--paging .c-control-arrows__arrow-right {
    padding: 0;
    width: 70px;
    height: 70px
  }
}

.c-control-arrows--small .c-control-arrows__arrow-left,
.c-control-arrows--small .c-control-arrows__arrow-right {
  padding: 0;
  width: 30px;
  height: 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0
}

.c-control-arrows__arrow-left {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.c-control-arrows__arrow-right {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 1px
}

@media (min-width:64em) {
  .c-control-arrows--paging .c-control-arrows__arrow-right {
    border-bottom: 1px solid #0f0f0f;
    margin-bottom: 0
  }
}

.c-control-arrows__paging {
  display: none;
  position: absolute;
  background-color: #c06;
  color: #fff;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: .69444rem;
  padding-left: .125rem;
  padding-right: .125rem;
  margin-top: -1px
}

@media (min-width:64em) {
  .c-control-arrows--paging .c-control-arrows__paging {
    display: flex;
    justify-content: center
  }

  .c-control-arrows--center {
    top: 50%;
    left: 45%;
    right: auto;
    transform: translate(-50%, -45%)
  }
}

.c-control-arrows__icon-color,
.c-cta__magenta .c-prglink span.c-cta__action {
  color: #fff
}

.c-countdown {
  display: flex
}

.c-countdown-item__count-wrapper {
  background: #0f0f0f;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.c-countdown__item-content {
  position: relative;
  height: 80px;
  min-width: 70px;
  perspective: 200px;
  transform: translateZ(0) translate3d(0, 0, 0);
  margin-right: .375rem
}

.c-countdown__item-content:last-child,
.c-hero-teaser--one-third .c-countdown__item-content:last-child {
  margin-right: 0
}

@media (max-width:63.99em) {
  .c-countdown__item-content {
    height: 60px;
    min-width: 50px
  }
}

.c-last-minute .c-countdown__item-content,
.c-last-minute .c-hero-teaser--one-third .c-countdown__item-content {
  height: 3.3rem;
  min-width: 55px
}

.c-hero-teaser--one-third .c-countdown__item-content {
  position: relative;
  height: 60px;
  min-width: 50px;
  perspective: 200px;
  transform: translateZ(0) translate3d(0, 0, 0);
  margin-right: .375rem
}

.c-hero-teaser--one-third .c-countdown-item__count {
  font-size: 1.728rem
}

.c-countdown-item__bottom,
.c-countdown-item__top {
  height: 50%;
  background: linear-gradient(#292929 0, #0f0f0f 100%)
}

.c-countdown-item__top {
  transform-origin: 50% 100%;
  line-height: 80px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  will-change: transform
}

.c-last-minute .c-countdown-item__top {
  line-height: 3.3rem
}

.c-countdown-item__bottom {
  line-height: 0;
  top: 50%;
  transform-origin: 50% 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.c-countdown-item__count {
  position: absolute;
  top: 50%;
  z-index: 1;
  line-height: 1;
  left: 50%;
  font-family: roboto;
  font-weight: 700;
  font-size: 2.0736rem;
  color: #fff;
  transform: translate(-50%, -50%);
  margin-top: -.375rem
}

@media (max-width:63.99em) {
  .c-countdown-item__count {
    font-size: 1.728rem
  }
}

.c-last-minute .c-countdown-item__count {
  font-size: 1.728rem
}

.c-countdown-item__text {
  position: absolute;
  color: #595959;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: .5787rem
}

.c-countdown .c-countdown-hide {
  visibility: hidden;
  min-width: 0;
  margin-right: 0
}

.c-countdown__headline {
  font-size: 1.25rem;
  font-weight: 700
}

.c-country-selection {
  margin-bottom: .75rem
}

@media (max-width:63.99em) {
  .c-country-selection {
    line-height: 1.7
  }
}

.c-country-selection__headline {
  margin-bottom: .75rem;
  font-size: 1rem
}

.c-country-selection__list {
  margin-top: 0;
  margin-bottom: .375rem
}

.c-country-selection__link {
  display: inline-block;
  position: relative
}

.c-country-selection__link::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-country-selection__link::after {
    height: 1px;
    bottom: 0
  }
}

.c-country-selection__link:hover::after {
  width: 100%
}

.c-country-selection__link:active::after::after,
.c-prglink .c-prglink-text:active::after::after,
.c-prglink .c-teaser__item-link:active::after::after,
PRGLink .c-prglink-text:active::after::after,
PRGLink .c-teaser__item-link:active::after::after,
prglink .c-prglink-text:active::after::after,
prglink .c-teaser__item-link:active::after::after {
  width: 0
}

.c-country-selection__link-text {
  display: inline-block;
  border-right: 1px solid #c06;
  padding-right: .375rem;
  font-size: .83333rem;
  line-height: 14px
}

.c-country-selection__link-text:last-child {
  border-right: 0;
  padding-right: 0;
  font-weight: 700
}

.c-coupon {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

@media (min-width:64em) {
  .c-coupon {
    flex-direction: row;
    flex-wrap: wrap
  }
}

.c-coupon--small,
.c-footer-grid__item--tunneled-fr.c-footer-grid__item--second a {
  display: flex;
  flex-direction: column
}

.c-coupon__content,
.c-coupon__row {
  display: flex;
  width: 100%
}

.c-coupon__content {
  position: relative;
  min-height: 6rem;
  background-color: #fff
}

@media (min-width:64em) {
  .c-coupon__content {
    flex: 1
  }

  .c-coupon--low .c-coupon__content {
    flex-basis: 70%
  }
}

@media (max-width:63.99em) {
  .c-coupon__content {
    flex-direction: column
  }
}

.c-coupon__flap-content {
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  position: relative;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  background-color: #ffac00;
  flex-shrink: 0;
  border-radius: 10px
}

@media (min-width:64em) {
  .c-coupon__flap-content {
    min-height: 6rem;
    min-width: 9rem;
    flex-direction: column;
    flex-basis: 8.5rem
  }

  .c-coupon--low .c-coupon__flap-content {
    flex-basis: 30%;
    flex-direction: row;
    justify-content: space-around;
    align-items: normal
  }

  .c-coupon--small .c-coupon__flap-content {
    min-height: 3.5rem;
    flex-basis: 100%;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-end
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-coupon--low .c-coupon__flap-content {
    align-items: normal;
    justify-content: flex-end
  }
}

@media (max-width:63.99em) {
  .c-coupon__flap-content {
    order: 2
  }

  .c-coupon--small .c-coupon__flap-content {
    flex-basis: 100%;
    flex-direction: column;
    align-items: normal;
    justify-content: space-around
  }
}

@media (max-width:47.99em) {
  .c-coupon--low .c-coupon__flap-content {
    flex-basis: 100%;
    flex-direction: column;
    align-items: normal;
    justify-content: space-around;
    padding: .75rem 1.5rem
  }

  .coupon-mobile-bk {
    padding: 0 5px
  }
}

.c-coupon-collapsible-content-wrapper {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s cubic-bezier(0, 1, 0, 1)
}

.c-coupon.is-toggled .c-coupon-collapsible-content-wrapper {
  max-height: 1000vh;
  transition: max-height .8s ease-in-out
}

.c-coupon-collapsible-content {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.5rem .75rem .75rem;
  background-color: #fff;
  border-radius: 10px
}

@media (max-width:63.99em) {
  .c-coupon-collapsible-content {
    flex-wrap: wrap
  }
}

.c-coupon-collapsible-content__icon {
  position: absolute;
  margin-top: .25rem;
  right: 1.5rem;
  color: #878787;
  cursor: pointer
}

.c-cta,
.c-cta__action-wrapper {
  position: relative;
  height: 2.4rem
}

.c-cta {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  border-radius: 4px
}

.c-cta.c-cta__sunny {
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  color: #c06
}

.c-cta.c-cta__sunny:hover {
  background: #ffc900
}

.c-cta.c-cta__sunny .c-cta__action {
  font-weight: 700
}

.c-cta.c-cta__sunny .c-cta__action-wrapper {
  overflow: hidden
}

.c-cta-btn::after,
.c-cta.c-cta__magenta .c-cta__action-wrapper::after,
.c-cta.c-cta__sunny .c-cta__action-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #ffad00 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-cta.c-cta__magenta {
  background: linear-gradient(to bottom, #f4067e 0, #c06 50%);
  color: #fff
}

.c-cta.c-cta__magenta:hover {
  background: linear-gradient(to bottom, #c06 0, #c06 50%)
}

.c-cta.c-cta__magenta .c-cta__action-wrapper {
  overflow: hidden
}

.c-cta-btn::after,
.c-cta.c-cta__magenta .c-cta__action-wrapper::after {
  background-image: radial-gradient(circle, #b7005c 10%, transparent 10.01%)
}

.c-cta.c-cta--center {
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: .75rem
}

.c-cta__action-wrapper {
  display: inline-flex;
  padding: .375rem .75rem;
  align-items: center
}

.c-cta__action {
  align-items: center;
  font-size: 18px
}

.c-cta-icon__left {
  margin-right: .5rem
}

.c-cta-icon__right {
  margin-left: .5rem
}

.c-cta--right {
  float: right
}

.c-cta-btn {
  overflow: hidden;
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  position: relative;
  padding: .375rem .75rem;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  width: 8rem
}

.c-cta-btn::after {
  background-image: radial-gradient(circle, #ffad00 10%, transparent 10.01%)
}

.c-cta-btn :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-cta-btn:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

.c-cta-btn:hover {
  background: #ffc900
}

.c-cta-btn.c-cta-btn--standalone {
  border-radius: 4px;
  white-space: nowrap;
  min-width: unset;
  width: unset;
  text-align: center;
  display: block
}

.c-cta-btn__action,
.c-cta-btn__cta {
  align-items: center;
  color: #c06;
  font-weight: 700
}

.c-cta-btn__cta {
  font-size: 12px;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0
}

.c-cta-btn__action {
  font-size: .83333rem
}

.c-cta-btn__icon {
  fill: #c06;
  width: .6rem;
  height: .6rem;
  margin-left: .375rem;
  color: #c06
}

.c-cta-btn__full,
.c-cta-ht-100 {
  height: 100%
}

.c-destination-layout {
  display: flex;
  align-items: stretch
}

@media (max-width:47.99em) {
  .c-destination-layout {
    flex-direction: column
  }
}

.c-destination-layout__item {
  display: flex
}

.c-destination-layout__item--center {
  align-items: center
}

.c-destination-layout__item--stretch {
  align-items: stretch
}

@media (min-width:48em) {
  .c-destination-layout__border\@tablet {
    border-right: 1px solid #e0d0b9
  }
}

.c-destination-layout__content-end {
  justify-content: flex-end
}

@media (min-width:48em) {
  .c-destination-layout__content-end\@tablet {
    justify-content: flex-end
  }
}

@media (max-width:47.99em) {
  .c-destination-layout__content-center\@mobile {
    justify-content: center
  }

  .c-destination-layout__content-end\@mobile {
    justify-content: flex-end
  }
}

.c-destination-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden
}

.c-destination-table.c-table {
  border-right: 0;
  border-bottom: 0;
  border-left: 0
}

.c-destination-table__tr {
  display: flex
}

.c-destination-table__body .c-destination-table__tr:not(:last-child) {
  border-bottom: 1px solid #e0d0b9
}

@media (max-width:47.99em) {
  .c-destination-table__tr {
    padding: .75rem
  }
}

@media (min-width:48em) {
  .c-destination-table__tr {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

.c-destination-table__th {
  font-size: .69444rem;
  font-weight: 400
}

@media (min-width:48em) {
  .c-destination-table__btn .c-price-btn {
    padding-right: .375rem;
    padding-left: .375rem
  }

  .c-destination-table__btn .c-price-btn--small .c-price-btn__headline {
    display: none
  }
}

.c-element-gradient,
.c-fader-wrapper {
  position: relative
}

.c-element-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: .3;
  background: linear-gradient(to bottom, #0f0f0f 0, transparent 50%)
}

.c-element-gradient--border-radius::after {
  border-radius: 10px
}

.c-fader-content {
  overflow: auto;
  width: 100%;
  white-space: nowrap
}

.c-fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  transition: opacity .5s ease
}

.c-faceted-breadcrumb .c-fader {
  left: 1px;
  top: 1px;
  border-radius: 5px
}

.c-fader-list {
  margin: 0
}

.c-fader--horizontal {
  width: 7rem;
  height: 100%
}

.c-faceted-breadcrumb .c-fader--horizontal {
  height: calc(100% - 2px)
}

.c-fader--top {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, currentColor 100%)
}

.c-fader--bottom {
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, currentColor 100%)
}

.c-fader--left {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, currentColor 100%)
}

.c-fader--right {
  left: auto !important;
  right: -1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, currentColor 100%)
}

.c-fader--color-base-light,
.c-holidaycheck__icon use {
  color: #f7f3ec
}

.c-fader--color-base {
  color: #f0e7d9
}

.c-flyout {
  display: flex;
  flex-direction: column;
  max-width: 100%
}

.c-flyout--disable-events::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0
}

.c-flyout--bubble {
  z-index: 100;
  display: none
}

@media (min-width:48em) {
  .c-flyout--bubble {
    box-shadow: 0 2px 10px 0 rgba(15, 15, 15, .2);
    position: relative;
    border: 1px solid #e0d0b9;
    border-radius: 10px;
    overflow: visible
  }
}

@media (max-width:47.99em) {
  .c-flyout--bubble {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
  }
}

.tippy-tooltip .c-flyout--bubble {
  display: flex
}

.c-flyout--searchbox {
  box-shadow: 0 2px 4px 0 rgba(15, 15, 15, .2);
  z-index: 100;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  display: none
}

.c-flyout--searchbox.is-active {
  position: absolute;
  visibility: visible;
  opacity: 1;
  display: block
}

.c-flyout--searchbox.is-sticky,
.c-header--ibe .c-flyout--searchbox {
  position: fixed
}

@media (min-width:48em) {
  .c-flyout--searchbox {
    left: 0;
    min-width: 25rem;
    border: 1px solid #e0d0b9
  }
}

@media (max-width:47.99em) {
  .c-flyout--searchbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

@media (min-width:64em) {
  .c-flyout--searchbox:not(.has-js-width):not(.c-flyout--full-searchbox) {
    max-width: 43rem
  }
}

@media (min-width:48em) {
  .c-flyout--searchbox.is-absolute {
    z-index: 19;
    position: absolute;
    top: 0
  }
}

.c-flyout--bubble,
.c-flyout--searchbox {
  background-color: #fff;
  padding: .75rem;
  overflow: hidden
}

@media (max-width:47.99em) {

  .c-flyout--bubble,
  .c-flyout--searchbox {
    padding: 0
  }

  .c-flyout--only-mobile {
    visibility: hidden;
    height: 0
  }

  .c-flyout--only-mobile:not(.is-toggled) * {
    transition: none
  }

  .c-flyout--only-mobile.is-toggled {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: auto;
    z-index: 100
  }
}

.c-flyout--full,
.c-flyout--full-searchbox {
  position: fixed;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}

.c-flyout--full {
  padding: 0;
  z-index: 100
}

.c-flyout--full.c-flyout--full-maintenance,
.c-header.c-header--ibe.is-sticky-ibe.c-header--ibe-maintenance .c-nav-primary {
  top: 2rem
}

.c-flyout--full-searchbox {
  z-index: 101
}

.c-flyout--window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 996
}

@media (min-width:64em) {
  .c-flyout--window {
    justify-content: center;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 64rem;
    width: 85%;
    height: min-content;
    max-height: 77%
  }
}

.c-flyout__header {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f7f3ec
}

.c-flyout--full .c-flyout__header,
.c-flyout--only-mobile .c-flyout__header,
.c-flyout--window .c-flyout__header {
  padding: .75rem 1.5rem;
  border-bottom: 1px solid #e0d0b9
}

.c-flyout--full-searchbox .c-flyout__header {
  padding: .75rem 0;
  border-bottom: 1px solid #e0d0b9
}

@media (min-width:48em) {

  .c-flyout--bubble .c-flyout__header,
  .c-flyout--searchbox .c-flyout__header {
    margin-bottom: .75rem
  }
}

@media (max-width:47.99em) {

  .c-flyout--bubble .c-flyout__header,
  .c-flyout--searchbox .c-flyout__header {
    padding: .75rem 1.5rem;
    height: 2.75rem
  }
}

@media (min-width:48em) {

  .c-flyout--bubble .c-flyout__header,
  .c-flyout--searchbox .c-flyout__header {
    background-color: transparent
  }

  .c-flyout--bubble .c-flyout__header {
    display: none;
    margin-bottom: 1.5rem
  }
}

@media (max-width:47.99em) {
  .c-flyout--bubble .c-flyout__header {
    border-bottom: 1px solid #e0d0b9
  }
}

@media (min-width:64em) {
  .c-flyout--window .c-flyout__header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

.c-flyout__headline {
  margin-bottom: 0;
  font-weight: 400;
  min-height: 1em;
  font-size: 1.2rem
}

.c-flyout--window .c-flyout__headline {
  font-size: 1rem
}

.c-flyout__headline--animate-down {
  animation: .5s slideInDown
}

.c-flyout__headline--animate-top {
  animation: .5s slideOutUp
}

.c-flyout__map {
  overflow: hidden !important
}

.c-flyout__content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: .75rem
}

@media (max-width:47.99em) {
  .c-flyout__content {
    overflow: visible;
    margin-bottom: 0
  }
}

.c-flyout--bubble .c-flyout__content {
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-flyout--bubble .c-flyout__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width:48em) {
  .c-flyout--bubble .c-flyout__content {
    overflow: visible
  }
}

.c-flyout--full .c-flyout__content {
  margin-bottom: 0
}

.c-flyout--window .c-flyout__content {
  display: flex;
  background-color: #fff;
  margin-bottom: 0;
  height: 100%
}

@media (min-width:64em) {
  .c-flyout--window .c-flyout__content {
    height: auto
  }
}

@media (max-width:63.99em) {
  .c-flyout__scroll-content-bottom-spacing {
    bottom: 4.75rem !important
  }
}

.c-flyout__scroll-content {
  width: 100%;
  height: 100%
}

@media (max-width:47.99em) {
  .c-flyout__scroll-content {
    position: absolute;
    top: 2.75rem;
    bottom: 3.75rem;
    height: auto;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    max-width: 100%
  }
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-flyout__scroll-content {
    margin-top: 35px
  }
}

.c-flyout--bubble .c-flyout__scroll-content {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden
}

@media (max-width:47.99em) {
  .c-flyout--bubble .c-flyout__scroll-content {
    padding-top: .75rem;
    max-height: 100%
  }
}

@media (min-width:48em) and (max-width:63.99em) and (orientation:landscape) {
  .c-flyout--bubble .c-flyout__scroll-content {
    max-height: 30vh
  }
}

.c-flyout--window .c-flyout__scroll-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  padding: 1.5rem
}

@media (max-width:63.99em) {
  .c-flyout--window .c-flyout__scroll-content {
    bottom: 0;
    padding-top: .75rem;
    padding-bottom: 0
  }
}

@media (max-width:47.99em) {
  .c-flyout--window-map .c-flyout__scroll-content {
    padding: 0;
    left: 0;
    top: 2.6rem
  }
}

.c-flyout__inner-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@media (max-width:63.99em) {
  .c-flyout__inner-wrapper {
    height: 100%
  }
}

.c-flyout--full-searchbox .c-flyout__footer {
  position: absolute;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3.75rem;
  justify-content: space-between
}

.c-flyout__footer {
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: right;
  border-top: 1px solid #e0d0b9;
  background-color: #fff
}

.c-flyout__footer .c-flyout__footer-btn {
  margin-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-flyout__footer .c-flyout__footer-btn.c-flyout__footer-btn--full {
    margin-left: 0;
    width: 100%
  }
}

.c-flyout--full .c-flyout__footer,
.c-flyout--only-mobile .c-flyout__footer {
  position: absolute;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3.75rem;
  justify-content: space-between
}

@media (min-width:48em) {

  .c-flyout--bubble .c-flyout__footer,
  .c-flyout--searchbox .c-flyout__footer {
    border-top: 0;
    padding-top: 0;
    justify-content: flex-end
  }
}

@media (max-width:63.99em) {

  .c-flyout--bubble .c-flyout__footer,
  .c-flyout--searchbox .c-flyout__footer {
    position: absolute;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 3.75rem;
    justify-content: space-between
  }
}

@media (min-width:48em) {
  .c-flyout--bubble .c-flyout__footer {
    display: none
  }

  .c-flyout--bubble-footer .c-flyout__footer {
    display: flex;
    padding-top: 1.5rem
  }
}

.c-flyout__footer-item:first-child {
  text-align: left
}

@media (min-width:48em) {
  .c-flyout__footer-item {
    width: auto
  }
}

@media (max-width:47.99em) {
  .c-flyout__footer-item {
    width: 50%
  }
}

.c-flyout__text {
  white-space: pre-wrap;
  margin-bottom: .75rem;
  margin-top: .75rem
}

.has-flyout-window {
  height: 100%;
  background-color: rgba(15, 15, 15, .35);
  overflow-y: hidden
}

.c-backdrop-flyout__base {
  background: rgba(15, 15, 15, .35)
}

.c-backdrop-flyout__container {
  position: relative;
  background: #fff;
  max-height: 100%;
  width: 500px;
  overflow-y: auto
}

@media (max-width:47.99em) {
  .c-backdrop-flyout__container {
    width: 100%;
    height: 100%
  }
}

.c-backdrop-flyout__content--banner {
  flex: 4
}

@media (max-width:63.99em) {
  .c-backdrop-flyout__content--banner {
    height: 300px
  }
}

.c-backdrop-flyout__container--banner {
  position: relative;
  overflow-y: auto;
  max-height: 100vh
}

@media (max-width:47.99em) {
  .c-backdrop-flyout__container--banner {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }
}

@media (min-width:48em) {
  .c-backdrop-flyout__container--banner {
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px
  }
}

@media (min-width:64em) {
  .c-backdrop-flyout__container--banner {
    width: 860px
  }
}

.c-backdrop-flyout__header {
  background: #f7f3ec;
  border-bottom: 1px solid #e0d0b9;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999
}

.c-backdrop-flyout__header span {
  flex: 1
}

.c-backdrop-flyout__content {
  flex: 5
}

.c-flyout-content-header {
  position: relative;
  background-color: #f7f3ec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: .75rem 1.5rem;
  z-index: 2
}

@media (max-width:47.99em) {
  .c-flyout-content-header {
    padding-top: 0
  }

  .c-flyout-content-header+.c-flyout__scroll-content {
    top: 5rem
  }
}

.c-flyout-train-text-wrapper {
  display: flex;
  justify-content: space-between
}

.c-flyout-train-text-bold {
  font-weight: 700
}

.c-flyout-train__info {
  display: flex;
  align-items: flex-start;
  font-size: .83333rem
}

.c-flyout-train__image {
  flex-shrink: 0;
  margin-right: .375rem
}

.c-flyout-train__text {
  margin-bottom: .375rem
}

.c-flyout-filterbar-vertical-overlay {
  display: none
}

.c-flyout-filterbar-vertical {
  background-color: #fff
}

.c-flyout-filterbar-vertical.is-toggled {
  z-index: 100;
  box-shadow: -20px 2px 30px 0 rgba(15, 15, 15, .2);
  display: block;
  height: auto
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical.is-toggled+.c-flyout-filterbar-vertical-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
  }
}

@media (max-width:47.99em) {
  .c-flyout-filterbar-vertical--fixed\@mobile {
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 90;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%
  }
}

@media (max-width:47.99em) and (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@mobile {
    transition: right .5s ease 0s;
    will-change: right;
    display: block;
    right: -50%;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet {
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 90;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%
  }
}

@media (min-width:48em) and (max-width:63.99em) and (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet {
    transition: right .5s ease 0s;
    will-change: right;
    display: block;
    right: -50%;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0)
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet.is-toggled {
    right: 0
  }
}

.c-flyout-filterbar-vertical__footer,
.c-flyout-filterbar-vertical__header {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem
}

@media (max-width:47.99em) {

  .c-flyout-filterbar-vertical--fixed\@mobile .c-flyout-filterbar-vertical__footer,
  .c-flyout-filterbar-vertical--fixed\@mobile .c-flyout-filterbar-vertical__header {
    position: fixed;
    right: 0;
    display: flex;
    width: 100%
  }
}

@media (min-width:48em) and (max-width:63.99em) {

  .c-flyout-filterbar-vertical--fixed\@tablet .c-flyout-filterbar-vertical__footer,
  .c-flyout-filterbar-vertical--fixed\@tablet .c-flyout-filterbar-vertical__header {
    position: fixed;
    right: 0;
    display: flex;
    width: 50%
  }
}

@media (max-width:47.99em) {
  .c-flyout-filterbar-vertical--fixed\@mobile .c-flyout-filterbar-vertical__header {
    top: 0;
    border-bottom: 1px solid #e0d0b9;
    background-color: #f7f3ec
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet .c-flyout-filterbar-vertical__header {
    top: 0;
    padding: 1.5rem;
    padding-bottom: 0;
    align-items: flex-start;
    justify-content: flex-end
  }
}

@media (max-width:47.99em) {
  .c-flyout-filterbar-vertical--fixed\@mobile .c-flyout-filterbar-vertical__footer {
    bottom: 0;
    border-top: 1px solid #e0d0b9;
    background-color: #fff
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet .c-flyout-filterbar-vertical__footer {
    bottom: 0;
    border-top: 1px solid #e0d0b9;
    background-color: #fff;
    display: none
  }
}

@media (max-width:47.99em) {
  .c-flyout-filterbar-vertical--fixed\@mobile .c-flyout-filterbar-vertical__body {
    height: 100%;
    padding-top: calc(1.2rem + (.75rem*2) + 1px);
    padding-bottom: calc(2.2rem + (.75rem*2) + 1px);
    width: 100%
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-flyout-filterbar-vertical--fixed\@tablet .c-flyout-filterbar-vertical__body {
    height: 100%;
    padding-top: calc(1.2rem + (.75rem*2) + 1px);
    padding-bottom: calc(2.2rem + (.75rem*2) + 1px);
    padding-bottom: 0;
    width: 100%
  }
}

.c-flyout-filterbar-vertical__content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  max-width: 100%
}

.c-flyout-filterbar-vertical__headline {
  font-size: 1.2rem;
  line-height: 1
}

.c-flyout-filterbar-vertical__footer__btn:first-child {
  width: 100%
}

.c-filterbar-vertical__headline-tablet {
  display: none
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-filterbar-vertical__headline-tablet {
    display: block
  }
}

.c-footer {
  content-visibility: auto;
  position: relative;
  background-color: #f0e7d9;
  z-index: 1
}

.c-footer--tunneled {
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-footer__wrapper {
    padding-left: .75rem;
    padding-right: .75rem
  }
}

.c-footer__front-wrapper {
  position: absolute;
  width: 100%;
  padding-bottom: 0
}

@media (max-width:47.99em) {
  .c-footer__logo-wrapper {
    padding-bottom: .75rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer__logo-wrapper {
    display: flex;
    align-items: flex-end
  }
}

.c-footer--tunneled .c-footer__logo-wrapper {
  display: flex;
  align-items: flex-end
}

@media (max-width:63.99em) {
  .c-footer--tunneled .c-footer__logo-wrapper {
    order: 2;
    margin-top: 1.5rem
  }
}

@media (min-width:48em) {
  .c-footer--tunneled .c-footer__logo-wrapper {
    margin-bottom: 1.5rem
  }
}

@media (min-width:64em) {
  .c-footer__logo-wrapper {
    margin-bottom: 3rem
  }
}

.c-footer__copyright {
  margin-bottom: 0;
  font-size: 12px
}

@media (min-width:48em) {
  .c-footer__copyright {
    font-size: .83333rem
  }
}

.c-footer__brand {
  font-size: 15px
}

@media (min-width:48em) {
  .c-footer__brand {
    font-size: .83333rem
  }
}

.c-footer__logo {
  color: #c06;
  width: 4rem;
  height: 2rem
}

@media (min-width:64em) {
  .c-footer__logo {
    margin-bottom: .375rem
  }

  .c-footer--tunneled .c-footer__logo {
    margin-bottom: 0
  }
}

@media (max-width:63.99em) {
  .c-footer__logo {
    margin-right: .75rem
  }
}

@media (max-width:47.99em) {
  .c-footer__logo {
    margin-bottom: .75rem
  }

  .c-footer--tunneled .c-footer__logo {
    margin-bottom: 0
  }
}

.c-footer--tunneled .c-footer__logo {
  margin-right: .75rem
}

.c-footer__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff
}

.c-footer___icon-square-wrapper {
  margin-right: .75rem;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer___icon-square-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 0
  }
}

@media (max-width:47.99em) {
  .c-footer___icon-square-wrapper {
    flex-direction: row;
    justify-content: center
  }
}

.c-footer-grid__item--tunneled-fr .c-footer___icon-square-wrapper {
  margin-left: .75rem;
  margin-right: 0;
  margin-bottom: 0
}

.c-footer-grid__item--tunneled-fr .c-footer__trusted-wrapper {
  margin-left: .75rem
}

@media (max-width:47.99em) {
  .c-footer-grid__item--tunneled:not(.c-footer-grid__item--tunneled-fr) .c-footer__trusted-wrapper {
    display: flex
  }
}

.c-footer__trusted {
  display: block;
  max-width: 9rem
}

@media (max-width:47.99em) {
  .c-footer__trusted {
    max-width: 12.5rem
  }
}

.c-footer__trusted--small {
  max-width: 2.8rem;
  margin-bottom: 0
}

@media (max-width:63.99em) {
  .c-footer__trusted--small {
    max-width: 3.8rem
  }
}

.c-footer__trusted-icon {
  width: 100%
}

@media (min-width:48em) {
  .c-footer-grid__item--tunneled:not(.c-footer-grid__item--tunneled-fr) .c-footer__trusted-icon {
    width: auto
  }
}

.c-footer__icon-square {
  margin-bottom: .75rem;
  width: 2.65rem;
  height: 2.65rem
}

@media (max-width:63.99em) {
  .c-footer__icon-square {
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    flex-direction: column;
    align-self: end
  }
}

@media (min-width:64em) {
  .c-footer__icon-square {
    display: block
  }
}

@media (max-width:47.99em) {
  .c-footer__icon-square {
    display: block
  }
}

.c-footer--tunneled .c-footer__icon-square {
  display: block;
  width: 2.65rem;
  height: 2.65rem
}

@media (max-width:47.99em) {
  .c-footer--tunneled .c-footer__icon-square {
    width: 3.3rem;
    height: 3.3rem;
    margin-bottom: .375rem
  }
}

.c-footer-grid__item--tunneled-fr .c-footer__icon-square {
  margin-bottom: 0
}

@media (max-width:63.99em) {
  .c-footer-grid__item--tunneled-fr .c-footer__icon-square {
    width: 3.8rem;
    height: 3.8rem
  }
}

.c-footer__icon-rectangle {
  width: auto;
  max-width: 3.5rem
}

@media (min-width:64em) and (max-width:81.24em) {
  .c-footer__icon-rectangle {
    max-width: 3rem
  }
}

.c-footer__icon-rectangle--large {
  width: auto;
  max-width: 3rem
}

@media (min-width:64em) and (max-width:81.24em) {
  .c-footer__icon-rectangle--large {
    max-width: 2.5rem
  }
}

.c-footer__icon-rectangle--small {
  width: auto;
  max-width: 2.5rem
}

.c-footer__icon-rectangle--huge {
  width: auto;
  max-width: 6rem
}

.c-footer__logo-wrapper-lturfly {
  display: flex;
  align-items: center
}

@media (max-width:63.99em) {
  .c-footer__logo-wrapper-lturfly {
    justify-content: center
  }
}

.c-footer__brand-wrapper-lturfly {
  font-size: 15px;
  display: flex;
  align-items: center
}

@media (min-width:48em) {
  .c-footer__brand-wrapper-lturfly {
    font-size: .83333rem
  }
}

.c-footer-tui {
  background: #70cbf4 !important
}

.c-footer-tui .c-footer-grid {
  margin-bottom: 0
}

.c-footer-tui .c-footer__logo-wrapper img {
  margin-right: 20px
}

.c-footer-tui .c-footer__logo-wrapper p,
.c-footer-tui a {
  color: #092a5e !important;
  font-size: 18px !important
}

@media (max-width:47.99em) {
  .c-footer-tui .c-footer__logo-wrapper p {
    font-size: 17px !important
  }
}

.c-footer-tui .c-footer-grid__border {
  background-color: #fff !important
}

@media (max-width:63.99em) {
  .c-footer-tui .c-footer-grid__item--first.c-footer-grid__item--tunneled {
    border-top: 1px solid #fff !important
  }
}

@media (max-width:47.99em) {
  .c-footer-tui .c-footer__logo-wrapper {
    flex-direction: column;
    align-items: center
  }
}

.c-footer-tui a {
  font-size: 16px !important
}

@media (max-width:47.99em) {
  .c-footer-tui a {
    font-size: 15px !important
  }
}

.footer-ssl {
  display: flex !important;
  align-items: center;
  font-size: 12px
}

@media (min-width:48em) {
  .footer-ssl {
    font-size: .83333rem
  }
}

.footer-ssl img {
  width: 3rem;
  height: 3rem
}

.c-footer-banner {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  background-color: rgba(15, 15, 15, .35);
  color: #fff
}

@media (max-width:63.99em) {
  .c-footer-banner .c-footer-banner__item {
    flex-wrap: wrap
  }
}

.c-footer-banner__text {
  max-width: 7em;
  text-align: left;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin-bottom: 0
}

.c-footer-banner__text :last-child {
  margin-bottom: 0
}

.c-footer-banner__btn-container {
  position: relative;
  vertical-align: top
}

@media (max-width:63.99em) {
  .c-footer-banner__btn-container {
    display: flex;
    align-items: center
  }
}

.c-footer-banner__note {
  display: block;
  font-size: .69444rem
}

@media (max-width:63.99em) {
  .c-footer-banner__note {
    margin-left: .75rem
  }
}

@media (min-width:64em) {
  .c-footer-banner__note {
    position: absolute;
    white-space: nowrap;
    margin-top: .375rem
  }
}

.c-footer-banner__item {
  display: flex
}

.c-footer-banner__item-content {
  display: flex;
  align-items: center
}

.c-footer-banner__figure {
  flex-shrink: 0;
  margin-right: .75rem
}

.footer-banner-icon {
  width: 3rem;
  height: 3rem
}

.footer-banner-icon-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left
}

.footer-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1rem;
  column-gap: .5rem
}

.footer-banner-grid-item {
  display: flex;
  align-items: center
}

@media (max-width:767px) {
  .footer-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .footer-banner-advantages-button a {
    width: 100%
  }

  .footer-banner-icon-text {
    font-size: .69444rem
  }
}

.footer-banner-advantages-button {
  text-align: center
}

.c-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .83333rem
}

@media (max-width:63.99em) {
  .c-footer-bottom {
    flex-wrap: wrap
  }
}

@media (max-width:47.99em) {
  .c-footer-bottom {
    justify-content: center
  }
}

@media (min-width:64em) {
  .c-footer-bottom {
    white-space: nowrap
  }
}

@media (max-width:47.99em) {
  .c-footer-bottom>:first-child {
    order: 3;
    text-align: center;
    margin-top: 1.5rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-bottom>:first-child {
    max-width: 50%
  }
}

@media (max-width:47.99em) {
  .c-footer-bottom>:nth-child(2) {
    order: 1;
    text-align: center
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-bottom>:nth-child(2) {
    max-width: 50%
  }
}

@media (max-width:47.99em) {
  .c-footer-bottom>:nth-child(3) {
    order: 2
  }
}

@media (max-width:63.99em) {
  .c-footer-bottom>:nth-child(3) {
    flex: 1 0 100%;
    text-align: center
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-bottom>:nth-child(3) {
    margin-top: 1.5rem
  }
}

.c-footer-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e0d0b9;
  border-bottom: 1px solid #e0d0b9
}

@media (max-width:63.99em) {
  .c-footer-grid {
    flex-wrap: wrap;
    padding-top: .75rem
  }
}

.c-footer--tunneled .c-footer-grid {
  border-top: 0;
  border-bottom: 0;
  margin-top: 0
}

@media (max-width:63.99em) {
  .c-footer--tunneled .c-footer-grid {
    justify-content: space-evenly;
    padding-top: 1.5rem
  }
}

.c-footer--tunneled .c-footer-grid .c-footer-grid__headline {
  display: none !important
}

.c-footer--tunneled .c-footer-grid .footer-seals {
  margin-bottom: 0 !important
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer--tunneled-fr .c-footer-grid {
    justify-content: space-evenly !important
  }
}

@media (max-width:47.99em) {
  .c-footer--tunneled-fr .c-footer-grid {
    padding-top: 0;
    border-top: 0
  }
}

.c-footer-grid__headline {
  font-weight: 700
}

.c-footer-grid__headline,
.c-footer-grid__subline {
  margin-bottom: .375rem;
  line-height: 1;
  font-size: 1.2rem
}

@media (max-width:47.99em) {
  .c-footer-grid__item {
    border-right: 0
  }
}

.c-footer-grid__item--tunneled {
  display: flex;
  flex-direction: column;
  white-space: normal;
  flex: 0 1 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  align-self: center
}

@media (max-width:63.99em) {
  .c-footer-grid__item--tunneled {
    padding-left: .75rem;
    padding-right: 0
  }

  .c-footer-grid__item--tunneled .c-footer-grid__headline {
    display: block !important
  }
}

.c-footer-grid__item--tunneled-fr .footer-ssl {
  display: none !important
}

@media (min-width:64em) {
  .c-footer-grid__item--tunneled-fr {
    flex: 1 1 auto
  }
}

.c-footer-grid__item--tunneled-fr.c-footer-grid__item--second {
  text-align: center
}

@media (max-width:47.99em) {
  .c-footer-grid__item--tunneled-fr.c-footer-grid__item--second {
    padding-bottom: 0 !important
  }
}

@media (max-width:47.99em) {
  .c-footer-grid__item--tunneled-fr.c-footer-grid__item--last {
    padding-bottom: 1.5rem
  }
}

.c-footer-grid__item--first {
  padding-left: 0;
  min-width: fit-content
}

@media (max-width:63.99em) {
  .c-footer-grid__item--first {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding-bottom: .75rem;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e0d0b9
  }

  .c-footer-grid__item--first.c-footer-grid__item--tunneled {
    order: 1;
    border-bottom: 0;
    margin-bottom: 0;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0d0b9
  }
}

@media (max-width:47.99em) {
  .c-footer-grid__item--first.c-footer-grid__item--tunneled {
    order: 3;
    border-right: 0;
    flex: 1 0 100%;
    align-items: center;
    margin-top: 0
  }
}

.c-footer-grid__item--first.c-footer-grid__item--tunneled>* {
  width: auto
}

@media (max-width:47.99em) {
  .c-footer-grid__item--first>* {
    width: 50%
  }
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-footer-grid__item--first+.c-footer-grid__item--border {
    display: none
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-grid__item--second.c-footer-grid__item--tunneled {
    width: 50%;
    padding-right: .375rem
  }
}

@media (max-width:47.99em) {
  .c-footer-grid__item--second.c-footer-grid__item--tunneled {
    padding-bottom: 1.5rem
  }

  .c-footer-grid__item--third {
    order: 9;
    width: 100%
  }

  .c-footer-grid__flex-content {
    display: flex
  }

  .c-footer-grid__item--fourth {
    padding-left: 0
  }
}

.c-footer-grid__item--last {
  display: flex;
  padding-right: 0;
  border-right: 0
}

.c-footer-grid__item--last .c-footer-grid__item-wrapper--tunneled {
  display: flex;
  padding-right: 1.5rem;
  flex-direction: column
}

.c-footer-grid__item--last .c-footer-grid__item-wrapper--tunneled-fr {
  display: flex;
  padding-right: 1.5rem;
  flex-direction: row
}

.c-footer-grid__item--last.seal-fr {
  width: 150px
}

@media (max-width:47.99em) {
  .c-footer-grid__item--last {
    padding-top: 1.5rem !important;
    padding-left: 0;
    order: 10;
    margin: auto;
    border-top: 1px solid #e0d0b9 !important;
    width: 100% !important
  }

  .c-footer-grid__item--last.c-footer-grid__item--tunneled-fr {
    padding-right: 0 !important
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-grid__item--last {
    display: block;
    width: auto !important
  }

  .c-footer-grid__item--last.c-footer-grid__item--tunneled-fr {
    display: flex
  }
}

.c-footer-grid__item--last.c-footer-grid__item--tunneled {
  min-width: fit-content
}

@media (max-width:47.99em) {
  .c-footer-grid__item--last.c-footer-grid__item--tunneled {
    order: 0
  }
}

.c-footer-grid__item--last.c-footer-grid__item--tunneled:not(.c-footer-grid__item--tunneled-fr) {
  padding-left: .75rem
}

@media (max-width:47.99em) {
  .c-footer-grid__item--last.c-footer-grid__item--tunneled:not(.c-footer-grid__item--tunneled-fr) {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-left: .75rem
  }
}

.c-footer-grid__item--last.c-footer-grid__item--tunneled-fr {
  padding-right: 1.5rem;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center
}

@media (max-width:47.99em) {
  .c-footer-grid__item--border {
    display: none
  }
}

.c-footer-grid__item-content {
  display: table
}

.c-footer-grid__item-content--right {
  margin-left: auto
}

@media (max-width:63.99em) {
  .c-footer-grid__item-content--right {
    margin-right: auto
  }
}

@media (max-width:47.99em) {
  .c-footer-grid__item-content--right {
    display: flex
  }
}

.c-footer-grid__border {
  width: 1px;
  height: 100%;
  background: #e0d0b9
}

.footer-grid {
  display: grid;
  grid-template-columns: 28% auto 28%;
  row-gap: 2px;
  background-color: #f0e7d9
}

.footer-grid-item {
  display: flex;
  background-color: #fff
}

.footer-grid-item-content {
  border-right: 2px solid #f0e7d9;
  width: -webkit-fill-available
}

.no-border {
  border: 0
}

.footer-grid-item-trusted {
  text-align: center;
  display: flex;
  align-items: center
}

.footer-grid__list {
  line-height: 1rem
}

.c-footer-grid__item--tunneled .footer-list--payment {
  max-width: 297px
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-grid__item--tunneled .footer-list--payment {
    max-width: 280px
  }
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-footer-grid__item--tunneled .footer-list--payment {
    max-width: 269px
  }
}

.footer-list--payment {
  text-align: center;
  max-width: 300px
}

.footer-grid-hotline,
.footer-grid-newsletter {
  display: flex;
  width: 320px
}

.c-footer-grid-subline__more {
  margin-left: auto
}

.footer-linklist {
  display: flex;
  justify-content: space-between
}

.footer-seals-fr {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse
}

.footer-list--payment-container {
  display: flex !important;
  flex-direction: column;
  align-items: center
}

@media (min-width:768px) and (max-width:1023px) {
  .c-footer--tunneled-fr .footer-list--payment {
    max-width: 250px
  }

  .footer-grid-item-hotline-fr .footer-grid-hotline {
    width: 100%
  }

  .footer-grid-hotline {
    width: 50%
  }

  .footer-grid-newsletter {
    width: 50%;
    margin-left: auto
  }

  .c-footer-grid-subline__more {
    margin-left: 1rem
  }

  .footer-seals-fr {
    display: flex;
    flex-direction: row-reverse !important
  }

  .footer-seals {
    display: flex;
    justify-content: center
  }

  .footer-grid-item-content {
    border: 0
  }

  .footer-grid {
    grid-template-columns: auto auto 15% 35%
  }

  .footer-grid-item-hotline {
    order: 1;
    grid-column: span 4
  }

  .footer-grid-item-hotline .footer-grid-item-content {
    display: flex
  }

  .footer-grid-item-payment {
    order: 2;
    grid-column: span 2
  }

  .footer-grid-item-trusted {
    order: 3;
    grid-column: span 2
  }

  .footer-grid-item-links {
    order: 4;
    grid-column: span 3
  }

  .footer-grid-item-social {
    order: 5
  }

  .footer-grid-item-copyright {
    order: 6;
    grid-column: span 4
  }
}

@media (max-width:767px) {
  .c-footer--tunneled-fr .footer-list--payment {
    max-width: 250px
  }

  .footer-grid-item-hotline-fr .footer-grid-hotline {
    width: 320px
  }

  .footer-grid-hotline {
    width: 100%
  }

  .footer-grid-newsletter {
    width: 100%;
    margin-top: 1.5rem
  }

  .footer-linklist {
    flex-wrap: wrap
  }

  .footer-apps {
    text-align: center
  }

  .footer-seals {
    display: flex;
    justify-content: center
  }

  .footer-seals-fr {
    display: flex;
    flex-direction: row-reverse !important
  }

  .footer-seals-fr .c-footer___icon-square-wrapper {
    margin-right: 0 !important
  }

  .footer-list--payment-container {
    display: flex !important;
    flex-direction: column;
    align-items: center
  }

  .footer-list--payment {
    padding-bottom: 0 !important
  }

  .footer-grid-item-content {
    border: 0
  }

  .footer-grid {
    grid-template-columns: 50% 50%
  }

  .footer-grid-item-hotline {
    order: 1;
    grid-column: span 2
  }

  .footer-grid-item-payment {
    order: 2;
    grid-column: span 2
  }

  .footer-grid-item-trusted {
    order: 3;
    grid-column: span 2
  }

  .footer-grid-item-links {
    order: 4;
    grid-column: span 2
  }

  .footer-grid-item-copyright {
    order: 5
  }

  .footer-grid-item-social {
    order: 6
  }
}

.c-footer-hotline {
  position: relative;
  font-size: 1rem;
  margin-bottom: 1.5rem
}

@media (min-width:64em) {
  .c-footer-hotline {
    white-space: nowrap;
    padding-left: 20rem
  }
}

@media (min-width:48em) {
  .c-footer-hotline {
    font-size: 1.44rem;
    padding-left: 16rem
  }
}

.c-footer-hotline-nl {
  position: relative;
  font-size: 1rem
}

@media (min-width:64em) {
  .c-footer-hotline-nl {
    white-space: nowrap
  }
}

@media (min-width:48em) {
  .c-footer-hotline-nl {
    font-size: 1.44rem
  }
}

@media (max-width:47.99em) {
  .c-footer-hotline__container-only-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
  }
}

.c-footer-hotline__figure {
  margin-right: .75rem
}

@media (max-width:47.99em) {
  .c-footer-hotline__figure {
    align-self: flex-start
  }
}

.c-footer-hotline__icon {
  width: 2rem;
  height: 2rem;
  color: #0f0f0f
}

@media (max-width:47.99em) {
  .c-footer-hotline__icon {
    width: 1.2rem;
    height: 1.2rem
  }
}

.c-footer-hotline__more {
  font-size: 1rem
}

@media (max-width:47.99em) {
  .c-footer-hotline__more {
    margin-left: auto;
    font-size: .83333rem
  }
}

@media (min-width:48em) {
  .c-footer-hotline__more {
    margin-left: .75rem
  }
}

.c-footer-hotline__text-wrapper {
  display: inline-block
}

.c-footer-hotline__label {
  display: inline-block;
  font-weight: 900
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-footer-hotline__label {
    display: block
  }
}

.c-footer-hotline__number {
  position: relative;
  display: inline-block
}

.c-footer-hotline__number a {
  color: #0f0f0f
}

.c-footer-hotline__subinfo {
  position: absolute;
  bottom: -1rem;
  left: 0;
  font-size: .83333rem
}

.c-footer-image {
  position: relative
}

.c-footer-image__img {
  width: 100%
}

.c-footer-image__banner {
  position: absolute;
  bottom: 0;
  width: 100%
}

.c-footer-list {
  margin: 0;
  font-size: .83333rem
}

@media (max-width:47.99em) {
  .c-footer-list {
    padding-bottom: .75rem
  }

  .c-footer--tunneled .c-footer-list {
    text-align: center;
    padding-bottom: 0
  }
}

.c-footer-list--bottom,
.c-footer-list--payment {
  margin-bottom: -.75rem
}

@media (min-width:48em) {
  .c-footer-grid__item--tunneled .c-footer-list--payment {
    margin-right: -1.5rem
  }
}

@media (max-width:47.99em) {
  .c-footer-grid__item--tunneled .c-footer-list--payment {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .c-footer-grid__item--tunneled-fr .c-footer-list--payment {
    margin-top: .75rem;
    justify-content: center
  }
}

.c-footer-list--social {
  max-width: 220px
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-footer-list--social {
    max-width: 175px
  }
}

.c-footer-list--payment .c-footer-list__item {
  margin-right: .75rem;
  margin-bottom: .75rem
}

@media (min-width:64em) and (max-width:81.24em) {
  .c-footer-list--payment .c-footer-list__item {
    margin-right: .375rem
  }
}

.c-footer-list--social .c-footer-list__item {
  margin-right: 1.5rem;
  margin-bottom: .75rem
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-footer-list--social .c-footer-list__item {
    margin-right: 1rem;
    margin-bottom: .5rem
  }
}

@media (min-width:48em) {
  .c-footer-list--social .c-footer-list__item {
    margin-bottom: unset
  }
}

.c-footer-list--bottom .c-footer-list__item {
  margin-right: .375rem
}

.c-footer-list__item:last-child {
  margin-right: 0
}

.c-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.75rem
}

@media (max-width:47.99em) {
  .c-form {
    flex-wrap: wrap
  }
}

.c-form:last-child {
  margin-bottom: -.375rem
}

.c-form--grouped {
  padding-right: .75rem
}

@media (max-width:47.99em) {
  .c-form--grouped {
    padding-right: 0
  }
}

.c-form__item {
  position: relative;
  width: auto;
  padding-right: .75rem;
  padding-bottom: .375rem
}

.c-form--horizontal .c-form__item {
  padding-bottom: 0
}

.c-form__item--grouped {
  padding-right: 0;
  padding-bottom: 0
}

.c-form__column {
  display: flex;
  flex-direction: column
}

.c-form-group {
  display: flex
}

.c-form-group--start {
  align-items: flex-start
}

.c-form-group--end {
  align-items: flex-end
}

.c-form-link {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: .375rem;
  font-size: .83333rem
}

@media (min-width:64em) {
  .c-form__toggle-title {
    line-height: 24px
  }
}

.c-form-column__item {
  flex-direction: column
}

.c-callback-toggle.is-toggled,
.c-recall-hasBooked-toggle.is-toggled,
.c-recall-want-to-travel-toggle.is-toggled {
  display: none
}

.preContractInformation .preContractInformationMoreLabel {
  display: flex
}

.preContractInformation .preContractInformationMore {
  display: none
}

.preContractInformation .icon-arrow--down {
  display: block;
  margin-top: .1rem
}

.preContractInformation .icon-arrow--up {
  display: none;
  margin-top: .1rem
}

.preContractInformation.is-toggled .preContractInformationMore {
  display: block
}

.preContractInformation.is-toggled .icon-arrow--down {
  display: none
}

.preContractInformation.is-toggled .icon-arrow--up {
  display: block
}

.c-glossar {
  display: table;
  width: 100%
}

.c-glossar__head {
  padding-bottom: .75rem
}

.c-glossar__list {
  margin-top: 0;
  margin-bottom: -.375rem;
  margin-right: -.22rem
}

.c-glossar__link {
  display: block;
  font-size: .83333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
}

.c-glossar__item {
  margin-right: .22rem;
  margin-bottom: .75rem
}

.c-glossar__btn {
  width: 1.9rem;
  height: 1.9rem;
  padding: 0
}

.c-glossar__headline {
  margin-top: 3rem;
  padding-bottom: .75rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff
}

.c-glossar__wrap {
  display: block
}

@media (max-width:63.99em) {
  .c-glossar__wrap {
    display: inline
  }
}

.c-header.c-header--home {
  height: 100vh
}

@media (max-width:47.99em) {
  .c-header.c-header--home {
    max-height: 900px
  }
}

.c-header.c-header--ibe {
  transition: top .5s ease 0s;
  will-change: top;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%
}

.c-header.c-header--ibe.is-sticky-ibe {
  transition: top .5s ease 0s;
  will-change: top;
  top: -5.5rem;
  margin-top: -1px
}

@media (max-width:47.99em) {
  .c-header.c-header--ibe.is-sticky-ibe {
    top: -3.125rem
  }
}

.c-header.c-header--ibe.is-sticky-ibe.c-header--ibe-maintenance {
  top: -3.5rem
}

.c-header.c-header--ibe.c-header--ibe-maintenance,
.c-header.c-header--ibe.c-header--ibe-maintenance .c-nav-primary {
  top: 2rem
}

.c-header.c-header--content,
.c-header.c-header--content-no-searchbox {
  padding-top: 5.5rem
}

@media (max-width:47.99em) {

  .c-header.c-header--content,
  .c-header.c-header--content-no-searchbox {
    padding-top: 3.125rem
  }
}

.c-header.c-header--content,
.c-header.c-header--content.is-sticky {
  transition: padding-top .5s ease 0s;
  will-change: padding-top
}

.c-header.c-header--content.is-sticky {
  padding-top: 3.5rem
}

.c-header__placeholder {
  height: 12.05rem;
  background-color: #f0e7d9
}

@media (max-width:47.99em) {
  .c-header__placeholder {
    height: 8.925rem
  }
}

.c-header__placeholder-mobile-large {
  height: 13.05rem
}

@media (max-width:47.99em) {
  .c-header__placeholder-mobile-large {
    height: 13.925rem
  }
}

.c-header__placeholder-bookmark {
  height: 11rem
}

@media (max-width:47.99em) {
  .c-header__placeholder-bookmark {
    height: 12.1rem
  }
}

.c-header__placeholder--no-searchmask {
  height: 11rem
}

@media (max-width:47.99em) {
  .c-header__placeholder--no-searchmask {
    height: 6.3rem
  }
}

.c-header__top {
  z-index: 22;
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75));
  transition: height .5s ease 0s;
  will-change: height;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.125rem;
  border-bottom: 1px solid #fff
}

@media (min-width:48em) {
  .c-header__top {
    height: 5.5rem
  }
}

@media (max-width:63.99em) {
  .c-header__top {
    z-index: 22
  }
}

.is-sticky .c-header__top {
  z-index: 20;
  height: 3.5rem;
  background-color: #fff;
  border-bottom: 0
}

.c-header--tunneled .c-header__top {
  border-bottom: 0;
  background-color: #fff;
  height: 3.125rem
}

@media (min-width:48em) {
  .c-header--tunneled .c-header__top {
    height: 4.5rem
  }
}

.c-header__top.c-header__top-maintenance {
  top: 2rem
}

.c-header__top--ibe {
  position: relative
}

.c-header__top--content,
.c-header__top--ibe {
  background-color: #fff
}

.c-header__top--not-sticky {
  position: absolute
}

.c-header__content {
  transition: all .5s ease 0s;
  will-change: all;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  left: 0;
  padding-left: 7.2rem;
  padding-bottom: .375rem;
  bottom: 0;
  width: 100%;
  height: 5.5rem
}

.is-sticky .c-header__content {
  transition: all .5s ease 0s;
  will-change: all;
  align-items: center;
  height: 3.5rem;
  padding-left: 4.625rem;
  padding-bottom: 0
}

@media (max-width:47.99em) {
  .is-sticky .c-header__content {
    height: 3.125rem
  }

  .c-header__content {
    padding-bottom: 0;
    height: 3.125rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-header__content {
    padding-bottom: .75rem
  }
}

.c-header__content--tunneled {
  height: 4.5rem;
  padding-bottom: 0
}

@media (max-width:47.99em) {
  .c-header__content--tunneled {
    height: 3.125rem
  }
}

.c-header__content--tunneled .c-header-text {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto
}

.c-header__content--tunneled .c-header-text .c-content__text {
  color: #fff
}

@media (min-width:64em) {
  .c-header__content--tunneled .c-header-text .c-content__text {
    font-size: 34px
  }
}

@media (max-width:47.99em) {
  .c-header__content--tunneled .c-header-text .c-content__text {
    font-size: 18px
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-header__content--tunneled .c-header-text .c-content__text {
    font-size: 28px
  }
}

.c-header__nav,
.is-sticky .c-header__nav {
  transition: margin-top .5s ease 0s;
  will-change: margin-top
}

.c-header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  height: 5.5rem;
  flex: 1 0 auto
}

.is-sticky .c-header__nav {
  height: auto;
  padding-top: 0
}

.c-header__search-button {
  transition: top .5s ease 0s;
  will-change: top;
  position: absolute;
  width: 7.8rem;
  right: 0;
  top: -3.125rem;
  visibility: hidden;
  opacity: 0
}

.is-sticky .c-header__search-button {
  transition: top .5s ease .1s;
  will-change: top;
  visibility: visible;
  opacity: 1;
  top: .5rem
}

@media (max-width:47.99em) {
  .c-header__search-button {
    width: auto;
    padding-left: .6rem;
    padding-right: .6rem
  }

  .c-header__search-button>span {
    display: none
  }

  .c-header__search-button .c-btn__icon {
    margin: 0
  }
}

.c-header.c-header--teaser-stage {
  height: unset
}

.c-header.c-header--teaser-stage .c-header__top {
  background-color: #fff
}

.c-header-tui {
  background: #70cbf4 !important
}

.c-header-tui .c-header__content {
  background: #70cbf4;
  padding-left: 0
}

.c-header-tui .c-header-tui__logo {
  align-self: center
}

@media (max-width:47.99em) {
  .c-header-tui .c-header-tui__logo {
    width: 90px
  }
}

.c-header--tunneled {
  opacity: 1 !important
}

.c-header-stage {
  position: relative;
  width: 100%;
  height: 100vh
}

@media (max-width:47.99em) {
  .c-header-stage {
    max-height: 900px
  }
}

.c-header-stage--home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}

.is-sticky .c-header-stage--home {
  position: relative
}

.c-header-stage--not-sticky {
  position: absolute
}

.c-header__flat {
  z-index: unset
}

.c-header-stage--ibe-content {
  display: flex;
  flex-direction: row
}

.c-header-stage--ibe-content .c-header-stage--ibe-searchmask {
  max-width: 100%;
  flex: 1
}

.c-header-stage--content,
.c-header-stage--ibe {
  transition: top 1s ease 0s;
  will-change: top;
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75)) #fff;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff
}

.c-header-stage--content {
  padding: 0;
  height: 100%
}

.is-sticky-ibe .c-header-stage--content,
.is-sticky-ibe .c-header-stage--ibe {
  transition: top 1s ease 0s;
  will-change: top;
  top: 0
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-header-stage--content .tui-flights-search-form-dialog-container .pax-select {
    top: 110px
  }
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-header-stage--content .tui-flights-search-form-dialog-container .pax-select {
    top: 62px
  }
}

.c-header-stage--content.c-header-stage--content-maintenance {
  padding-top: 2rem
}

@media (min-width:48em) {
  .c-header-stage__searchbox {
    transition: width .5s ease 0s;
    will-change: width;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-left: 0
  }

  .is-sticky-ibe .c-header-stage__searchbox {
    transition: width .5s ease 0s;
    will-change: width;
    width: 92%
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .is-sticky-ibe .c-header-stage__searchbox {
    width: 90%
  }
}

.c-header-stage__overlay {
  transition: top .5s ease 0s;
  will-change: top;
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75));
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  bottom: 0
}

.is-sticky .c-header-stage__overlay {
  transition: top .5s ease 0s;
  will-change: top;
  top: 3.5rem
}

.c-header-stage--ibe .c-header-stage__overlay {
  display: none
}

@media (max-width:47.99em) {
  .c-header-stage__overlay {
    top: 3.125rem
  }
}

.c-header-stage__overlay.c-header-stage__overlay-maintenance {
  top: 7.5rem
}

@media (max-width:47.99em) {
  .c-header-stage__overlay.c-header-stage__overlay-maintenance {
    top: 5rem
  }
}

.c-header-stage__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1
}

.c-header-stage__img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-header-stage__content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 6.25rem
}

.is-sticky .c-header-stage__content-wrapper {
  position: relative
}

@media (max-width:47.99em) {
  .c-header-stage__content-wrapper {
    padding-bottom: 0
  }
}

.c-header-stage--content .c-header-stage__content-wrapper,
.c-header-stage--ibe .c-header-stage__content-wrapper {
  padding-bottom: 0
}

.c-header-stage__content-wrapper--not-sticky {
  position: absolute
}

.c-header-stage__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

@media (max-width:63.99em) {
  .c-header-stage__content {
    padding-top: 3.875rem
  }
}

@media (max-width:47.99em) {
  .c-header-stage__content {
    justify-content: center;
    padding-top: 0
  }
}

.c-header-stage--content .c-header-stage__content,
.c-header-stage--ibe .c-header-stage__content {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0
}

.c-header-stage__content.c-header-stage__content--lturfly {
  min-height: 104px
}

@media (max-width:60.25em) {
  .c-header-stage__content.c-header-stage__content--lturfly {
    min-height: 328px
  }
}

.c-header-stage__content--lturfly {
  z-index: 1
}

.c-header-stage__bottom {
  position: fixed;
  width: 100%;
  bottom: 8.125rem;
  text-align: center
}

.c-header-stage__headline-wrapper {
  margin-bottom: 1.5rem;
  font-size: 5.15978rem;
  color: #fff
}

@media (max-width:47.99em) {
  .c-header-stage__headline-wrapper {
    font-size: 2.98598rem;
    margin-bottom: .75rem
  }
}

.c-header-stage__headline {
  margin-bottom: 0;
  font-size: 5.15978rem;
  text-align: center;
  text-shadow: 0 10px 20px rgba(0, 0, 0, .16)
}

@media (max-width:47.99em) {
  .c-header-stage__headline {
    font-size: 2.98598rem
  }
}

.c-header-stage__headline--sub {
  font-size: 2.98598rem;
  margin-top: .375rem
}

@media (max-width:47.99em) {
  .c-header-stage__headline--sub {
    font-size: 1.44rem
  }

  .is-sticky-ibe .c-header-stage.c-header-stage--ibe-maintenance {
    top: 2rem
  }
}

.is-sticky-ibe.c-header--ibe-maintenance .c-searchbox-container--header-ibe.is-active {
  top: 5.5rem
}

.is-sticky .c-header-stage--content-maintenance .c-searchbox-container--header-content.is-active,
.is-sticky .c-header-stage__content-maintenance .c-searchbox-container--home.is-active {
  top: 2rem
}

.c-header-stage--teaser-stage {
  padding-bottom: 0;
  padding-top: 5.5rem
}

@media (max-width:63.99em) {
  .c-header-stage--teaser-stage {
    justify-content: flex-start
  }
}

@media (max-width:47.99em) {
  .c-header-stage--teaser-stage {
    padding-top: 3.1rem
  }
}

.c-header-stage__content-wrapper--teaser-stage {
  padding-bottom: 0
}

.c-header-stage__content-wrapper--teaser-stage .c-control-arrow-long-wrapper {
  margin-top: 1.2rem
}

.c-header-stage__content-wrapper--teaser-stage .c-control-arrow-long-wrapper .c-control-arrow {
  position: unset
}

.c-header-stage__content-wrapper--teaser-stage.c-header-stage__content-wrapper-maintenance {
  margin-top: 2rem
}

.is-sticky .c-header-stage__content-wrapper--teaser-stage .c-control-arrow-long-wrapper {
  display: none
}

.c-hero-slider {
  position: relative
}

.c-hero-slider .c-price-btn,
.c-hero-teaser .c-price-btn {
  border-radius: 0;
  margin-left: auto;
  min-width: 8rem
}

@media (min-width:48em) {

  .c-hero-slider .c-price-btn__from,
  .c-hero-teaser .c-price-btn__from {
    font-size: .5787rem
  }
}

.c-hero-slider .c-price-btn__price,
.c-hero-teaser .c-price-btn__price {
  font-size: 1.44rem
}

@media (min-width:48em) {

  .c-hero-slider .c-price-btn__action,
  .c-hero-teaser .c-price-btn__action {
    font-size: .83333rem
  }

  .c-hero-slider .c-hero-slider__mobile-image,
  .c-hero-teaser .c-hero-slider__mobile-image {
    display: none
  }
}

@media (min-width:64em) and (max-width:47.99em) {

  .c-hero-slider .c-hero-slider__tablet-image,
  .c-hero-teaser .c-hero-slider__tablet-image {
    display: none
  }
}

@media (max-width:63.99em) {

  .c-hero-slider .c-hero-slider__desktop-image,
  .c-hero-teaser .c-hero-slider__desktop-image {
    display: none
  }
}

.c-hero-slider__image {
  width: 100%
}

@media (min-width:64em) {
  .c-hero-slider__image {
    min-height: 560px
  }
}

.c-hero-slider--content .c-hero-slider__image {
  border-radius: 10px
}

@media (max-width:63.99em) {
  .c-hero-slider__container {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    top: 0;
    height: 100%;
    width: 100%
  }
}

.c-hero-slider__container.c-hero-slider__container--flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.c-hero-slider__wrapper {
  position: relative;
  cursor: pointer
}

.c-hero-slider__info-wrapper {
  z-index: 1
}

@media (min-width:64em) {
  .c-hero-slider__info-wrapper {
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
    width: 45%;
    padding-right: 4.5rem;
    padding-left: 1.5rem;
    background-color: rgba(255, 255, 255, .6);
    position: absolute
  }
}

.c-hero-slider--content .c-hero-slider__info-wrapper {
  overflow: hidden;
  border-radius: 10px
}

@media (min-width:64em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom {
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    top: unset;
    height: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, .6);
    position: unset
  }
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-header-wrapper {
  display: block;
  width: 100%
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-button-container {
    margin-top: 1.5rem;
    max-width: unset;
    flex-grow: unset;
    flex-basis: unset;
    flex-shrink: unset
  }
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-header-description {
  margin-bottom: .375rem;
  font-size: .83333rem
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-header-description.swapped {
  font-size: 2.48832rem;
  font-weight: 700
}

@media (max-width:63.99em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-header-description.swapped {
    font-size: 1.44rem
  }
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline {
  font-size: .83333rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline {
    font-size: 1.44rem
  }
}

@media (min-width:48em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline {
    font-size: 1.44rem
  }
}

@media (min-width:64em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline {
    margin-bottom: 1.5rem
  }
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline.swapped {
  font-size: 20px;
  font-weight: 400
}

@media (max-width:63.99em) {
  .c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-headline.swapped {
    font-size: .83333rem
  }
}

.c-hero-slider__countdown-wrapper.c-hero-slider__countdown-wrapper--full,
.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-button-container-padding {
  width: 100%
}

.c-hero-slider__info-wrapper.c-hero-slider__info-wrapper--bottom .c-hero-slider__info-button-container-padding .c-hero-slider__info-button-text {
  flex: 1
}

@media (min-width:64em) {
  .c-hero-slider__countdown-wrapper {
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 54%;
    padding-right: 4.5rem;
    padding-left: 1.5rem;
    position: absolute
  }
}

@media (max-width:63.99em) {
  .c-hero-slider__countdown-wrapper {
    order: 1;
    flex: 1;
    position: relative
  }
}

@media (min-width:64em) {
  .c-hero-slider__countdown-wrapper.c-hero-slider__countdown-wrapper--top {
    flex-grow: 1;
    height: auto;
    display: unset;
    align-items: unset;
    top: unset;
    right: unset;
    width: unset;
    padding-right: unset;
    padding-left: unset;
    position: relative
  }
}

@media (max-width:63.99em) {
  .c-hero-slider__disturber {
    margin-left: 1.5rem;
    margin-top: 1.5rem
  }
}

.c-hero-slider__info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%
}

.c-hero-slider__info {
  width: 100%
}

@media (max-width:63.99em) {
  .c-hero-slider__info {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, .6)
  }
}

@media (max-width:47.99em) {
  .c-hero-slider__info {
    padding: 1.5rem .75rem
  }
}

.c-hero-slider__info-header-wrapper {
  display: flex
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-header-wrapper {
    align-items: flex-end
  }
}

@media (max-width:47.99em) {
  .c-hero-slider__info-header-wrapper {
    flex-direction: column
  }
}

@media (min-width:64em) {
  .c-hero-slider__info-header-wrapper {
    display: block
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-header {
    max-width: 300px
  }
}

@media (min-width:64em) {
  .c-hero-slider__info-header {
    margin-top: .375rem
  }
}

.c-hero-slider__info-button-container {
  display: inline-flex;
  padding: 0;
  background-color: #fff;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  justify-content: space-between
}

@media (min-width:48em) {
  .c-hero-slider__info-button-container {
    margin-left: auto
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-button-container {
    max-width: 350px;
    flex-grow: 1;
    flex-basis: auto;
    flex-shrink: 0
  }
}

@media (max-width:47.99em) {
  .c-hero-slider__info-button-container {
    margin-top: 1.5rem
  }
}

.c-hero-slider__info-button-container.c-hero-slider__info-button-container-text-only {
  min-height: 3.25rem;
  width: 100%
}

.c-hero-slider__info-button-container.c-hero-slider__info-button-container-text-only .c-hero-slider__info-button-text {
  padding: .75rem;
  width: 100%
}

.c-hero-slider__info-button-container.c-hero-slider__info-button-container-padding {
  padding: 0;
  align-items: stretch;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px
}

.c-hero-slider__info-button-container.c-hero-slider__info-button-container-padding .c-hero-slider__info-button-text {
  padding: .5rem .75rem;
  display: flex;
  align-items: center;
  font-size: .83333rem
}

.c-hero-slider__info-button-container.c-hero-slider__info-button-container--no-background {
  border-radius: 2px;
  background-color: unset
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-button-container.c-hero-slider__info-button-container--no-background {
    max-width: unset
  }
}

@media (max-width:63.99em) {
  .c-hero-slider__info-button-container.c-hero-slider__info-button-container--no-background .c-prglink {
    width: 100%
  }
}

.c-hero-slider__info-button-container-no-text {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
  height: 100%;
  margin-top: 1.5rem
}

.c-hero-slider__info-button-container-no-text a {
  border-radius: 5px !important;
  margin-left: unset !important
}

@media (min-width:48em) {
  .c-hero-slider__info-button-container-no-text {
    margin-left: auto
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-slider__info-button-container-no-text {
    max-width: 350px;
    flex-basis: auto;
    flex-shrink: 0
  }
}

.c-hero-slider__info-button-text {
  padding: .5rem .75rem;
  text-align: left;
  min-height: 3.55rem;
  display: flex;
  align-items: center;
  border-radius: 10px
}

@media (max-width:63.99em) {
  .c-hero-slider__info-button-text {
    font-size: .83333rem
  }
}

.c-hero-slider__info-header-description {
  display: block;
  width: 100%;
  margin-bottom: .375rem
}

@media (max-width:63.99em) {
  .c-hero-slider__info-header-description {
    font-size: .83333rem
  }
}

@media (min-width:64em) {
  .c-hero-slider__info-header-description {
    margin-top: 1.5rem
  }
}

.c-hero-slider__info-header-description.swapped {
  font-size: 2.48832rem;
  font-weight: 700
}

@media (max-width:63.99em) {
  .c-hero-slider__info-header-description.swapped {
    font-size: 1.44rem
  }
}

.c-hero-slider__info-headline {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1
}

@media (max-width:63.99em) {
  .c-hero-slider__info-headline {
    margin-bottom: 0
  }
}

@media (min-width:64em) {
  .c-hero-slider__info-headline {
    font-size: 2.48832rem;
    margin-bottom: 1.5rem
  }
}

.c-hero-slider__info-headline.swapped {
  font-size: 20px;
  font-weight: 400
}

@media (max-width:63.99em) {
  .c-hero-slider__info-headline.swapped {
    font-size: .83333rem
  }
}

.c-hotel-card__image-wrapper .slick-dots,
.imageWrapperDeal .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-left: 50px;
  padding: 1rem 0;
  list-style-type: none
}

.c-hotel-card__image-wrapper .slick-dots li {
  margin: 0 .15rem
}

.c-hotel-card__image-wrapper .slick-dots button,
.imageWrapperDeal .slick-dots button {
  background-color: rgba(255, 255, 255, .5);
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  line-height: 1rem;
  vertical-align: middle;
  border: 1px solid #e0d0b9;
  height: 9px;
  width: 9px
}

.c-hotel-card__image-wrapper .slick-dots li.slick-active button {
  background-color: #c06;
  border: 0;
  width: 9px;
  height: 9px
}

.imageWrapperDeal .slick-dots {
  margin-left: 125px
}

.imageWrapperDeal .slick-dots li {
  margin: 0 .05rem
}

.imageWrapperDeal .slick-dots button {
  height: 6px;
  width: 6px
}

.imageWrapperDeal .slick-dots li.slick-active button {
  background-color: #c06;
  border: 0;
  width: 6px;
  height: 6px
}

.c-hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0
}

.c-hero-slider__dots li {
  display: inline-block;
  margin-right: 1.5rem
}

.c-hero-slider__dots li:last-child,
.c-offer-slider__dots li:last-child {
  margin-right: 0
}

.c-hero-slider__dots li button {
  background-color: #fff;
  height: .8rem;
  width: .8rem
}

.c-hero-slider__dots .slick-active button {
  background-color: #c06;
  border: 0;
  width: 1rem;
  height: 1rem
}

@media (min-width:64em) {
  .c-hero-slider__overflow\@desktop {
    overflow: hidden
  }
}

.js-info-animation-next {
  animation-name: slide-next;
  animation-duration: 1s
}

.js-info-animation-prev {
  animation-name: slide-prev;
  animation-duration: 1s
}

.c-hero-teaser {
  position: relative;
  overflow: hidden;
  width: 100%
}

@media (min-width:64em) {
  .c-hero-teaser {
    border-radius: 10px
  }
}

.c-hero-teaser__disturber {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem
}

.c-hero-teaser__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-hero-teaser__info-header-description {
  display: block;
  width: 100%;
  margin-bottom: .375rem;
  font-size: .83333rem
}

.c-hero-teaser__info-header-description.swapped {
  font-size: 1.44rem;
  font-weight: 700
}

.c-hero-teaser__container {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 100%
}

.c-hero-teaser__info-container {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem .75rem;
  background-color: rgba(255, 255, 255, .6);
  order: 2
}

@media (min-width:48em) {
  .c-hero-teaser__info-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width:64em) {

  .c-hero-teaser--one-third .c-hero-teaser__info-container,
  .c-hero-teaser--two-third .c-hero-teaser__info-container {
    padding-left: .75rem;
    padding-right: .75rem
  }
}

.c-hero-teaser__countdown-wrapper {
  order: 1;
  flex: 1;
  position: relative
}

@media (min-width:64em) {
  .c-hero-teaser__countdown-wrapper {
    display: flex;
    align-items: center;
    padding-right: 4.5rem;
    padding-left: 1.5rem
  }
}

.c-hero-teaser__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%
}

@media (max-width:47.99em) {
  .c-hero-teaser__info {
    flex-direction: column
  }
}

.c-hero-teaser__info .c-hero-teaser__info-header {
  align-self: flex-start
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hero-teaser__info .c-hero-teaser__info-header {
    max-width: 300px
  }
}

.c-hero-slider__button-container {
  margin-left: auto
}

.c-hero-teaser__info-header-wrapper {
  width: 100%
}

@media (max-width:47.99em) {
  .c-hero-teaser__info-header {
    align-self: flex-start;
    font-size: .83333rem
  }
}

.c-hero-teaser__info-button {
  display: flex;
  background-color: #fff;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  align-self: flex-end;
  min-height: 3.25rem;
  margin-top: 1.5rem
}

.c-hero-teaser--two-third .c-hero-teaser__info-button {
  align-self: auto
}

@media (min-width:48em) {
  .c-hero-teaser--two-third .c-hero-teaser__info-button {
    margin-top: 1.5rem;
    margin-left: unset;
    max-width: unset
  }
}

.c-hero-teaser__info-button.c-hero-teaser__info-button--no-background {
  background-color: unset;
  min-height: unset;
  border-radius: unset
}

@media (max-width:47.99em) {
  .c-hero-teaser__info-button.c-hero-teaser__info-button--no-background .c-prglink {
    width: 100%
  }
}

.c-hero-teaser__info-headline {
  font-size: .83333rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-hero-teaser__info-headline {
    font-size: 1.44rem
  }
}

@media (min-width:48em) {
  .c-hero-teaser__info-headline {
    font-size: 1.44rem
  }
}

@media (min-width:64em) {
  .c-hero-teaser__info-headline {
    margin-bottom: 1.5rem
  }

  .c-hero-teaser--two-third .c-hero-teaser__info-headline {
    margin-bottom: 0
  }
}

.c-hero-teaser__info-headline.swapped {
  font-size: .83333rem;
  font-weight: 400
}

.c-hero-teaser__info-button-text {
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .83333rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center
}

@media (min-width:64em) and (max-width:81.24em) {
  .c-hero-teaser--one-third .c-hero-teaser__info-button-text {
    padding-left: .25rem;
    padding-right: .25rem
  }
}

.c-hotel-card__image-wrapper .glide__bullets,
.imageWrapperDeal .glide__bullets {
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-left: 48px;
  padding: 1rem 0;
  list-style-type: none
}

.c-hero-slider__dots li button,
.c-hotel-card__image-wrapper .glide__bullets button,
.imageWrapperDeal .glide__bullets button {
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  line-height: 1rem;
  vertical-align: middle;
  border: 1px solid #e0d0b9
}

.c-hotel-card__image-wrapper .glide__bullets button,
.imageWrapperDeal .glide__bullets button {
  background-color: rgba(255, 255, 255, .5);
  height: .5rem;
  width: .5rem;
  margin: 0 .15rem
}

.c-hotel-card__image-wrapper .glide__bullets button.active {
  background-color: #c06;
  border: 0;
  width: .5rem;
  height: .5rem
}

.imageWrapperDeal .glide__bullets {
  margin-left: 125px
}

.imageWrapperDeal .glide__bullets button {
  height: .3rem;
  width: .3rem;
  margin: 0 .05rem
}

.imageWrapperDeal .glide__bullets button.active {
  background-color: #c06;
  border: 0;
  width: .3rem;
  height: .3rem
}

.c-hero-teaser__info-button--padding {
  padding: 0;
  align-items: stretch
}

.c-hero-teaser__info-button--padding .c-hero-teaser__info-button-text {
  padding: .5rem .75rem;
  display: flex;
  align-items: center
}

.c-hero-teaser__info-button--margin {
  margin-top: 0
}

.u-1\/3\@desktop .c-hero-teaser__image {
  min-height: 552px
}

.c-holidaycheck {
  display: inline-block;
  overflow: hidden
}

.c-holidaycheck__logo {
  display: block;
  max-width: 110px;
  margin-bottom: .75rem
}

.c-holidaycheck__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.c-holidaycheck__rating {
  text-align: center;
  font-size: .69444rem;
  display: inline-block;
  width: 250px
}

.c-holidaycheck__recommendation,
.c-holidaycheck__recommendation-mobile {
  gap: 2px;
  padding-left: 3px;
  margin-left: -8px;
  background-color: #fff;
  border: 1px solid #d9e1ee;
  height: 32px
}

.c-holidaycheck__recommendation-mobile {
  height: 28px
}

.c-holidaycheck__recommendation-solo {
  gap: 2px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 12px
}

.c-holidaycheck__recommendation-thumb {
  gap: 2px;
  padding: 2px 5px;
  background-color: #0e55cd;
  height: 32px
}

.c-holidaycheck__recommendation-left-edge {
  border-radius: 4px 0 0 4px
}

.c-holidaycheck__recommendation-right-edge {
  border-radius: 0 4px 4px 0
}

.c-holidaycheck__recommendation-thumb-mobile {
  gap: 1px;
  padding: 2px 4px;
  background-color: #0e55cd;
  height: 28px
}

.c-holidaycheck__recommendation-thumb-solo {
  gap: 2px;
  padding: 2px 5px;
  background-color: #0e55cd;
  height: 32px;
  width: 32px
}

.c-holidaycheck__wrapper:after {
  content: '';
  clear: both;
  display: table
}

.c-holidaycheck__wrapper--secondary {
  display: inline-block
}

.c-holidaycheck__wrapper--secondary .c-holidaycheck__icon-sun {
  fill: #d63385
}

.c-holidaycheck__btn {
  float: right;
  height: 36px;
  cursor: pointer
}

.c-holidaycheck__btn:not(:first-of-type) {
  padding-right: .375rem;
  width: calc(36px + .375rem)
}

.c-holidaycheck__btn:first-of-type {
  width: 36px
}

.c-holidaycheck__icon {
  height: 100%;
  width: 100%
}

.c-holidaycheck__icon .c-holidaycheck__icon-inner {
  fill: #f7f3ec
}

.c-holidaycheck__btn:hover .c-holidaycheck__icon .c-holidaycheck__icon-inner,
.c-holidaycheck__btn:hover~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-inner,
.c-holidaycheck__input:checked~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-inner {
  fill: #0060ac
}

.c-holidaycheck__btn:hover .c-holidaycheck__icon use,
.c-holidaycheck__btn:hover~.c-holidaycheck__btn .c-holidaycheck__icon use,
.c-holidaycheck__input:checked~.c-holidaycheck__btn .c-holidaycheck__icon use {
  color: #0060ac
}

.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover .c-holidaycheck__icon .c-holidaycheck__icon-inner,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-inner,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__input:checked~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-inner {
  fill: #b7005c
}

.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover .c-holidaycheck__icon use,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover~.c-holidaycheck__btn .c-holidaycheck__icon use,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__input:checked~.c-holidaycheck__btn .c-holidaycheck__icon use {
  color: #b7005c
}

.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover .c-holidaycheck__icon .c-holidaycheck__icon-sun,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__btn:hover~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-sun,
.c-holidaycheck__wrapper--secondary .c-holidaycheck__input:checked~.c-holidaycheck__btn .c-holidaycheck__icon .c-holidaycheck__icon-sun {
  fill: #f7f3ec
}

.c-hotel-card {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1;
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-hotel-card {
    flex-direction: column;
    padding: 10px
  }
}

.c-hotel-card-mobile--top {
  display: flex;
  flex-direction: row
}

.c-hotel-card-mobile--left {
  min-width: 178px;
  padding-right: 10px;
  flex: 1
}

.c-hotel-card--rounded,
.c-hotel-card-mobile--left .c-hotel-card__image {
  border-radius: 10px
}

.c-hotel-card--map-flyout {
  border-top-right-radius: 0
}

@media (min-width:81.25em) {
  .c-hotel-card--map-flyout {
    min-width: 865px
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card--map-flyout {
    min-width: 688px
  }
}

@media (min-width:48em) {
  .c-hotel-card-pointer-event {
    pointer-events: all !important
  }
}

.c-hotel-card__image-wrapper {
  position: relative;
  width: 280px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card__image-wrapper {
    width: 270px
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__image-wrapper {
    width: 100%
  }
}

.c-hotel-card__image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card__image {
    height: 260px
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__image {
    height: 118px;
    width: 168px
  }
}

.c-hotel-card--rounded .c-hotel-card__image {
  border-top-left-radius: 10px
}

@media (max-width:47.99em) {
  .c-hotel-card--rounded .c-hotel-card__image {
    border-top-right-radius: 10px
  }
}

@media (min-width:48em) {
  .c-hotel-card--rounded .c-hotel-card__image {
    border-bottom-left-radius: 10px
  }
}

.c-hotel-card__prglink {
  height: 100%
}

.c-hotel-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: 100%;
  min-width: 27.3rem;
  padding: 1rem 1.5rem 1rem 1rem;
  line-height: 21px
}

@media (max-width:81.24em) {
  .c-hotel-card__content {
    min-width: 0;
    padding: .75rem
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__content {
    padding-bottom: 1.5rem
  }
}

.c-hotel-card-mobile__content {
  padding: 0 !important
}

.c-hotel-card-flyout__content {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  min-width: 25rem;
  padding: 1rem
}

@media (max-width:81.24em) {
  .c-hotel-card-flyout__content {
    padding: .75rem
  }
}

@media (max-width:47.99em) {
  .c-hotel-card-flyout__content {
    min-width: 0;
    padding-bottom: 1.5rem
  }
}

@media (min-width:81.25em) {
  .c-hotel-card__content-top {
    margin-bottom: -1.5rem
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__content-top {
    margin-bottom: .75rem;
    line-height: 16px
  }
}

.c-hotel-card__content-bottom {
  margin-top: auto
}

.c-hotel-card__rating-wrapper {
  display: flex
}

.c-hotel-card__price {
  position: relative;
  text-align: right;
  padding-right: .75rem
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card__price {
    padding-right: 0
  }
}

.c-hotel-card-mobile__price {
  margin-top: -20px
}

.c-hotel-card__disturber {
  position: absolute;
  bottom: .5rem;
  height: 35px;
  left: 0;
  z-index: 1
}

@media (max-width:47.99em) {
  .c-hotel-card__disturber {
    height: 25px
  }
}

.c-hotel-card__like {
  position: absolute;
  right: .75rem;
  top: .75rem;
  z-index: 1000;
  line-height: 0
}

@media (max-width:47.99em) {
  .c-hotel-card__like {
    right: 45%;
    top: 142px;
    padding: .75rem
  }
}

.c-hotel-card__providerimage {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  width: 73px;
  height: 27px
}

@media (max-width:47.99em) {
  .c-hotel-card__providerimage {
    height: 25px;
    right: -9999px;
    left: -9999px;
    top: 155px;
    margin: auto;
    padding-right: 19px
  }
}

.c-hotel-card__delete-icon {
  color: #878787;
  cursor: pointer
}

.c-hotel-card__flag {
  position: absolute;
  bottom: 1.5rem;
  left: 0
}

.c-hotel-card__headline {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;
  margin-bottom: 0;
  line-height: 1.1;
  max-width: 100%
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card__headline {
    padding-right: 80px
  }
}

.glide__slides {
  margin: 0
}

.c-hotel-card-margin-bottom-tiny {
  margin-bottom: 2px
}

.c-hotel-rating {
  display: flex;
  flex-direction: column
}

@media (min-width:64em) {
  .c-hotel-rating {
    flex-direction: row
  }
}

.c-hotel-rating__logo-box {
  flex-grow: 1
}

@media (min-width:64em) {
  .c-hotel-rating__logo-box {
    display: flex;
    flex-direction: column
  }
}

.c-hotel-rating__percentage-box {
  display: flex
}

@media (max-width:47.99em) {
  .c-hotel-rating__percentage-box {
    flex-direction: column
  }
}

@media (min-width:48em) {
  .c-hotel-rating__percentage-box {
    align-items: flex-end
  }
}

@media (min-width:64em) {
  .c-hotel-rating__percentage-box {
    margin-top: auto
  }
}

.c-hotel-rating__rate-wrapper {
  display: flex
}

.c-hotel-rating__main-rate,
.c-hotel-rating__rate {
  margin-left: .375rem
}

.c-hotel-rating__main-rate {
  font-size: 1.44rem
}

@media (min-width:48em) {
  .c-hotel-rating__main-rate {
    font-size: 37px;
    line-height: 37px
  }
}

@media (min-width:64em) {
  .c-hotel-rating__main-rate {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: -4px
  }
}

.c-hotel-rating__image {
  height: 37px;
  max-height: 180px
}

@media (min-width:48em) {
  .c-hotel-rating__image {
    height: 50px;
    max-height: 243px
  }
}

.c-hotel-rating__recommendation {
  display: flex;
  align-items: center;
  font-size: .83333rem
}

.c-hotel-rating__recommendation:first-child {
  margin-bottom: 3px
}

@media (min-width:48em) {
  .c-hotel-rating__recommendation {
    font-size: 1rem
  }
}

.c-hotel-rating__highlight {
  background-color: #f0e7d9;
  border-radius: 2px;
  text-align: center;
  margin-right: .375rem;
  padding: 2px;
  min-width: 43px
}

.c-hotel-rating__main-rating,
.c-hotel-rating__ratings,
.c-hotel-rating__recommendation {
  margin-top: .75rem
}

@media (min-width:48em) {

  .c-hotel-rating__main-rating,
  .c-hotel-rating__ratings,
  .c-hotel-rating__recommendation {
    margin-top: .375rem
  }
}

.c-hotel-rating__main-rating {
  display: flex;
  align-items: flex-end
}

@media (min-width:48em) {
  .c-hotel-rating__main-rating {
    margin-left: auto
  }
}

.c-hotel-rating__rating-name {
  font-size: .83333rem;
  margin-bottom: 0;
  white-space: nowrap
}

.c-hotel-rating__detailed-rating-wrapper {
  display: flex;
  flex-direction: column
}

.c-hotel-rating__detailed-rating-wrapper:first-child {
  margin-right: .75rem
}

@media (min-width:48em) {
  .c-hotel-rating__detailed-rating-wrapper:first-child {
    margin-right: 1.5rem
  }
}

.c-hotel-rating__detailed-rating {
  margin-top: .375rem
}

.c-hotel-rating__ratings {
  display: flex;
  flex-direction: row
}

@media (min-width:64em) {
  .c-hotel-rating__ratings {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid #f0e7d9
  }
}

.c-hotel-teaser-container {
  margin-top: 1.5rem
}

.c-hotel-teaser-container h3 {
  padding-left: 1.5rem
}

.c-hotel-teaser {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff
}

.c-hotel-teaser__headline,
.c-hotel-teaser__sub-headline {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 14px;
  z-index: 1
}

.c-hotel-teaser__headline {
  top: 2.3rem;
  font-size: 30px;
  text-shadow: 0 2px 2px rgba(15, 15, 15, .25);
  font-weight: 700
}

.c-hotel-teaser__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}

.c-hotel-teaser-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: .75rem
}

.c-hotel-teaser-header__headline,
.c-main-content #headline {
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-hotel-teaser-header__headline {
    margin-bottom: .375rem
  }
}

.c-hotel-teaser-header__link {
  font-size: .83333rem
}

@media (max-width:47.99em) {
  .c-hotel-teaser-header__link {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0
  }
}

@media (max-width:63.99em) {
  .c-icon-list {
    margin-bottom: -1.5rem
  }
}

@media (max-width:47.99em) {
  .c-icon-list {
    margin-bottom: -.75rem
  }
}

.c-icon-list__item {
  margin-bottom: 1.5rem
}

@media (min-width:64em) {
  .c-icon-list__item {
    margin-bottom: 0
  }
}

@media (min-width:48em) {
  .c-icon-list__item {
    width: 33%
  }
}

@media (max-width:47.99em) {
  .c-icon-list__item {
    width: 50%;
    margin-bottom: .75rem
  }
}

@media (min-width:64em) {
  .c-icon-list__item:last-child {
    width: auto
  }
}

.c-icon-list__icon {
  padding: 1px;
  width: 2rem;
  height: 2rem;
  color: #9ccc18
}

@media (max-width:47.99em) {
  .c-icon-list__icon {
    width: 1.2rem;
    height: 1.2rem
  }
}

.c-icon-text-list__icon-list {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 1.5rem
}

@media (max-width:63.99em) {
  .c-icon-text-list__icon-list {
    border-radius: 0
  }
}

.c-icon-text-list__icon-list.c-icom-text-list__icon-list--two-columns {
  flex-direction: row
}

@media (max-width:63.99em) {
  .c-icon-text-list__icon-list.c-icom-text-list__icon-list--two-columns {
    flex-direction: column
  }
}

.c-icon-text-list__text-wrapper {
  margin-bottom: 1.5rem
}

.c-icon-text-list__item {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
  color: #0f0f0f
}

@media (max-width:47.99em) {
  .c-icon-text-list__item {
    flex-direction: column
  }
}

.c-icon-text-list__item.c-icom-text-list--two-columns {
  flex: 0 0 50%
}

.c-icon-text-list__item.c-icon-text-list__item-icon--position-top {
  align-items: flex-start
}

.c-icon-text-list__item-icon-wrapper {
  min-width: 3.5rem
}

@media (max-width:47.99em) {
  .c-icon-text-list__item-icon-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem
  }
}

.c-icon-text-list__item-icon {
  width: 2rem
}

@media (max-width:47.99em) {
  .c-icon-text-list__item-text-wrapper {
    width: 100%;
    text-align: center
  }
}

.c-icon-pin {
  fill: #c06
}

.c-icon-alarm-clock .o-icon__inner {
  fill: #0f0f0f
}

.c-icon-alarm-clock--positive .o-icon__inner,
.c-icon-alarm-clock-ringing--positive {
  fill: #9ccc18
}

.c-icon-alarm-clock--negative .o-icon__inner,
.c-icon-alarm-clock-ringing--negative {
  fill: #ff1935
}

.c-icon-alarm-clock--warning .o-icon__inner {
  fill: #ffc900
}

.c-icon-alarm-clock-ringing--warning {
  fill: #ffac00
}

.c-icon-info {
  color: #ffc900
}

.c-icon-info .o-icon__inner,
.c-icon-info--base .o-icon__inner,
.c-icon-info--primary .o-icon__inner {
  fill: #fff
}

.c-icon-info--primary {
  color: #c06
}

.c-icon-info--base {
  color: #f0e7d9
}

.c-icon-check-neutral {
  fill: #fff;
  color: #fff
}

.c-icon-check--positive {
  fill: #9ccc18;
  color: #9ccc18
}

.c-icon-warning {
  color: #fff
}

.c-icon-warning .o-icon__inner,
.c-icon-warning use,
.c-icon-warning--circle use,
.c-icon-warning-circle,
.c-icon-warning-circle .o-icon__inner {
  fill: #ff1935
}

.c-icon-warning-reverse {
  color: #ff1935
}

.c-icon-warning-reverse .o-icon__inner {
  fill: #fff
}

.c-icon-ueberweisung {
  height: 45px !important;
  margin-top: -20px
}

.c-icon-sepa {
  color: #10298e
}

.c-icon-sepa .o-icon__inner {
  fill: #ffbe00
}

.c-icon-sepa-dark {
  color: #0f0f0f
}

.c-icon-sepa-dark .o-icon__inner {
  fill: #c06
}

.c-icon-sepa-base-alt {
  color: #e0d0b9
}

.c-icon-sepa-base-alt .o-icon__inner {
  fill: #f0e7d9
}

.c-icon-paypal {
  color: #253b80
}

.c-icon-paypal .o-icon__inner {
  fill: #179bd7
}

.c-icon-paypal .o-icon__inner2 {
  fill: #222d65
}

.c-icon-paypal-base-alt {
  color: #e0d0b9
}

.c-icon-paypal-base-alt .o-icon__inner {
  fill: #f0e7d9
}

.c-icon-paypal-base-alt .o-icon__inner2 {
  fill: #d8c4a7
}

.c-icon-transfer {
  color: #ffad00
}

.c-icon-transfer .o-icon__inner {
  fill: #fff
}

.c-icon-transfer .o-icon__stroke {
  stroke: #ffad00
}

.c-icon-transfer-base-alt {
  color: #e0d0b9
}

.c-icon-transfer-base-alt .o-icon__inner {
  fill: #fff
}

.c-icon-transfer-base-alt .o-icon__stroke {
  stroke: #e0d0b9
}

.c-icon-visa-card {
  color: #224dba
}

.c-icon-visa-card-base-alt {
  color: #e0d0b9
}

.c-icon-amex-card {
  color: #007ecd
}

.c-icon-amex-card-base-alt {
  color: #e0d0b9
}

.c-icon-mastercard-card {
  color: #353a48
}

.c-icon-mastercard-card .o-icon__inner {
  fill: #ff5e00
}

.c-icon-mastercard-card .o-icon__inner2 {
  fill: #ed0006
}

.c-icon-mastercard-card .o-icon__inner3 {
  fill: #f9a000
}

.c-icon-mastercard-card-base-alt {
  color: #e0d0b9
}

.c-icon-mastercard-card-base-alt .o-icon__inner {
  fill: #eee5da
}

.c-icon-mastercard-card-base-alt .o-icon__inner2,
svg use {
  fill: #fff
}

.c-icon-mastercard-card-base-alt .o-icon__inner3 {
  fill: #f7f3ed
}

.c-icon-flag {
  width: 3rem;
  height: 3rem
}

.c-info-overlay-container {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, .35)
}

.c-info-ie-not-supported {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 770px;
  width: 100%
}

.c-info-ie-not-supported span {
  line-height: 1.8
}

.c-info-close-button {
  position: absolute;
  top: 10px;
  right: 10px
}

.c-info-close-button:hover {
  cursor: pointer
}

.c-image-block__container {
  margin-left: -1.5rem
}

@media (min-width:64em) {
  .c-image-block__container {
    display: flex
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-image-block__container {
    margin-left: 0
  }
}

.c-image-block {
  border-radius: 10px;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-image-block {
    padding-left: 0
  }
}

.c-image-block__link {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%
}

.c-image-block__img {
  width: 100%
}

.c-image-block__headline {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

.c-image-block__button {
  border-radius: 4px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: .4rem;
  font-size: .8rem;
  color: #fff;
  background: linear-gradient(to bottom, #f4067e 0, #c06 50%)
}

.c-image-block__icon {
  width: 1rem;
  height: 1rem
}

.c-image-block__icon--left {
  margin-right: .1rem
}

.c-image-block__icon--right {
  margin-left: .1rem
}

.c-image-block__slider {
  padding-left: 0;
  margin-bottom: 0
}

.c-image-block__overflow {
  overflow: hidden
}

.c-image-block__overflow .c-slider-arrow {
  top: 45%
}

.c-image-block__caption {
  margin-bottom: 2.25rem;
  line-height: 1;
  font-weight: 700
}

.c-image-block__loading-image-container {
  opacity: 0
}

@media (max-width:63.99em) {
  .c-image-block__loading-image-container {
    margin-bottom: 51px
  }
}

@media (max-width:47.99em) {
  .c-image-block__loading-image-container {
    margin-bottom: 49px
  }
}

.c-image-block__loading-image {
  margin-right: 20px
}

@media (max-width:63.99em) {
  .c-image-block__loading-image {
    margin-right: 0
  }
}

.c-image-block__text {
  position: absolute;
  top: 1rem;
  left: 1rem
}

.c-image-block__subline {
  font-size: 17px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

@media (max-width:63.99em) {
  .c-image-block__subline {
    font-size: 15px
  }
}

.c-input-wrapper {
  position: relative
}

.c-input-wrapper--inline {
  margin-top: .1875rem
}

.c-input-wrapper--horizontal {
  display: inline-block
}

.c-input-wrapper--grouped {
  border-radius: 0;
  background: #fff;
  border: 0
}

.c-input-wrapper--grouped input {
  border: 0;
  border-radius: 0;
  background: 0 0
}

.c-form__item--grouped:first-child .c-input-wrapper--grouped,
.c-input-wrapper--grouped-first {
  border-right: 1px solid #d4d4d4
}

@media (max-width:63.99em) {

  .c-form__item--grouped:first-child .c-input-wrapper--grouped,
  .c-input-wrapper--grouped-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }
}

@media (max-width:47.99em) {

  .c-form__item--grouped:first-child .c-input-wrapper--grouped,
  .c-input-wrapper--grouped-first {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-right: 0;
    border-bottom: 1px solid #d4d4d4
  }
}

.c-label {
  display: inline-block;
  margin-bottom: .375rem;
  font-size: .83333rem;
  color: #595959
}

.c-label-hidden {
  display: none
}

.c-label--text-area {
  padding-right: 3rem
}

.c-label--grouped {
  padding-left: .5rem;
  font-size: .69444rem;
  margin-bottom: 0
}

.c-label__wrapper {
  height: 23px;
  display: flex;
  align-items: flex-end
}

.c-last-minute .c-last-minute__tabs-wrapper-content {
  display: flex;
  padding-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-last-minute .c-last-minute__tabs-wrapper-content {
    flex-direction: column;
    padding-left: 0
  }
}

.c-last-minute .c-last-minute__tabs-nav-wrapper {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden
}

.c-last-minute__header {
  text-align: center
}

@media (min-width:48em) {
  .c-last-minute__header {
    margin-bottom: 1.5rem
  }
}

.c-last-minute__nav {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-last-minute__nav {
    flex-direction: column;
    overflow: hidden;
    padding-left: 0
  }
}

.c-last-minute__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 1.5rem
}

@media (max-width:47.99em) {
  .c-last-minute__list {
    flex-wrap: wrap
  }
}

.c-last-minute__input {
  width: 0;
  border: 0;
  padding: 0;
  margin: 0
}

.c-last-minute__nav-labels {
  position: relative;
  top: 1.125rem;
  text-align: center
}

@media (max-width:47.99em) {
  .c-last-minute__nav-labels::after {
    background-color: #e0d0b9;
    content: "";
    position: absolute;
    left: -100%;
    bottom: calc(-.375rem - 2px);
    width: 1000%;
    height: 1px;
    z-index: -1
  }
}

.c-last-minute__nav-labels.c-tabs__nav {
  margin-bottom: 1.5rem
}

.c-last-minute__selectbox-container {
  margin-left: auto;
  text-align: left
}

@media (max-width:47.99em) {
  .c-last-minute__selectbox-container {
    margin-top: .75rem;
    margin-left: 0
  }
}

.c-last-minute__text-block {
  display: block;
  background: 0 0
}

.c-last-minute__offer-wrapper {
  display: flex;
  flex-direction: column
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-last-minute__offer-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.c-last-minute__content-wrapper {
  display: flex;
  padding-top: .75rem
}

@media (max-width:81.24em) {
  .c-last-minute__content-wrapper {
    flex-direction: column
  }
}

.c-last-minute__offer-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 10px;
  max-width: 100%
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-last-minute__offer-container {
    flex-basis: 48%
  }

  .c-last-minute__offer-container:last-child {
    margin-right: 0
  }
}

@media (max-width:81.24em) {
  .c-last-minute__offer-container {
    flex-direction: column
  }
}

.c-last-minute__info-container {
  display: flex;
  width: 100%;
  background-color: #fff
}

@media (max-width:81.24em) {
  .c-last-minute__info-container {
    flex-direction: column
  }
}

@media (min-width:81.25em) {
  .c-last-minute__info-container {
    width: 80%;
    flex-basis: 80%
  }

  .c-last-minute__image-container {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 300px
  }
}

.c-last-minute__image {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:81.24em) {
  .c-last-minute__image {
    height: 220px
  }
}

.c-last-minute__text-container {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.c-last-minute__text-container :last-child {
  margin-top: auto
}

@media (max-width:47.99em) {
  .c-last-minute--extended .c-last-minute__text-container {
    padding-bottom: .75rem
  }
}

@media (min-width:81.25em) {
  .c-last-minute__text-container {
    flex-shrink: 1;
    flex-grow: 0;
    min-width: 12rem;
    padding-left: .75rem;
    padding-right: .75rem
  }
}

@media all and (min-width:81.25em) and (-ms-high-contrast:none),
(min-width:81.25em) and (-ms-high-contrast:active) {
  .c-last-minute__text-container {
    width: 12rem
  }
}

.c-last-minute_headline {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .75rem;
  margin-bottom: 0;
  margin-left: .75rem;
  margin-right: .75rem
}

@media (max-width:81.24em) {
  .c-last-minute_headline {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }
}

.c-last-minute__headline-and-content {
  min-width: 0;
  width: 100%
}

.c-last-minute__text {
  font-size: .83333rem;
  color: #595959
}

@media (max-width:81.24em) {
  .c-last-minute__text:nth-child(3) {
    padding-top: .75rem;
    padding-bottom: .375rem
  }
}

.c-last-minute__text:last-child {
  color: #0f0f0f
}

.c-last-minute__divider {
  height: 1px;
  border: 0;
  margin: .375rem 1.5rem .75rem;
  background-color: #e0d0b9
}

@media (max-width:47.99em) {
  .c-last-minute__divider {
    height: 0
  }
}

.c-last-minute__divider-nav {
  margin: 0 0 1.5rem
}

.c-last-minute__rate-container {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (max-width:47.99em) {
  .c-last-minute--extended .c-last-minute__rate-container {
    padding: 0 1.5rem
  }
}

@media (max-width:81.24em) {
  .c-last-minute__rate-container {
    padding-top: .375rem
  }
}

@media (min-width:81.25em) {
  .c-last-minute__rate-container {
    flex-shrink: 1;
    flex-grow: 1;
    align-items: center;
    min-width: 10rem;
    padding-right: .375rem;
    padding-left: .75rem;
    border-left: 1px solid #f0e7d9
  }
}

.c-last-minute__countdown-wrapper {
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-last-minute--extended .c-last-minute__countdown-wrapper {
    padding-top: 0
  }
}

@media (max-width:81.24em) {
  .c-last-minute__countdown-wrapper {
    padding-bottom: 1.5rem
  }
}

@media (min-width:81.25em) {
  .c-last-minute__countdown-wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-left: auto
  }
}

.c-last-minute__countdown-header {
  display: flex;
  align-items: center;
  padding-bottom: .375rem
}

.c-last-minute__countdown-text {
  font-size: 1.2rem;
  margin-left: .375rem
}

.c-last-minute__price-container {
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

@media (max-width:81.24em) {
  .c-last-minute__price-container {
    min-height: 4rem
  }
}

@media (min-width:81.25em) {
  .c-last-minute__price-container {
    flex-basis: 20%
  }
}

.c-last-minute__price-wrapper {
  text-align: center;
  padding: 0 .375rem
}

@media (max-width:81.24em) {
  .c-last-minute__price-wrapper {
    display: flex
  }
}

.c-last-minute__action,
.c-last-minute__price-text {
  display: block
}

.c-last-minute__price {
  font-weight: 700;
  font-size: 1.728rem
}

.c-last-minute__action {
  background-color: #fff;
  padding: .375rem;
  color: #c06;
  cursor: pointer;
  font-weight: 700
}

@media (max-width:81.24em) {
  .c-last-minute__action {
    margin-left: 1.5rem
  }
}

.c-last-minute__action-error {
  background-color: unset
}

.c-last-minute__flap {
  text-align: center;
  position: absolute;
  top: -10px;
  width: 100%;
  flex-direction: row;
  display: flex
}

@media (min-width:81.25em) {
  .c-last-minute__flap {
    width: auto;
    height: 100%;
    top: 0;
    left: -10px;
    flex-direction: column
  }
}

.c-last-minute__circle-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

@media (min-width:81.25em) {
  .c-last-minute__circle-wrapper {
    height: 100%;
    margin-top: auto;
    flex-direction: column
  }
}

.c-last-minute__circle {
  background-color: #f0e7d9;
  width: 8px;
  height: 8px;
  border-radius: 80px
}

.c-last-minute__circle-half-bottom,
.c-last-minute__circle-half-top {
  width: 10px;
  height: 20px;
  background-color: #f0e7d9
}

@media (min-width:81.25em) {

  .c-last-minute__circle-half-bottom,
  .c-last-minute__circle-half-top {
    width: 20px;
    height: 10px
  }
}

.c-last-minute__circle-half-top {
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px
}

@media (min-width:81.25em) {
  .c-last-minute__circle-half-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px
  }
}

.c-last-minute__circle-half-bottom {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px
}

@media (min-width:81.25em) {
  .c-last-minute__circle-half-bottom {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 0
  }
}

.c-last-minute__error-teaser {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem
}

@media (max-width:81.24em) {
  .c-last-minute__error-teaser {
    flex-direction: column
  }
}

@media (max-width:47.99em) {
  .c-last-minute__error-teaser {
    margin-bottom: 6rem
  }
}

@media (max-width:81.24em) {
  .c-last-minute__error-image {
    order: 2
  }
}

.c-last-minute-error-text-container {
  padding: 1.5rem;
  max-width: 650px
}

.c-last-minute-error-headline {
  font-size: 2.48832rem;
  font-weight: 700
}

.c-last-minute__next-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.c-last-minute__arrow {
  color: #c06;
  margin-left: .375rem
}

.c-last-minute__tooltip {
  box-shadow: 0 2px 10px 0 rgba(15, 15, 15, .2);
  border: 1px solid #e0d0b9;
  background-color: #fff;
  position: absolute;
  padding: .75rem;
  border-radius: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px
}

.c-last-minute__tooltip-upper {
  margin-top: -3rem
}

.c-last-minute__tooltip-upper::after {
  border-top: 15px solid #fff;
  border-top-width: 10px;
  bottom: -9px
}

.c-last-minute__tooltip-down::after,
.c-last-minute__tooltip-down::before,
.c-last-minute__tooltip-upper::after,
.c-last-minute__tooltip-upper::before {
  z-index: 2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0
}

.c-last-minute__tooltip-upper::before {
  border-top: 15px solid #e0d0b9;
  filter: drop-shadow(0 5px 3px rgba(15, 15, 15, .2));
  border-top-width: 10px;
  bottom: -10px
}

@media (max-width:47.99em) {
  .c-last-minute__tooltip-upper {
    margin-top: -4.5rem
  }
}

.c-last-minute__tooltip-down {
  margin-top: .6rem
}

.c-last-minute__tooltip-down::after,
.c-last-minute__tooltip-down::before {
  border-bottom: 15px solid #fff;
  border-bottom-width: 10px;
  top: -9px
}

.c-last-minute__tooltip-down::before {
  border-bottom: 15px solid #e0d0b9;
  top: -10px
}

@media (min-width:48em) {
  .c-last-minute__tooltip-down {
    right: 0;
    transform: inherit;
    left: auto
  }
}

.c-link-battery__headline {
  margin-bottom: 2.25rem
}

.c-link-icon {
  display: inline-flex !important;
  align-items: center
}

.c-link-icon :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-link-icon :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-link-icon .c-link-icon__icon {
  margin-right: .375rem
}

.c-link-icon .c-link-icon__text>* {
  display: block
}

.c-link-icon.c-link-icon--reverse .c-link-icon__icon {
  order: 1;
  margin-left: .375rem;
  margin-right: 0
}

.c-link-stacked {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 0;
  text-decoration: none;
  border-bottom: 1px solid #e0d0b9;
  color: #0f0f0f;
  font-size: .83333rem
}

.c-link--no-hover::after,
.c-link-stacked::after,
.c-logo::after,
.c-nav-primary__link::after {
  display: none
}

.c-link-stacked :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-link-stacked:active,
.c-link-stacked:hover {
  color: #c06;
  text-decoration: none
}

.c-link-stacked .c-link-stacked__icon {
  fill: #c06;
  width: 1rem;
  height: 1rem;
  margin-left: .75rem
}

.c-link-stacked.c-link-stacked--disabled {
  color: #595959
}

.c-link-stacked.c-link-stacked--disabled .c-link-stacked__icon {
  fill: #595959
}

@media (min-width:64em) {
  .c-link-stacked {
    min-width: 8rem
  }
}

.c-link {
  text-decoration: none;
  cursor: pointer
}

.c-link--primary,
.c-message__body .c-message__description a {
  color: #c06
}

.c-link--primary :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-link--primary :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-link--secondary {
  color: #0f0f0f
}

.c-link--secondary :not(svg):not(img):not(picture):not(source)::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  .c-link--secondary :not(svg):not(img):not(picture):not(source)::after {
    height: 1px;
    bottom: 0
  }
}

.c-link--secondary:hover :not(svg):not(img):not(picture):not(source)::after {
  width: 0
}

@media (max-width:63.99em) {
  .c-link--secondary:hover :not(svg):not(img):not(picture):not(source)::after {
    width: auto
  }
}

.c-link--tertiary,
.c-nav-satellite__item a {
  color: #fff
}

.c-link--no-hover :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-loader {
  position: relative;
  display: block
}

.c-loader.c-loader__button {
  width: 100%;
  position: absolute
}

.c-loader__item {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  pointer-events: none
}

.c-loader__item.c-loader--inverted * {
  background: #fff
}

.c-loader.is-active .c-loader__item {
  display: flex
}

.c-loader--right .c-loader__item {
  left: auto;
  right: .75rem;
  justify-content: flex-end
}

.c-loader--left .c-loader__item {
  justify-content: flex-start
}

.c-loader--relative .c-loader__item {
  position: relative !important
}

.c-loader__item .button-bg-color {
  background-color: #878787 !important
}

.c-loader__item * {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  background-color: #c06;
  border-radius: 100%;
  animation: loader-bounce-animation 1.4s ease-in-out 0s infinite both
}

.c-loader__item :first-child {
  animation-delay: -.32s
}

.c-loader__item :nth-child(2) {
  animation-delay: -.16s
}

.c-loader__item :nth-child(3) {
  margin-right: 0
}

.c-loader--inline {
  display: inline-block;
  background: 0 0
}

.c-logo {
  position: absolute;
  z-index: 2;
  display: inline-block;
  left: 0;
  bottom: .75rem;
  transition: all ease 1s;
  color: #fff
}

.c-logo :not(svg):not(img):not(picture):not(source)::after,
.c-nav-primary__link :not(svg):not(img):not(picture):not(source)::after,
.c-nav-satellite__link :not(svg):not(img):not(picture):not(source)::after,
.c-prglink .c-teaser__item-link span.blacktext :not(svg):not(img):not(picture):not(source)::after,
.c-price-btn :not(svg):not(img):not(picture):not(source)::after,
.c-searchbox-container__button :not(svg):not(img):not(picture):not(source)::after,
.c-service-bar__link :not(svg):not(img):not(picture):not(source)::after,
.u-disabled :not(svg):not(img):not(picture):not(source)::after,
PRGLink .c-teaser__item-link span.blacktext :not(svg):not(img):not(picture):not(source)::after,
prglink .c-teaser__item-link span.blacktext :not(svg):not(img):not(picture):not(source)::after {
  display: none
}

.c-header__content--tunneled .c-logo,
.is-sticky .c-logo {
  bottom: 50%;
  transform: translateY(50%)
}

@media (max-width:47.99em) {
  .c-logo {
    bottom: 50%;
    transform: translateY(50%);
    z-index: 95
  }
}

.c-logo.c-logo--ibe {
  z-index: unset
}

.c-logo.logo-lturfly img {
  max-width: 60px !important
}

@media (max-width:47.99em) {
  .c-logo.logo-lturfly img {
    margin-top: 20px
  }
}

.c-logo--stage {
  transition: all .5s ease 0s;
  will-change: all;
  position: relative;
  z-index: 0;
  bottom: auto;
  width: 0;
  transform: translateX(0);
  visibility: hidden
}

.is-sticky-ibe .c-logo--stage {
  bottom: 0;
  left: 0;
  width: 8%;
  margin-right: .5rem;
  visibility: visible
}

@media (max-width:47.99em) {
  .c-logo--stage {
    display: none
  }
}

.c-logo__image {
  transition: width .5s ease 0s;
  will-change: width;
  width: 6rem;
  height: 3rem;
  color: #fff
}

.is-sticky .c-logo__image {
  transition: width 1s ease 0s;
  will-change: width;
  width: 3.8rem;
  height: auto
}

@media (min-width:48em) and (max-width:63.99em) {
  .is-sticky .c-logo__image {
    width: 2.8rem;
    height: auto
  }
}

@media (max-width:47.99em) {
  .c-logo__image {
    width: 3.5rem
  }
}

.c-logo__image--stage-ibe {
  position: absolute;
  bottom: 0
}

.c-logo__image--stage {
  height: 3.55rem;
  width: 3rem
}

@media (min-width:48em) {
  .c-logo__image--tunneled {
    height: 4.2rem;
    width: 4.2rem;
    padding-top: 0
  }
}

@media (max-width:47.99em) {
  .c-logo__image--tunneled {
    height: 3.125rem;
    width: 3.125rem
  }
}

.c-main-content {
  z-index: auto;
  position: relative;
  padding-top: 1.5rem;
  background-color: #fff;
  padding-bottom: 1.5rem
}

@media (min-width:48em) {
  .c-main-content {
    padding-bottom: 2.25rem
  }
}

@media (min-width:64em) {
  .c-main-content {
    padding-bottom: 3rem
  }
}

.c-main-content.c-main-content--tunneled-maintenance {
  padding-top: 8rem
}

@media (max-width:47.99em) {
  .c-main-content.c-main-content--tunneled-maintenance {
    padding-top: 6rem
  }
}

.c-main-content.c-main-content--teaser-stage {
  padding: 10rem 0 0 !important
}

@media (max-width:63.99em) {
  .c-main-content.c-main-content--teaser-stage {
    padding: 18rem 0 0 !important
  }
}

@media (max-width:47.99em) {
  .c-main-content.c-main-content--teaser-stage {
    padding: 22rem 0 0 !important
  }
}

.c-main-content--ibe {
  z-index: auto
}

.c-main-content--ibe.c-main-content--ibe-maintenance {
  padding-top: 3.5rem
}

.c-main-content--auto {
  min-height: auto
}

.c-main-content--header-fixed {
  padding-top: 4.625rem
}

@media (min-width:48em) {
  .c-main-content--header-fixed {
    padding-top: 6.25rem
  }
}

.c-maintenance-layer {
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 42px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 99;
  font-size: 18px
}

.c-maintenance-layer div {
  display: inline-block;
  padding-left: 100%;
  animation-name: marquee;
  animation-duration: var(--animation-duration-maintenance);
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.c-message__header {
  display: flex
}

@media (min-width:48em) {

  .c-message--icon .c-message__addition,
  .c-message--icon .c-message__body {
    padding-left: 4.5rem
  }
}

.c-message__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%
}

.c-message__icon .c-icon-warning-circle {
  color: #ff1935
}

.c-message__icon .c-icon-warning-circle use {
  fill: #ff1935;
  color: #ff1935
}

@media (min-width:48em) {
  .c-message__icon {
    margin-right: 1.5rem;
    margin-left: 0
  }
}

@media (max-width:47.99em) {
  .c-message__icon {
    margin-left: 1.5rem
  }

  .c-message__icon-wrapper {
    order: 1
  }
}

.c-message__headline {
  width: 100%;
  margin-bottom: 0
}

.c-message__headline-wrapper {
  width: 100%;
  min-height: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.c-message__body {
  display: flex;
  align-items: flex-start
}

@media (max-width:47.99em) {
  .c-message__body {
    margin-top: .375rem
  }
}

.c-message__body .c-message__description {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0
}

.c-messages__description-wrapper {
  display: flex;
  margin-top: .75rem
}

.c-messages__description-wrapper .c-message__description {
  margin-top: 0
}

.c-message__list {
  columns: 2
}

@media (max-width:63.99em) {

  .c-nav-primary,
  .c-nav-primary.is-open {
    transition: right .5s ease 0s;
    will-change: right
  }

  .c-nav-primary {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    top: 0;
    bottom: 0;
    height: 100%;
    padding-top: 4rem;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0)
  }

  .c-nav-primary.is-open {
    right: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-nav-primary {
    right: -60%;
    width: 50%;
    box-shadow: 0 20px 30px 0
  }
}

@media (max-width:47.99em) {
  .c-nav-primary {
    width: 100%;
    right: -100%
  }
}

@media (max-width:63.99em) {
  .c-nav-primary__content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-nav-primary__content {
    padding-bottom: 13.5rem
  }
}

@media (max-width:47.99em) {
  .c-nav-primary__content {
    border-top: 1px solid #e0d0b9
  }
}

.c-nav-primary__active {
  border-bottom: 2px solid #fff;
  padding-bottom: 11px
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .c-nav-primary__active {
      border-bottom: 3px solid #fff !important
    }
  }
}

@media (min-width:20em) and (max-width:63.99em) {
  .c-nav-primary__active {
    border-bottom: none;
    padding-bottom: 0
  }
}

.c-nav-primary__list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0
}

@media (min-width:64em) {
  .c-nav-primary__list {
    display: flex;
    height: 2.5rem;
    justify-content: space-between;
    padding-top: .375rem;
    max-width: 28rem
  }
}

.c-nav-primary__list.c-nav-primary__list--satellite {
  margin: 0
}

@media (min-width:64em) {
  .c-nav-primary__list.c-nav-primary__list--satellite {
    display: none
  }
}

.is-sticky .c-nav-primary__list {
  padding-top: 0
}

@media (min-width:64em) {
  .is-sticky .c-nav-primary__list {
    height: 2.1rem
  }

  .c-nav-primary__list--reduced {
    justify-content: flex-start
  }
}

.c-nav-primary__item {
  display: inline-block
}

.c-nav-primary__item:first-child {
  margin-left: 0
}

@media (max-width:63.99em) {
  .c-nav-primary__item {
    display: block
  }
}

.c-nav-primary__link {
  position: relative;
  z-index: 2;
  font-size: 1.2rem
}

@media (min-width:64em) {
  .c-nav-primary__link {
    display: block;
    padding: .375rem;
    color: #fff
  }

  .c-nav-primary__item:hover .c-nav-primary__link {
    box-shadow: 2px -2px 2px 0 rgba(15, 15, 15, .2);
    color: #0f0f0f;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .c-nav-primary__item:hover .c-nav-primary__link .c-nav-primary__active {
    padding-bottom: 0
  }
}

@media (max-width:63.99em) {
  .c-nav-primary__link {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e0d0b9
  }
}

@media (min-width:64em) {
  .c-nav-primary__link.is-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.375rem;
    width: 100%;
    height: 3px;
    background-color: #fff
  }

  .is-sticky .c-nav-primary__link.is-active::after {
    bottom: -.6rem;
    margin-bottom: -1px
  }
}

.c-nav-primary__link--satellite {
  justify-content: flex-start
}

.c-nav-primary__link-text {
  white-space: nowrap
}

@media (max-width:63.99em) {
  .c-nav-primary__link-text {
    color: #0f0f0f;
    vertical-align: top
  }
}

.c-nav-primary__link-icon {
  display: none;
  margin-left: auto;
  transition: transform .5s ease 0s;
  will-change: transform;
  transform: rotate(0)
}

@media (max-width:63.99em) {
  .c-nav-primary__link-icon {
    display: block
  }
}

.is-active .c-nav-primary__link-icon {
  transition: transform .5s ease 0s;
  will-change: transform;
  transform: rotate(180deg)
}

.c-nav-satellite {
  list-style: none;
  margin-left: .75rem;
  margin-top: 0;
  margin-bottom: .375rem
}

@media (max-width:47.99em) {
  .c-nav-satellite:not(.c-nav-satellite--offcanvas) {
    display: none
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-nav-satellite {
    margin-bottom: 0
  }

  .is-sticky .c-nav-satellite {
    position: absolute;
    bottom: .5rem
  }
}

.c-nav-satellite__link::after,
.c-offer-card__toggle-icon+svg,
.is-sticky .c-nav-satellite {
  display: none
}

.c-nav-satellite__item {
  display: inline-block;
  margin-left: .375rem;
  padding-right: .375rem;
  color: #fff;
  font-size: .83333rem
}

@media (min-width:64em) {
  .c-nav-satellite__item {
    border-right: 1px solid #fff
  }

  .c-nav-satellite__item:last-child {
    border-right: none
  }
}

.c-nav-satellite__item:first-child {
  margin-left: 0
}

@media (max-width:63.99em) {
  .c-nav-satellite__item:not(:first-child) {
    display: none
  }
}

.c-nav-satellite__link {
  font-size: .83333rem;
  color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-nav-satellite--phone {
    display: flex;
    flex-direction: column
  }

  .is-sticky .c-nav-satellite--phone {
    display: flex;
    position: relative;
    bottom: 0
  }
}

@media (max-width:63.99em) {
  .c-nav-satellite--phone .c-nav-satellite__item--phone {
    display: block;
    margin-left: 0
  }
}

.c-newsletter-wrapper {
  padding-right: 0
}

@media (max-width:63.99em) {
  .c-newsletter-wrapper {
    margin-left: .75rem
  }
}

.c-newsletter {
  background-color: #f0e7d9;
  border-radius: 5px;
  padding: 1.5rem
}

@media (max-width:47.99em) {
  .c-newsletter {
    padding: 1rem
  }
}

.c-newsletter-description {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem
}

.c-newsletter-text {
  font-size: 16px;
  display: none
}

@media (min-width:48em) {
  .c-newsletter-text {
    display: block
  }
}

.c-newsletter-text-mobile {
  font-size: 16px;
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem
}

@media (max-width:47.99em) {
  .c-newsletter-text-mobile {
    display: block
  }
}

.c-newsletter-subtext {
  font-size: 16px
}

.c-newsletter-form {
  padding-bottom: 1.5rem
}

.c-newsletter-container {
  display: flex;
  flex-direction: row
}

@media (max-width:47.99em) {
  .c-newsletter-container {
    display: block
  }
}

.c-newsletter-input {
  padding-right: 1.5rem;
  position: relative
}

.c-newsletter-extended-input.error .c-status-error,
.c-newsletter-input.error .c-status-error {
  margin-top: 8px;
  display: block;
  opacity: 1
}

@media (max-width:47.99em) {
  .c-newsletter-input {
    width: 100%;
    padding-right: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-input {
    width: 50%
  }
}

@media (min-width:64em) {
  .c-newsletter-input {
    width: 70%
  }
}

.c-newsletter-submit {
  position: relative
}

@media (max-width:47.99em) {
  .c-newsletter-submit {
    width: 100%
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-submit {
    width: 50%
  }
}

@media (min-width:64em) {
  .c-newsletter-submit {
    width: 30%
  }
}

.c-newsletter-submit .c-btn {
  position: absolute;
  bottom: 0
}

@media (max-width:47.99em) {
  .c-newsletter-submit .c-btn {
    position: unset
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-submit .c-btn {
    position: absolute;
    bottom: 0
  }
}

.c-newsletter-loader {
  width: 1220px;
  height: 396px
}

@media (max-width:47.99em) {
  .c-newsletter-loader {
    width: 333px;
    height: 614px
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-loader {
    width: 792px;
    height: 415px
  }
}

.c-newsletter-extended-wrapper {
  padding-right: 0
}

@media (max-width:63.99em) {
  .c-newsletter-extended-wrapper {
    margin-left: .75rem
  }
}

.c-newsletter-extended {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1.5rem
}

@media (max-width:47.99em) {
  .c-newsletter-extended {
    padding: 1rem
  }
}

.c-newsletter-extended-image,
.c-newsletter-extended.c-newsletter-extended--rounded {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.c-newsletter-extended.c-newsletter-extended--one-third {
  min-height: 383px;
  padding: .7rem
}

@media (max-width:63.99em) {
  .c-newsletter-extended.c-newsletter-extended--one-third {
    padding: 1rem;
    min-height: unset
  }
}

.c-newsletter-extended-image-1_3,
.c-newsletter-extended-image-2_3,
.c-newsletter-extended-image-3_3 {
  max-height: 250px;
  overflow: hidden
}

.c-newsletter-extended-text {
  font-size: 16px
}

.c-newsletter-extended-form {
  padding-bottom: 1.5rem
}

.c-newsletter-extended-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end
}

@media (max-width:47.99em) {
  .c-newsletter-extended-container {
    display: block
  }
}

.u-1\/3\@desktop .c-newsletter-extended-container {
  display: block
}

.c-newsletter-extended-input {
  padding-right: 1.5rem;
  position: relative
}

.c-newsletter-extended-input.error {
  z-index: 1
}

@media (max-width:47.99em) {
  .c-newsletter-extended-input {
    width: 100%;
    padding-right: 0
  }
}

@media (min-width:48em) {
  .c-newsletter-extended-input {
    width: 70%
  }
}

.u-1\/3\@desktop .c-newsletter-extended-input {
  padding-right: 0
}

.c-newsletter-extended-submit {
  position: relative
}

@media (max-width:47.99em) {
  .c-newsletter-extended-submit {
    width: 100%;
    margin-top: .5rem
  }
}

@media (min-width:48em) {
  .c-newsletter-extended-submit {
    width: 30%
  }
}

.u-1\/3\@desktop .c-newsletter-extended-submit {
  width: 100%;
  margin-top: .5rem
}

.u-1\/3\@desktop .c-newsletter-extended-input {
  width: 100%
}

.c-newsletter-extended-image-loading__one-third {
  height: 134px;
  width: 388px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-image-loading__one-third {
    height: 250px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-image-loading__one-third {
    height: 115px;
    width: 100%
  }
}

.c-newsletter-extended-loading__one-third {
  height: 378px;
  width: 388px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-loading__one-third {
    height: 250px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-loading__one-third {
    height: 330px;
    width: 100%
  }
}

.c-newsletter-extended-image-loading__two-third {
  height: 250px;
  width: 804px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-image-loading__two-third {
    height: 250px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-image-loading__two-third {
    height: 116px;
    width: 100%
  }
}

.c-newsletter-extended-loading__two-third {
  height: 282px;
  width: 804px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-loading__two-third {
    height: 274px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-loading__two-third {
    height: 350px;
    width: 100%
  }
}

.c-newsletter-extended-image-loading__three-third {
  height: 250px;
  width: 1220px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-image-loading__three-third {
    height: 250px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-image-loading__three-third {
    height: 115px;
    width: 100%
  }
}

.c-newsletter-extended-loading__three-third {
  height: 282px;
  width: 1220px;
  background-color: #fff
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-newsletter-extended-loading__three-third {
    height: 274px;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-newsletter-extended-loading__three-third {
    height: 350px;
    width: 100%
  }
}

.c-offer-card {
  width: 100%;
  padding: .75rem
}

@media (min-width:64em) {
  .c-offer-card {
    display: flex
  }
}

@media (max-width:47.99em) {
  .c-offer-card--inner-large {
    padding: .75rem 1.5rem
  }
}

.c-offer-card__info-box {
  position: relative;
  flex-basis: 50%;
  padding: .75rem;
  background-color: #f7f3ec;
  border-radius: 5px
}

.c-offer-card__info-list {
  font-size: .83333rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card__info-list {
    display: flex;
    flex-wrap: wrap
  }

  .c-offer-card__info-list li {
    width: 50%
  }
}

.c-offer-card__info-list li.c-offer-card-list-item__gradient>span {
  background: #c06;
  background: linear-gradient(to left, #ffac00, #c06 50%);
  background: -webkit-linear-gradient(45deg, #ffac00, #c06 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.c-offer-card__info-list li.c-offer-card-list-item__gradient::marker {
  color: #ffac00
}

@media (min-width:64em) {
  .c-offer-card__info-box+.c-offer-card__travel {
    padding-left: 1.5rem;
    padding-right: .75rem
  }
}

.c-offer-card__travel {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

@media (max-width:63.99em) {
  .c-offer-card__travel {
    margin-top: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-card__travel {
    flex-direction: column
  }
}

@media (max-width:63.99em) {
  .c-offer-card__travel--tablet-is-mobile {
    flex-direction: column
  }
}

.c-offer-card__travel-content {
  width: 100%
}

.c-offer-card__travel-item {
  display: flex;
  justify-content: space-between;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #f0e7d9
}

@media (min-width:48em) {
  .c-offer-card__travel-item {
    padding-right: .75rem
  }

  .c-offer-card__travel-item:last-child {
    border-bottom: 0
  }
}

@media (max-width:47.99em) {
  .c-offer-card__travel-item {
    flex-wrap: wrap
  }
}

@media (max-width:63.99em) {
  .c-coupon--small .c-offer-card__travel-item {
    flex-wrap: wrap
  }

  .c-offer-card__travel--tablet-is-mobile .c-offer-card__travel-item {
    border-right: 0;
    border-bottom: 1px solid #f0e7d9
  }
}

@media (min-width:48em) {
  .c-offer-card__travel-item--spaced {
    padding-left: .75rem
  }
}

.c-offer-card__travel-item--no-border {
  border-right: 0
}

@media (max-width:47.99em) {
  .c-offer-card__travel-item--no-border {
    border-bottom: 0
  }
}

.c-offer-card__travel-item--center {
  align-items: center
}

.c-offer-card__detail {
  position: relative;
  padding-top: .75rem;
  font-size: .83333rem;
  text-align: center;
  display: flex;
  gap: 30px
}

@media (min-width:48em) {
  .c-offer-card__detail {
    flex-basis: 100%
  }
}

@media (min-width:64em) {
  .c-offer-card__detail {
    text-align: left;
    margin-top: auto
  }
}

@media (max-width:47.99em) {
  .c-offer-card__detail {
    height: 3.5rem;
    padding: 0;
    margin-bottom: -.75rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card__detail {
    border-top: 1px solid #f0e7d9;
    margin-top: .375rem;
    margin-bottom: .375rem;
    justify-content: center
  }
}

@media (max-width:63.99em) {
  .c-offer-card__travel--tablet-is-mobile .c-offer-card__detail {
    flex-basis: 100%;
    align-self: center;
    height: 3.5rem;
    padding: 0;
    top: 1.2rem;
    margin-bottom: -.75rem
  }
}

.c-offer-card__provider {
  position: absolute;
  top: .75rem;
  right: 0
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-offer-card__provider {
    margin-right: 5px
  }
}

.c-offer-card__providerimage {
  position: absolute;
  margin-right: 15px;
  top: .75rem;
  right: 0
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-offer-card__providerimage {
    margin-right: 13px
  }
}

.c-offer-card__disturber {
  position: absolute;
  z-index: 1;
  transform: rotateZ(30deg)
}

@media (min-width:64em) {
  .c-offer-card__disturber {
    top: 20px;
    right: -40px
  }
}

@media (max-width:63.99em) {
  .c-offer-card__disturber {
    top: -4.5rem;
    right: -3rem
  }
}

@media (max-width:47.99em) {
  .c-offer-card__disturber {
    top: -5.5rem;
    left: -5.5rem
  }
}

@media (min-width:64em) {
  .c-offer-card__disturber--hotel {
    top: -20px
  }
}

@media (max-width:47.99em) {
  .c-offer-card__disturber--hotel {
    top: -5rem;
    left: auto
  }
}

.c-offer-card__destination {
  text-align: center;
  flex-basis: 25%;
  min-width: 0
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card__button {
    width: auto;
    flex-shrink: 1;
    flex-grow: 1
  }
}

@media (max-width:47.99em) {
  .c-offer-card__button {
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-top: .75rem
  }
}

.is-toggled .c-offer-card__toggle-icon:first-child {
  display: none
}

.is-toggled .c-offer-card__toggle-icon:first-child+svg {
  display: block
}

.c-offer-card__header {
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem;
  flex-direction: column
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-offer-card__header {
    position: relative;
    top: -.5rem
  }
}

@media (min-width:48em) {
  .c-offer-card__header {
    padding: 0 .5rem 0 0;
    flex-direction: row;
    height: 2rem
  }
}

.disabled-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none
}

.disabled-link span {
  color: #525252
}

.c-offer-card__border--checked {
  outline: 2px solid #9ccc18
}

.c-offer-card__info-box--disabled,
.disabled-link button {
  background-color: #f7f7f7
}

.c-offer-card__content--disabled {
  background-color: #d4d4d4
}

.c-offer-card__flapcontent--disabled {
  background: #d4d4d4
}

.c-margin-right-none {
  margin-right: 0
}

.c-margin-left-none {
  margin-left: 0
}

.c-offer-card--icon__header {
  display: flex;
  flex-direction: row-reverse
}

@media (min-width:48em) {
  .c-offer-card--icon__header {
    flex-direction: row
  }
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-offer-card__icon {
    width: 2rem;
    height: 2rem
  }

  .c-offer-card__headline-wrapper {
    min-height: 1rem
  }
}

.c-offer-card__room-details {
  display: flex;
  gap: .75rem;
  flex-direction: column;
  width: 100%
}

@media (min-width:48em) {
  .c-offer-card__room-details {
    flex-direction: row;
    gap: 1rem
  }
}

@media (min-width:64em) {
  .c-offer-card__room-details {
    gap: 1.5rem
  }
}

.c-offer-card__room-details .c-offer-card__room-galery {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 200px
}

@media (min-width:48em) {
  .c-offer-card__room-details .c-offer-card__room-galery {
    min-width: 320px;
    max-width: 320px
  }
}

.c-offer-card-price {
  text-align: right
}

@media (max-width:63.99em) {
  .c-offer-card-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem
  }
}

.c-offer-card-price--radio {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto
}

.c-coupon--small .c-offer-card-price--radio {
  display: flex;
  align-items: center;
  margin-right: .75rem
}

.c-coupon--small .c-offer-card-price--radio:last-child {
  margin-left: 1.5rem;
  margin-right: 0
}

@media (max-width:63.99em) {
  .c-coupon--small .c-offer-card-price--radio:last-child {
    margin-left: 0;
    margin-top: 0
  }

  .c-coupon--small .c-offer-card-price--radio {
    justify-content: space-between;
    margin: 0;
    padding: 0
  }

  .c-offer-card-price--radio {
    width: auto;
    margin-right: 3rem;
    align-items: center
  }

  .c-offer-card-price--radio:last-child {
    margin-left: 3rem;
    margin-right: 0
  }
}

@media (max-width:47.99em) {
  .c-coupon--low .c-offer-card-price--radio {
    justify-content: space-between;
    margin: 0;
    padding: 0
  }
}

.c-offer-card-price__total {
  position: relative;
  font-size: 14px
}

@media (min-width:64em) {
  .c-offer-card-price__total {
    display: inline-block;
    margin-bottom: .75rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid #fff
  }
}

@media (max-width:63.99em) {
  .c-offer-card-price__total {
    flex-basis: 25%;
    text-align: center
  }
}

@media (max-width:47.99em) {
  .c-offer-card-price__total {
    flex-basis: 50%
  }
}

.c-offer-card-price__total-content {
  text-align: right
}

@media (max-width:63.99em) {
  .c-offer-card-price__total-content {
    display: inline-block
  }

  .c-offer-card-price__total-content>span {
    display: block
  }
}

.c-offer-card-price__total--increase {
  display: flex;
  align-items: center;
  margin-bottom: .2rem;
  text-align: left;
  width: 7.5rem;
  font-size: 12px
}

.c-offer-card-price__total--increase svg {
  margin-right: .2rem
}

@media (max-width:63.99em) {
  .c-offer-card-price__total--increase {
    width: auto
  }
}

.c-offer-card-price__total--increase-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column
}

.c-offer-card-price__unit-wrapper {
  font-size: 14px;
  margin-bottom: .375rem
}

@media (max-width:63.99em) {
  .c-offer-card-price__unit-wrapper {
    flex-basis: 25%;
    text-align: center;
    border-left: 1px solid #fff;
    margin-bottom: 0
  }
}

@media (max-width:47.99em) {
  .c-offer-card-price__unit-wrapper {
    flex-basis: calc(50% - 1px)
  }
}

.c-offer-card-price__unit-content {
  text-align: right
}

@media (max-width:63.99em) {
  .c-offer-card-price__unit-content {
    display: inline-block
  }
}

.c-offer-card-price__unit {
  font-size: 1.44rem;
  font-weight: 900
}

@media (max-width:63.99em) {
  .c-offer-card-price__unit {
    display: block;
    line-height: .8;
    margin-top: .375rem
  }
}

.c-offer-card-price__strikethrough {
  position: relative;
  display: inline-block
}

.c-offer-card-price__strikethrough::after,
.c-offer-card-price__strikethrough::before {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%
}

.c-offer-card-price__strikethrough::before {
  border-bottom: 3px solid #000;
  transform: skewY(-10deg)
}

.c-offer-card-price__unit--small {
  font-size: 1.2rem;
  font-weight: 700
}

.c-offer-card__price-alert {
  color: #ff1935
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card__price-alert {
    width: 9rem
  }
}

.c-offer-card__price-warning {
  color: #ffc900
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card__price-warning {
    width: 9rem
  }
}

.c-offer-card__price-check {
  color: #9ccc18
}

.c-offer-card-timeline-content-wrapper {
  width: 100%
}

@media (min-width:64em) {
  .c-offer-card-timeline-content-wrapper {
    width: 50%
  }
}

@media (max-width:63.99em) {
  .c-offer-card-timeline-content-wrapper--first {
    padding-bottom: .75rem
  }

  .c-offer-card-timeline-content-wrapper--last {
    border-top: 1px solid #f0e7d9;
    padding-top: .75rem
  }
}

@media (min-width:64em) {
  .c-offer-card-timeline-content-wrapper--last {
    border-left: 1px solid #f0e7d9;
    padding-left: 1.5rem
  }
}

.c-offer-card-timeline-content {
  display: flex;
  font-size: .83333rem
}

.c-offer-card-timeline-content__split {
  display: flex
}

.c-offer-card-timeline-content__split-item {
  margin-bottom: .375rem
}

.c-offer-card-timeline-content__split-item:first-child {
  width: 3rem;
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-offer-card-timeline-content__split-item:first-child {
    width: 4rem
  }
}

.c-offer-card-timeline-content__split--large .c-offer-card-timeline-content__split-item:first-child {
  margin-bottom: .75rem
}

@media (min-width:48em) {
  .c-offer-card-timeline-content__split--large .c-offer-card-timeline-content__split-item:first-child {
    width: 7rem
  }
}

@media (max-width:47.99em) {
  .c-offer-card-timeline-content__split--large .c-offer-card-timeline-content__split-item:first-child {
    margin-left: calc(1rem*1 + 11px)
  }
}

.c-offer-card-timeline-content__split-item-offset {
  margin-left: -17px
}

.c-offer-card-timeline-content__info {
  color: #595959;
  font-size: 14px;
  margin-bottom: 0
}

.c-offer-card-timeline-content__info--left {
  width: 5.4rem;
  margin-top: 1.5rem
}

@media (max-width:47.99em) {
  .c-offer-card-timeline-content__info--left {
    display: none
  }
}

.c-offer-card-timeline-content__highlight {
  font-size: 14px;
  font-weight: 700
}

.c-offer-card-timeline-content__note {
  font-size: 14px
}

.c-offer-condition__ticket {
  display: flex;
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem
}

.c-offer-condition--one-direction .c-offer-condition__ticket {
  flex-direction: column;
  padding-bottom: .75rem
}

@media (max-width:63.99em) {
  .c-offer-condition--one-direction .c-offer-condition__ticket {
    order: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-condition--one-direction .c-offer-condition__ticket {
    padding-bottom: .375rem
  }
}

@media (min-width:64em) {
  .c-offer-condition--one-direction .c-offer-condition__ticket {
    padding-top: .75rem;
    padding-bottom: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-condition--with-return .c-offer-condition__ticket {
    flex-direction: column;
    padding-bottom: .75rem
  }
}

@media (min-width:48em) {
  .c-offer-condition--with-return .c-offer-condition__ticket {
    justify-content: space-between
  }
}

@media (min-width:64em) {
  .c-offer-condition--with-return .c-offer-condition__ticket {
    justify-content: center
  }
}

.c-offer-condition__price-container,
.c-offer-condition__ticket-box {
  display: flex;
  align-items: center
}

.c-offer-condition--one-direction .c-offer-condition__ticket-box {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width:48em) {
  .c-offer-condition--one-direction .c-offer-condition__ticket-box {
    flex-wrap: nowrap
  }
}

@media (min-width:64em) {
  .c-offer-condition--one-direction .c-offer-condition__ticket-box {
    flex-direction: column;
    justify-content: center
  }
}

.c-offer-condition--with-return .c-offer-condition__ticket-box {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .75rem
}

@media (min-width:64em) {
  .c-offer-condition--with-return .c-offer-condition__ticket-box {
    margin-right: 3rem
  }
}

@media (max-width:63.99em) {
  .c-offer-condition--one-direction .c-offer-condition__info {
    order: 1
  }
}

.c-offer-condition--one-direction .c-offer-condition__price-container {
  width: 100%
}

@media (min-width:48em) {
  .c-offer-condition--one-direction .c-offer-condition__price-container {
    width: auto
  }
}

@media (min-width:64em) {
  .c-offer-condition--one-direction .c-offer-condition__price-container {
    flex-direction: column;
    padding-bottom: .75rem
  }
}

.c-offer-condition--with-return .c-offer-condition__price-container {
  padding-bottom: 0
}

@media (max-width:47.99em) {
  .c-offer-condition--with-return .c-offer-condition__price-container {
    width: 100%
  }
}

.c-offer-condition__price {
  font-size: 1.44rem;
  font-weight: 700;
  margin-left: auto
}

@media (min-width:48em) {
  .c-offer-condition__price {
    margin-left: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-condition--one-direction .c-offer-condition__price {
    padding-left: 1.5rem
  }
}

.c-offer-condition--with-return .c-offer-condition__price {
  padding-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-offer-condition--with-return .c-offer-condition__price {
    padding-left: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-condition__footer {
    position: relative;
    top: -.375rem
  }
}

@media (min-width:64em) {
  .c-offer-condition__footer {
    margin-top: auto;
    text-align: center
  }
}

@media (max-width:47.99em) {
  .c-offer-condition__text-container {
    display: flex;
    flex-direction: column;
    width: 100%
  }
}

.c-offer-condition__item {
  padding-bottom: .1875rem
}

.c-offer-condition__text-wrapper {
  padding-bottom: .75rem
}

.c-offer-condition__footnote {
  font-size: .69444rem
}

.c-offer-condition__text-small {
  font-size: .83333rem
}

.c-offer-condition__text-medium {
  font-size: 1.2rem
}

.c-offer-condition__text-bold {
  font-weight: 700
}

.c-offer-small {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

@media (min-width:64em) {
  .c-offer-small {
    height: 300px;
    display: block
  }
}

@media (max-width:63.99em) {
  .c-offer-small {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width:47.99em) {
  .c-offer-small {
    position: relative;
    background-color: #fff;
    width: 100%
  }
}

.c-offer-small>.c-prglink,
.c-offer-small>PRGLink {
  flex: 1
}

@media (min-width:64em) {
  .c-offer-small>.c-prglink {
    padding-left: 1.5rem;
    padding-top: 1.5rem
  }
}

@media (min-width:64em) {
  .c-offer-small>PRGLink {
    padding-left: 1.5rem;
    padding-top: 1.5rem
  }
}

@media (max-width:63.99em) {
  .c-offer-small.top-not-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .c-offer-small .c-rating {
    display: block
  }
}

.c-offer-small .c-rating--hotel-card {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row
}

@media (max-width:63.99em) {
  .c-offer-small .c-rating--hotel-card {
    justify-content: unset;
    align-items: unset;
    flex-direction: unset
  }
}

.c-offer-small .c-rating__rating-wrapper {
  margin-bottom: 0;
  margin-right: .75rem;
  border-right: 1px solid #e0d0b9;
  padding-right: .75rem;
  padding-bottom: 0
}

@media (max-width:63.99em) {
  .c-offer-small .c-rating__rating-wrapper {
    border-right: unset;
    padding-bottom: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-small .c-rating__rating-wrapper {
    border-right: unset;
    padding-bottom: 0
  }
}

.c-offer-small .c-offer__info-container--offer-small {
  padding: 1.5rem 1.5rem 1.5rem 0
}

@media (min-width:64em) {
  .c-offer-small .c-offer__info-container--offer-small {
    padding: 0 1.5rem 0 0;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    left: 430px;
    bottom: 1.5rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-small .c-offer__info-container--offer-small {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .75rem;
    border-left: 1px solid #e0d0b9
  }
}

@media (max-width:47.99em) {
  .c-offer-small .c-offer__info-container--offer-small {
    padding: .75rem;
    clear: both;
    width: 100%
  }
}

.c-offer-small__hotel-name {
  display: none
}

.c-offer-small__hotel-name h3 {
  margin-bottom: .25rem
}

@media (max-width:63.99em) {
  .c-offer-small__hotel-name {
    display: block
  }
}

.c-offer-hotel-card {
  width: 400px;
  height: 300px;
  float: left
}

@media (min-width:64em) {
  .c-offer-hotel-card {
    margin-right: 1.5rem
  }
}

@media (max-width:63.99em) {
  .c-offer-hotel-card {
    width: 100%;
    height: 260px;
    border-radius: 0
  }
}

.c-offer-hotel-card-image-wrapper {
  width: 400px;
  height: 300px;
  position: relative
}

@media (max-width:63.99em) {
  .c-offer-hotel-card-image-wrapper {
    width: 100%;
    height: 260px;
    border-radius: 0
  }
}

.c-offer-slider-container {
  position: relative;
  width: 400px;
  height: 300px
}

@media (max-width:63.99em) {
  .c-offer-slider-container {
    width: 100%;
    height: 260px
  }
}

@media (max-width:47.99em) {
  .c-offer-slider-container {
    width: 100%;
    height: 260px
  }
}

.c-offer-small-hotel-data {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  z-index: 2
}

@media (max-width:47.99em) {
  .c-offer-small-hotel-data {
    display: block
  }
}

.c-offer-small-hotel-data * {
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

.c-offer-small-hotel-data__location {
  margin-bottom: .25rem
}

@media (max-width:47.99em) {
  .c-offer-small-hotel-data__location {
    font-size: .69444rem
  }
}

.c-offer__content-text-wrapper--offer-small {
  display: flex
}

@media (max-width:47.99em) {
  .c-offer__content-text-wrapper--offer-small {
    display: block;
    padding-top: .75rem
  }
}

@media (max-width:63.99em) {
  .c-offer__content-text-wrapper--offer-small h3 {
    display: none
  }
}

.c-offer__text-container--offer-small {
  padding-left: 0;
  padding-right: 0;
  flex: 1
}

.c-hotel-card__content--offer-small {
  padding: 0 0 0 1.5rem
}

@media (max-width:63.99em) {
  .c-hotel-card__content--offer-small {
    padding: 1.5rem .75rem .75rem;
    width: unset;
    height: unset
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__content--offer-small {
    padding: .75rem .75rem 0
  }
}

.c-hotel-card__content--offer-small .c-offer__travel-info--offer-small {
  padding-left: 0;
  padding-bottom: 0;
  margin: 0
}

@media (max-width:47.99em) {
  .c-hotel-card__content--offer-small .c-offer__travel-info--offer-small {
    margin-top: 1.5rem;
    margin-bottom: .75rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-hotel-card__content--offer-small .c-offer__content-wrapper--gallery {
    display: none
  }
}

@media (max-width:47.99em) {
  .c-hotel-card__content--offer-small .c-offer__content-wrapper--gallery {
    padding-top: 0;
    height: 100%;
    padding-bottom: 0
  }
}

.c-hotel-card__content--offer-small .c-rating--hotel-card {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row
}

.c-hotel-card__content--offer-small .c-rating__rating-wrapper {
  margin-bottom: 0;
  margin-right: .75rem;
  border-right: 1px solid #e0d0b9;
  padding-right: .75rem
}

.c-offer__text-headline--offer-small {
  font-size: 1.2rem
}

.c-offer-small__disturber {
  width: 200px;
  height: 100%;
  text-align: right;
  padding: 1.5rem 1.5rem 0
}

@media (min-width:64em) {
  .c-offer-small__disturber {
    padding-top: 0;
    padding-right: 1.5rem;
    padding-left: .5rem;
    width: 180px;
    height: 120px
  }
}

@media (max-width:63.99em) {
  .c-offer-small__disturber {
    display: none
  }
}

.c-offer-small__disturber .o-disturber-image img {
  max-width: 7rem
}

.c-offer-small__disturber-mobile {
  display: none
}

@media (max-width:63.99em) {
  .c-offer-small__disturber-mobile {
    position: absolute;
    bottom: 0;
    right: .75rem;
    display: block
  }
}

.h-100 {
  height: 100%
}

@media (max-width:63.99em) {
  .h-100 {
    display: inline
  }
}

.c-offer-small__rating {
  display: block;
  display: flex;
  align-items: flex-end
}

@media (max-width:47.99em) {
  .c-offer-small__rating {
    display: block
  }
}

.c-offer-hotel-card__loading-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-offer-hotel-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:47.99em) {
  .c-offer-small-hotel-data__hotel-name {
    font-size: 1.44rem
  }
}

.c-offer-small__headline {
  display: none
}

@media (max-width:63.99em) {
  .c-offer-small__headline {
    display: block
  }
}

.c-offer__travel-info-wrapper,
.c-prglink .c-teaser__item-link span.blacktext::after,
PRGLink .c-teaser__item-link span.blacktext::after,
prglink .c-teaser__item-link span.blacktext::after {
  display: none
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__travel-info-wrapper {
    display: block
  }

  .c-offer__travel-info-wrapper .c-offer__travel-info {
    margin-top: unset;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 1.5rem
  }
}

.c-offer-summary {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary {
    flex-direction: row;
    flex-wrap: wrap
  }
}

.c-offer-summary-content {
  margin: 0;
  width: 100%
}

@supports not (aspect-ratio:1.5) {
  @media (max-width:47.99em) {
    .c-offer-summary.is-toggled .c-offer-summary__image-wrapper {
      height: 60vw
    }
  }
}

.c-offer-summary__image-wrapper {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5;
  z-index: 0
}

@supports not (aspect-ratio:1.5) {
  @media (max-width:63.99em) {
    .c-offer-summary__image-wrapper {
      height: 30vw
    }
  }

  @media (min-width:48em) {
    .c-offer-summary__image-wrapper {
      height: 250px
    }
  }
}

@media (max-width:47.99em) {
  .c-offer-summary__image-wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 50%
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__image-wrapper {
    order: 1
  }
}

@media (min-width:48em) {
  .c-offer-summary__image-wrapper {
    width: 100%
  }
}

.c-offer-summary__image {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__header {
    order: 2;
    width: 50%;
    padding-left: .75rem
  }
}

.c-offer-summary__header--light {
  margin-bottom: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__header--light {
    width: 100%;
    order: 0;
    padding-left: 0
  }

  .c-offer-summary__header-visible-content.o-layout__item {
    margin-bottom: .75rem
  }

  .is-toggled .c-offer-summary__header-visible-content.o-layout__item {
    margin-bottom: 1.5rem
  }
}

.c-offer-summary-header-content {
  display: flex;
  justify-content: space-between
}

.c-offer-summary-top {
  min-height: 100px
}

.c-offer-summary__links {
  display: block
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__links {
    order: 3;
    width: 100%
  }
}

@media (min-width:64em) {
  .c-offer-summary__links {
    order: 1;
    margin-top: .75rem;
    margin-bottom: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-summary.is-toggled .c-offer-summary__links {
    order: 3;
    margin-top: .75rem;
    margin-bottom: .75rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary.is-toggled .c-offer-summary__links {
    margin-bottom: 1.5rem
  }
}

@media (max-width:63.99em) {
  .c-offer-summary__timeline-wrapper {
    display: none
  }

  .c-offer-summary.is-toggled .c-offer-summary__timeline-wrapper {
    display: inline-block
  }
}

.c-offer-summary__headline {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: .75rem
}

.c-offer-summary__link {
  align-self: baseline
}

.c-offer-summary__timeline {
  margin-bottom: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__timeline {
    order: 4;
    width: calc(50% - 8px);
    margin-top: -.75rem;
    margin-bottom: 0
  }
}

@media (max-width:63.99em) {
  .c-offer-summary__timeline {
    display: none
  }

  .c-offer-summary.is-toggled .c-offer-summary__timeline {
    display: block
  }
}

.c-offer-summary__img {
  margin-right: .375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__timeline--train {
    width: calc(100% - 8px);
    margin-top: 0;
    margin-bottom: .75rem
  }
}

@media (max-width:63.99em) {
  .c-offer-summary__timeline-item {
    max-width: 300px
  }

  .c-offer-summary__timeline--train .c-offer-summary__timeline-item {
    max-width: none
  }
}

.c-offer-summary__travel-path {
  display: flex;
  justify-content: space-between;
  margin-top: .75rem
}

.c-offer-summary__travel-path-item {
  font-size: .83333rem;
  text-align: center
}

.c-offer-summary__travel-path-item>p {
  overflow: hidden;
  text-overflow: ellipsis
}

.c-offer-summary__travel-path-item-offset {
  font-size: .83333rem;
  text-align: center;
  padding-left: 14px
}

.c-offer-summary__info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 1rem;
  font-size: .83333rem
}

@media (min-width:64em) {
  .c-offer-summary__info-list {
    display: none
  }
}

@media (max-width:47.99em) {
  .c-offer-summary__info-list {
    flex: 1 0 40%;
    margin-left: .75rem
  }

  .c-offer-summary.is-toggled .c-offer-summary__info-list {
    display: none
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__hotel-description {
    width: 50%
  }
}

@media (min-width:64em) {
  .c-offer-summary__hotel-description {
    margin-bottom: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-summary__hotel-description {
    margin-bottom: .75rem
  }
}

@media (min-width:20em) and (max-width:47.99em) {
  .c-offer-summary__info-links-flight-only {
    margin-top: .75rem;
    border-bottom: 0
  }
}

.c-offer-summary__info-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -.375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__info-links {
    margin-top: .75rem;
    border-bottom: 0
  }
}

.c-offer-summary__info-links>* {
  margin-bottom: .375rem
}

.c-offer-summary__price {
  position: relative;
  padding-top: .75rem;
  order: 5
}

@media (min-width:64em) {
  .c-offer-summary__price {
    padding-top: 1.5rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__price {
    width: 50%;
    padding-left: .75rem
  }
}

@media (max-width:63.99em) {
  .c-offer-summary__price {
    display: none
  }
}

.c-offer-summary__price::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 1.5rem + 1.5rem);
  height: 1px;
  left: -1.5rem;
  background-color: #e0d0b9
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-summary__price::after {
    width: calc(100% - .75rem);
    left: .75rem
  }
}

@media (max-width:63.99em) {
  .c-offer-summary.is-toggled .c-offer-summary__price {
    display: block
  }
}

.c-offer-summary__category {
  margin-top: -.75rem
}

@media (max-width:47.99em) {
  .c-offer-summary__category {
    display: none
  }

  .c-offer-summary.is-toggled .c-offer-summary__category {
    display: block
  }
}

.c-offer-summary__truncated-link {
  padding-bottom: 2px
}

@media (max-width:63.99em) {
  .c-offer-summary__truncated-link {
    padding-bottom: 1px
  }
}

.c-offer-summary__truncated-link-icon {
  padding-bottom: 2px;
  margin-right: .375rem
}

.c-offer-summary__small-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .75rem;
  font-size: .69444rem;
  line-height: 1.5
}

.c-offer-summary__info-text {
  font-size: .69444rem;
  margin-top: .375rem
}

@media (max-width:47.99em) {
  .c-offer-summary__info-text {
    padding-bottom: .75rem
  }
}

.is-toggled .c-offer-summary__info-text {
  padding-bottom: 0
}

.c-offer-summary__accordion-headline {
  font-size: 1rem;
  padding: 0
}

.c-offer-summary__construction-info {
  border-radius: 5px;
  border: 3px solid #c06;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px
}

.c-offer-summary-conditions {
  padding: 0;
  margin: 0;
  box-shadow: none
}

.c-offer-summary-conditions__content {
  border: 0
}

.c-offer-summary-conditions__table {
  font-size: .83333rem;
  text-align: left;
  border-collapse: separate
}

.c-offer-summary-conditions__header-cell {
  vertical-align: top;
  padding-right: 1.5rem;
  padding-top: .75rem
}

.c-offer-summary-conditions__table-cell {
  padding-top: .75rem
}

.c-offer {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  overflow: hidden
}

.c-offer--no-border-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.c-offer--gallery {
  max-height: unset
}

.c-offer--gallery .c-slider-arrow {
  top: 47%
}

.c-offer--card-slider {
  flex-direction: column
}

.c-offer--slim {
  overflow: hidden
}

@media (min-width:64em) {
  .c-offer--big {
    display: flex;
    flex-direction: column
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer--hotel-overview {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }
}

.c-offer__body--gallery .slick-slider .slick-list,
.c-offer__overflow {
  overflow: hidden
}

.c-offer__slick .slick-slide {
  margin-left: 1.5rem
}

.c-offer__slick .slick-list {
  margin-left: -1.5rem;
  overflow: unset
}

.c-offer__body {
  position: relative;
  background-color: #fff
}

.c-offer__body--slider {
  display: flex;
  flex-direction: column;
  width: 100%
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__body--slider {
    flex-direction: row;
    padding-bottom: 0
  }
}

.c-offer--extended .c-offer__body--slider {
  padding-bottom: 0
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer--extended .c-offer__body--slider {
    flex-direction: column
  }
}

.c-offer__body--gallery {
  display: flex
}

@media (max-width:63.99em) {
  .c-offer__body--gallery {
    flex-direction: column
  }
}

.c-offer__body-hotel-overview {
  margin-top: .75rem
}

@media (max-width:47.99em) {
  .c-offer__body-hotel-overview {
    flex-direction: column
  }
}

@media (min-width:48em) {
  .c-offer__body-hotel-overview {
    flex-direction: row
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__body-hotel-overview {
    padding-bottom: 2.5rem
  }
}

.c-offer__body-hotel-overview .hotel-overview-scroll-target {
  position: absolute;
  top: -70px
}

@media (max-width:63.99em) {
  .c-offer__body-hotel-overview .hotel-overview-scroll-target {
    top: -40px
  }
}

@media (max-width:47.99em) {
  .c-offer__body-hotel-overview .hotel-overview-scroll-target {
    top: -125px
  }
}

.c-offer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem;
  background: #c06 linear-gradient(to bottom, #f4067e, #c06);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer
}

@media (min-width:64em) {
  .c-offer--gallery .c-offer__header {
    padding: .75rem 1.5rem
  }
}

.c-offer__body--image .c-offer__image-container .c-offer__image,
.c-offer__body--slider .c-offer__image-container .c-offer__image {
  height: 260px
}

.c-offer__image-container {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 0
}

.c-offer__image-container .c-offer__image {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}

.c-offer__body-hotel-overview .c-offer__image-container .c-offer__image {
  max-height: 575px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__body-hotel-overview .c-offer__image-container .c-offer__image {
    max-height: 300px
  }
}

.c-offer--gallery .c-offer__image-container .c-offer__image {
  height: 100%
}

@media (min-width:64em) {
  .c-offer--gallery .c-offer__image-container .c-offer__image {
    width: auto;
    max-width: unset
  }
}

.c-offer__image-container--hotel-overview {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden
}

@media (min-width:48em) {
  .c-offer__image-container--hotel-overview {
    width: 55%
  }
}

@media (max-width:47.99em) {
  .c-offer__image-container--hotel-overview {
    padding-left: .75rem;
    padding-right: .75rem
  }
}

.c-offer__image-container--hotel-overview .c-control-arrows {
  color: #fff
}

.c-offer__image-container--hotel-overview .slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  opacity: .35;
  background-image: linear-gradient(to top, rgba(15, 15, 15, 0), #0f0f0f)
}

.c-offer__content-container-hotel-overview,
.c-prglink .c-prglink-text:hover::after,
.c-prglink .c-teaser__item-link:hover::after,
PRGLink .c-prglink-text:hover::after,
PRGLink .c-teaser__item-link:hover::after,
prglink .c-prglink-text:hover::after,
prglink .c-teaser__item-link:hover::after {
  width: 100%
}

@media (min-width:48em) {
  .c-offer__content-container-hotel-overview {
    width: 45%
  }
}

.c-offer__image-disturber {
  position: absolute;
  z-index: 1;
  bottom: -.75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__image-disturber {
    bottom: .75rem
  }
}

.c-offer__image-disturber.left {
  left: .75rem
}

.c-offer__image-disturber.right {
  right: .75rem
}

@media (min-width:64em) {
  .c-offer--gallery .c-offer__image-disturber {
    left: 1.5rem
  }
}

.c-offer__image-disturber--gallery {
  bottom: 1rem
}

@media (min-width:64em) {
  .c-offer__image-disturber--gallery {
    bottom: 1.5rem
  }
}

.c-offer__image-disturber--text {
  bottom: -.375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__image-disturber--text {
    bottom: .75rem
  }
}

.c-offer__image-text {
  position: absolute;
  top: .75rem;
  left: .75rem;
  color: #fff;
  z-index: 1
}

@media (min-width:64em) {
  .c-offer--gallery .c-offer__image-text {
    left: 1.5rem
  }
}

.c-offer__image-text-place {
  display: block;
  font-size: .69444rem
}

.c-offer__image-text-place--gallery {
  font-size: .83333rem
}

.c-offer__image-text-name {
  font-size: 1.44rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

.c-offer__image-text-name--gallery {
  font-size: 1.728rem
}

@media (min-width:48em) {
  .c-offer__image-text-name--gallery {
    font-size: 2.98598rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__content-info-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
  }

  .c-offer--big .c-offer__content-info-wrapper,
  .c-offer--gallery .c-offer__content-info-wrapper,
  .c-offer--hotel-overview .c-offer__content-info-wrapper {
    height: auto
  }
}

.c-offer__content-info-container {
  display: flex;
  flex-direction: column;
  height: 100%
}

.c-offer__content {
  height: 100%;
  min-width: 50%
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__content {
    height: auto;
    padding-bottom: 0
  }
}

.c-offer__content .c-offer__price-button {
  padding: .375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer--extended .c-offer__content {
    display: flex
  }
}

.c-offer__content-divide,
.c-offer__content-divide .c-offer__content-wrapper {
  display: flex;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__content-divide {
    flex-direction: row
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__content-gallery .c-offer__content-text-wrapper:not(.c-offer__content-text-wrapper--special) {
    border-right: 1px solid #f0e7d9
  }
}

.c-offer--extended .c-offer__content-text-wrapper {
  border-bottom: 1px solid #f0e7d9
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer--extended .c-offer__content-text-wrapper {
    border-right: 1px solid #f0e7d9;
    border-bottom: 0
  }

  .c-offer--big .c-offer__content-text-wrapper {
    border-right: 1px solid #f0e7d9
  }
}

@media (min-width:48em) {
  .c-offer__content-divide--special {
    flex-direction: row
  }
}

.c-offer__content-gallery .c-offer__content-info-wrapper,
.c-offer__content-wrapper--gallery {
  margin-top: auto
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__content-wrapper--gallery {
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    margin-top: 0
  }
}

.c-offer__content--two-third {
  padding-top: 1.5rem
}

.c-offer__content-gallery {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.c-offer__content-gallery-list.c-piped-list {
  margin-top: .75rem;
  margin-bottom: 0
}

@media (min-width:48em) {
  .c-offer__content-gallery-list.c-piped-list {
    margin-bottom: .375rem
  }
}

.c-offer__text-container {
  padding-top: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem
}

.c-offer__text-container .c-offer__text--short {
  overflow: hidden;
  height: 136px
}

@media (min-width:64em) {

  .c-offer--gallery .c-offer__text-container,
  .c-offer--hotel-overview .c-offer__text-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (max-width:47.99em) {

  .c-offer--big .c-offer__text-container,
  .c-offer__content-gallery .c-offer__text-container {
    border-bottom: 1px solid #f0e7d9;
    margin-bottom: .75rem
  }

  .c-offer__body-hotel-overview .c-offer--big .c-offer__text-container,
  .c-offer__body-hotel-overview .c-offer__content-gallery .c-offer__text-container {
    border: 0
  }
}

@media (min-width:64em) {
  .c-offer__text-container {
    max-width: 100%
  }
}

.c-offer__body-hotel-overview .c-offer__text-container {
  padding-top: .75rem
}

@media (min-width:48em) {
  .c-offer__body-hotel-overview .c-offer__text-container {
    padding-top: 0
  }
}

.c-offer__headline-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between
}

@media (max-width:47.99em) {
  .c-offer__headline-wrapper {
    align-items: flex-start;
    padding-right: 3rem
  }
}

@media (min-width:48em) {
  .c-offer__headline-wrapper {
    height: 55px
  }
}

.c-offer__headline {
  font-size: 2.0736rem;
  font-weight: 700
}

@media (max-width:47.99em) {
  .c-offer__headline {
    font-size: 1.44rem;
    line-height: 1
  }
}

@media (min-width:48em) {
  .c-offer__headline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
  }
}

@media (min-width:64em) {
  .c-offer__headline {
    line-height: 1.1
  }
}

.c-offer__text-headline {
  font-size: 1rem;
  margin-bottom: .375rem
}

@media (min-width:64em) and (max-width:81.24em) {
  .c-offer--gallery .c-offer__text-headline {
    padding-top: .375rem
  }
}

.c-offer__text {
  font-size: .83333rem;
  color: #0f0f0f
}

.c-offer__travel-info {
  margin-top: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-bottom: .75rem;
  font-size: .83333rem
}

@media (min-width:48em) {
  .c-offer__travel-info {
    margin-top: 1.5rem
  }
}

.c-offer--extended .c-offer__travel-info {
  margin-top: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer--extended .c-offer__travel-info {
    margin-top: 1.5rem
  }
}

@media (max-width:47.99em) {
  .c-offer--big .c-offer__travel-info {
    margin-top: 0
  }
}

.c-offer__travel-info--gallery {
  margin-top: auto;
  padding: 0 .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__travel-info--gallery {
    margin-top: 0
  }
}

@media (min-width:64em) {
  .c-offer__travel-info--gallery {
    padding: 0 1.5rem
  }
}

.c-offer__travel-category {
  display: block
}

.c-offer__icon-bar {
  text-align: right;
  display: flex
}

@media (max-width:47.99em) {
  .c-offer__icon-bar {
    flex-direction: row;
    position: absolute;
    right: 0
  }
}

.c-offer__sub-info {
  margin-top: .75rem
}

.c-offer__info-container {
  display: flex;
  padding: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__info-container {
    margin-top: auto
  }
}

@media (min-width:64em) {
  .c-offer--big .c-offer__info-container {
    margin-top: auto
  }
}

.c-offer__info-container--gallery {
  padding: 1.5rem .75rem .75rem
}

.c-offer__body-hotel-overview .c-offer__info-container--gallery {
  padding-top: 0;
  padding-bottom: 0
}

@media (min-width:48em) {
  .c-offer__info-container--gallery {
    margin-top: auto
  }
}

@media (min-width:64em) {
  .c-offer__info-container--gallery {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

.c-offer__hotel-btn-container {
  margin-left: auto;
  align-self: flex-end
}

@media (max-width:47.99em) {
  .c-offer__info-container--hotel-overview .c-offer__hotel-btn-container {
    margin-top: 0
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__info-container--hotel-overview .c-offer__hotel-btn-container {
    display: flex;
    height: 100%;
    align-items: flex-end
  }

  .c-offer__info-container--hotel-overview .c-offer__hotel-btn-container .c-offer__price-button {
    align-self: flex-end
  }
}

.c-offer__hotel-btn-container .c-offer__hotel-from {
  font-size: .69444rem
}

.c-offer__info-container--hotel-overview .c-offer__hotel-btn-container .c-offer__price-text {
  margin-bottom: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer__info-container--hotel-overview .c-offer__hotel-btn-container .c-offer__price-text {
    margin-right: 1.5rem;
    margin-bottom: 0
  }
}

@media (min-width:48em) {
  .c-offer__hotel-btn-container .c-offer__hotel-action {
    font-size: .69444rem
  }
}

.c-offer-divider {
  margin-top: .375rem;
  margin-bottom: .375rem;
  height: 1px;
  border: 0;
  border-top: 1px solid #f0e7d9
}

.c-offer-divider--big,
.c-offer-divider--gallery {
  margin-top: 0
}

.c-offer-footer {
  min-height: 2rem;
  display: flex;
  align-items: center
}

.c-offer-footer,
.c-offer-footer--gallery {
  padding-left: .75rem;
  padding-right: .75rem;
  padding-bottom: .375rem
}

@media (min-width:64em) {
  .c-offer-footer--gallery {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.c-offer-footer__link {
  display: flex;
  align-items: center;
  font-size: .83333rem
}

.c-offer-footer__icon {
  width: .69444rem;
  height: .69444rem
}

.c-offer-footer__text {
  margin-right: .1875rem
}

.c-offer-slider__dots {
  text-align: center;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0
}

.c-offer-slider__dots li {
  display: inline-block;
  margin-right: .75rem
}

.c-offer-slider__dots li button {
  background-color: #fff;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  height: .8rem;
  width: .8rem;
  border: 1px solid #e0d0b9;
  line-height: 1rem;
  vertical-align: middle
}

.c-offer-slider__dots .slick-active button {
  background-color: #c06;
  height: 1rem;
  width: 1rem;
  border: 0
}

.c-offer__breadcrumb {
  height: 30px
}

@media (min-width:48em) {
  .c-offer__breadcrumb {
    height: 25px
  }
}

@media (min-width:64em) {
  .c-offer__breadcrumb {
    height: 25px
  }
}

@media (min-width:20em) {
  .c-offer__margin-horizontal {
    margin-left: .75rem;
    margin-right: .75rem
  }
}

@media (min-width:64em) {
  .c-offer__margin-horizontal {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }
}

.c-offer__hotel-gallery-loading-image {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.c-offer__loading-template {
  opacity: 0
}

@media (max-width:63.99em) {
  .c-offer__loading-template {
    margin-bottom: 50px
  }
}

.c-prglink,
PRGLink,
prglink {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.c-prglink .btn-ht-small,
PRGLink .btn-ht-small,
prglink .btn-ht-small {
  height: 3.55rem
}

.c-prglink .c-btn--search span,
.c-prglink .c-link-icon span,
.c-prglink .c-link-icon__text,
.c-prglink .c-price-btn span.c-price-btn__action,
PRGLink .c-btn--search span,
PRGLink .c-link-icon span,
PRGLink .c-link-icon__text,
PRGLink .c-price-btn span.c-price-btn__action,
prglink .c-btn--search span,
prglink .c-link-icon span,
prglink .c-link-icon__text,
prglink .c-price-btn span.c-price-btn__action {
  color: #c06
}

.c-prglink .c-hotel-card__price span,
.c-prglink .c-price-btn span,
.c-prglink span,
.c-selectbox--frameless .c-selectbox__native option,
PRGLink .c-hotel-card__price span,
PRGLink .c-price-btn span,
PRGLink span,
prglink .c-hotel-card__price span,
prglink .c-price-btn span,
prglink span {
  color: #0f0f0f
}

.c-prglink .c-offer__image-text span,
PRGLink .c-offer__image-text span,
prglink .c-offer__image-text span {
  color: #fff
}

.c-prglink .u-color-grey-medium-dark span.c-link-icon__text,
PRGLink .u-color-grey-medium-dark span.c-link-icon__text,
prglink .u-color-grey-medium-dark span.c-link-icon__text {
  color: #595959
}

.c-prglink .c-teaser__item-link span.blacktext,
PRGLink .c-teaser__item-link span.blacktext,
prglink .c-teaser__item-link span.blacktext {
  color: #0f0f0f;
  font-weight: 400
}

.c-prglink .c-prglink-text,
.c-prglink .c-teaser__item-link,
PRGLink .c-prglink-text,
prglink .c-prglink-text,
prglink .c-teaser__item-link {
  color: #c06;
  display: block !important;
  position: relative
}

.c-prglink .c-prglink-text::after,
.c-prglink .c-teaser__item-link::after,
PRGLink .c-prglink-text::after,
prglink .c-prglink-text::after,
prglink .c-teaser__item-link::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {

  .c-prglink .c-prglink-text::after,
  .c-prglink .c-teaser__item-link::after,
  PRGLink .c-prglink-text::after,
  PRGLink .c-teaser__item-link::after,
  prglink .c-prglink-text::after,
  prglink .c-teaser__item-link::after {
    height: 1px;
    bottom: 0
  }
}

.c-prglink .c-prglink-text span,
.c-prglink .c-teaser__item-link span,
PRGLink .c-prglink-text span,
prglink .c-prglink-text span,
prglink .c-teaser__item-link span {
  display: inline-block;
  color: #c06
}

.c-prglink span.u-color-magenta,
PRGLink span.u-color-magenta,
prglink span.u-color-magenta {
  color: #c06
}

.c-prglink--full,
.c-searchbox-grid__btn .c-prglink,
.c-searchbox-grid__btn PRGLink,
.c-searchbox-grid__btn prglink {
  width: 100%;
  height: 100%
}

@media (max-width:63.99em) {

  .c-prglink div *,
  PRGLink div *,
  prglink div * {
    pointer-events: none
  }
}

PRGLink .c-teaser__item-link {
  color: #c06;
  display: block !important;
  position: relative
}

PRGLink .c-teaser__item-link::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: .2s width ease
}

@media (max-width:63.99em) {
  PRGLink .c-teaser__item-link::after {
    height: 1px;
    bottom: 0
  }
}

PRGLink .c-teaser__item-link span {
  display: inline-block;
  color: #c06
}

.vue-simple-context-menu {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: absolute;
  z-index: 1000000;
  background-color: #ecf0f1;
  border-bottom-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, .2);
  border-radius: 4px
}

.vue-simple-context-menu--active {
  display: block
}

.vue-simple-context-menu__item {
  display: flex;
  color: #333;
  cursor: pointer;
  padding: 5px 15px;
  align-items: center
}

.vue-simple-context-menu__item:hover {
  background-color: #007aff;
  color: #fff
}

.vue-simple-context-menu__divider {
  box-sizing: content-box;
  height: 2px;
  background-color: #c0cdd1;
  padding: 4px 0;
  background-clip: content-box;
  pointer-events: none
}

.vue-simple-context-menu li:first-of-type {
  margin-top: 4px
}

.vue-simple-context-menu li:last-of-type {
  margin-bottom: 4px
}

.c-price-btn {
  overflow: hidden;
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: .375rem .75rem;
  border-radius: 8px;
  color: #0f0f0f;
  white-space: nowrap
}

.c-price-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #ffad00 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity .8s
}

.c-price-btn:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s
}

.c-price-btn:hover {
  background: #ffc900
}

.c-price-btn:disabled,
.c-price-btn:disabled * {
  color: #595959;
  fill: #595959;
  background: #d4d4d4
}

.c-price-btn:disabled ::after,
.c-price-btn:disabled :active::after,
.c-price-btn:disabled::after,
.c-price-btn:disabled:active::after {
  display: none
}

.c-price-btn__cta {
  font-size: 12px;
  color: #c06;
  font-weight: 700;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0
}

.c-price-btn--tiny {
  padding: .375rem;
  border-radius: 4px
}

.c-price-btn--tiny .c-price-btn__from {
  font-size: 12px
}

.c-price-btn--tiny .c-price-btn__price {
  font-size: 1rem
}

.c-price-btn--small {
  text-align: right
}

.c-price-btn--small .c-price-btn__headline {
  display: block;
  text-align: right;
  font-size: .69444rem
}

.c-price-btn--small .c-price-btn__from {
  font-size: 14px
}

.c-price-btn--small .c-price-btn__price {
  font-size: 1.2rem;
  font-weight: 900
}

.c-price-btn--large {
  border-radius: 10px
}

.c-price-btn--large .c-price-btn__price {
  font-size: 2.0736rem
}

.c-price-btn__price {
  font-size: 1.44rem;
  font-weight: 700;
  text-align: right
}

.c-price-btn__price::before {
  content: "";
  margin-left: .2rem
}

.c-price-btn__from {
  font-weight: 700
}

.c-price-btn__action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #c06;
  font-weight: 700;
  font-size: .83333rem
}

.c-price-btn__icon,
.c-price-btn__icon--small {
  fill: #c06;
  width: .6rem;
  height: .6rem;
  margin-left: .375rem
}

.c-price-btn__icon--small {
  width: .4rem;
  height: .4rem
}

.c-price-btn--static {
  padding: 6px 12px
}

.c-price-summary {
  background-color: #fff
}

@media (min-width:64em) {
  .c-price-summary {
    border-radius: 10px
  }
}

.c-price-summary__headline {
  margin-bottom: 0
}

.c-price-summary__description {
  margin-bottom: .75rem
}

@media (min-width:64em) {
  .c-price-summary__description {
    margin-bottom: 1.5rem
  }
}

.c-price-summary__offer-text {
  font-weight: 700;
  padding-top: .375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-price-summary__offer-text {
    display: block;
    margin-bottom: -.75rem;
    width: 50%
  }
}

.c-price-summary__description,
.c-price-summary__offer-text {
  font-size: .83333rem
}

.c-price-summary__button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5rem
}

@media (min-width:48em) {
  .c-price-summary__button-area {
    flex-direction: row
  }
}

.c-price-summary__button-container,
.c-price-summary__button-container .c-btn,
.c-price-summary__time-warning {
  width: 100%
}

@media (min-width:48em) {

  .c-price-summary__button-container,
  .c-price-summary__button-container .c-btn {
    width: auto
  }

  .c-price-summary__button-extended-container,
  .c-price-summary__time-warning {
    width: 50%
  }

  c-messages .c-price-summary__time-warning {
    width: 100%
  }
}

.c-price-summary__time-warning {
  margin-top: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-price-summary__time-warning {
    order: 1;
    padding-right: 1.5rem;
    margin-top: .375rem
  }
}

@media (min-width:64em) {
  .c-price-summary__time-warning {
    margin-top: 0
  }
}

@media (min-width:48em) {
  .c-price-summary__button-extended-container {
    order: 2;
    padding-left: 1.5rem
  }
}

.c-price-summary__button-extended-container .c-btn {
  margin-left: auto
}

.c-price-summary__extended-content {
  margin-top: .75rem;
  border-top: 1px solid #f0e7d9
}

.c-price-summary__bottom-info {
  margin-top: .75rem
}

.c-price-table {
  font-size: .83333rem
}

.c-price-table>.c-price-table__item:last-child,
.c-price-table>div:last-child .c-price-table__item {
  border-bottom: 0;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0
}

.c-price-table--reduced .c-price-table>.c-price-table__item:last-child,
.c-price-table--reduced .c-price-table>div:last-child .c-price-table__item {
  margin-top: .75rem
}

.c-price-table__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0e7d9;
  padding-top: .75rem;
  padding-bottom: .375rem;
  margin-bottom: .375rem
}

@media (max-width:19.99em) {
  .c-price-table__item {
    padding-top: .375rem;
    padding-bottom: 0
  }
}

.c-price-table__item:first-child {
  border-top: 0
}

.c-price-table__item .c-price-table__price {
  white-space: nowrap;
  padding-left: 40px
}

.c-price-table__item .c-price-table__total-text {
  font-size: 20px
}

.c-price-table--reduced .c-price-table__item .c-price-table__total-text {
  font-size: 30px
}

.c-price-table__item .c-price-table__total-price {
  display: flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: right
}

.c-price-table__item .c-price-table__item--total-price-euro {
  white-space: nowrap
}

.c-price-table__item .c-price-table__info-area {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap
}

.c-price-table__item .c-price-table__info-text {
  font-size: .69444rem;
  align-self: flex-end;
  margin-right: 1.5rem
}

.c-price-table__item .c-price-table__info-icon {
  display: inline-flex;
  margin-left: 1.5rem;
  margin-right: .75rem
}

@media (max-width:63.99em) {
  .c-price-table__item .c-price-table__info-icon {
    margin-left: .375rem
  }
}

.c-price-table__item--total-price {
  border-top: 3px solid #f0e7d9
}

.c-radio-input {
  position: relative
}

.c-radio-input:not(:last-child) {
  margin-bottom: .75rem
}

.c-radio-input.c-radio-input--horizontal {
  display: inline-block;
  margin-right: .75rem
}

.c-radio-input__native {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  visibility: hidden
}

.c-radio-input__native:checked+.c-radio-input__selection::after {
  display: block
}

.c-radio-input__native:checked+.c-radio-input__selection::before {
  border-color: #c06
}

.c-radio-input__native:disabled+.c-radio-input__selection::before {
  border-color: #595959
}

.c-radio-input__native:disabled+.c-radio-input__selection {
  color: #595959
}

.is-error .c-radio-input__native+.c-radio-input__selection::before {
  border-color: #ff1935;
  background-color: rgba(255, 25, 53, .1)
}

.is-error .c-radio-input__native+.c-radio-input__selection::after {
  background-color: #ff1935
}

.c-radio-input__selection {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem
}

.c-flyout--searchbox .c-radio-input__selection {
  font-size: .83333rem
}

.c-form--flashy .c-radio-input__selection::before,
.c-radio-input__selection:hover::before {
  border-color: #c06
}

.c-radio-input__selection::before {
  content: "";
  position: relative;
  top: 0;
  display: block;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
  margin-right: .375rem;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e0d0b9
}

.c-flyout--searchbox .c-radio-input__selection::before {
  top: 0
}

.c-radio-input__selection::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c06
}

.c-flyout--searchbox .c-radio-input__selection::after {
  margin-top: 4px
}

.c-radio-input__selection--flashy::before {
  border-color: #c06
}

.c-radio-input__selection--center {
  align-items: center
}

.c-radio-input__selection--center::after {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%)
}

.c-radio-input__selection--large {
  font-size: 1.44rem
}

.c-radio-input__selection--large::before {
  top: .3rem
}

.c-radio-input__selection--large::after {
  margin-top: calc(.3rem + 2px)
}

.c-radio-input__selection--small {
  font-size: .83333rem;
  line-height: 1.1rem
}

.c-radio-input__info {
  margin-left: calc(20px + .375rem)
}

.c-rating-component {
  justify-content: center
}

.c-offer--big .c-rating-component {
  display: block
}

.c-rating-component,
.c-rating-component-overview {
  display: flex;
  align-items: flex-end;
  align-content: center;
  white-space: nowrap
}

.c-rating {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  font-size: .69444rem;
  height: 100%
}

.c-rating.c-rating--hotel-overview {
  margin-top: .75rem;
  margin-bottom: .375rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-rating.c-rating--hotel-overview {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
  }
}

@media (min-width:81.25em) {
  .c-rating.c-rating--hotel-card {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row
  }
}

@media (max-width:81.24em) {
  .c-last-minute__rate-container .c-rating {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-basis: 100%
  }
}

.c-rating,
.c-rating__image {
  margin-right: .375rem
}

.c-rating__image-overview {
  margin-left: .75rem;
  margin-bottom: -3px
}

.c-rating-mobile__image {
  height: 12px;
  width: auto;
  max-width: 63px;
  margin-bottom: .375rem;
  margin-left: 50px
}

.c-rating-mobile__image-spacing {
  margin-bottom: 3px
}

.c-rating__rate {
  margin-left: .1875rem
}

.c-rating__rating-wrapper {
  margin-bottom: .75rem
}

@media (max-width:47.99em) {
  .c-rating--hotel-overview .c-rating__rating-wrapper {
    padding-top: .75rem;
    margin-bottom: .75rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-rating--hotel-overview .c-rating__rating-wrapper {
    margin-bottom: 0
  }
}

@media (min-width:81.25em) {
  .c-rating--hotel-card .c-rating__rating-wrapper {
    margin-bottom: 0;
    margin-right: .75rem;
    border-right: 1px solid #e0d0b9;
    padding-right: .75rem
  }
}

@media (max-width:47.99em) {
  .c-rating--hotel-card .c-rating__rating-wrapper {
    margin-bottom: .75rem
  }
}

.c-rating-mobile__rating-wrapper {
  margin-bottom: 0 !important
}

.c-rating__rating {
  display: flex;
  align-items: center;
  flex-basis: 50%
}

.c-rating__recommendation-wrapper {
  margin-right: 1.5rem
}

@media (max-width:81.24em) {
  .c-last-minute__rate-container .c-rating__recommendation-wrapper {
    margin-left: 1.5rem
  }
}

.c-rating__recommendation-wrapper-mobile {
  display: flex;
  margin-top: 1.5rem
}

.c-rating--hotel-card .c-rating__recommendation-wrapper {
  margin-right: 0
}

.c-rating__recommendation {
  display: flex;
  align-items: center;
  white-space: nowrap
}

.c-rating__recommendation:first-child {
  margin-bottom: 3px
}

.c-rating-mobile__recommendation {
  margin-left: 0;
  margin-bottom: -15px !important;
  background-color: #f0e7d9;
  border-radius: 2px;
  text-align: center;
  margin-right: 70px;
  padding: 2px 2px 2px 3px
}

.c-rating-mobile__highlight,
.c-rating__highlight {
  background-color: #f0e7d9;
  border-radius: 2px;
  text-align: center;
  padding: 2px
}

.c-rating__highlight {
  margin-right: .375rem;
  min-width: 43px
}

.c-rating-mobile__highlight {
  margin-right: 0;
  min-width: 30px;
  font-size: 10px;
  line-height: normal
}

.c-rating-checkbox-filter {
  flex: 1;
  display: flex;
  flex-direction: column
}

@media (min-width:48em) {
  .c-rating-checkbox-filter {
    flex-direction: row
  }
}

.c-rating-checkbox-filter-item {
  flex: 5
}

.c-rating-border {
  flex: 1;
  border-left: 1px solid #e0d0b9;
  margin-left: 1.5rem;
  padding-left: 1.5rem
}

@media (max-width:47.99em) {
  .c-rating-border {
    border-left: 0;
    margin-top: 1.5rem;
    margin-left: 0 !important;
    padding-left: 0 !important
  }
}

.c-rating-main-rating {
  margin-top: auto
}

@media (min-width:48em) {
  .c-rating-main-rating {
    margin-bottom: .375rem !important
  }
}

.c-rating-flex-column {
  display: flex;
  flex-direction: column
}

.c-rating-flex-row {
  display: flex;
  flex-direction: row
}

.c-rating-flex-justify-end {
  display: flex;
  justify-content: flex-end
}

.c-rating-margin-left-auto {
  margin-left: auto
}

.c-rating-container {
  display: flex;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-rating-container {
    flex-direction: row
  }
}

.c-rating-details-container {
  display: grid;
  grid-template-columns: 1fr 1fr
}

@media screen and (min-width:768px) {
  .c-rating-details-container {
    grid-template-columns: 1fr 1fr 1fr
  }
}

.c-rating-reviewerslist {
  display: grid;
  grid-template-columns: 1fr 1fr
}

@media screen and (min-width:768px) {
  .c-rating-reviewerslist {
    grid-template-columns: 1fr
  }
}

.c-rating-label {
  display: inline-block;
  margin-bottom: .375rem;
  font-size: .83333rem;
  color: #595959;
  margin-top: 3px
}

.c-row-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.c-row-wrapper {
  position: relative;
  margin-bottom: 1.5rem
}

.c-row-wrapper.c-row-wrapper--margin-bottom-default:last-child,
.c-row-wrapper.c-row-wrapper--margin-bottom-huge:last-child,
.c-row-wrapper.c-row-wrapper--margin-bottom-large:last-child,
.c-row-wrapper.c-row-wrapper--margin-bottom-small:last-child,
.c-row-wrapper.c-row-wrapper--margin-bottom-tiny:last-child,
.c-row-wrapper:last-child {
  margin-bottom: 0
}

.c-row-wrapper.c-row-wrapper--margin-bottom-tiny {
  margin-bottom: .375rem
}

.c-row-wrapper.c-row-wrapper--margin-bottom-small {
  margin-bottom: .75rem
}

.c-row-wrapper.c-row-wrapper--margin-bottom-default {
  margin-bottom: 1.5rem
}

.c-row-wrapper.c-row-wrapper--margin-bottom-large {
  margin-bottom: 3rem
}

.c-row-wrapper.c-row-wrapper--margin-bottom-huge {
  margin-bottom: 6rem
}

@media (max-width:47.99em) {
  .c-row-wrapper--spacing-small\@until-tablet {
    margin-bottom: .75rem
  }

  .c-row-wrapper--spacing-none\@until-tablet {
    margin-bottom: 0
  }
}

.c-row-wrapper--has-background,
.c-row-wrapper--spacing {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (max-width:63.99em) {

  .c-row-wrapper--has-background,
  .c-row-wrapper--spacing {
    padding-top: .75rem;
    padding-bottom: .75rem
  }
}

.c-row-wrapper--spacing:first-child {
  padding-top: 0
}

.c-row-wrapper__anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden
}

.c-search-extended-button-wrapper {
  text-align: center;
  font-size: .8rem
}

.c-search-extended-button-wrapper.is-hidden {
  visibility: hidden
}

.c-search-extended-button {
  color: #c06;
  background: 0 0
}

.c-searchbox--flight .c-search-extended-button,
.c-searchbox--train .c-search-extended-button,
.is-extended .c-search-extended-button__extend {
  display: none
}

.c-search-extended-button__extend,
.is-extended .c-search-extended-button__close {
  display: inline-block
}

.c-search-extended-button__close,
.c-searchbox-container__button::after {
  display: none
}

.c-searchbox {
  padding: .75rem .75rem .375rem;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .6);
  min-height: 162.4px
}

.is-active .c-searchbox {
  border-top-right-radius: 0
}

.customer-searchmask-wrapper {
  padding: .75rem;
  border-radius: 4px;
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75)) #fff
}

.customer-searchmask-label {
  font-size: 20px;
  line-height: normal;
  color: #fff
}

.c-searchbox__info {
  font-size: .69444rem;
  z-index: 1
}

@media (min-width:64em) {
  .c-searchbox__info {
    position: absolute;
    top: -1.5rem;
    right: 0
  }
}

@media (max-width:63.99em) {
  .c-searchbox__info {
    margin-top: .75rem;
    margin-bottom: .375rem;
    margin-left: .75rem
  }
}

.c-searchbox__label {
  font-size: 1rem
}

@media (max-width:47.99em) {
  .c-searchbox__label {
    font-size: .83333rem
  }
}

.searchmask--flyout__fullscreen {
  z-index: 23 !important;
  max-width: unset !important;
  margin: 0;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important
}

.c-searchbox-container {
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75)) #fff;
  width: 100%;
  background-color: #fff
}

.c-searchbox-container.is-active {
  top: 0
}

.c-searchbox-container--home {
  background: 0 0
}

.is-sticky .c-searchbox-container--home {
  z-index: 21;
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75)) #fff;
  position: fixed;
  top: -30rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #fff
}

.c-searchbox-login-container .c-searchbox-container--home {
  position: absolute;
  top: 0;
  visibility: hidden
}

.is-sticky .c-searchbox-login-container .c-searchbox-container--home {
  position: fixed
}

.c-searchbox-login-container .c-searchbox-container--home:not(.is-active) * {
  transition: none
}

.c-searchbox-container--home.is-active {
  top: 0;
  visibility: visible
}

.c-searchbox-container--header-content {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.is-sticky .c-searchbox-container--header-content {
  z-index: 21;
  position: fixed;
  top: -30rem
}

.c-searchbox-container--header-content.is-active {
  top: 0
}

.c-searchbox-container--header-ibe {
  position: absolute;
  top: -30rem;
  padding-top: 6rem;
  padding-bottom: .75rem
}

@media (max-width:47.99em) {
  .c-searchbox-container--header-ibe {
    padding-top: 4rem
  }
}

.is-sticky-ibe .c-searchbox-container--header-ibe {
  padding-top: .75rem
}

.is-sticky-ibe .c-searchbox-container--header-ibe.is-active {
  top: 3.5rem
}

.c-searchbox-container__button {
  display: inline-flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 2.01rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: rgba(255, 255, 255, .6)
}

.c-searchbox-container__button--header-content {
  display: none
}

.is-active .c-searchbox-container__button--header-content {
  display: inline-flex
}

.c-searchbox-container__icon {
  display: inline-block
}

header:not(.is-sticky) .c-searchbox-container--header-teaser-stage {
  position: absolute;
  bottom: -9.5rem;
  z-index: 1;
  width: 100%
}

@media (max-width:63.99em) {
  header:not(.is-sticky) .c-searchbox-container--header-teaser-stage {
    bottom: -18rem
  }
}

@media (max-width:47.99em) {
  header:not(.is-sticky) .c-searchbox-container--header-teaser-stage {
    bottom: -21rem
  }
}

header:not(.is-sticky) .c-searchbox-container--header-teaser-stage .c-searchbox-container__button {
  background: radial-gradient(circle at 0 0, rgba(204, 0, 102, .75), rgba(204, 0, 102, .75));
  color: #fff;
  background-color: #fff
}

.c-searchbox-grid {
  position: relative;
  margin-bottom: .375rem;
  background-color: #fff
}

@media (min-width:64em) {
  .c-searchbox-grid {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
  }
}

@media (max-width:63.99em) {
  .c-searchbox-grid {
    border-radius: 5px
  }
}

@media (max-width:47.99em) {
  .c-searchbox-grid {
    overflow: hidden
  }
}

.c-searchbox-grid--summary {
  margin-right: 7.7rem;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer
}

@media (max-width:47.99em) {
  .c-searchbox-grid--summary {
    overflow: visible;
    margin-right: 3rem
  }
}

.c-searchbox-grid--summary .c-fader {
  z-index: auto
}

.c-searchbox-grid__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  width: calc(100% + 1px);
  padding: 0
}

@media (min-width:64em) {
  .c-searchbox-grid__wrap {
    padding-right: 7.7rem
  }
}

@media (max-width:47.99em) {
  .c-searchbox-grid__wrap {
    overflow: hidden
  }
}

.c-searchbox-grid__wrap--summary {
  flex-wrap: nowrap;
  padding-right: 0;
  margin-left: 0;
  width: 100%;
  overflow: auto
}

@media (min-width:64em) {
  .c-searchbox-grid__wrap--summary {
    overflow: hidden
  }
}

.c-searchbox-grid__wrap--summary .c-loader {
  width: 100%
}

.c-searchbox-grid__btn,
.c-searchbox-grid__item {
  flex-grow: 1;
  flex-shrink: 1
}

.c-searchbox-grid__item--summary {
  flex-grow: 1
}

.c-searchbox-grid__item--summary:first-child {
  font-weight: 700
}

.c-searchbox-grid__btn,
.c-searchbox-grid__item {
  position: relative;
  height: 3.55rem
}

.c-searchbox-grid__item.is-extended-item {
  height: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden
}

.is-extended .c-searchbox-grid__item.is-extended-item {
  height: 3.55rem;
  visibility: visible;
  position: relative;
  overflow: visible
}

@media (min-width:64em) {
  .c-searchbox-grid__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 7.7rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-searchbox-grid__btn {
    width: 33.33333%
  }
}

@media (max-width:47.99em) {
  .c-searchbox-grid__btn {
    width: 50%
  }
}

@media (min-width:64em) {

  .c-searchbox--train .c-searchbox-grid__btn,
  .is-extended .c-searchbox-grid__btn {
    height: 7.1rem
  }
}

.c-searchbox-grid__btn--summary {
  position: absolute;
  right: -7.7rem;
  top: 0
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-searchbox-grid__btn--summary {
    width: 7.7rem
  }
}

@media (max-width:47.99em) {
  .c-searchbox-grid__btn--summary {
    width: 3rem;
    right: -3rem
  }
}

@media (min-width:64em) {
  .is-extended .c-searchbox-grid__btn--summary {
    height: 3.55rem
  }
}

.c-searchbox-grid__btn-icon {
  width: 1.2rem;
  height: 1.2rem
}

.c-searchbox-link {
  position: relative;
  border-left: 1px solid #e0d0b9;
  height: 100%;
  width: 100%
}

.c-searchbox-link.is-active {
  box-shadow: 0 0 4px 0 rgba(15, 15, 15, .2);
  background-color: #fff;
  border-left: 1px solid #e0d0b9;
  border-right: 1px solid #e0d0b9
}

@media (min-width:48em) {
  .c-searchbox-link.is-active {
    z-index: 21
  }
}

.is-extended-item .c-searchbox-link {
  border-top: 1px solid #e0d0b9
}

.c-searchbox-link.is-disabled {
  color: #d4d4d4
}

.c-searchbox-link.is-error::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  outline: 1px solid #ff1935;
  width: 100%;
  height: 100%
}

@media (max-width:63.99em) {
  .c-searchbox-link {
    border-top: 1px solid #e0d0b9
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-searchbox-grid__item:nth-child(-n+3) .c-searchbox-link {
    border-top: 0
  }
}

@media (max-width:47.99em) {
  .c-searchbox-grid__item:nth-child(-n+2) .c-searchbox-link {
    border-top: 0
  }
}

@media (min-width:64em) {
  .has-border .c-searchbox-link {
    border-top: 1px solid #e0d0b9
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .has-transparent-border .c-searchbox-link {
    border-left: 1px solid transparent
  }
}

.c-searchbox-link--summary {
  padding-right: .75rem
}

@media (min-width:48em) {
  .c-searchbox-link--summary {
    border-left-style: dashed
  }

  .c-searchbox-grid__item:first-child .c-searchbox-link--summary {
    border-left: 0
  }
}

@media (max-width:47.99em) {
  .c-searchbox-link--summary {
    border-left: 0
  }
}

@media (max-width:63.99em) {
  .c-searchbox-link--summary {
    border-top: 0
  }
}

.c-searchbox-link__wrapper {
  display: block;
  height: 100%;
  width: 100%
}

.c-searchbox-link__icon {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 1rem;
  height: 1rem;
  margin-top: -.5rem;
  margin-right: .75rem;
  color: #c06
}

.is-disabled .c-searchbox-link__icon,
.is-placeholder .c-searchbox-link__text {
  color: #d4d4d4
}

.c-searchbox-link__label {
  font-size: 1rem
}

.c-searchbox-link__text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5rem
}

.c-searchbox-link__bottom,
.c-searchbox-link__top {
  display: flex;
  height: 50%;
  width: 100%;
  padding-left: .75rem
}

.c-searchbox-link__top {
  display: "flex";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: flex-end
}

.c-searchbox-link__bottom {
  align-items: flex-start
}

.c-searchbox-link__bottom .c-loader {
  width: 100%
}

.c-selectbox-input:not(:last-child) {
  margin-bottom: .75rem
}

.c-selectbox {
  position: relative
}

@media (min-width:48em) {
  .c-selectbox {
    min-width: 12rem
  }
}

@media (max-width:47.99em) {
  .c-selectbox {
    max-width: none
  }
}

.c-selectbox__native {
  position: relative;
  z-index: 1;
  padding-right: 2rem
}

.c-selectbox__native:active+.c-selectbox__icon,
.c-selectbox__native:disabled+.c-selectbox__icon,
.c-selectbox__native:focus+.c-selectbox__icon {
  color: #0f0f0f
}

.c-selectbox__native:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0f0f0f
}

.c-selectbox__native::-ms-expand {
  display: none
}

.c-selectbox__native:focus::-ms-value {
  color: inherit;
  background-color: transparent
}

.c-selectbox--frameless .c-selectbox__native {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  padding-left: .75rem;
  height: 100%;
  border: 0;
  box-shadow: none;
  opacity: 0;
  color: transparent;
  background-color: transparent
}

.phone-graphical-select {
  position: relative;
  width: 100px !important
}

.c-selectbox__graphical {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer
}

.c-selectbox__graphical_country {
  width: 73px;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: .35em;
  background-color: #f0e7d9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: solid #e0d0b9;
  border-width: 1px 0 1px 1px;
  height: 2.4rem
}

.c-selectbox__graphical_country_icon {
  width: 30px
}

.c-selectbox__graphical_country_icon_img {
  margin-left: 10px;
  height: 25px
}

.c-selectbox__label {
  position: absolute;
  z-index: 0;
  padding-left: .75rem
}

.c-selectbox__icon {
  position: absolute;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  margin-right: .75rem;
  color: #c06;
  top: 50%;
  margin-top: -.5rem;
  transition: all .4s ease
}

.c-selectbox__icon.c-selectbox__icon-tiny {
  margin-right: .35rem
}

.c-selectbox__separator {
  border: 1px solid #d4d4d4
}

.c-selectbox__separator--top {
  border-top: 1px solid #d4d4d4
}

.c-selectbox__separator--left {
  border-left: 1px solid #d4d4d4
}

.c-selectbox__separator--bottom {
  border-bottom: 1px solid #d4d4d4
}

.c-selectbox__separator--right {
  border-right: 1px solid #d4d4d4
}

.c-selectbox--frameless {
  min-width: auto;
  width: 100%;
  height: 100%
}

.c-selectbox--small {
  min-width: 4rem
}

@media (min-width:48em) {
  .c-selectbox--small\@tablet {
    min-width: 4rem
  }
}

.c-selectbox--full {
  width: 100%;
  min-width: 0
}

.c-selectbox-group {
  margin-left: -1.5rem;
  margin-bottom: .75rem
}

.c-selectbox-group::after {
  content: "";
  clear: both;
  display: table
}

.c-selectbox-group__item {
  margin-left: 1.5rem
}

@media (min-width:48em) {
  .c-selectbox-group__item {
    float: left
  }

  .c-selectbox-group__item:nth-child(odd) {
    clear: left
  }
}

.c-service-bar,
.is-sticky .c-service-bar {
  transition: margin-right .5s ease 0s;
  will-change: margin-right
}

.c-service-bar {
  display: flex;
  align-items: center;
  margin-right: -.75rem;
  flex: 0 1 auto
}

@media (min-width:64em) {
  .c-service-bar {
    margin-bottom: .375rem;
    line-height: 1.2rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-service-bar {
    margin-bottom: 0
  }
}

.is-sticky .c-service-bar {
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 8.175rem
}

@media (max-width:47.99em) {
  .is-sticky .c-service-bar {
    margin-right: 3.125rem
  }

  .c-service-bar {
    bottom: 0;
    height: 100%
  }
}

.c-service-bar__user-section {
  display: flex;
  height: 100%
}

.is-sticky .c-service-bar__user-section {
  align-items: center
}

.c-service-bar__item {
  display: flex
}

@media (min-width:48em) {
  .c-service-bar__item {
    border-left: 1px solid #fff
  }

  .c-service-bar__item:first-child {
    border-left: 0
  }
}

@media screen and (min-width:64em) and (max-width:1150px) {

  .c-service-bar__item .c-service-bar__text,
  .c-service-bar__link .c-service-bar__text,
  .is-sticky .c-service-bar {
    display: none
  }

  .c-service-bar__item {
    margin-bottom: .2rem
  }
}

.c-service-bar__link::after,
.is-sticky .c-service-bar__item-globe {
  display: none
}

.c-service-bar__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .83333rem;
  color: #fff
}

@media (min-width:64em) {
  .c-service-bar__link {
    position: relative
  }
}

.is-sticky .c-service-bar__link {
  flex-direction: row
}

.c-service-bar__link:active {
  color: #fff
}

@media (min-width:64em) {
  .c-service-bar__link.is-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.75rem;
    margin-bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #fff
  }

  .is-sticky .c-service-bar__link.is-active::after {
    display: none
  }
}

.c-service-bar__icon {
  transition: all 1s ease 0s;
  will-change: all;
  color: #fff;
  margin-bottom: .75rem
}

.is-sticky .c-service-bar__icon {
  margin-bottom: 0
}

@media (max-width:47.99em) {
  .c-service-bar__icon {
    height: 1.6rem;
    width: 1.6rem;
    margin-bottom: 0
  }

  .c-service-bar__text {
    display: none
  }
}

.is-sticky .c-service-bar__text {
  display: none
}

.c-service-bar__text:active {
  color: #fff
}

.c-service-bar__user-section-link {
  padding-right: .75rem
}

@media (min-width:64em) {
  .c-service-bar__user-section-link {
    margin-bottom: 1.5rem
  }

  .is-sticky .c-service-bar__user-section-link {
    margin-bottom: 0
  }
}

.c-simple-arrow-list {
  display: flex;
  list-style: none;
  margin-top: .75rem;
  font-size: 14px
}

.c-simple-arrow-list__item * {
  color: #595959
}

.c-slider {
  position: relative
}

.c-slider .slick-slide {
  margin-left: 1.5rem
}

.c-slider .slick-list {
  margin-left: calc(-1.5rem - 2px)
}

.c-slider--small .slick-slide {
  margin-left: .75rem
}

.c-slider--small .slick-list {
  margin-left: calc(-.75rem - 2px)
}

.c-slider--tiny .slick-slide {
  margin-left: .375rem
}

.c-slider--tiny .slick-list {
  margin-left: calc(-.375rem - 2px)
}

.c-hotel-offer-wrapper .slick-slide {
  overflow: hidden
}

.c-slider--price .glide {
  padding-left: 44px;
  padding-right: 44px;
  border: 1px solid #e0d0b9;
  border-radius: 4px;
  overflow: hidden
}

@media (max-width:47.99em) {
  .c-slider--price .glide {
    padding-left: 22px;
    padding-right: 22px
  }
}

.c-slider__item,
.c-tabs input[type=radio] {
  display: none
}

.c-slider__item:first-child {
  display: block
}

.slick-initialized .c-slider__item {
  display: block
}

.glide__bullets {
  text-align: center;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0
}

.glide__bullets button {
  display: inline-block;
  margin-right: .75rem;
  background-color: #fff;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  height: .8rem;
  width: .8rem;
  border: 1px solid #e0d0b9;
  line-height: 1rem;
  vertical-align: middle
}

.glide__bullets button:last-child {
  margin-right: 0
}

.glide__bullets button.active {
  background-color: #c06;
  height: 1rem;
  width: 1rem;
  border: 0
}

.glide {
  -webkit-user-select: none;
  user-select: none
}

.c-slider-arrow {
  position: absolute;
  background-color: #c06;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  top: 35%;
  transform: translateY(-35%);
  cursor: pointer
}

.c-slider-arrow.c-slider-arrow--rounded {
  border-radius: 19px;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width:47.99em) {
  .c-slider-arrow.c-slider-arrow--rounded {
    border-radius: 14px;
    width: 28px;
    height: 28px
  }
}

.c-slider-arrow--left {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.c-slider-arrow--left.c-slider-arrow--inverted {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.c-slider-arrow--left.c-slider-arrow--overflow {
  left: -22px
}

.c-slider-arrow--left.c-slider-arrow--price {
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 1px solid #e0d0b9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform: none;
  opacity: 1;
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-slider-arrow--left.c-slider-arrow--price {
    width: 22px
  }
}

.c-slider-arrow--left.c-slider-arrow--price .c-slider-arrow__icon,
.c-slider-arrow--right.c-slider-arrow--price .c-slider-arrow__icon {
  color: #c06
}

.c-slider-arrow--left.c-slider-arrow--rounded {
  left: 15px
}

@media (max-width:47.99em) {
  .c-slider-arrow--left.c-slider-arrow--rounded {
    left: 8px
  }
}

.c-slider-arrow--right {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.c-slider-arrow--right.c-slider-arrow--inverted {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.c-slider-arrow--right.c-slider-arrow--overflow {
  right: -22px
}

.c-slider-arrow--right.c-slider-arrow--price {
  top: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px solid #e0d0b9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: none;
  opacity: 1;
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-slider-arrow--right.c-slider-arrow--price {
    width: 22px
  }
}

.c-slider-arrow--right.c-slider-arrow--rounded {
  right: 15px
}

@media (max-width:47.99em) {
  .c-slider-arrow--right.c-slider-arrow--rounded {
    right: 8px
  }
}

.c-slider-arrow--inverted {
  background-color: #fff
}

.c-slider-arrow__icon {
  color: #fff;
  width: 20px;
  height: 20px
}

@media (max-width:47.99em) {
  .c-slider-arrow__icon {
    width: 15px;
    height: 15px
  }
}

.c-slider-arrow__icon--inverted {
  color: #c06
}

.c-table {
  font-size: .83333rem
}

.c-table .c-table__head,
.c-table thead {
  border-top: 1px solid #e0d0b9;
  border-bottom: 1px solid #e0d0b9;
  font-weight: 700
}

.c-table .c-table__foot {
  padding-top: .375rem;
  border-top: 3px solid #e0d0b9
}

.c-table .c-table__tr:not(:last-child),
.c-table tr:not(:last-child) td {
  border-bottom: 1px solid #e0d0b9
}

.c-table--base.c-table {
  background-color: #f7f3ec
}

.c-table--base .c-table__head,
.c-table--base thead {
  background-color: #f0e7d9
}

.c-table--border {
  border: 1px solid #e0d0b9
}

.c-table--border .c-table__td:not(:last-child),
.c-table--border .c-table__th:not(:last-child),
.c-table--border td:not(:last-child),
.c-table--border th:not(:last-child) {
  border-right: 1px solid #e0d0b9
}

.c-table__foot .c-table__td,
.c-table__foot td,
tfoot .c-table__td,
tfoot td {
  font-size: 20px
}

.c-table__foot .c-table__td:last-child,
.c-table__foot td:last-child,
tfoot .c-table__td:last-child,
tfoot td:last-child {
  font-size: 1.44rem;
  font-weight: 700
}

.c-table--border .c-table__foot .c-table__td,
.c-table--border .c-table__foot td,
.c-table--border tfoot .c-table__td,
.c-table--border tfoot td {
  border-right: 0
}

@media (max-width:47.99em) {
  .c-table--responsive\@mobile.c-table--border .c-table__td {
    border-right: 0
  }
}

.c-text-input {
  position: relative
}

.c-text-input--small {
  width: 5rem
}

.c-text-input--grouped {
  font-size: .83333rem
}

.c-text-input--grouped .c-text-input__native {
  box-shadow: 0 0
}

.c-text-input__native {
  transition: none
}

.c-text-input--reverse .c-text-input__native {
  padding-left: 3rem
}

.c-text-input__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .5rem;
  margin-right: 1.125rem
}

.c-text-input--reverse .c-text-input__icon {
  left: 0;
  right: auto;
  margin-left: 1.125rem;
  margin-right: 0
}

.c-text-input__expose-secret {
  position: absolute;
  right: 20px;
  bottom: 7px;
  color: #d4d4d4;
  cursor: pointer
}

.c-text-input__expose-secret.is-active {
  color: #c06
}

.c-table-grid__row {
  display: flex;
  flex-wrap: nowrap
}

.c-table-grid__row:not(:last-child) {
  border-bottom: 1px solid #e0d0b9
}

.c-table-grid__column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 81px;
  margin: 0;
  cursor: pointer
}

.c-table-grid__column:not(:last-child) {
  border-right: 1px solid #e0d0b9
}

.c-table-grid__column:active,
.c-table-grid__column:hover {
  background-color: #d63385;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}

.c-table-grid__column--selected .c-table-grid__link,
.c-table-grid__column--selected .c-table-grid__text,
.c-table-grid__column:active .c-table-grid__link,
.c-table-grid__column:active .c-table-grid__text,
.c-table-grid__column:hover .c-table-grid__link,
.c-table-grid__column:hover .c-table-grid__text {
  color: #fff
}

.c-table-grid__column.c-table-grid__column--selected .c-table-grid__link,
.c-table-grid__column:active .c-table-grid__link,
.c-table-grid__column:hover .c-table-grid__link {
  position: relative
}

.c-table-grid__column.c-table-grid__column--selected .c-table-grid__link::after,
.c-table-grid__column:active .c-table-grid__link::after,
.c-table-grid__column:hover .c-table-grid__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: currentColor;
  height: 2px;
  width: 100%
}

.c-table-grid__column--no-hover {
  pointer-events: none
}

.c-table-grid__empty-cell {
  pointer-events: none;
  flex-shrink: 0;
  width: 100%;
  height: 100%
}

.c-table-grid__column--selected {
  background-color: #c06
}

.c-table-grid__cell-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: .83333rem
}

.c-tabs {
  overflow: hidden
}

.c-tabs__wrapper-content {
  position: relative;
  overflow: hidden
}

.c-tabs__nav-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
  position: relative;
  overflow-x: auto
}

.c-tabs__nav-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0
}

.c-tabs--flyout .c-tabs__nav-wrapper {
  background-color: #f7f3ec;
  border-bottom: 1px solid #e0d0b9;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width:64em) {
  .c-tabs--flyout .c-tabs__nav-wrapper {
    min-width: 840px
  }
}

.c-tabs--shared .c-tabs__nav-wrapper {
  margin: .75rem;
  margin-bottom: 0
}

@media (min-width:64em) {
  .c-tabs--shared .c-tabs__nav-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }
}

.c-tabs__nav {
  position: relative;
  white-space: nowrap;
  width: 100%;
  margin-bottom: .75rem
}

.c-tabs__nav::-webkit-scrollbar {
  display: none
}

.c-tabs--flyout .c-tabs__nav,
.c-tabs__nav--arrow,
.c-teaser-stage__item-text--desktop .c-teaser-stage__item-subline--big ul,
.c-teaser-stage__item-text--desktop .c-teaser-stage__item-subline--normal ul,
.c-teaser-stage__item-text--mobile .c-teaser-stage__item-subline--big ul,
.c-teaser-stage__item-text--mobile .c-teaser-stage__item-subline--normal ul {
  margin-bottom: 0
}

@media (min-width:20em) {
  .c-tabs--shared .c-tabs__nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.125rem
  }
}

@media (min-width:48em) {
  .c-tabs--shared .c-tabs__nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem
  }
}

.c-searchbox .c-tabs__nav {
  overflow-x: auto;
  overflow-y: visible
}

.c-tabs__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  cursor: pointer;
  color: #c06
}

.c-tabs__label:last-of-type {
  margin-right: 0
}

@media (max-width:47.99em) {
  .c-tabs__label {
    margin-right: .75rem
  }
}

@media (min-width:48em) {
  .c-tabs--large .c-tabs__label {
    font-size: 1.44rem
  }
}

.c-tabs--small .c-tabs__label {
  font-size: .83333rem
}

@media (min-width:48em) {
  .c-tabs--shared .c-tabs__label {
    font-size: 1.44rem
  }
}

.c-tabs--bold .c-tabs__label {
  font-weight: 700
}

.c-tabs__label.is-active {
  color: #0f0f0f
}

.c-tabs__label.c-loader {
  width: 3rem
}

.c-tabs__content-wrapper {
  overflow: hidden
}

.c-tabs--flyout .c-tabs__content-wrapper {
  max-width: 100%;
  left: 1.5rem;
  right: 1.5rem;
  max-height: 100%;
  padding-top: 1.5rem
}

@media (max-width:47.99em) {
  .c-tabs--flyout .c-tabs__content-wrapper {
    position: absolute;
    padding-top: .75rem;
    top: 0;
    bottom: 0
  }
}

.c-tabs--flyout .c-tabs__fader-wrapper {
  position: relative
}

@media (max-width:47.99em) {
  .c-tabs--flyout .c-tabs__fader-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 9.1rem;
    bottom: 4.5rem
  }
}

.c-tabs__content-wrapper--framed {
  border: 1px solid #e0d0b9;
  border-radius: 5px
}

.c-tabs__content {
  display: flex;
  position: relative;
  width: 100%;
  left: 0;
  margin: 0;
  overflow: clip
}

.c-tabs--flyout .c-tabs__content {
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-tabs--flyout .c-tabs__content {
    margin-bottom: 0;
    height: 100%
  }
}

.c-tabs__content>li {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 100%;
  opacity: 0;
  height: 0;
  transition: left 1s ease
}

.c-tabs__content>li.is-active {
  position: relative;
  left: 0;
  opacity: 1;
  height: auto
}

.c-tabs__content>li.is-left {
  left: -100%
}

.c-tabs__content>li.is-left.is-animating,
.c-tabs__content>li.is-right.is-animating {
  opacity: 1;
  z-index: 1
}

.c-tabs--flyout .c-tabs__content-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto
}

@media (max-width:47.99em) {
  .c-tabs--flyout .c-tabs__content-item {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:64em) {
  .c-tabs__content-item--small {
    height: 7.2rem
  }
}

.c-tabs__content-columns {
  display: flex;
  flex-wrap: wrap
}

.c-tabs__content-columns__item {
  flex: 0 0 100%
}

@media (min-width:48em) {
  .c-tabs__content-columns__item {
    flex: 0 0 50%
  }
}

@media (min-width:64em) {
  .c-tabs__content-columns__item {
    flex: 0 0 25%
  }
}

.c-tabs__content-columns__item:not(:last-child) {
  margin-bottom: .75rem
}

.c-tabs__slider {
  position: relative;
  height: 4px;
  margin-top: .75rem;
  background-color: #0f0f0f;
  transition: .5s ease
}

@media (max-width:63.99em) {
  .c-tabs__slider {
    height: 3px
  }
}

.c-tabs__slider--arrow {
  display: flex;
  justify-content: center;
  height: .8rem;
  margin: 0;
  background-color: transparent
}

.c-tabs__slider--arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: .6rem solid #fff;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
  position: absolute;
  top: .2rem
}

.is-hidden {
  visibility: hidden
}

.c-tabs__input:first-child:checked~* .c-tabs__label:nth-child(1) {
  color: #0f0f0f
}

.c-tabs__input:first-child:checked~* .c-tabs__label--bold:nth-child(1) {
  font-weight: 700
}

.c-tabs__input:nth-child(2):checked~* .c-tabs__label:nth-child(2) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(2):checked~* .c-tabs__label--bold:nth-child(2) {
  font-weight: 700
}

.c-tabs__input:nth-child(3):checked~* .c-tabs__label:nth-child(3) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(3):checked~* .c-tabs__label--bold:nth-child(3) {
  font-weight: 700
}

.c-tabs__input:nth-child(4):checked~* .c-tabs__label:nth-child(4) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(4):checked~* .c-tabs__label--bold:nth-child(4) {
  font-weight: 700
}

.c-tabs__input:nth-child(5):checked~* .c-tabs__label:nth-child(5) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(5):checked~* .c-tabs__label--bold:nth-child(5) {
  font-weight: 700
}

.c-tabs__input:nth-child(6):checked~* .c-tabs__label:nth-child(6) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(6):checked~* .c-tabs__label--bold:nth-child(6) {
  font-weight: 700
}

.c-tabs__input:nth-child(7):checked~* .c-tabs__label:nth-child(7) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(7):checked~* .c-tabs__label--bold:nth-child(7) {
  font-weight: 700
}

.c-tabs__input:nth-child(8):checked~* .c-tabs__label:nth-child(8) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(8):checked~* .c-tabs__label--bold:nth-child(8) {
  font-weight: 700
}

.c-tabs__input:nth-child(9):checked~* .c-tabs__label:nth-child(9) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(9):checked~* .c-tabs__label--bold:nth-child(9) {
  font-weight: 700
}

.c-tabs__input:nth-child(10):checked~* .c-tabs__label:nth-child(10) {
  color: #0f0f0f
}

.c-tabs__input:nth-child(10):checked~* .c-tabs__label--bold:nth-child(10) {
  font-weight: 700
}

.c-teaser-stage__item-wrapper {
  z-index: unset;
  height: 100%
}

.c-teaser-stage__item {
  position: relative
}

@media (min-width:64em) {
  .c-teaser-stage__item {
    width: 100%;
    height: 100%
  }
}

.c-teaser-stage__item-image {
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: calc(99vw*5/16)
}

@media (max-width:79.99em) {
  .c-teaser-stage__item-image {
    min-height: calc(99vw*8/16)
  }
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-image {
    min-height: calc(99vw*9/16)
  }
}

@media (max-width:47.99em) {
  .c-teaser-stage__item-image {
    min-height: calc(99vw*10/16)
  }
}

.c-teaser-stage__item-text-wrapper {
  position: absolute;
  max-width: 1280px;
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-text-wrapper {
    position: relative;
    flex-grow: 1
  }
}

.c-teaser-stage__item-text {
  z-index: 1;
  pointer-events: none;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, .6)
}

.c-teaser-stage__item-cta {
  margin-top: .5rem;
  text-align: right
}

.c-teaser-stage__item-cta-btn {
  background: linear-gradient(to bottom, #f4067e 0, #c06 50%);
  color: #fff;
  border-radius: 4px;
  padding: .4rem;
  cursor: pointer;
  font-size: .8rem;
  display: inline-block;
  line-height: 1rem
}

@media (min-width:64em) {
  .c-teaser-stage__item-cta-btn.c-teaser-stage__item-cta-btn--big {
    padding: .7rem;
    font-size: 1rem
  }
}

.c-teaser-stage__item-info {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  align-self: flex-end;
  min-height: 3.25rem;
  margin-top: 1.5rem
}

@media (min-width:64em) {
  .c-teaser-stage__item-info {
    align-items: stretch
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-teaser-stage__item-info {
    align-self: flex-start
  }
}

.c-teaser-stage__item-info .c-price-btn {
  border-radius: 0
}

.c-teaser-stage__item-info-text {
  padding: .5rem .75rem;
  font-size: .83333rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #fff
}

.c-teaser-stage__item-text--desktop {
  display: block
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-text--desktop {
    display: none
  }
}

.c-teaser-stage__item-text--mobile {
  display: none
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-text--mobile {
    display: block;
    position: unset
  }
}

.c-teaser-stage__item-sticker {
  z-index: 1
}

@media (max-width:47.99em) {
  .c-teaser-stage__item-sticker img {
    max-height: 5rem
  }
}

@media (min-width:20em) {
  .c-teaser-stage__item-sticker img {
    max-width: 7rem
  }
}

@media (min-width:500px) {
  .c-teaser-stage__item-sticker img {
    max-width: 10rem
  }
}

@media (min-width:650px) {
  .c-teaser-stage__item-sticker img {
    max-width: 15rem
  }
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-headline--normal {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: 700
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-headline--big.small,
.c-teaser-stage__item-text--desktop .c-teaser-stage__item-headline--normal.small {
  font-weight: 400
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-subline--normal {
  font-size: 1rem
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-headline--big {
  font-size: 1.8rem;
  margin-bottom: .75rem;
  line-height: 1;
  font-weight: 700
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-subline--big {
  font-size: 1.4rem
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-cta--big {
  margin-top: 1rem;
  margin-bottom: 0
}

.c-teaser-stage__item-text--desktop .c-teaser-stage__item-cta--normal {
  margin-top: 1rem
}

@media (min-width:64em) {
  .c-teaser-stage__item-text--desktop .c-prglink>.btn-ht-small {
    display: inline-flex;
    align-items: center;
    height: 100%;
    background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%)
  }
}

.c-teaser-stage__item-text--desktop PRGLink>.btn-ht-small,
.c-teaser-stage__item-text--desktop prglink>.btn-ht-small,
.c-teaser-stage__item-text--desktop prglink[data-classes=btn-ht-small] {
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%)
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-text--mobile {
    border-radius: 0
  }

  .c-teaser-stage__item-text--mobile.u-position-absolute {
    bottom: 0;
    top: unset;
    left: unset;
    right: unset
  }
}

.c-teaser-stage__item-text--mobile .c-teaser-stage__item-headline--normal {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: 700
}

.c-teaser-stage__item-text--mobile .c-teaser-stage__item-headline--big.small,
.c-teaser-stage__item-text--mobile .c-teaser-stage__item-headline--normal.small {
  font-weight: 400
}

.c-teaser-stage__item-text--mobile .c-teaser-stage__item-subline--normal {
  font-size: 1rem
}

.c-teaser-stage__item-text--mobile .c-teaser-stage__item-headline--big {
  font-size: 1.8rem;
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: 700
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-text--mobile .c-teaser-stage__item-headline--big {
    font-size: 1.4rem
  }
}

.c-teaser-stage__item-text--mobile .c-teaser-stage__item-subline--big {
  font-size: 1rem
}

.c-teaser-stage {
  background: #fff;
  min-height: calc(99vw*5/16)
}

@media (max-width:63.99em) {
  .c-teaser-stage {
    min-height: calc(99vw*9/16);
    height: 100%
  }
}

@media (max-width:47.99em) {
  .c-teaser-stage {
    min-height: calc(99vw*10/16)
  }
}

.c-teaser-stage .glide__bullets {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0)
}

@media (max-width:63.99em) {
  .c-teaser-stage .glide__bullets {
    bottom: -2rem;
    z-index: 1
  }
}

.c-teaser-stage .u-position-relative {
  height: 100%
}

.c-teaser-stage .c-teaser-stage__item-text--mobile .c-price-btn {
  border-radius: 4px
}

.c-teaser-stage .c-teaser-stage__item-text--mobile .c-prglink .btn-ht-small,
.c-teaser-stage .c-teaser-stage__item-text--mobile PRGLink .btn-ht-small,
.c-teaser-stage .c-teaser-stage__item-text--mobile prglink .btn-ht-small {
  height: 1.9rem
}

.c-teaser-stage .c-header__top {
  background-color: #fff
}

.c-teaser-stage__item-mobile-wrapper {
  width: 100%;
  height: 100%
}

@media (max-width:63.99em) {
  .c-teaser-stage__item-mobile-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
  }
}

header:not(.is-sticky) .c-header-stage--teaser-stage .c-searchbox {
  background: radial-gradient(circle at 0 0, rgba(246, 140, 0, .75), rgba(204, 0, 102, .75));
  background-color: #fff
}

header:not(.is-sticky) .c-header-stage--teaser-stage .c-search-extended-button {
  color: #fff
}

header:not(.is-sticky) .c-header-stage--teaser-stage .c-slider-arrow {
  top: 50%;
  transform: translate(0, -50%)
}

header:not(.is-sticky) .c-header-stage--teaser-stage .c-slider-arrow.c-slider-arrow--left {
  left: 0
}

header:not(.is-sticky) .c-header-stage--teaser-stage .c-slider-arrow.c-slider-arrow--right {
  right: 0
}

.c-teaser-stage__item-offer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.c-teaser-stage__item-price-container {
  display: flex;
  align-items: center;
  margin-left: .5rem
}

.c-teaser-stage__item-cta--big {
  margin-bottom: .5rem
}

.c-teaser-stage .glide__slide.glide__slide--active {
  z-index: 1
}

.c-teaser-stage .glide__slide,
.c-teaser-stage .glide__slides {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden
}

.c-teaser-stage .glide__slide {
  z-index: -1
}

.c-teaser-stage__item-offer-container--mobile {
  flex-direction: column
}

.c-teaser-stage__item-info--mobile {
  margin-top: .75rem;
  min-height: unset;
  align-items: stretch
}

@media (max-width:47.99em) {
  .c-teaser-stage__item-info--mobile {
    width: 100%
  }
}

.c-teaser-stage__item-info-text--mobile {
  padding: .46rem .75rem
}

.c-teaser-stage__btn_small {
  display: flex;
  align-items: center;
  height: 100%;
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%)
}

.c-teaser-stage__btn_small .c-price-btn {
  background: unset
}

@media (min-width:64em) {

  .c-teaser-stage__countdown .u-position-7-9,
  .c-teaser-stage__countdown .u-position-9-9 {
    bottom: 3.5rem
  }
}

.c-teaser {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0e7d9
}

.c-teaser--magenta {
  background-color: #c06
}

.c-teaser__icon {
  width: .6rem;
  height: .6rem
}

.c-teaser__header .c-teaser__icon {
  margin-left: auto
}

.c-teaser__footer .c-teaser__icon {
  display: inline-block
}

.c-teaser__header {
  display: flex;
  align-items: center;
  padding: .75rem 1.5rem .75rem .75rem;
  background-image: linear-gradient(to bottom, #f4067e, #c06);
  color: #fff
}

.c-teaser__header-icon-wrapper {
  margin-left: auto
}

.c-teaser__header--block-white {
  background-image: unset;
  color: #c06
}

.c-teaser__container {
  padding: .375rem .375rem 0
}

.c-teaser__container--two-columns {
  display: flex;
  flex-direction: column
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-teaser__container--two-columns {
    flex-direction: row
  }

  .c-teaser__container-column {
    flex-basis: 50%;
    min-width: 0
  }

  .c-teaser__container-column:first-child {
    padding-right: .375rem
  }

  .c-teaser__container-column:last-child {
    padding-left: .375rem
  }
}

.c-teaser__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .375rem;
  margin-bottom: 1px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer
}

.c-teaser__item-name {
  flex-basis: auto;
  min-width: 0;
  margin-right: .375rem
}

.c-teaser__item-group {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: .375rem;
  font-size: .83333rem
}

@media (max-width:63.99em) {
  .c-teaser__item-group {
    display: none
  }
}

.c-teaser__item-group span {
  padding: 0 .375rem
}

.c-teaser__item-link {
  display: block;
  font-weight: 700
}

.c-teaser__link-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.c-teaser__item-button {
  margin-left: auto;
  flex-basis: auto;
  flex-shrink: 0
}

.c-teaser__item-button .c-teaser__price-button {
  padding: .375rem .75rem
}

.c-teaser__footer {
  padding: .75rem
}

.c-teaser__footer-link {
  vertical-align: baseline;
  font-size: .83333rem
}

.c-teaser--magenta .c-teaser__footer-link {
  color: #fff
}

.c-text-flexible {
  display: flex;
  flex-direction: column
}

.c-text-flexible__image-container {
  max-height: 250px;
  overflow: hidden;
  position: relative
}

.c-text-flexible__image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%
}

.c-text-flexible__image.no-border-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.c-text-flexible__text-container {
  flex: 1;
  padding: 1.5rem
}

@media (max-width:63.99em) {
  .c-text-flexible__text-container {
    padding: 1rem
  }
}

.c-text-flexible__text-container-border-radius-all {
  border-radius: 10px
}

.c-text-flexible__text-container-border-radius-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.c-text-flexible__headline-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: .5rem
}

@media (max-width:63.99em) {
  .c-text-flexible__headline-wrapper {
    height: 45px
  }
}

.c-text-flexible__content-wrapper {
  width: 100%
}

.c-text-flexible__headline {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  padding: .75rem 1.5rem;
  margin: 0
}

@media (max-width:63.99em) {
  .c-text-flexible__headline {
    padding: .75rem 1rem
  }
}

.c-text-flexible__headline-inline {
  font-weight: 700;
  padding-bottom: .75rem;
  margin: 0
}

.c-text-flexible__icon-container {
  width: 60px;
  margin-bottom: .5rem;
  position: absolute;
  bottom: .75rem;
  right: .75rem
}

@media (max-width:63.99em) {
  .c-text-flexible__icon-container {
    width: 80px;
    margin-left: unset
  }
}

.c-text-flexible__icon {
  width: 60px
}

@media (max-width:63.99em) {
  .c-text-flexible__icon {
    width: 80px
  }
}

.c-text-flexible__text {
  overflow: hidden
}

.c-text-flexible__text-teaser-link {
  white-space: nowrap;
  background-color: transparent;
  color: #c06;
  padding: 0
}

.c-text-flexible__text-teaser-link.inverted {
  color: #fff;
  font-weight: 700
}

.c-text-flexible__text-teaser-link:hover {
  text-decoration: underline
}

.c-text-flexible__text--truncated {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.c-text-flexible__text--truncated.oneThird {
  -webkit-line-clamp: 10;
  max-height: calc(1.2rem*10)
}

@media (max-width:63.99em) {
  .c-text-flexible__text--truncated.oneThird {
    -webkit-line-clamp: 6;
    max-height: calc(1.2rem*6)
  }

  .c-text-flexible__text--truncated.oneThird.c-text-flexible__text--headline {
    -webkit-line-clamp: 5;
    max-height: calc(1.2rem*5)
  }
}

.c-text-flexible__text--truncated.oneSecond {
  -webkit-line-clamp: 8;
  max-height: calc(1.2rem*8)
}

@media (max-width:63.99em) {
  .c-text-flexible__text--truncated.oneSecond {
    -webkit-line-clamp: 6;
    max-height: calc(1.2rem*6)
  }

  .c-text-flexible__text--truncated.oneSecond.c-text-flexible__text--headline {
    -webkit-line-clamp: 5;
    max-height: calc(1.2rem*5)
  }
}

.c-text-flexible__text--truncated.twoThird {
  -webkit-line-clamp: 6;
  max-height: calc(1.2rem*6)
}

@media (max-width:63.99em) {
  .c-text-flexible__text--truncated.twoThird.c-text-flexible__text--headline {
    -webkit-line-clamp: 5;
    max-height: calc(1.2rem*5)
  }
}

.c-text-flexible__text--truncated.threeThird {
  -webkit-line-clamp: 4;
  max-height: calc(1.2rem*4)
}

@media (max-width:63.99em) {
  .c-text-flexible__text--truncated.threeThird {
    -webkit-line-clamp: 6;
    max-height: calc(1.2rem*6)
  }

  .c-text-flexible__text--truncated.threeThird.c-text-flexible__text--headline {
    -webkit-line-clamp: 5;
    max-height: calc(1.2rem*5)
  }
}

.c-text-flexible__fader {
  opacity: 0
}

.c-text-flexible__text--truncated+.c-text-flexible__fader {
  opacity: 1
}

.c-text-flexible-list__container {
  margin-left: -1.5rem
}

@media (min-width:64em) {
  .c-text-flexible-list__container {
    display: flex
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-text-flexible-list__container {
    margin-left: 0
  }
}

.c-text-flexible-list__slider {
  padding-left: 0;
  margin-bottom: 0
}

.c-text-flexible-list__overflow {
  overflow: hidden
}

.c-text-flexible-list__overflow .c-slider-arrow {
  top: 45%
}

.c-text-flexible-list__headline {
  margin-bottom: 2.25rem;
  line-height: 1;
  font-weight: 700
}

.c-text-flexible-list__loading-template-container {
  opacity: 0
}

@media (max-width:63.99em) {
  .c-text-flexible-list__loading-template-container {
    margin-bottom: 51px
  }
}

@media (max-width:47.99em) {
  .c-text-flexible-list__loading-template-container {
    margin-bottom: 49px
  }
}

.c-text-flexible-list__loading-template {
  margin-right: 20px
}

@media (max-width:63.99em) {
  .c-text-flexible-list__loading-template {
    margin-right: 0
  }
}

.c-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin-left: .75rem;
  margin-right: .75rem
}

@media (max-width:47.99em) {
  .c-switch {
    margin-left: .375rem;
    margin-right: .375rem
  }
}

.c-switch .c-switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0
}

.c-switch__checkbox.is-active+.c-switch__slider,
.c-switch__checkbox:checked+.c-switch__slider {
  background-color: #c06;
  border: 2px solid #c06
}

.c-switch__checkbox.is-active+.c-switch__slider:before,
.c-switch__checkbox:checked+.c-switch__slider:before {
  transform: translateX(20px)
}

.c-switch__slider,
.c-switch__slider:before {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .4s
}

.c-switch__slider {
  cursor: pointer;
  border-radius: 24px;
  top: 0;
  right: 0;
  background-color: #d4d4d4;
  border: 2px solid #878787
}

.c-switch__slider:before {
  border-radius: 50%;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #fff
}

.c-switch-wrapper {
  display: flex;
  align-items: center
}

.c-tooltip-hover {
  display: inline-block
}

.c-tooptip-label {
  margin-left: 10px
}

.c-tooptip-label-form {
  margin-left: 10px;
  position: absolute
}

.c-tooptip-label-top {
  margin-left: -103px;
  margin-top: -3px;
  position: absolute
}

@media (min-width:64em) {
  .c-tooptip-label-top {
    margin-left: -25px
  }
}

.c-tooptip-label-offercard {
  margin-left: 10px;
  margin-top: -3px;
  position: absolute
}

.c-tooltip-label-filter {
  position: absolute;
  display: inline-block;
  margin-left: 7px
}

.c-tooltip-label-img {
  margin-top: 8px;
  margin-bottom: 8px
}

@media (max-width:47.99em) {
  .c-tooltip-label-flex\@mobile {
    position: relative;
    display: flex
  }
}

@media (min-width:48em) {
  .c-tooltip-label-flex\@tablet {
    position: relative;
    display: flex
  }
}

.c-tooltip-trigger {
  display: inline-block;
  cursor: pointer
}

.c-tooltip-trigger__icon {
  pointer-events: none
}

.c-truncate {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}

.c-truncate>div {
  transition: all .9s ease
}

.c-truncate.is-left {
  padding-left: 1.5rem
}

.c-truncate.is-left::before {
  display: block;
  left: 0
}

.c-truncate.is-right {
  padding-right: 1.5rem
}

.c-truncate.is-right::after {
  display: block;
  right: 0
}

.c-truncate::after,
.c-truncate::before {
  content: "...";
  display: none;
  position: absolute;
  top: 0;
  font-weight: 700;
  color: #c06
}

.c-truncate__left,
.c-truncate__right {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5rem;
  z-index: 2
}

.c-truncate__left {
  left: 0
}

.is-left .c-truncate__left,
.is-right .c-truncate__right {
  display: block
}

.c-truncate__right {
  right: 0
}

.c-trusted-shop {
  display: flex;
  align-items: center
}

@media (min-width:64em) {
  .c-trusted-shop {
    display: none
  }
}

@media (max-width:47.99em) {
  .c-trusted-shop {
    align-items: flex-start;
    padding-left: .75rem;
    padding-right: .75rem
  }
}

.c-trusted-shop--desktop {
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

@media (max-width:63.99em) {
  .c-trusted-shop--desktop {
    display: none
  }
}

.c-trusted-shop__image {
  width: 3rem;
  height: 3rem
}

.c-trusted-shop__text {
  margin-left: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-trusted-shop__text:last-child {
    margin-left: 1.5rem
  }
}

.c-trusted-shop__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

@media (min-width:48em) {
  .c-trusted-shop__text-wrapper {
    flex-direction: row
  }
}

@media (min-width:64em) {
  .c-trusted-shop__text-wrapper {
    align-items: center;
    margin-bottom: .75rem
  }
}

.c-status-ok {
  position: absolute;
  top: 0;
  right: 0;
  display: none
}

.is-valid .c-status-ok {
  display: inline-block
}

.c-status-ok__icon {
  color: #9ccc18
}

.c-status-ok__check-icon {
  width: .8rem;
  height: .8rem;
  color: #9ccc18;
  padding-top: 4px;
  margin-top: 10px
}

.c-status-error {
  box-shadow: 0 2px 4px 0 rgba(15, 15, 15, .1);
  display: none;
  position: absolute;
  margin-top: -10px;
  opacity: 0;
  margin-left: .375rem;
  margin-right: .375rem;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  padding-left: 36px;
  padding-right: .75rem;
  font-size: 12px;
  color: #fff;
  background-color: #ff1935;
  border-radius: 2px;
  transform: translate3d(0, -10px, 0);
  transition: all .2s ease
}

.c-status-error::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ff1935
}

.is-error .c-status-error {
  display: inline-block;
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0)
}

.c-form__group .c-status-error {
  margin-left: 0;
  margin-top: 0
}

.is-animated .c-status-error {
  animation-name: shake;
  animation-duration: 1s
}

.c-status-error__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 8px;
  color: #ff1935
}

.c-weather-icon {
  color: #0f0f0f
}

.c-weather-table {
  width: 100%;
  display: flex;
  flex-direction: row
}

.c-weather-table .c-weather-icon .icon {
  font-size: .4rem
}

@media (min-width:48em) {
  .c-weather-table .c-weather-icon .icon {
    font-size: .6rem
  }
}

@media (min-width:64em) {
  .c-weather-table .c-weather-icon .icon {
    font-size: .4rem
  }
}

.c-weather-table__item {
  width: 25%;
  border-right: 1px solid #f0e7d9;
  display: flex;
  flex-direction: column;
  align-items: center
}

.c-weather-table__item:last-child {
  border: 0
}

.c-weather-table__text {
  font-size: 10px;
  margin-top: .75rem
}

@media (min-width:48em) {
  .c-weather-table__text {
    font-size: .69444rem
  }
}

.weatherkit {
  min-height: 155px;
  display: flex;
  flex-direction: column-reverse
}

@media (max-width:63.99em) {
  .weatherkit {
    min-height: 40px
  }
}

.weatherkit a {
  font-family: -apple-system, "SF Text", BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse
}

.weatherkit a img {
  height: 16px
}

.weatherkit-small {
  min-height: 40px
}

.c-animated-block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1
}

.c-hotel-card-animated {
  display: flex !important;
  width: 100%;
  background-color: #fff
}

@media (max-width:47.99em) {
  .c-hotel-card-animated {
    display: block !important
  }
}

.c-hotel-card-animated--rounded {
  border-radius: 10px
}

.c-hotel-card-animated__image {
  flex: 0 0 250px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__image {
    flex: 0 0 100%;
    height: 15rem
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__image {
    flex: 0 0 54%
  }
}

.c-hotel-card-animated--rounded .c-hotel-card-animated__image {
  border-top-left-radius: 10px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated--rounded .c-hotel-card-animated__image {
    border-top-right-radius: 10px
  }
}

@media (min-width:48em) {
  .c-hotel-card-animated--rounded .c-hotel-card-animated__image {
    border-bottom-left-radius: 10px
  }
}

.c-hotel-card-animated__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 100%;
  padding: 1.5rem .75rem .75rem 1.5rem
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__content {
    padding-bottom: 1.5rem
  }
}

@media (max-width:81.24em) {
  .c-hotel-card-animated__content {
    padding: .75rem
  }
}

.c-hotel-card-animated__title {
  width: 340px;
  height: 22px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__title {
    width: 70%
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__title {
    width: 85%
  }
}

.c-hotel-card-animated__price,
.c-hotel-card-animated__price2,
.c-hotel-card-animated__subtitle,
.c-hotel-card-animated__subtitle2 {
  height: 18px
}

.c-hotel-card-animated__price {
  width: 94px
}

.c-hotel-card-animated__price2 {
  width: 112px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__price2 {
    width: 128px
  }
}

.c-hotel-card-animated__subtitle {
  width: 267px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__subtitle {
    width: 70%
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__subtitle {
    width: 67%
  }
}

.c-hotel-card-animated__subtitle2 {
  width: 195px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__subtitle2 {
    width: 70%
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__subtitle2 {
    width: 48.5%
  }
}

.c-hotel-card-animated__rating-box {
  width: 346px;
  height: 63px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__rating-box {
    width: 145px;
    height: 46px
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__rating-box {
    width: 122px;
    height: 46px
  }
}

.c-hotel-card-animated__rating {
  height: 22px;
  width: 122px
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__rating {
    width: 115%
  }
}

.c-hotel-card-animated__button {
  width: 145px;
  height: 63px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

@media (max-width:81.24em) {
  .c-hotel-card-animated__button {
    width: 128px
  }
}

.c-hotel-card-animated__icon {
  width: 37px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0
}

@media (max-width:47.99em) {
  .c-hotel-card-animated__icon {
    width: 34px;
    height: 28px
  }
}

@media (min-width:48em) and (max-width:81.24em) {
  .c-hotel-card-animated__icon {
    width: 34px
  }

  .c-hotel-card-animated__rating-wrapper {
    margin-top: 1rem
  }
}

.c-offer-card-animated {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: .75rem;
  border-radius: 4px
}

@media (max-width:63.99em) {
  .c-offer-card-animated {
    flex-wrap: wrap
  }
}

.c-offer-card-animated__box {
  flex-basis: 50%;
  height: 8rem;
  border-radius: 4px
}

@media (max-width:63.99em) {
  .c-offer-card-animated__box {
    flex-basis: 100%;
    margin-bottom: .75rem;
    height: 9rem
  }
}

@media (max-width:81.24em) {
  .c-offer-card-animated--tablet-until-wide .c-offer-card-animated__box {
    flex-basis: 100%;
    margin-bottom: .75rem;
    height: 9rem
  }
}

.c-offer-card-animated__content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  padding-top: .75rem;
  padding-bottom: .75rem
}

@media (max-width:47.99em) {
  .c-offer-card-animated__content {
    flex-basis: 100%;
    padding-top: 0
  }
}

@media (min-width:64em) {
  .c-offer-card-animated__content {
    padding-left: 1.5rem
  }
}

.c-offer-card-animated__item {
  width: 99%;
  height: 2.5rem
}

.c-offer-card-animated__item:first-child {
  margin-bottom: .75rem
}

.c-offer-card-animated__item:last-child {
  margin-top: .75rem
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card-animated__item {
    width: 95%
  }
}

@media (max-width:47.99em) {
  .c-offer-card-animated__item {
    width: 100%;
    height: 6.5rem
  }
}

@media (max-width:81.24em) {
  .c-offer-card-animated--tablet-until-wide .c-offer-card-animated__item {
    width: 95%
  }
}

.c-offer-card-animated__detail {
  display: none;
  flex-basis: 8%;
  align-self: flex-end;
  width: 4rem;
  height: 1rem;
  margin-bottom: 1.2rem;
  margin-right: .75rem
}

@media (max-width:63.99em) {
  .c-offer-card-animated__detail {
    flex-basis: 12%;
    margin-bottom: .75rem
  }
}

@media (max-width:47.99em) {
  .c-offer-card-animated__detail {
    flex-basis: 20%;
    height: 1.25rem;
    margin-top: .75rem;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:81.24em) {
  .c-offer-card-animated--tablet-until-wide .c-offer-card-animated__detail {
    flex-basis: 12%;
    margin-bottom: .75rem
  }
}

.c-offer-card-price-animated {
  width: 100%;
  padding: .75rem
}

@media (max-width:63.99em) {
  .c-offer-card-price-animated {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
  }
}

.c-offer-card-price-animated__total {
  flex-basis: 100%;
  height: 1rem;
  margin-bottom: .375rem
}

@media (max-width:63.99em) {
  .c-offer-card-price-animated__total {
    flex-basis: 15%;
    height: 2rem;
    margin-bottom: 0
  }
}

@media (max-width:47.99em) {
  .c-offer-card-price-animated__total {
    flex-basis: 25%;
    margin-left: auto
  }
}

.c-offer-card-price-animated__unit-wrapper {
  width: 90%;
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-left: auto
}

@media (max-width:63.99em) {
  .c-offer-card-price-animated__unit-wrapper {
    flex-basis: 25%;
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #fff;
    padding-left: 3rem
  }
}

@media (max-width:47.99em) {
  .c-offer-card-price-animated__unit-wrapper {
    flex-basis: 45%;
    margin-left: 1.5rem;
    padding-left: 1.5rem
  }
}

.c-offer-card-price-animated__unit {
  height: 2.25rem
}

@media (max-width:63.99em) {
  .c-offer-card-price-animated__unit {
    height: 2.8rem
  }
}

.c-offer-card-price-animated__button {
  width: 90%;
  height: 2.25rem;
  margin-left: auto
}

@media (max-width:63.99em) {
  .c-offer-card-price-animated__button {
    height: 2.8rem
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offer-card-price-animated__button {
    flex-basis: 45%
  }
}

@media (max-width:47.99em) {
  .c-offer-card-price-animated__button {
    flex-basis: 100%;
    margin-top: .75rem
  }
}

.c-offer__price-button.c-loader {
  width: 9.89rem;
  height: 3.85rem
}

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

.u-1\/1 {
  width: 100% !important
}

.u-pull-1\/1,
.u-push-1\/1 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-1\/1 {
  right: 100% !important;
  left: auto !important
}

.u-1\/2 {
  width: 50% !important
}

.u-pull-1\/2,
.u-push-1\/2 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-1\/2 {
  right: 50% !important;
  left: auto !important
}

.u-2\/2 {
  width: 100% !important
}

.u-pull-2\/2,
.u-push-2\/2 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-2\/2 {
  right: 100% !important;
  left: auto !important
}

.u-1\/3 {
  width: 33.33333% !important
}

.u-pull-1\/3,
.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-1\/3 {
  right: 33.33333% !important;
  left: auto !important
}

.u-2\/3 {
  width: 66.66667% !important
}

.u-pull-2\/3,
.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-2\/3 {
  right: 66.66667% !important;
  left: auto !important
}

.u-3\/3 {
  width: 100% !important
}

.u-pull-3\/3,
.u-push-3\/3 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-3\/3 {
  right: 100% !important;
  left: auto !important
}

.u-1\/4 {
  width: 25% !important
}

.u-pull-1\/4,
.u-push-1\/4 {
  position: relative !important;
  right: auto !important;
  left: 25% !important
}

.u-pull-1\/4 {
  right: 25% !important;
  left: auto !important
}

.u-2\/4 {
  width: 50% !important
}

.u-pull-2\/4,
.u-push-2\/4 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-2\/4 {
  right: 50% !important;
  left: auto !important
}

.u-3\/4 {
  width: 75% !important
}

.u-pull-3\/4,
.u-push-3\/4 {
  position: relative !important;
  right: auto !important;
  left: 75% !important
}

.u-pull-3\/4 {
  right: 75% !important;
  left: auto !important
}

.u-4\/4 {
  width: 100% !important
}

.u-pull-4\/4,
.u-push-4\/4 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-4\/4 {
  right: 100% !important;
  left: auto !important
}

.u-1\/5 {
  width: 20% !important
}

.u-pull-1\/5,
.u-push-1\/5 {
  position: relative !important;
  right: auto !important;
  left: 20% !important
}

.u-pull-1\/5 {
  right: 20% !important;
  left: auto !important
}

.u-2\/5 {
  width: 40% !important
}

.u-pull-2\/5,
.u-push-2\/5 {
  position: relative !important;
  right: auto !important;
  left: 40% !important
}

.u-pull-2\/5 {
  right: 40% !important;
  left: auto !important
}

.u-3\/5 {
  width: 60% !important
}

.u-pull-3\/5,
.u-push-3\/5 {
  position: relative !important;
  right: auto !important;
  left: 60% !important
}

.u-pull-3\/5 {
  right: 60% !important;
  left: auto !important
}

.u-4\/5 {
  width: 80% !important
}

.u-pull-4\/5,
.u-push-4\/5 {
  position: relative !important;
  right: auto !important;
  left: 80% !important
}

.u-pull-4\/5 {
  right: 80% !important;
  left: auto !important
}

.u-5\/5 {
  width: 100% !important
}

.u-pull-5\/5,
.u-push-5\/5 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-5\/5 {
  right: 100% !important;
  left: auto !important
}

.u-1\/6 {
  width: 16.66667% !important
}

.u-pull-1\/6,
.u-push-1\/6 {
  position: relative !important;
  right: auto !important;
  left: 16.66667% !important
}

.u-pull-1\/6 {
  right: 16.66667% !important;
  left: auto !important
}

.u-2\/6 {
  width: 33.33333% !important
}

.u-pull-2\/6,
.u-push-2\/6 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-2\/6 {
  right: 33.33333% !important;
  left: auto !important
}

.u-3\/6 {
  width: 50% !important
}

.u-pull-3\/6,
.u-push-3\/6 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-3\/6 {
  right: 50% !important;
  left: auto !important
}

.u-4\/6 {
  width: 66.66667% !important
}

.u-pull-4\/6,
.u-push-4\/6 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-4\/6 {
  right: 66.66667% !important;
  left: auto !important
}

.u-5\/6 {
  width: 83.33333% !important
}

.u-pull-5\/6,
.u-push-5\/6 {
  position: relative !important;
  right: auto !important;
  left: 83.33333% !important
}

.u-pull-5\/6 {
  right: 83.33333% !important;
  left: auto !important
}

.u-6\/6 {
  width: 100% !important
}

.u-pull-6\/6,
.u-push-6\/6 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-6\/6 {
  right: 100% !important;
  left: auto !important
}

.u-1\/7 {
  width: 14.28571% !important
}

.u-pull-1\/7,
.u-push-1\/7 {
  position: relative !important;
  right: auto !important;
  left: 14.28571% !important
}

.u-pull-1\/7 {
  right: 14.28571% !important;
  left: auto !important
}

.u-2\/7 {
  width: 28.57143% !important
}

.u-pull-2\/7,
.u-push-2\/7 {
  position: relative !important;
  right: auto !important;
  left: 28.57143% !important
}

.u-pull-2\/7 {
  right: 28.57143% !important;
  left: auto !important
}

.u-3\/7 {
  width: 42.85714% !important
}

.u-pull-3\/7,
.u-push-3\/7 {
  position: relative !important;
  right: auto !important;
  left: 42.85714% !important
}

.u-pull-3\/7 {
  right: 42.85714% !important;
  left: auto !important
}

.u-4\/7 {
  width: 57.14286% !important
}

.u-pull-4\/7,
.u-push-4\/7 {
  position: relative !important;
  right: auto !important;
  left: 57.14286% !important
}

.u-pull-4\/7 {
  right: 57.14286% !important;
  left: auto !important
}

.u-5\/7 {
  width: 71.42857% !important
}

.u-pull-5\/7,
.u-push-5\/7 {
  position: relative !important;
  right: auto !important;
  left: 71.42857% !important
}

.u-pull-5\/7 {
  right: 71.42857% !important;
  left: auto !important
}

.u-6\/7 {
  width: 85.71429% !important
}

.u-pull-6\/7,
.u-push-6\/7 {
  position: relative !important;
  right: auto !important;
  left: 85.71429% !important
}

.u-pull-6\/7 {
  right: 85.71429% !important;
  left: auto !important
}

.u-7\/7 {
  width: 100% !important
}

.u-pull-7\/7,
.u-push-7\/7 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-7\/7 {
  right: 100% !important;
  left: auto !important
}

.u-1\/8 {
  width: 12.5% !important
}

.u-pull-1\/8,
.u-push-1\/8 {
  position: relative !important;
  right: auto !important;
  left: 12.5% !important
}

.u-pull-1\/8 {
  right: 12.5% !important;
  left: auto !important
}

.u-2\/8 {
  width: 25% !important
}

.u-pull-2\/8,
.u-push-2\/8 {
  position: relative !important;
  right: auto !important;
  left: 25% !important
}

.u-pull-2\/8 {
  right: 25% !important;
  left: auto !important
}

.u-3\/8 {
  width: 37.5% !important
}

.u-pull-3\/8,
.u-push-3\/8 {
  position: relative !important;
  right: auto !important;
  left: 37.5% !important
}

.u-pull-3\/8 {
  right: 37.5% !important;
  left: auto !important
}

.u-4\/8 {
  width: 50% !important
}

.u-pull-4\/8,
.u-push-4\/8 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-4\/8 {
  right: 50% !important;
  left: auto !important
}

.u-5\/8 {
  width: 62.5% !important
}

.u-pull-5\/8,
.u-push-5\/8 {
  position: relative !important;
  right: auto !important;
  left: 62.5% !important
}

.u-pull-5\/8 {
  right: 62.5% !important;
  left: auto !important
}

.u-6\/8 {
  width: 75% !important
}

.u-pull-6\/8,
.u-push-6\/8 {
  position: relative !important;
  right: auto !important;
  left: 75% !important
}

.u-pull-6\/8 {
  right: 75% !important;
  left: auto !important
}

.u-7\/8 {
  width: 87.5% !important
}

.u-pull-7\/8,
.u-push-7\/8 {
  position: relative !important;
  right: auto !important;
  left: 87.5% !important
}

.u-pull-7\/8 {
  right: 87.5% !important;
  left: auto !important
}

.u-8\/8 {
  width: 100% !important
}

.u-pull-8\/8,
.u-push-8\/8 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-8\/8 {
  right: 100% !important;
  left: auto !important
}

.u-1\/9 {
  width: 11.11111% !important
}

.u-pull-1\/9,
.u-push-1\/9 {
  position: relative !important;
  right: auto !important;
  left: 11.11111% !important
}

.u-pull-1\/9 {
  right: 11.11111% !important;
  left: auto !important
}

.u-2\/9 {
  width: 22.22222% !important
}

.u-pull-2\/9,
.u-push-2\/9 {
  position: relative !important;
  right: auto !important;
  left: 22.22222% !important
}

.u-pull-2\/9 {
  right: 22.22222% !important;
  left: auto !important
}

.u-3\/9 {
  width: 33.33333% !important
}

.u-pull-3\/9,
.u-push-3\/9 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-3\/9 {
  right: 33.33333% !important;
  left: auto !important
}

.u-4\/9 {
  width: 44.44444% !important
}

.u-pull-4\/9,
.u-push-4\/9 {
  position: relative !important;
  right: auto !important;
  left: 44.44444% !important
}

.u-pull-4\/9 {
  right: 44.44444% !important;
  left: auto !important
}

.u-5\/9 {
  width: 55.55556% !important
}

.u-pull-5\/9,
.u-push-5\/9 {
  position: relative !important;
  right: auto !important;
  left: 55.55556% !important
}

.u-pull-5\/9 {
  right: 55.55556% !important;
  left: auto !important
}

.u-6\/9 {
  width: 66.66667% !important
}

.u-pull-6\/9,
.u-push-6\/9 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-6\/9 {
  right: 66.66667% !important;
  left: auto !important
}

.u-7\/9 {
  width: 77.77778% !important
}

.u-pull-7\/9,
.u-push-7\/9 {
  position: relative !important;
  right: auto !important;
  left: 77.77778% !important
}

.u-pull-7\/9 {
  right: 77.77778% !important;
  left: auto !important
}

.u-8\/9 {
  width: 88.88889% !important
}

.u-pull-8\/9,
.u-push-8\/9 {
  position: relative !important;
  right: auto !important;
  left: 88.88889% !important
}

.u-pull-8\/9 {
  right: 88.88889% !important;
  left: auto !important
}

.u-9\/9 {
  width: 100% !important
}

.u-pull-9\/9,
.u-push-9\/9 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-9\/9 {
  right: 100% !important;
  left: auto !important
}

@media (min-width:20em) {
  .u-1\/1\@mobile {
    width: 100% !important
  }

  .u-pull-1\/1\@mobile,
  .u-push-1\/1\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-1\/1\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/2\@mobile {
    width: 50% !important
  }

  .u-pull-1\/2\@mobile,
  .u-push-1\/2\@mobile {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-1\/2\@mobile {
    right: 50% !important;
    left: auto !important
  }

  .u-2\/2\@mobile {
    width: 100% !important
  }

  .u-pull-2\/2\@mobile,
  .u-push-2\/2\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-2\/2\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/3\@mobile {
    width: 33.33333% !important
  }

  .u-pull-1\/3\@mobile,
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-1\/3\@mobile {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-2\/3\@mobile {
    width: 66.66667% !important
  }

  .u-pull-2\/3\@mobile,
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-2\/3\@mobile {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-3\/3\@mobile {
    width: 100% !important
  }

  .u-pull-3\/3\@mobile,
  .u-push-3\/3\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-3\/3\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/4\@mobile {
    width: 25% !important
  }

  .u-pull-1\/4\@mobile,
  .u-push-1\/4\@mobile {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-1\/4\@mobile {
    right: 25% !important;
    left: auto !important
  }

  .u-2\/4\@mobile {
    width: 50% !important
  }

  .u-pull-2\/4\@mobile,
  .u-push-2\/4\@mobile {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-2\/4\@mobile {
    right: 50% !important;
    left: auto !important
  }

  .u-3\/4\@mobile {
    width: 75% !important
  }

  .u-pull-3\/4\@mobile,
  .u-push-3\/4\@mobile {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-3\/4\@mobile {
    right: 75% !important;
    left: auto !important
  }

  .u-4\/4\@mobile {
    width: 100% !important
  }

  .u-pull-4\/4\@mobile,
  .u-push-4\/4\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-4\/4\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/5\@mobile {
    width: 20% !important
  }

  .u-pull-1\/5\@mobile,
  .u-push-1\/5\@mobile {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-pull-1\/5\@mobile {
    right: 20% !important;
    left: auto !important
  }

  .u-2\/5\@mobile {
    width: 40% !important
  }

  .u-pull-2\/5\@mobile,
  .u-push-2\/5\@mobile {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-pull-2\/5\@mobile {
    right: 40% !important;
    left: auto !important
  }

  .u-3\/5\@mobile {
    width: 60% !important
  }

  .u-pull-3\/5\@mobile,
  .u-push-3\/5\@mobile {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-pull-3\/5\@mobile {
    right: 60% !important;
    left: auto !important
  }

  .u-4\/5\@mobile {
    width: 80% !important
  }

  .u-pull-4\/5\@mobile,
  .u-push-4\/5\@mobile {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-pull-4\/5\@mobile {
    right: 80% !important;
    left: auto !important
  }

  .u-5\/5\@mobile {
    width: 100% !important
  }

  .u-pull-5\/5\@mobile,
  .u-push-5\/5\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-5\/5\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/6\@mobile {
    width: 16.66667% !important
  }

  .u-pull-1\/6\@mobile,
  .u-push-1\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-pull-1\/6\@mobile {
    right: 16.66667% !important;
    left: auto !important
  }

  .u-2\/6\@mobile {
    width: 33.33333% !important
  }

  .u-pull-2\/6\@mobile,
  .u-push-2\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-2\/6\@mobile {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-3\/6\@mobile {
    width: 50% !important
  }

  .u-pull-3\/6\@mobile,
  .u-push-3\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-3\/6\@mobile {
    right: 50% !important;
    left: auto !important
  }

  .u-4\/6\@mobile {
    width: 66.66667% !important
  }

  .u-pull-4\/6\@mobile,
  .u-push-4\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-4\/6\@mobile {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-5\/6\@mobile {
    width: 83.33333% !important
  }

  .u-pull-5\/6\@mobile,
  .u-push-5\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-pull-5\/6\@mobile {
    right: 83.33333% !important;
    left: auto !important
  }

  .u-6\/6\@mobile {
    width: 100% !important
  }

  .u-pull-6\/6\@mobile,
  .u-push-6\/6\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-6\/6\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/7\@mobile {
    width: 14.28571% !important
  }

  .u-pull-1\/7\@mobile,
  .u-push-1\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-pull-1\/7\@mobile {
    right: 14.28571% !important;
    left: auto !important
  }

  .u-2\/7\@mobile {
    width: 28.57143% !important
  }

  .u-pull-2\/7\@mobile,
  .u-push-2\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-pull-2\/7\@mobile {
    right: 28.57143% !important;
    left: auto !important
  }

  .u-3\/7\@mobile {
    width: 42.85714% !important
  }

  .u-pull-3\/7\@mobile,
  .u-push-3\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-pull-3\/7\@mobile {
    right: 42.85714% !important;
    left: auto !important
  }

  .u-4\/7\@mobile {
    width: 57.14286% !important
  }

  .u-pull-4\/7\@mobile,
  .u-push-4\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-pull-4\/7\@mobile {
    right: 57.14286% !important;
    left: auto !important
  }

  .u-5\/7\@mobile {
    width: 71.42857% !important
  }

  .u-pull-5\/7\@mobile,
  .u-push-5\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-pull-5\/7\@mobile {
    right: 71.42857% !important;
    left: auto !important
  }

  .u-6\/7\@mobile {
    width: 85.71429% !important
  }

  .u-pull-6\/7\@mobile,
  .u-push-6\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-pull-6\/7\@mobile {
    right: 85.71429% !important;
    left: auto !important
  }

  .u-7\/7\@mobile {
    width: 100% !important
  }

  .u-pull-7\/7\@mobile,
  .u-push-7\/7\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-7\/7\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/8\@mobile {
    width: 12.5% !important
  }

  .u-pull-1\/8\@mobile,
  .u-push-1\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-pull-1\/8\@mobile {
    right: 12.5% !important;
    left: auto !important
  }

  .u-2\/8\@mobile {
    width: 25% !important
  }

  .u-pull-2\/8\@mobile,
  .u-push-2\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-2\/8\@mobile {
    right: 25% !important;
    left: auto !important
  }

  .u-3\/8\@mobile {
    width: 37.5% !important
  }

  .u-pull-3\/8\@mobile,
  .u-push-3\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-pull-3\/8\@mobile {
    right: 37.5% !important;
    left: auto !important
  }

  .u-4\/8\@mobile {
    width: 50% !important
  }

  .u-pull-4\/8\@mobile,
  .u-push-4\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-4\/8\@mobile {
    right: 50% !important;
    left: auto !important
  }

  .u-5\/8\@mobile {
    width: 62.5% !important
  }

  .u-pull-5\/8\@mobile,
  .u-push-5\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-pull-5\/8\@mobile {
    right: 62.5% !important;
    left: auto !important
  }

  .u-6\/8\@mobile {
    width: 75% !important
  }

  .u-pull-6\/8\@mobile,
  .u-push-6\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-6\/8\@mobile {
    right: 75% !important;
    left: auto !important
  }

  .u-7\/8\@mobile {
    width: 87.5% !important
  }

  .u-pull-7\/8\@mobile,
  .u-push-7\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-pull-7\/8\@mobile {
    right: 87.5% !important;
    left: auto !important
  }

  .u-8\/8\@mobile {
    width: 100% !important
  }

  .u-pull-8\/8\@mobile,
  .u-push-8\/8\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-8\/8\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/9\@mobile {
    width: 11.11111% !important
  }

  .u-pull-1\/9\@mobile,
  .u-push-1\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-pull-1\/9\@mobile {
    right: 11.11111% !important;
    left: auto !important
  }

  .u-2\/9\@mobile {
    width: 22.22222% !important
  }

  .u-pull-2\/9\@mobile,
  .u-push-2\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-pull-2\/9\@mobile {
    right: 22.22222% !important;
    left: auto !important
  }

  .u-3\/9\@mobile {
    width: 33.33333% !important
  }

  .u-pull-3\/9\@mobile,
  .u-push-3\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-3\/9\@mobile {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-4\/9\@mobile {
    width: 44.44444% !important
  }

  .u-pull-4\/9\@mobile,
  .u-push-4\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-pull-4\/9\@mobile {
    right: 44.44444% !important;
    left: auto !important
  }

  .u-5\/9\@mobile {
    width: 55.55556% !important
  }

  .u-pull-5\/9\@mobile,
  .u-push-5\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-pull-5\/9\@mobile {
    right: 55.55556% !important;
    left: auto !important
  }

  .u-6\/9\@mobile {
    width: 66.66667% !important
  }

  .u-pull-6\/9\@mobile,
  .u-push-6\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-6\/9\@mobile {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-7\/9\@mobile {
    width: 77.77778% !important
  }

  .u-pull-7\/9\@mobile,
  .u-push-7\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-pull-7\/9\@mobile {
    right: 77.77778% !important;
    left: auto !important
  }

  .u-8\/9\@mobile {
    width: 88.88889% !important
  }

  .u-pull-8\/9\@mobile,
  .u-push-8\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-pull-8\/9\@mobile {
    right: 88.88889% !important;
    left: auto !important
  }

  .u-9\/9\@mobile {
    width: 100% !important
  }

  .u-pull-9\/9\@mobile,
  .u-push-9\/9\@mobile {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-9\/9\@mobile {
    right: 100% !important;
    left: auto !important
  }

  .u-push-none\@mobile {
    left: auto !important
  }

  .u-pull-none\@mobile {
    right: auto !important
  }
}

@media (min-width:48em) {
  .u-1\/1\@tablet {
    width: 100% !important
  }

  .u-pull-1\/1\@tablet,
  .u-push-1\/1\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-1\/1\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/2\@tablet {
    width: 50% !important
  }

  .u-pull-1\/2\@tablet,
  .u-push-1\/2\@tablet {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-1\/2\@tablet {
    right: 50% !important;
    left: auto !important
  }

  .u-2\/2\@tablet {
    width: 100% !important
  }

  .u-pull-2\/2\@tablet,
  .u-push-2\/2\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-2\/2\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/3\@tablet {
    width: 33.33333% !important
  }

  .u-pull-1\/3\@tablet,
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-1\/3\@tablet {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-2\/3\@tablet {
    width: 66.66667% !important
  }

  .u-pull-2\/3\@tablet,
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-2\/3\@tablet {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-3\/3\@tablet {
    width: 100% !important
  }

  .u-pull-3\/3\@tablet,
  .u-push-3\/3\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-3\/3\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/4\@tablet {
    width: 25% !important
  }

  .u-pull-1\/4\@tablet,
  .u-push-1\/4\@tablet {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-1\/4\@tablet {
    right: 25% !important;
    left: auto !important
  }

  .u-2\/4\@tablet {
    width: 50% !important
  }

  .u-pull-2\/4\@tablet,
  .u-push-2\/4\@tablet {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-2\/4\@tablet {
    right: 50% !important;
    left: auto !important
  }

  .u-3\/4\@tablet {
    width: 75% !important
  }

  .u-pull-3\/4\@tablet,
  .u-push-3\/4\@tablet {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-3\/4\@tablet {
    right: 75% !important;
    left: auto !important
  }

  .u-4\/4\@tablet {
    width: 100% !important
  }

  .u-pull-4\/4\@tablet,
  .u-push-4\/4\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-4\/4\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/5\@tablet {
    width: 20% !important
  }

  .u-pull-1\/5\@tablet,
  .u-push-1\/5\@tablet {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-pull-1\/5\@tablet {
    right: 20% !important;
    left: auto !important
  }

  .u-2\/5\@tablet {
    width: 40% !important
  }

  .u-pull-2\/5\@tablet,
  .u-push-2\/5\@tablet {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-pull-2\/5\@tablet {
    right: 40% !important;
    left: auto !important
  }

  .u-3\/5\@tablet {
    width: 60% !important
  }

  .u-pull-3\/5\@tablet,
  .u-push-3\/5\@tablet {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-pull-3\/5\@tablet {
    right: 60% !important;
    left: auto !important
  }

  .u-4\/5\@tablet {
    width: 80% !important
  }

  .u-pull-4\/5\@tablet,
  .u-push-4\/5\@tablet {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-pull-4\/5\@tablet {
    right: 80% !important;
    left: auto !important
  }

  .u-5\/5\@tablet {
    width: 100% !important
  }

  .u-pull-5\/5\@tablet,
  .u-push-5\/5\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-5\/5\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/6\@tablet {
    width: 16.66667% !important
  }

  .u-pull-1\/6\@tablet,
  .u-push-1\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-pull-1\/6\@tablet {
    right: 16.66667% !important;
    left: auto !important
  }

  .u-2\/6\@tablet {
    width: 33.33333% !important
  }

  .u-pull-2\/6\@tablet,
  .u-push-2\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-2\/6\@tablet {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-3\/6\@tablet {
    width: 50% !important
  }

  .u-pull-3\/6\@tablet,
  .u-push-3\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-3\/6\@tablet {
    right: 50% !important;
    left: auto !important
  }

  .u-4\/6\@tablet {
    width: 66.66667% !important
  }

  .u-pull-4\/6\@tablet,
  .u-push-4\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-4\/6\@tablet {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-5\/6\@tablet {
    width: 83.33333% !important
  }

  .u-pull-5\/6\@tablet,
  .u-push-5\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-pull-5\/6\@tablet {
    right: 83.33333% !important;
    left: auto !important
  }

  .u-6\/6\@tablet {
    width: 100% !important
  }

  .u-pull-6\/6\@tablet,
  .u-push-6\/6\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-6\/6\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/7\@tablet {
    width: 14.28571% !important
  }

  .u-pull-1\/7\@tablet,
  .u-push-1\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-pull-1\/7\@tablet {
    right: 14.28571% !important;
    left: auto !important
  }

  .u-2\/7\@tablet {
    width: 28.57143% !important
  }

  .u-pull-2\/7\@tablet,
  .u-push-2\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-pull-2\/7\@tablet {
    right: 28.57143% !important;
    left: auto !important
  }

  .u-3\/7\@tablet {
    width: 42.85714% !important
  }

  .u-pull-3\/7\@tablet,
  .u-push-3\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-pull-3\/7\@tablet {
    right: 42.85714% !important;
    left: auto !important
  }

  .u-4\/7\@tablet {
    width: 57.14286% !important
  }

  .u-pull-4\/7\@tablet,
  .u-push-4\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-pull-4\/7\@tablet {
    right: 57.14286% !important;
    left: auto !important
  }

  .u-5\/7\@tablet {
    width: 71.42857% !important
  }

  .u-pull-5\/7\@tablet,
  .u-push-5\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-pull-5\/7\@tablet {
    right: 71.42857% !important;
    left: auto !important
  }

  .u-6\/7\@tablet {
    width: 85.71429% !important
  }

  .u-pull-6\/7\@tablet,
  .u-push-6\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-pull-6\/7\@tablet {
    right: 85.71429% !important;
    left: auto !important
  }

  .u-7\/7\@tablet {
    width: 100% !important
  }

  .u-pull-7\/7\@tablet,
  .u-push-7\/7\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-7\/7\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/8\@tablet {
    width: 12.5% !important
  }

  .u-pull-1\/8\@tablet,
  .u-push-1\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-pull-1\/8\@tablet {
    right: 12.5% !important;
    left: auto !important
  }

  .u-2\/8\@tablet {
    width: 25% !important
  }

  .u-pull-2\/8\@tablet,
  .u-push-2\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-2\/8\@tablet {
    right: 25% !important;
    left: auto !important
  }

  .u-3\/8\@tablet {
    width: 37.5% !important
  }

  .u-pull-3\/8\@tablet,
  .u-push-3\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-pull-3\/8\@tablet {
    right: 37.5% !important;
    left: auto !important
  }

  .u-4\/8\@tablet {
    width: 50% !important
  }

  .u-pull-4\/8\@tablet,
  .u-push-4\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-4\/8\@tablet {
    right: 50% !important;
    left: auto !important
  }

  .u-5\/8\@tablet {
    width: 62.5% !important
  }

  .u-pull-5\/8\@tablet,
  .u-push-5\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-pull-5\/8\@tablet {
    right: 62.5% !important;
    left: auto !important
  }

  .u-6\/8\@tablet {
    width: 75% !important
  }

  .u-pull-6\/8\@tablet,
  .u-push-6\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-6\/8\@tablet {
    right: 75% !important;
    left: auto !important
  }

  .u-7\/8\@tablet {
    width: 87.5% !important
  }

  .u-pull-7\/8\@tablet,
  .u-push-7\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-pull-7\/8\@tablet {
    right: 87.5% !important;
    left: auto !important
  }

  .u-8\/8\@tablet {
    width: 100% !important
  }

  .u-pull-8\/8\@tablet,
  .u-push-8\/8\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-8\/8\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/9\@tablet {
    width: 11.11111% !important
  }

  .u-pull-1\/9\@tablet,
  .u-push-1\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-pull-1\/9\@tablet {
    right: 11.11111% !important;
    left: auto !important
  }

  .u-2\/9\@tablet {
    width: 22.22222% !important
  }

  .u-pull-2\/9\@tablet,
  .u-push-2\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-pull-2\/9\@tablet {
    right: 22.22222% !important;
    left: auto !important
  }

  .u-3\/9\@tablet {
    width: 33.33333% !important
  }

  .u-pull-3\/9\@tablet,
  .u-push-3\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-3\/9\@tablet {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-4\/9\@tablet {
    width: 44.44444% !important
  }

  .u-pull-4\/9\@tablet,
  .u-push-4\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-pull-4\/9\@tablet {
    right: 44.44444% !important;
    left: auto !important
  }

  .u-5\/9\@tablet {
    width: 55.55556% !important
  }

  .u-pull-5\/9\@tablet,
  .u-push-5\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-pull-5\/9\@tablet {
    right: 55.55556% !important;
    left: auto !important
  }

  .u-6\/9\@tablet {
    width: 66.66667% !important
  }

  .u-pull-6\/9\@tablet,
  .u-push-6\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-6\/9\@tablet {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-7\/9\@tablet {
    width: 77.77778% !important
  }

  .u-pull-7\/9\@tablet,
  .u-push-7\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-pull-7\/9\@tablet {
    right: 77.77778% !important;
    left: auto !important
  }

  .u-8\/9\@tablet {
    width: 88.88889% !important
  }

  .u-pull-8\/9\@tablet,
  .u-push-8\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-pull-8\/9\@tablet {
    right: 88.88889% !important;
    left: auto !important
  }

  .u-9\/9\@tablet {
    width: 100% !important
  }

  .u-pull-9\/9\@tablet,
  .u-push-9\/9\@tablet {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-9\/9\@tablet {
    right: 100% !important;
    left: auto !important
  }

  .u-push-none\@tablet {
    left: auto !important
  }

  .u-pull-none\@tablet {
    right: auto !important
  }
}

@media (min-width:64em) {
  .u-1\/1\@desktop {
    width: 100% !important
  }

  .u-pull-1\/1\@desktop,
  .u-push-1\/1\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-1\/1\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/2\@desktop {
    width: 50% !important
  }

  .u-pull-1\/2\@desktop,
  .u-push-1\/2\@desktop {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-1\/2\@desktop {
    right: 50% !important;
    left: auto !important
  }

  .u-2\/2\@desktop {
    width: 100% !important
  }

  .u-pull-2\/2\@desktop,
  .u-push-2\/2\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-2\/2\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/3\@desktop {
    width: 33.33333% !important
  }

  .u-pull-1\/3\@desktop,
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-1\/3\@desktop {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-2\/3\@desktop {
    width: 66.66667% !important
  }

  .u-pull-2\/3\@desktop,
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-2\/3\@desktop {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-3\/3\@desktop {
    width: 100% !important
  }

  .u-pull-3\/3\@desktop,
  .u-push-3\/3\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-3\/3\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/4\@desktop {
    width: 25% !important
  }

  .u-pull-1\/4\@desktop,
  .u-push-1\/4\@desktop {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-1\/4\@desktop {
    right: 25% !important;
    left: auto !important
  }

  .u-2\/4\@desktop {
    width: 50% !important
  }

  .u-pull-2\/4\@desktop,
  .u-push-2\/4\@desktop {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-2\/4\@desktop {
    right: 50% !important;
    left: auto !important
  }

  .u-3\/4\@desktop {
    width: 75% !important
  }

  .u-pull-3\/4\@desktop,
  .u-push-3\/4\@desktop {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-3\/4\@desktop {
    right: 75% !important;
    left: auto !important
  }

  .u-4\/4\@desktop {
    width: 100% !important
  }

  .u-pull-4\/4\@desktop,
  .u-push-4\/4\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-4\/4\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/5\@desktop {
    width: 20% !important
  }

  .u-pull-1\/5\@desktop,
  .u-push-1\/5\@desktop {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-pull-1\/5\@desktop {
    right: 20% !important;
    left: auto !important
  }

  .u-2\/5\@desktop {
    width: 40% !important
  }

  .u-pull-2\/5\@desktop,
  .u-push-2\/5\@desktop {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-pull-2\/5\@desktop {
    right: 40% !important;
    left: auto !important
  }

  .u-3\/5\@desktop {
    width: 60% !important
  }

  .u-pull-3\/5\@desktop,
  .u-push-3\/5\@desktop {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-pull-3\/5\@desktop {
    right: 60% !important;
    left: auto !important
  }

  .u-4\/5\@desktop {
    width: 80% !important
  }

  .u-pull-4\/5\@desktop,
  .u-push-4\/5\@desktop {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-pull-4\/5\@desktop {
    right: 80% !important;
    left: auto !important
  }

  .u-5\/5\@desktop {
    width: 100% !important
  }

  .u-pull-5\/5\@desktop,
  .u-push-5\/5\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-5\/5\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/6\@desktop {
    width: 16.66667% !important
  }

  .u-pull-1\/6\@desktop,
  .u-push-1\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-pull-1\/6\@desktop {
    right: 16.66667% !important;
    left: auto !important
  }

  .u-2\/6\@desktop {
    width: 33.33333% !important
  }

  .u-pull-2\/6\@desktop,
  .u-push-2\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-2\/6\@desktop {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-3\/6\@desktop {
    width: 50% !important
  }

  .u-pull-3\/6\@desktop,
  .u-push-3\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-3\/6\@desktop {
    right: 50% !important;
    left: auto !important
  }

  .u-4\/6\@desktop {
    width: 66.66667% !important
  }

  .u-pull-4\/6\@desktop,
  .u-push-4\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-4\/6\@desktop {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-5\/6\@desktop {
    width: 83.33333% !important
  }

  .u-pull-5\/6\@desktop,
  .u-push-5\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-pull-5\/6\@desktop {
    right: 83.33333% !important;
    left: auto !important
  }

  .u-6\/6\@desktop {
    width: 100% !important
  }

  .u-pull-6\/6\@desktop,
  .u-push-6\/6\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-6\/6\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/7\@desktop {
    width: 14.28571% !important
  }

  .u-pull-1\/7\@desktop,
  .u-push-1\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-pull-1\/7\@desktop {
    right: 14.28571% !important;
    left: auto !important
  }

  .u-2\/7\@desktop {
    width: 28.57143% !important
  }

  .u-pull-2\/7\@desktop,
  .u-push-2\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-pull-2\/7\@desktop {
    right: 28.57143% !important;
    left: auto !important
  }

  .u-3\/7\@desktop {
    width: 42.85714% !important
  }

  .u-pull-3\/7\@desktop,
  .u-push-3\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-pull-3\/7\@desktop {
    right: 42.85714% !important;
    left: auto !important
  }

  .u-4\/7\@desktop {
    width: 57.14286% !important
  }

  .u-pull-4\/7\@desktop,
  .u-push-4\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-pull-4\/7\@desktop {
    right: 57.14286% !important;
    left: auto !important
  }

  .u-5\/7\@desktop {
    width: 71.42857% !important
  }

  .u-pull-5\/7\@desktop,
  .u-push-5\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-pull-5\/7\@desktop {
    right: 71.42857% !important;
    left: auto !important
  }

  .u-6\/7\@desktop {
    width: 85.71429% !important
  }

  .u-pull-6\/7\@desktop,
  .u-push-6\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-pull-6\/7\@desktop {
    right: 85.71429% !important;
    left: auto !important
  }

  .u-7\/7\@desktop {
    width: 100% !important
  }

  .u-pull-7\/7\@desktop,
  .u-push-7\/7\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-7\/7\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/8\@desktop {
    width: 12.5% !important
  }

  .u-pull-1\/8\@desktop,
  .u-push-1\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-pull-1\/8\@desktop {
    right: 12.5% !important;
    left: auto !important
  }

  .u-2\/8\@desktop {
    width: 25% !important
  }

  .u-pull-2\/8\@desktop,
  .u-push-2\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-2\/8\@desktop {
    right: 25% !important;
    left: auto !important
  }

  .u-3\/8\@desktop {
    width: 37.5% !important
  }

  .u-pull-3\/8\@desktop,
  .u-push-3\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-pull-3\/8\@desktop {
    right: 37.5% !important;
    left: auto !important
  }

  .u-4\/8\@desktop {
    width: 50% !important
  }

  .u-pull-4\/8\@desktop,
  .u-push-4\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-4\/8\@desktop {
    right: 50% !important;
    left: auto !important
  }

  .u-5\/8\@desktop {
    width: 62.5% !important
  }

  .u-pull-5\/8\@desktop,
  .u-push-5\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-pull-5\/8\@desktop {
    right: 62.5% !important;
    left: auto !important
  }

  .u-6\/8\@desktop {
    width: 75% !important
  }

  .u-pull-6\/8\@desktop,
  .u-push-6\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-6\/8\@desktop {
    right: 75% !important;
    left: auto !important
  }

  .u-7\/8\@desktop {
    width: 87.5% !important
  }

  .u-pull-7\/8\@desktop,
  .u-push-7\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-pull-7\/8\@desktop {
    right: 87.5% !important;
    left: auto !important
  }

  .u-8\/8\@desktop {
    width: 100% !important
  }

  .u-pull-8\/8\@desktop,
  .u-push-8\/8\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-8\/8\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/9\@desktop {
    width: 11.11111% !important
  }

  .u-pull-1\/9\@desktop,
  .u-push-1\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-pull-1\/9\@desktop {
    right: 11.11111% !important;
    left: auto !important
  }

  .u-2\/9\@desktop {
    width: 22.22222% !important
  }

  .u-pull-2\/9\@desktop,
  .u-push-2\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-pull-2\/9\@desktop {
    right: 22.22222% !important;
    left: auto !important
  }

  .u-3\/9\@desktop {
    width: 33.33333% !important
  }

  .u-pull-3\/9\@desktop,
  .u-push-3\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-3\/9\@desktop {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-4\/9\@desktop {
    width: 44.44444% !important
  }

  .u-pull-4\/9\@desktop,
  .u-push-4\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-pull-4\/9\@desktop {
    right: 44.44444% !important;
    left: auto !important
  }

  .u-5\/9\@desktop {
    width: 55.55556% !important
  }

  .u-pull-5\/9\@desktop,
  .u-push-5\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-pull-5\/9\@desktop {
    right: 55.55556% !important;
    left: auto !important
  }

  .u-6\/9\@desktop {
    width: 66.66667% !important
  }

  .u-pull-6\/9\@desktop,
  .u-push-6\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-6\/9\@desktop {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-7\/9\@desktop {
    width: 77.77778% !important
  }

  .u-pull-7\/9\@desktop,
  .u-push-7\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-pull-7\/9\@desktop {
    right: 77.77778% !important;
    left: auto !important
  }

  .u-8\/9\@desktop {
    width: 88.88889% !important
  }

  .u-pull-8\/9\@desktop,
  .u-push-8\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-pull-8\/9\@desktop {
    right: 88.88889% !important;
    left: auto !important
  }

  .u-9\/9\@desktop {
    width: 100% !important
  }

  .u-pull-9\/9\@desktop,
  .u-push-9\/9\@desktop {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-9\/9\@desktop {
    right: 100% !important;
    left: auto !important
  }

  .u-push-none\@desktop {
    left: auto !important
  }

  .u-pull-none\@desktop {
    right: auto !important
  }
}

@media (min-width:80em) {
  .u-1\/1\@desktopWide {
    width: 100% !important
  }

  .u-pull-1\/1\@desktopWide,
  .u-push-1\/1\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-1\/1\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/2\@desktopWide {
    width: 50% !important
  }

  .u-pull-1\/2\@desktopWide,
  .u-push-1\/2\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-1\/2\@desktopWide {
    right: 50% !important;
    left: auto !important
  }

  .u-2\/2\@desktopWide {
    width: 100% !important
  }

  .u-pull-2\/2\@desktopWide,
  .u-push-2\/2\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-2\/2\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/3\@desktopWide {
    width: 33.33333% !important
  }

  .u-pull-1\/3\@desktopWide,
  .u-push-1\/3\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-1\/3\@desktopWide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-2\/3\@desktopWide {
    width: 66.66667% !important
  }

  .u-pull-2\/3\@desktopWide,
  .u-push-2\/3\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-2\/3\@desktopWide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-3\/3\@desktopWide {
    width: 100% !important
  }

  .u-pull-3\/3\@desktopWide,
  .u-push-3\/3\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-3\/3\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/4\@desktopWide {
    width: 25% !important
  }

  .u-pull-1\/4\@desktopWide,
  .u-push-1\/4\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-1\/4\@desktopWide {
    right: 25% !important;
    left: auto !important
  }

  .u-2\/4\@desktopWide {
    width: 50% !important
  }

  .u-pull-2\/4\@desktopWide,
  .u-push-2\/4\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-2\/4\@desktopWide {
    right: 50% !important;
    left: auto !important
  }

  .u-3\/4\@desktopWide {
    width: 75% !important
  }

  .u-pull-3\/4\@desktopWide,
  .u-push-3\/4\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-3\/4\@desktopWide {
    right: 75% !important;
    left: auto !important
  }

  .u-4\/4\@desktopWide {
    width: 100% !important
  }

  .u-pull-4\/4\@desktopWide,
  .u-push-4\/4\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-4\/4\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/5\@desktopWide {
    width: 20% !important
  }

  .u-pull-1\/5\@desktopWide,
  .u-push-1\/5\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-pull-1\/5\@desktopWide {
    right: 20% !important;
    left: auto !important
  }

  .u-2\/5\@desktopWide {
    width: 40% !important
  }

  .u-pull-2\/5\@desktopWide,
  .u-push-2\/5\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-pull-2\/5\@desktopWide {
    right: 40% !important;
    left: auto !important
  }

  .u-3\/5\@desktopWide {
    width: 60% !important
  }

  .u-pull-3\/5\@desktopWide,
  .u-push-3\/5\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-pull-3\/5\@desktopWide {
    right: 60% !important;
    left: auto !important
  }

  .u-4\/5\@desktopWide {
    width: 80% !important
  }

  .u-pull-4\/5\@desktopWide,
  .u-push-4\/5\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-pull-4\/5\@desktopWide {
    right: 80% !important;
    left: auto !important
  }

  .u-5\/5\@desktopWide {
    width: 100% !important
  }

  .u-pull-5\/5\@desktopWide,
  .u-push-5\/5\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-5\/5\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/6\@desktopWide {
    width: 16.66667% !important
  }

  .u-pull-1\/6\@desktopWide,
  .u-push-1\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-pull-1\/6\@desktopWide {
    right: 16.66667% !important;
    left: auto !important
  }

  .u-2\/6\@desktopWide {
    width: 33.33333% !important
  }

  .u-pull-2\/6\@desktopWide,
  .u-push-2\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-2\/6\@desktopWide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-3\/6\@desktopWide {
    width: 50% !important
  }

  .u-pull-3\/6\@desktopWide,
  .u-push-3\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-3\/6\@desktopWide {
    right: 50% !important;
    left: auto !important
  }

  .u-4\/6\@desktopWide {
    width: 66.66667% !important
  }

  .u-pull-4\/6\@desktopWide,
  .u-push-4\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-4\/6\@desktopWide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-5\/6\@desktopWide {
    width: 83.33333% !important
  }

  .u-pull-5\/6\@desktopWide,
  .u-push-5\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-pull-5\/6\@desktopWide {
    right: 83.33333% !important;
    left: auto !important
  }

  .u-6\/6\@desktopWide {
    width: 100% !important
  }

  .u-pull-6\/6\@desktopWide,
  .u-push-6\/6\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-6\/6\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/7\@desktopWide {
    width: 14.28571% !important
  }

  .u-pull-1\/7\@desktopWide,
  .u-push-1\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-pull-1\/7\@desktopWide {
    right: 14.28571% !important;
    left: auto !important
  }

  .u-2\/7\@desktopWide {
    width: 28.57143% !important
  }

  .u-pull-2\/7\@desktopWide,
  .u-push-2\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-pull-2\/7\@desktopWide {
    right: 28.57143% !important;
    left: auto !important
  }

  .u-3\/7\@desktopWide {
    width: 42.85714% !important
  }

  .u-pull-3\/7\@desktopWide,
  .u-push-3\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-pull-3\/7\@desktopWide {
    right: 42.85714% !important;
    left: auto !important
  }

  .u-4\/7\@desktopWide {
    width: 57.14286% !important
  }

  .u-pull-4\/7\@desktopWide,
  .u-push-4\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-pull-4\/7\@desktopWide {
    right: 57.14286% !important;
    left: auto !important
  }

  .u-5\/7\@desktopWide {
    width: 71.42857% !important
  }

  .u-pull-5\/7\@desktopWide,
  .u-push-5\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-pull-5\/7\@desktopWide {
    right: 71.42857% !important;
    left: auto !important
  }

  .u-6\/7\@desktopWide {
    width: 85.71429% !important
  }

  .u-pull-6\/7\@desktopWide,
  .u-push-6\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-pull-6\/7\@desktopWide {
    right: 85.71429% !important;
    left: auto !important
  }

  .u-7\/7\@desktopWide {
    width: 100% !important
  }

  .u-pull-7\/7\@desktopWide,
  .u-push-7\/7\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-7\/7\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/8\@desktopWide {
    width: 12.5% !important
  }

  .u-pull-1\/8\@desktopWide,
  .u-push-1\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-pull-1\/8\@desktopWide {
    right: 12.5% !important;
    left: auto !important
  }

  .u-2\/8\@desktopWide {
    width: 25% !important
  }

  .u-pull-2\/8\@desktopWide,
  .u-push-2\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-2\/8\@desktopWide {
    right: 25% !important;
    left: auto !important
  }

  .u-3\/8\@desktopWide {
    width: 37.5% !important
  }

  .u-pull-3\/8\@desktopWide,
  .u-push-3\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-pull-3\/8\@desktopWide {
    right: 37.5% !important;
    left: auto !important
  }

  .u-4\/8\@desktopWide {
    width: 50% !important
  }

  .u-pull-4\/8\@desktopWide,
  .u-push-4\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-4\/8\@desktopWide {
    right: 50% !important;
    left: auto !important
  }

  .u-5\/8\@desktopWide {
    width: 62.5% !important
  }

  .u-pull-5\/8\@desktopWide,
  .u-push-5\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-pull-5\/8\@desktopWide {
    right: 62.5% !important;
    left: auto !important
  }

  .u-6\/8\@desktopWide {
    width: 75% !important
  }

  .u-pull-6\/8\@desktopWide,
  .u-push-6\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-6\/8\@desktopWide {
    right: 75% !important;
    left: auto !important
  }

  .u-7\/8\@desktopWide {
    width: 87.5% !important
  }

  .u-pull-7\/8\@desktopWide,
  .u-push-7\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-pull-7\/8\@desktopWide {
    right: 87.5% !important;
    left: auto !important
  }

  .u-8\/8\@desktopWide {
    width: 100% !important
  }

  .u-pull-8\/8\@desktopWide,
  .u-push-8\/8\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-8\/8\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/9\@desktopWide {
    width: 11.11111% !important
  }

  .u-pull-1\/9\@desktopWide,
  .u-push-1\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-pull-1\/9\@desktopWide {
    right: 11.11111% !important;
    left: auto !important
  }

  .u-2\/9\@desktopWide {
    width: 22.22222% !important
  }

  .u-pull-2\/9\@desktopWide,
  .u-push-2\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-pull-2\/9\@desktopWide {
    right: 22.22222% !important;
    left: auto !important
  }

  .u-3\/9\@desktopWide {
    width: 33.33333% !important
  }

  .u-pull-3\/9\@desktopWide,
  .u-push-3\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-3\/9\@desktopWide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-4\/9\@desktopWide {
    width: 44.44444% !important
  }

  .u-pull-4\/9\@desktopWide,
  .u-push-4\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-pull-4\/9\@desktopWide {
    right: 44.44444% !important;
    left: auto !important
  }

  .u-5\/9\@desktopWide {
    width: 55.55556% !important
  }

  .u-pull-5\/9\@desktopWide,
  .u-push-5\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-pull-5\/9\@desktopWide {
    right: 55.55556% !important;
    left: auto !important
  }

  .u-6\/9\@desktopWide {
    width: 66.66667% !important
  }

  .u-pull-6\/9\@desktopWide,
  .u-push-6\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-6\/9\@desktopWide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-7\/9\@desktopWide {
    width: 77.77778% !important
  }

  .u-pull-7\/9\@desktopWide,
  .u-push-7\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-pull-7\/9\@desktopWide {
    right: 77.77778% !important;
    left: auto !important
  }

  .u-8\/9\@desktopWide {
    width: 88.88889% !important
  }

  .u-pull-8\/9\@desktopWide,
  .u-push-8\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-pull-8\/9\@desktopWide {
    right: 88.88889% !important;
    left: auto !important
  }

  .u-9\/9\@desktopWide {
    width: 100% !important
  }

  .u-pull-9\/9\@desktopWide,
  .u-push-9\/9\@desktopWide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-9\/9\@desktopWide {
    right: 100% !important;
    left: auto !important
  }

  .u-push-none\@desktopWide {
    left: auto !important
  }

  .u-pull-none\@desktopWide {
    right: auto !important
  }
}

@media (min-width:81.25em) {
  .u-1\/1\@wide {
    width: 100% !important
  }

  .u-pull-1\/1\@wide,
  .u-push-1\/1\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-1\/1\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/2\@wide {
    width: 50% !important
  }

  .u-pull-1\/2\@wide,
  .u-push-1\/2\@wide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-1\/2\@wide {
    right: 50% !important;
    left: auto !important
  }

  .u-2\/2\@wide {
    width: 100% !important
  }

  .u-pull-2\/2\@wide,
  .u-push-2\/2\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-2\/2\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/3\@wide {
    width: 33.33333% !important
  }

  .u-pull-1\/3\@wide,
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-1\/3\@wide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-2\/3\@wide {
    width: 66.66667% !important
  }

  .u-pull-2\/3\@wide,
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-2\/3\@wide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-3\/3\@wide {
    width: 100% !important
  }

  .u-pull-3\/3\@wide,
  .u-push-3\/3\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-3\/3\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/4\@wide {
    width: 25% !important
  }

  .u-pull-1\/4\@wide,
  .u-push-1\/4\@wide {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-1\/4\@wide {
    right: 25% !important;
    left: auto !important
  }

  .u-2\/4\@wide {
    width: 50% !important
  }

  .u-pull-2\/4\@wide,
  .u-push-2\/4\@wide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-2\/4\@wide {
    right: 50% !important;
    left: auto !important
  }

  .u-3\/4\@wide {
    width: 75% !important
  }

  .u-pull-3\/4\@wide,
  .u-push-3\/4\@wide {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-3\/4\@wide {
    right: 75% !important;
    left: auto !important
  }

  .u-4\/4\@wide {
    width: 100% !important
  }

  .u-pull-4\/4\@wide,
  .u-push-4\/4\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-4\/4\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/5\@wide {
    width: 20% !important
  }

  .u-pull-1\/5\@wide,
  .u-push-1\/5\@wide {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-pull-1\/5\@wide {
    right: 20% !important;
    left: auto !important
  }

  .u-2\/5\@wide {
    width: 40% !important
  }

  .u-pull-2\/5\@wide,
  .u-push-2\/5\@wide {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-pull-2\/5\@wide {
    right: 40% !important;
    left: auto !important
  }

  .u-3\/5\@wide {
    width: 60% !important
  }

  .u-pull-3\/5\@wide,
  .u-push-3\/5\@wide {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-pull-3\/5\@wide {
    right: 60% !important;
    left: auto !important
  }

  .u-4\/5\@wide {
    width: 80% !important
  }

  .u-pull-4\/5\@wide,
  .u-push-4\/5\@wide {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-pull-4\/5\@wide {
    right: 80% !important;
    left: auto !important
  }

  .u-5\/5\@wide {
    width: 100% !important
  }

  .u-pull-5\/5\@wide,
  .u-push-5\/5\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-5\/5\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/6\@wide {
    width: 16.66667% !important
  }

  .u-pull-1\/6\@wide,
  .u-push-1\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-pull-1\/6\@wide {
    right: 16.66667% !important;
    left: auto !important
  }

  .u-2\/6\@wide {
    width: 33.33333% !important
  }

  .u-pull-2\/6\@wide,
  .u-push-2\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-2\/6\@wide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-3\/6\@wide {
    width: 50% !important
  }

  .u-pull-3\/6\@wide,
  .u-push-3\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-3\/6\@wide {
    right: 50% !important;
    left: auto !important
  }

  .u-4\/6\@wide {
    width: 66.66667% !important
  }

  .u-pull-4\/6\@wide,
  .u-push-4\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-4\/6\@wide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-5\/6\@wide {
    width: 83.33333% !important
  }

  .u-pull-5\/6\@wide,
  .u-push-5\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-pull-5\/6\@wide {
    right: 83.33333% !important;
    left: auto !important
  }

  .u-6\/6\@wide {
    width: 100% !important
  }

  .u-pull-6\/6\@wide,
  .u-push-6\/6\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-6\/6\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/7\@wide {
    width: 14.28571% !important
  }

  .u-pull-1\/7\@wide,
  .u-push-1\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-pull-1\/7\@wide {
    right: 14.28571% !important;
    left: auto !important
  }

  .u-2\/7\@wide {
    width: 28.57143% !important
  }

  .u-pull-2\/7\@wide,
  .u-push-2\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-pull-2\/7\@wide {
    right: 28.57143% !important;
    left: auto !important
  }

  .u-3\/7\@wide {
    width: 42.85714% !important
  }

  .u-pull-3\/7\@wide,
  .u-push-3\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-pull-3\/7\@wide {
    right: 42.85714% !important;
    left: auto !important
  }

  .u-4\/7\@wide {
    width: 57.14286% !important
  }

  .u-pull-4\/7\@wide,
  .u-push-4\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-pull-4\/7\@wide {
    right: 57.14286% !important;
    left: auto !important
  }

  .u-5\/7\@wide {
    width: 71.42857% !important
  }

  .u-pull-5\/7\@wide,
  .u-push-5\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-pull-5\/7\@wide {
    right: 71.42857% !important;
    left: auto !important
  }

  .u-6\/7\@wide {
    width: 85.71429% !important
  }

  .u-pull-6\/7\@wide,
  .u-push-6\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-pull-6\/7\@wide {
    right: 85.71429% !important;
    left: auto !important
  }

  .u-7\/7\@wide {
    width: 100% !important
  }

  .u-pull-7\/7\@wide,
  .u-push-7\/7\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-7\/7\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/8\@wide {
    width: 12.5% !important
  }

  .u-pull-1\/8\@wide,
  .u-push-1\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-pull-1\/8\@wide {
    right: 12.5% !important;
    left: auto !important
  }

  .u-2\/8\@wide {
    width: 25% !important
  }

  .u-pull-2\/8\@wide,
  .u-push-2\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-pull-2\/8\@wide {
    right: 25% !important;
    left: auto !important
  }

  .u-3\/8\@wide {
    width: 37.5% !important
  }

  .u-pull-3\/8\@wide,
  .u-push-3\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-pull-3\/8\@wide {
    right: 37.5% !important;
    left: auto !important
  }

  .u-4\/8\@wide {
    width: 50% !important
  }

  .u-pull-4\/8\@wide,
  .u-push-4\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-pull-4\/8\@wide {
    right: 50% !important;
    left: auto !important
  }

  .u-5\/8\@wide {
    width: 62.5% !important
  }

  .u-pull-5\/8\@wide,
  .u-push-5\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-pull-5\/8\@wide {
    right: 62.5% !important;
    left: auto !important
  }

  .u-6\/8\@wide {
    width: 75% !important
  }

  .u-pull-6\/8\@wide,
  .u-push-6\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-pull-6\/8\@wide {
    right: 75% !important;
    left: auto !important
  }

  .u-7\/8\@wide {
    width: 87.5% !important
  }

  .u-pull-7\/8\@wide,
  .u-push-7\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-pull-7\/8\@wide {
    right: 87.5% !important;
    left: auto !important
  }

  .u-8\/8\@wide {
    width: 100% !important
  }

  .u-pull-8\/8\@wide,
  .u-push-8\/8\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-8\/8\@wide {
    right: 100% !important;
    left: auto !important
  }

  .u-1\/9\@wide {
    width: 11.11111% !important
  }

  .u-pull-1\/9\@wide,
  .u-push-1\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-pull-1\/9\@wide {
    right: 11.11111% !important;
    left: auto !important
  }

  .u-2\/9\@wide {
    width: 22.22222% !important
  }

  .u-pull-2\/9\@wide,
  .u-push-2\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-pull-2\/9\@wide {
    right: 22.22222% !important;
    left: auto !important
  }

  .u-3\/9\@wide {
    width: 33.33333% !important
  }

  .u-pull-3\/9\@wide,
  .u-push-3\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-pull-3\/9\@wide {
    right: 33.33333% !important;
    left: auto !important
  }

  .u-4\/9\@wide {
    width: 44.44444% !important
  }

  .u-pull-4\/9\@wide,
  .u-push-4\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-pull-4\/9\@wide {
    right: 44.44444% !important;
    left: auto !important
  }

  .u-5\/9\@wide {
    width: 55.55556% !important
  }

  .u-pull-5\/9\@wide,
  .u-push-5\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-pull-5\/9\@wide {
    right: 55.55556% !important;
    left: auto !important
  }

  .u-6\/9\@wide {
    width: 66.66667% !important
  }

  .u-pull-6\/9\@wide,
  .u-push-6\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-pull-6\/9\@wide {
    right: 66.66667% !important;
    left: auto !important
  }

  .u-7\/9\@wide {
    width: 77.77778% !important
  }

  .u-pull-7\/9\@wide,
  .u-push-7\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-pull-7\/9\@wide {
    right: 77.77778% !important;
    left: auto !important
  }

  .u-8\/9\@wide {
    width: 88.88889% !important
  }

  .u-pull-8\/9\@wide,
  .u-push-8\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-pull-8\/9\@wide {
    right: 88.88889% !important;
    left: auto !important
  }

  .u-9\/9\@wide {
    width: 100% !important
  }

  .u-push-9\/9\@wide {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }

  .u-pull-9\/9\@wide {
    position: relative !important;
    right: 100% !important
  }

  .u-pull-9\/9\@wide,
  .u-push-none\@wide {
    left: auto !important
  }

  .u-pull-none\@wide {
    right: auto !important
  }
}

.u-padding {
  padding: 1.5rem !important
}

.u-padding-tiny {
  padding: .375rem !important
}

.u-padding-small {
  padding: .75rem !important
}

.u-padding-large {
  padding: 3rem !important
}

.u-padding-huge {
  padding: 6rem !important
}

.u-padding-none {
  padding: 0 !important
}

.u-padding-top {
  padding-top: 1.5rem !important
}

.u-padding-top-tiny {
  padding-top: .375rem !important
}

.u-padding-top-small {
  padding-top: .75rem !important
}

.u-padding-top-large {
  padding-top: 3rem !important
}

.u-padding-top-huge {
  padding-top: 6rem !important
}

.u-padding-top-none {
  padding-top: 0 !important
}

.u-padding-right {
  padding-right: 1.5rem !important
}

.u-padding-right-tiny {
  padding-right: .375rem !important
}

.u-padding-right-small {
  padding-right: .75rem !important
}

.u-padding-right-large {
  padding-right: 3rem !important
}

.u-padding-right-huge {
  padding-right: 6rem !important
}

.u-padding-right-none {
  padding-right: 0 !important
}

.u-padding-bottom {
  padding-bottom: 1.5rem !important
}

.u-padding-bottom-tiny {
  padding-bottom: .375rem !important
}

.u-padding-bottom-small {
  padding-bottom: .75rem !important
}

.u-padding-bottom-large {
  padding-bottom: 3rem !important
}

.u-padding-bottom-huge {
  padding-bottom: 6rem !important
}

.u-padding-bottom-none {
  padding-bottom: 0 !important
}

.u-padding-left {
  padding-left: 1.5rem !important
}

.u-padding-left-tiny {
  padding-left: .375rem !important
}

.u-padding-left-small {
  padding-left: .75rem !important
}

.u-padding-left-large {
  padding-left: 3rem !important
}

.u-padding-left-huge {
  padding-left: 6rem !important
}

.u-padding-left-none {
  padding-left: 0 !important
}

.u-padding-horizontal {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.u-padding-horizontal-tiny {
  padding-left: .375rem !important;
  padding-right: .375rem !important
}

.u-padding-horizontal-small {
  padding-left: .75rem !important;
  padding-right: .75rem !important
}

.u-padding-horizontal-large {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.u-padding-horizontal-huge {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.u-padding-vertical {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.u-padding-vertical-tiny {
  padding-top: .375rem !important;
  padding-bottom: .375rem !important
}

.u-padding-vertical-small {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important
}

.u-padding-vertical-large {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.u-padding-vertical-huge {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.u-margin {
  margin: 1.5rem !important
}

.u-margin-tiny {
  margin: .375rem !important
}

.u-margin-small {
  margin: .75rem !important
}

.u-margin-large {
  margin: 3rem !important
}

.u-margin-huge {
  margin: 6rem !important
}

.u-margin-none {
  margin: 0 !important
}

.u-margin-top {
  margin-top: 1.5rem !important
}

.u-margin-top-tiny {
  margin-top: .375rem !important
}

.u-margin-top-small {
  margin-top: .75rem !important
}

.u-margin-top-large {
  margin-top: 3rem !important
}

.u-margin-top-huge {
  margin-top: 6rem !important
}

.u-margin-top-none {
  margin-top: 0 !important
}

.u-margin-right {
  margin-right: 1.5rem !important
}

.u-margin-right-tiny {
  margin-right: .375rem !important
}

.u-margin-right-small {
  margin-right: .75rem !important
}

.u-margin-right-large {
  margin-right: 3rem !important
}

.u-margin-right-huge {
  margin-right: 6rem !important
}

.u-margin-right-none {
  margin-right: 0 !important
}

.u-margin-bottom {
  margin-bottom: 1.5rem !important
}

.u-margin-bottom-tiny {
  margin-bottom: .375rem !important
}

.u-margin-bottom-small {
  margin-bottom: .75rem !important
}

.u-margin-bottom-large {
  margin-bottom: 3rem !important
}

.u-margin-bottom-huge {
  margin-bottom: 6rem !important
}

.u-margin-bottom-none {
  margin-bottom: 0 !important
}

.u-margin-left {
  margin-left: 1.5rem !important
}

.u-margin-left-tiny {
  margin-left: .375rem !important
}

.u-margin-left-small {
  margin-left: .75rem !important
}

.u-margin-left-large {
  margin-left: 3rem !important
}

.u-margin-left-huge {
  margin-left: 6rem !important
}

.u-margin-left-none {
  margin-left: 0 !important
}

.u-margin-horizontal {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.u-margin-horizontal-tiny {
  margin-left: .375rem !important;
  margin-right: .375rem !important
}

.u-margin-horizontal-small {
  margin-left: .75rem !important;
  margin-right: .75rem !important
}

.u-margin-horizontal-large {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.u-margin-horizontal-huge {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.u-margin-vertical {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.u-margin-vertical-tiny {
  margin-top: .375rem !important;
  margin-bottom: .375rem !important
}

.u-margin-vertical-small {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important
}

.u-margin-vertical-large {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.u-margin-vertical-huge {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

@media (min-width:20em) {
  .u-margin\@mobile {
    margin: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin\@tablet {
    margin: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin\@desktop {
    margin: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin\@desktopWide {
    margin: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin\@wide {
    margin: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-none\@mobile {
    margin: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-none\@tablet {
    margin: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-none\@desktop {
    margin: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-none\@desktopWide {
    margin: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-none\@wide {
    margin: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-tiny\@mobile {
    margin: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-tiny\@tablet {
    margin: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-tiny\@desktop {
    margin: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-tiny\@desktopWide {
    margin: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-tiny\@wide {
    margin: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-small\@mobile {
    margin: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-small\@tablet {
    margin: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-small\@desktop {
    margin: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-small\@desktopWide {
    margin: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-small\@wide {
    margin: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-large\@mobile {
    margin: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-large\@tablet {
    margin: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-large\@desktop {
    margin: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-large\@desktopWide {
    margin: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-large\@wide {
    margin: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-huge\@mobile {
    margin: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-huge\@tablet {
    margin: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-huge\@desktop {
    margin: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-huge\@desktopWide {
    margin: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-huge\@wide {
    margin: 6rem !important
  }
}

@media (min-width:20em) {
  .u-margin-top\@mobile {
    margin-top: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin-top\@tablet {
    margin-top: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin-top\@desktop {
    margin-top: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin-top\@desktopWide {
    margin-top: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top\@wide {
    margin-top: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-top-none\@mobile {
    margin-top: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-top-none\@tablet {
    margin-top: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-top-none\@desktop {
    margin-top: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-top-none\@desktopWide {
    margin-top: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top-none\@wide {
    margin-top: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-top-tiny\@mobile {
    margin-top: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-top-tiny\@tablet {
    margin-top: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-top-tiny\@desktop {
    margin-top: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-top-tiny\@desktopWide {
    margin-top: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top-tiny\@wide {
    margin-top: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-top-small\@mobile {
    margin-top: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-top-small\@tablet {
    margin-top: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-top-small\@desktop {
    margin-top: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-top-small\@desktopWide {
    margin-top: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top-small\@wide {
    margin-top: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-top-large\@mobile {
    margin-top: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-top-large\@tablet {
    margin-top: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-top-large\@desktop {
    margin-top: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-top-large\@desktopWide {
    margin-top: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top-large\@wide {
    margin-top: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-top-huge\@mobile {
    margin-top: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-top-huge\@tablet {
    margin-top: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-top-huge\@desktop {
    margin-top: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-top-huge\@desktopWide {
    margin-top: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-top-huge\@wide {
    margin-top: 6rem !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom\@mobile {
    margin-bottom: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom\@tablet {
    margin-bottom: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom\@desktop {
    margin-bottom: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom\@desktopWide {
    margin-bottom: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom\@wide {
    margin-bottom: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom-none\@mobile {
    margin-bottom: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom-none\@tablet {
    margin-bottom: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom-none\@desktop {
    margin-bottom: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom-none\@desktopWide {
    margin-bottom: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom-none\@wide {
    margin-bottom: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom-tiny\@mobile {
    margin-bottom: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom-tiny\@tablet {
    margin-bottom: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom-tiny\@desktop {
    margin-bottom: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom-tiny\@desktopWide {
    margin-bottom: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom-tiny\@wide {
    margin-bottom: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom-small\@mobile {
    margin-bottom: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom-small\@tablet {
    margin-bottom: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom-small\@desktop {
    margin-bottom: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom-small\@desktopWide {
    margin-bottom: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom-small\@wide {
    margin-bottom: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom-large\@mobile {
    margin-bottom: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom-large\@tablet {
    margin-bottom: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom-large\@desktop {
    margin-bottom: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom-large\@desktopWide {
    margin-bottom: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom-large\@wide {
    margin-bottom: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-bottom-huge\@mobile {
    margin-bottom: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-bottom-huge\@tablet {
    margin-bottom: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-bottom-huge\@desktop {
    margin-bottom: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-bottom-huge\@desktopWide {
    margin-bottom: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-bottom-huge\@wide {
    margin-bottom: 6rem !important
  }
}

@media (min-width:20em) {
  .u-margin-left\@mobile {
    margin-left: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin-left\@tablet {
    margin-left: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin-left\@desktop {
    margin-left: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin-left\@desktopWide {
    margin-left: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left\@wide {
    margin-left: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-left-none\@mobile {
    margin-left: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-left-none\@tablet {
    margin-left: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-left-none\@desktop {
    margin-left: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-left-none\@desktopWide {
    margin-left: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left-none\@wide {
    margin-left: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-left-tiny\@mobile {
    margin-left: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-left-tiny\@tablet {
    margin-left: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-left-tiny\@desktop {
    margin-left: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-left-tiny\@desktopWide {
    margin-left: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left-tiny\@wide {
    margin-left: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-left-small\@mobile {
    margin-left: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-left-small\@tablet {
    margin-left: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-left-small\@desktop {
    margin-left: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-left-small\@desktopWide {
    margin-left: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left-small\@wide {
    margin-left: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-left-large\@mobile {
    margin-left: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-left-large\@tablet {
    margin-left: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-left-large\@desktop {
    margin-left: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-left-large\@desktopWide {
    margin-left: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left-large\@wide {
    margin-left: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-left-huge\@mobile {
    margin-left: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-left-huge\@tablet {
    margin-left: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-left-huge\@desktop {
    margin-left: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-left-huge\@desktopWide {
    margin-left: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-left-huge\@wide {
    margin-left: 6rem !important
  }
}

@media (min-width:20em) {
  .u-margin-right\@mobile {
    margin-right: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin-right\@tablet {
    margin-right: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin-right\@desktop {
    margin-right: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin-right\@desktopWide {
    margin-right: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right\@wide {
    margin-right: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-right-none\@mobile {
    margin-right: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-right-none\@tablet {
    margin-right: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-right-none\@desktop {
    margin-right: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-right-none\@desktopWide {
    margin-right: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right-none\@wide {
    margin-right: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-right-tiny\@mobile {
    margin-right: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-right-tiny\@tablet {
    margin-right: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-right-tiny\@desktop {
    margin-right: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-right-tiny\@desktopWide {
    margin-right: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right-tiny\@wide {
    margin-right: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-right-small\@mobile {
    margin-right: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-right-small\@tablet {
    margin-right: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-right-small\@desktop {
    margin-right: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-right-small\@desktopWide {
    margin-right: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right-small\@wide {
    margin-right: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-right-large\@mobile {
    margin-right: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-right-large\@tablet {
    margin-right: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-right-large\@desktop {
    margin-right: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-right-large\@desktopWide {
    margin-right: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right-large\@wide {
    margin-right: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-right-huge\@mobile {
    margin-right: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-right-huge\@tablet {
    margin-right: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-right-huge\@desktop {
    margin-right: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-right-huge\@desktopWide {
    margin-right: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-right-huge\@wide {
    margin-right: 6rem !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal\@mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal\@tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal\@desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal\@desktopWide {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal\@wide {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal-none\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal-none\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal-none\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal-none\@desktopWide {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal-none\@wide {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal-tiny\@mobile {
    margin-left: .375rem !important;
    margin-right: .375rem !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal-tiny\@tablet {
    margin-left: .375rem !important;
    margin-right: .375rem !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal-tiny\@desktop {
    margin-left: .375rem !important;
    margin-right: .375rem !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal-tiny\@desktopWide {
    margin-left: .375rem !important;
    margin-right: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal-tiny\@wide {
    margin-left: .375rem !important;
    margin-right: .375rem !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal-small\@mobile {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal-small\@tablet {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal-small\@desktop {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal-small\@desktopWide {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal-small\@wide {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal-large\@mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal-large\@tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal-large\@desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal-large\@desktopWide {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal-large\@wide {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
}

@media (min-width:20em) {
  .u-margin-horizontal-huge\@mobile {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
}

@media (min-width:48em) {
  .u-margin-horizontal-huge\@tablet {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
}

@media (min-width:64em) {
  .u-margin-horizontal-huge\@desktop {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
}

@media (min-width:80em) {
  .u-margin-horizontal-huge\@desktopWide {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-margin-horizontal-huge\@wide {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding\@mobile {
    padding: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding\@tablet {
    padding: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding\@desktop {
    padding: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding\@desktopWide {
    padding: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding\@wide {
    padding: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-none\@mobile {
    padding: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-none\@tablet {
    padding: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-none\@desktop {
    padding: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-none\@desktopWide {
    padding: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-none\@wide {
    padding: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-tiny\@mobile {
    padding: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-tiny\@tablet {
    padding: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-tiny\@desktop {
    padding: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-tiny\@desktopWide {
    padding: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-tiny\@wide {
    padding: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-small\@mobile {
    padding: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-small\@tablet {
    padding: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-small\@desktop {
    padding: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-small\@desktopWide {
    padding: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-small\@wide {
    padding: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-large\@mobile {
    padding: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-large\@tablet {
    padding: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-large\@desktop {
    padding: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-large\@desktopWide {
    padding: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-large\@wide {
    padding: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-huge\@mobile {
    padding: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-huge\@tablet {
    padding: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-huge\@desktop {
    padding: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-huge\@desktopWide {
    padding: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-huge\@wide {
    padding: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding-top\@mobile {
    padding-top: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding-top\@tablet {
    padding-top: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding-top\@desktop {
    padding-top: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding-top\@desktopWide {
    padding-top: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top\@wide {
    padding-top: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-top-none\@mobile {
    padding-top: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-top-none\@tablet {
    padding-top: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-top-none\@desktop {
    padding-top: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-top-none\@desktopWide {
    padding-top: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top-none\@wide {
    padding-top: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-top-tiny\@mobile {
    padding-top: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-top-tiny\@tablet {
    padding-top: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-top-tiny\@desktop {
    padding-top: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-top-tiny\@desktopWide {
    padding-top: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top-tiny\@wide {
    padding-top: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-top-small\@mobile {
    padding-top: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-top-small\@tablet {
    padding-top: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-top-small\@desktop {
    padding-top: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-top-small\@desktopWide {
    padding-top: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top-small\@wide {
    padding-top: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-top-large\@mobile {
    padding-top: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-top-large\@tablet {
    padding-top: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-top-large\@desktop {
    padding-top: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-top-large\@desktopWide {
    padding-top: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top-large\@wide {
    padding-top: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-top-huge\@mobile {
    padding-top: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-top-huge\@tablet {
    padding-top: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-top-huge\@desktop {
    padding-top: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-top-huge\@desktopWide {
    padding-top: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-top-huge\@wide {
    padding-top: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom\@mobile {
    padding-bottom: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom\@tablet {
    padding-bottom: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom\@desktop {
    padding-bottom: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom\@desktopWide {
    padding-bottom: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom\@wide {
    padding-bottom: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom-none\@mobile {
    padding-bottom: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom-none\@tablet {
    padding-bottom: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom-none\@desktop {
    padding-bottom: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom-none\@desktopWide {
    padding-bottom: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom-none\@wide {
    padding-bottom: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom-tiny\@mobile {
    padding-bottom: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom-tiny\@tablet {
    padding-bottom: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom-tiny\@desktop {
    padding-bottom: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom-tiny\@desktopWide {
    padding-bottom: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom-tiny\@wide {
    padding-bottom: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom-small\@mobile {
    padding-bottom: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom-small\@tablet {
    padding-bottom: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom-small\@desktop {
    padding-bottom: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom-small\@desktopWide {
    padding-bottom: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom-small\@wide {
    padding-bottom: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom-large\@mobile {
    padding-bottom: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom-large\@tablet {
    padding-bottom: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom-large\@desktop {
    padding-bottom: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom-large\@desktopWide {
    padding-bottom: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom-large\@wide {
    padding-bottom: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-bottom-huge\@mobile {
    padding-bottom: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-bottom-huge\@tablet {
    padding-bottom: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-bottom-huge\@desktop {
    padding-bottom: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-bottom-huge\@desktopWide {
    padding-bottom: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-bottom-huge\@wide {
    padding-bottom: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding-left\@mobile {
    padding-left: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding-left\@tablet {
    padding-left: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding-left\@desktop {
    padding-left: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding-left\@desktopWide {
    padding-left: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left\@wide {
    padding-left: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-left-none\@mobile {
    padding-left: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-left-none\@tablet {
    padding-left: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-left-none\@desktop {
    padding-left: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-left-none\@desktopWide {
    padding-left: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left-none\@wide {
    padding-left: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-left-tiny\@mobile {
    padding-left: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-left-tiny\@tablet {
    padding-left: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-left-tiny\@desktop {
    padding-left: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-left-tiny\@desktopWide {
    padding-left: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left-tiny\@wide {
    padding-left: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-left-small\@mobile {
    padding-left: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-left-small\@tablet {
    padding-left: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-left-small\@desktop {
    padding-left: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-left-small\@desktopWide {
    padding-left: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left-small\@wide {
    padding-left: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-left-large\@mobile {
    padding-left: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-left-large\@tablet {
    padding-left: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-left-large\@desktop {
    padding-left: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-left-large\@desktopWide {
    padding-left: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left-large\@wide {
    padding-left: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-left-huge\@mobile {
    padding-left: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-left-huge\@tablet {
    padding-left: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-left-huge\@desktop {
    padding-left: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-left-huge\@desktopWide {
    padding-left: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-left-huge\@wide {
    padding-left: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding-right\@mobile {
    padding-right: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding-right\@tablet {
    padding-right: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding-right\@desktop {
    padding-right: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding-right\@desktopWide {
    padding-right: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right\@wide {
    padding-right: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-right-none\@mobile {
    padding-right: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-right-none\@tablet {
    padding-right: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-right-none\@desktop {
    padding-right: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-right-none\@desktopWide {
    padding-right: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right-none\@wide {
    padding-right: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-right-tiny\@mobile {
    padding-right: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-right-tiny\@tablet {
    padding-right: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-right-tiny\@desktop {
    padding-right: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-right-tiny\@desktopWide {
    padding-right: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right-tiny\@wide {
    padding-right: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-right-small\@mobile {
    padding-right: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-right-small\@tablet {
    padding-right: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-right-small\@desktop {
    padding-right: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-right-small\@desktopWide {
    padding-right: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right-small\@wide {
    padding-right: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-right-large\@mobile {
    padding-right: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-right-large\@tablet {
    padding-right: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-right-large\@desktop {
    padding-right: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-right-large\@desktopWide {
    padding-right: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right-large\@wide {
    padding-right: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-right-huge\@mobile {
    padding-right: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-right-huge\@tablet {
    padding-right: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-right-huge\@desktop {
    padding-right: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-right-huge\@desktopWide {
    padding-right: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-right-huge\@wide {
    padding-right: 6rem !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal\@mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal\@tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal\@desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal\@desktopWide {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal\@wide {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal-none\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal-none\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal-none\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal-none\@desktopWide {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal-none\@wide {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal-tiny\@mobile {
    padding-left: .375rem !important;
    padding-right: .375rem !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal-tiny\@tablet {
    padding-left: .375rem !important;
    padding-right: .375rem !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal-tiny\@desktop {
    padding-left: .375rem !important;
    padding-right: .375rem !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal-tiny\@desktopWide {
    padding-left: .375rem !important;
    padding-right: .375rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal-tiny\@wide {
    padding-left: .375rem !important;
    padding-right: .375rem !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal-small\@mobile {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal-small\@tablet {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal-small\@desktop {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal-small\@desktopWide {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal-small\@wide {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal-large\@mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal-large\@tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal-large\@desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal-large\@desktopWide {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal-large\@wide {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
}

@media (min-width:20em) {
  .u-padding-horizontal-huge\@mobile {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
}

@media (min-width:48em) {
  .u-padding-horizontal-huge\@tablet {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
}

@media (min-width:64em) {
  .u-padding-horizontal-huge\@desktop {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
}

@media (min-width:80em) {
  .u-padding-horizontal-huge\@desktopWide {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
}

@media (min-width:81.25em) {
  .u-padding-horizontal-huge\@wide {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
}

@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

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

.u-hidden {
  display: none !important
}

.u-text-center {
  text-align: center
}

.u-text-left {
  text-align: left
}

.u-text-right {
  text-align: right
}

.u-vertical-middle {
  vertical-align: middle
}

.u-radius-large {
  border-radius: 10px !important
}

.u-radius-top-large {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important
}

.u-radius-bottom-large {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important
}

.u-radius-medium {
  border-radius: 5px !important
}

.u-radius-top-medium {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important
}

.u-radius-bottom-medium {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important
}

.u-radius-small {
  border-radius: 4px !important
}

.u-radius-top-small {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important
}

.u-radius-bottom-small {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}

.u-radius-tiny {
  border-radius: 2px !important
}

.u-radius-top-tiny {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important
}

.u-radius-bottom-tiny {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important
}

.u-radius-none {
  border-radius: 0
}

@media (max-width:47.99em) {
  .u-radius-none\@until-tablet {
    border-radius: 0
  }
}

@media (max-width:63.99em) {
  .u-radius-none\@until-desktop {
    border-radius: 0
  }
}

.u-border-horizontal-1 {
  width: 100%;
  height: 1px
}

.u-border-vertical-1 {
  width: 1px;
  height: 100%
}

.u-border-horizontal-2 {
  width: 100%;
  height: 2px
}

.u-border-vertical-2 {
  width: 2px;
  height: 100%
}

.u-border-horizontal-3 {
  width: 100%;
  height: 3px
}

.u-border-vertical-3 {
  width: 3px;
  height: 100%
}

.u-border-horizontal-4 {
  width: 100%;
  height: 4px
}

.u-border-vertical-4 {
  width: 4px;
  height: 100%
}

.u-border-horizontal-5 {
  width: 100%;
  height: 5px
}

.u-border-vertical-5 {
  width: 5px;
  height: 100%
}

.u-border-none {
  border: 0
}

.u-color-primary {
  color: #c06 !important
}

.u-bg-primary {
  background-color: #c06 !important
}

.u-color-base {
  color: #f0e7d9 !important
}

.u-bg-base {
  background-color: #f0e7d9 !important
}

.u-color-base-alt {
  color: #e0d0b9 !important
}

.u-bg-base-alt {
  background-color: #e0d0b9 !important
}

.u-color-base-light {
  color: #f7f3ec !important
}

.u-bg-base-light {
  background-color: #f7f3ec !important
}

.u-color-grey-lighten {
  color: #f9f5f1 !important
}

.u-bg-grey-lighten {
  background-color: #f9f5f1 !important
}

.u-color-white {
  color: #fff !important
}

.u-bg-white {
  background-color: #fff !important
}

.u-color-black {
  color: #0f0f0f !important
}

.u-bg-black {
  background-color: #0f0f0f !important
}

.u-color-grey-dark {
  color: #878787 !important
}

.u-bg-grey-dark {
  background-color: #878787 !important
}

.u-color-grey-medium-dark {
  color: #595959 !important
}

.u-bg-grey-medium-dark {
  background-color: #595959 !important
}

.u-color-grey {
  color: #d4d4d4 !important
}

.u-bg-grey {
  background-color: #d4d4d4 !important
}

.u-color-success {
  color: #9ccc18 !important
}

.u-bg-success {
  background-color: #9ccc18 !important
}

.u-color-error {
  color: #ff1935 !important
}

.u-bg-error {
  background-color: #ff1935 !important
}

.u-col-1 {
  columns: 1
}

.u-col-2 {
  columns: 2
}

.u-col-3 {
  columns: 3
}

.u-col-4 {
  columns: 4
}

.u-col-5 {
  columns: 5
}

@media (min-width:20em) {
  .u-col-1\@mobile {
    columns: 1
  }

  .u-col-2\@mobile {
    columns: 2
  }

  .u-col-3\@mobile {
    columns: 3
  }

  .u-col-4\@mobile {
    columns: 4
  }

  .u-col-5\@mobile {
    columns: 5
  }
}

@media (min-width:48em) {
  .u-col-1\@tablet {
    columns: 1
  }

  .u-col-2\@tablet {
    columns: 2
  }

  .u-col-3\@tablet {
    columns: 3
  }

  .u-col-4\@tablet {
    columns: 4
  }

  .u-col-5\@tablet {
    columns: 5
  }
}

@media (min-width:64em) {
  .u-col-1\@desktop {
    columns: 1
  }

  .u-col-2\@desktop {
    columns: 2
  }

  .u-col-3\@desktop {
    columns: 3
  }

  .u-col-4\@desktop {
    columns: 4
  }

  .u-col-5\@desktop {
    columns: 5
  }
}

@media (min-width:80em) {
  .u-col-1\@desktopWide {
    columns: 1
  }

  .u-col-2\@desktopWide {
    columns: 2
  }

  .u-col-3\@desktopWide {
    columns: 3
  }

  .u-col-4\@desktopWide {
    columns: 4
  }

  .u-col-5\@desktopWide {
    columns: 5
  }
}

@media (min-width:81.25em) {
  .u-col-1\@wide {
    columns: 1
  }

  .u-col-2\@wide {
    columns: 2
  }

  .u-col-3\@wide {
    columns: 3
  }

  .u-col-4\@wide {
    columns: 4
  }

  .u-col-5\@wide {
    columns: 5
  }
}

.u-cursor-pointer {
  cursor: pointer
}

.u-disabled,
.u-disabled * {
  color: #595959 !important;
  background: #d4d4d4 !important
}

.u-disabled::after,
.u-disabled:active::after {
  display: none
}

.u-disabled * {
  fill: #595959 !important
}

.u-inline-block {
  display: inline-block
}

.u-inline-block-center {
  display: inline-block;
  vertical-align: middle
}

.u-block {
  display: block
}

.u-inline {
  display: inline
}

.u-flex-end,
.u-flex-start {
  display: flex;
  align-items: flex-start
}

.u-flex-end {
  align-items: flex-end
}

.u-flex-horizontal-end {
  display: flex;
  justify-content: flex-end
}

.u-flex-space-between {
  display: flex;
  justify-content: space-between
}

.u-flex-center {
  align-items: center;
  align-content: center
}

.u-flex-center,
.u-flex-horizontal-center {
  display: flex;
  justify-content: center
}

.u-flex-vertical-center {
  display: flex;
  align-content: center;
  align-items: center
}

.u-flex-right {
  display: flex;
  justify-content: flex-end
}

.u-flex-wrap {
  flex-wrap: wrap
}

.u-flex-column {
  display: flex;
  flex-direction: column
}

@media (max-width:47.99em) {
  .u-flex-column\@mobile {
    display: flex;
    flex-direction: column
  }
}

@media (min-width:48em) {
  .u-flex-right\@tablet {
    display: flex;
    justify-content: flex-end
  }
}

@media (min-width:64em) {
  .u-flex\@desktop {
    display: flex
  }
}

.u-gradient-orange-pink {
  background: linear-gradient(to right, #f68c00 0, #c06 50%) !important
}

.u-gradient-yellow {
  background: linear-gradient(to bottom, #ffc900 0, #ffac00 50%) !important
}

.u-hide {
  display: none !important
}

@media (min-width:81.25em) {
  .u-hide\@wide {
    display: none !important
  }
}

@media (min-width:64em) {
  .u-hide\@desktop {
    display: none !important
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .u-hide\@tablet {
    display: none !important
  }
}

@media (max-width:47.99em) {
  .u-hide\@mobile {
    display: none !important
  }
}

@media (min-width:20em) {
  .u-hide\@from-mobile {
    display: none !important
  }
}

@media (min-width:64em) {
  .u-hide\@from-desktop {
    display: none !important
  }
}

@media (max-width:63.99em) {
  .u-hide\@until-desktop {
    display: none !important
  }
}

@media (max-width:81.24em) {
  .u-hide\@until-wide {
    display: none !important
  }
}

@media (min-width:48em) {
  .u-hide\@from-tablet {
    display: none !important
  }
}

@media (min-width:48em) and (max-width:63.99em) {
  .is-extended .u-hide\@extended-tablet {
    display: none !important
  }
}

.u-visibility-hidden {
  visibility: hidden
}

@media (min-width:64em) and (max-width:81.24em) {
  .u-hide\@small-desktop {
    display: none !important
  }
}

.u-line-height1 {
  line-height: 1
}

.u-line-height1-5 {
  line-height: 1.5
}

.u-opacity-large {
  opacity: .35 !important
}

.u-opacity-medium {
  opacity: .6 !important
}

.u-opacity-small {
  opacity: .75 !important
}

.u-overflow-hidden {
  overflow: hidden
}

@media (max-width:63.99em) {
  .u-no-body-scroll {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden
  }
}

.u-position-relative {
  position: relative
}

.u-position-absolute {
  position: absolute
}

.u-position-1-9 {
  top: 1.5rem;
  left: 1.5rem
}

.u-position-2-9 {
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0)
}

.u-position-3-9 {
  top: 1.5rem;
  right: 1.5rem
}

.u-position-4-9 {
  top: 50%;
  transform: translate(0, -50%);
  left: 1.5rem
}

.u-position-5-9 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.u-position-6-9 {
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem
}

.u-position-7-9 {
  left: 1.5rem;
  bottom: 1.5rem
}

.u-position-8-9 {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1.5rem
}

.u-position-9-9 {
  right: 1.5rem;
  bottom: 1.5rem
}

.u-position-ts-1-9 {
  top: 3rem;
  left: 1.5rem
}

.u-position-ts-2-9 {
  top: 3rem;
  left: 50%;
  transform: translate(-50%, 0)
}

.u-position-ts-3-9 {
  top: 3rem;
  right: 1.5rem
}

.u-position-ts-4-9 {
  top: 50%;
  transform: translate(0, -50%);
  left: 1.5rem
}

.u-position-ts-5-9 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.u-position-ts-6-9 {
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem
}

.u-position-ts-7-9 {
  left: 1.5rem;
  bottom: 4.7rem
}

.u-position-ts-8-9 {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 4.7rem
}

.u-position-ts-9-9 {
  right: 1.5rem;
  bottom: 4.7rem
}

@media (max-width:63.99em) {
  .u-position-absolute.u-position-mobile-1-9 {
    top: .375rem;
    left: .375rem
  }

  .u-position-absolute.u-position-mobile-2-9 {
    top: .375rem;
    left: 50%;
    transform: translate(-50%, 0)
  }

  .u-position-absolute.u-position-mobile-3-9 {
    top: .375rem;
    right: .375rem
  }

  .u-position-absolute.u-position-mobile-4-9 {
    top: 50%;
    transform: translate(0, -50%);
    left: .375rem
  }
}

.u-position-absolute.u-position-mobile-5-9 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width:63.99em) {
  .u-position-absolute.u-position-mobile-6-9 {
    top: 50%;
    transform: translate(0, -50%);
    right: .375rem
  }

  .u-position-absolute.u-position-mobile-7-9 {
    left: .375rem;
    bottom: .375rem
  }

  .u-position-absolute.u-position-mobile-8-9 {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: .375rem
  }

  .u-position-absolute.u-position-mobile-9-9 {
    right: .375rem;
    bottom: .375rem
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact
  }

  .o-layout--print {
    display: flex;
    gap: 10px
  }

  .u-bg-base {
    background: #fff !important
  }

  .c-price-table__item {
    margin: 0;
    border: 0;
    padding-bottom: 0;
    padding-top: .375rem
  }

  .c-offer-summary-top,
  .c-offer-summary__info-links,
  .js-toggle-class,
  .ot-floating-button,
  .u-ignore-print,
  footer,
  header {
    display: none !important
  }

  .c-offer-summary__category,
  c-offer-timeline,
  c-shopping-card {
    display: block !important
  }

  .c-main-content {
    padding: 0
  }

  .c-offer-summary__header,
  .c-offer-summary__links {
    order: -1 !important
  }
}

.u-hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none
}

.u-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0
}

.u-shadow-large {
  box-shadow: 0 20px 30px 0 rgba(15, 15, 15, .25) !important
}

.u-shadow-medium {
  box-shadow: 0 10px 20px 0 rgba(15, 15, 15, .15) !important
}

.u-shadow-small {
  box-shadow: 0 2px 4px 0 rgba(15, 15, 15, .2) !important
}

.u-shadow-tiny {
  box-shadow: 0 0 5px 0 rgba(15, 15, 15, .1) !important
}

.u-show {
  display: block !important
}

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

.u-truncate {
  display: block;
  white-space: nowrap
}

.u-flex-truncate {
  display: flex
}

.u-flex-truncate,
.u-nowrap {
  white-space: nowrap
}

.u-ms-2 {
  font-size: .69444rem !important
}

.u-ms-1 {
  font-size: .83333rem !important
}

.u-ms0 {
  font-size: 1rem !important
}

.u-ms1 {
  font-size: 1.2rem !important
}

.u-ms2 {
  font-size: 1.44rem !important
}

.u-ms3 {
  font-size: 1.728rem !important
}

.u-ms4 {
  font-size: 2.0736rem !important
}

.u-ms5 {
  font-size: 2.48832rem !important
}

.u-ms6 {
  font-size: 2.98598rem !important
}

.u-ms7 {
  font-size: 3.58318rem !important
}

.u-ms8 {
  font-size: 4.29982rem !important
}

.u-font-weight-bold {
  font-weight: 700
}

@media (max-width:47.99em) {
  .u-font-weight-bold\@mobile {
    font-weight: 700
  }
}

.u-font-weight-heavy {
  font-weight: 900
}

.u-font-weight-regular {
  font-weight: 400
}

.u-font-highlight {
  font-weight: 700;
  background-color: #e0d0b9
}

.u-font-size-tiny {
  font-size: 14px
}

.u-font-size-small {
  font-size: 16px
}

.u-font-size-large {
  font-size: 1.44rem
}

.c-datepicker {
  position: relative;
  background-color: #f7f3ec
}

@media (max-width:47.99em) {
  .c-datepicker {
    margin: 0 1.5rem
  }
}

.c-datepicker .c-selectbox__icon,
.c-datepicker select {
  transition: none
}

.c-datepicker--one-month {
  position: relative
}

@media (min-width:48em) {
  .c-datepicker--one-month {
    max-width: 18rem
  }
}

@media (max-width:47.99em) {
  .c-datepicker--one-month {
    margin: 0
  }
}

.c-datepicker__icon {
  color: #c06;
  cursor: pointer;
  position: absolute;
  z-index: 1
}

@media (min-width:48em) {
  .c-datepicker__icon {
    top: 58%;
    transform: translate(0, -58%)
  }
}

@media (max-width:47.99em) {
  .c-datepicker__icon {
    top: .5rem
  }
}

.c-datepicker__icon--left {
  left: 0
}

@media (max-width:47.99em) {
  .c-datepicker__icon--left {
    left: 1rem
  }
}

@media (min-width:48em) {
  .c-flyout--bubble .c-datepicker__icon--left {
    left: -1.3rem
  }
}

.c-datepicker__icon--right {
  right: 0
}

@media (max-width:47.99em) {
  .c-datepicker__icon--right {
    right: 1rem
  }
}

@media (min-width:48em) {
  .c-flyout--bubble .c-datepicker__icon--right {
    right: -1.3rem
  }
}

.c-datepicker__footer {
  background-color: #fff
}

@media (max-width:63.99em) {
  .c-datepicker__footer {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    background-color: #fff
  }
}

.c-datepicker__legend {
  font-size: .69444rem;
  padding: 0 1.5rem .375rem;
  background-color: #f7f3ec
}

@media (max-width:47.99em) {
  .c-datepicker__legend {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    margin-right: .75rem;
    background-color: #fff
  }
}

.c-datepicker__holiday-select {
  display: flex;
  position: relative
}

@media (min-width:64em) {
  .c-datepicker__holiday-select {
    width: 66.66667%
  }
}

@media (max-width:63.99em) {
  .c-datepicker__holiday-select {
    flex: 1 1 100%
  }
}

.c-datepicker__duration {
  flex-grow: 1;
  flex-shrink: 1
}

@media (min-width:48em) {
  .c-datepicker__duration {
    flex-basis: 50%;
    padding-left: 20px
  }
}

.c-datepicker__switch-wrapper {
  flex-grow: 1;
  flex-shrink: 1
}

@media (min-width:48em) {
  .c-datepicker__switch-wrapper {
    flex-basis: 50%
  }
}

@media (max-width:47.99em) {
  .c-datepicker__switch-wrapper {
    font-size: 14px
  }
}

.c-datepicker__switch-label {
  position: absolute;
  top: -.75rem;
  font-size: 14px
}

.c-datepicker__info {
  position: absolute;
  font-size: .69444rem;
  margin-top: .75rem
}

@media (max-width:47.99em) {
  .c-datepicker__info {
    margin-top: 0;
    bottom: 1rem
  }
}

.asd__wrapper {
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 36rem
}

@media (max-width:47.99em) {
  .asd__wrapper {
    max-width: 20rem
  }
}

.asd__wrapper--full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 100
}

.asd__inner-wrapper {
  position: relative;
  transition: all .3s ease;
  max-width: 100%
}

.asd__change-month-button {
  display: none
}

.asd__day-titles {
  border-bottom: 1px solid #e0d0b9
}

.asd__day-title {
  font-size: 12px;
  font-weight: 400;
  width: 34px;
  height: 34px
}

.asd__week {
  border-bottom: 1px solid #e0d0b9
}

.asd__week:last-child {
  border-bottom: 0
}

.asd__month-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin: 0
}

.asd__month {
  display: inline-block;
  transition: all .3s ease
}

@media (min-width:48em) and (max-width:63.99em) {
  .asd__month {
    height: 16rem;
    padding: .75rem 1.5rem
  }
}

@media (min-width:64em) {
  .asd__month {
    height: 15rem;
    padding: .75rem 1.5rem
  }
}

@media (max-width:47.99em) {
  .asd__month {
    height: 15.3rem
  }
}

.asd__month--hidden {
  visibility: hidden
}

.asd__month-name {
  font-size: .83333rem;
  text-align: center;
  margin: 0 0 .75rem;
  line-height: 1.4em
}

@media (max-width:47.99em) {
  .asd__month-name {
    margin: .375rem 0;
    font-size: 1rem
  }
}

.asd__day-button {
  position: relative;
  background: 0 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  color: inherit;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-size: .83333rem;
  font-weight: inherit;
  padding: 0
}

@media (max-width:47.99em) {
  .asd__day-button {
    font-size: 1rem
  }
}

.asd__day-button:focus,
.asd__day:focus {
  outline: 0
}

.asd__day {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0
}

@media (max-width:47.99em) {
  .asd__day {
    width: 34px;
    height: 1.8rem
  }
}

.asd__day::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.asd__day--default:hover::before {
  background-color: #d4d4d4;
  border-radius: 100%
}

.asd__day--holiday::after {
  content: "•";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #c06
}

@media (max-width:47.99em) {
  .asd__day--holiday::after {
    top: 1.8rem
  }
}

.asd__day--holiday.asd__day--in-range::after,
.asd__day--holiday.asd__day--selected::after,
.asd__day--holiday:hover:not(.asd__day--disabled)::after,
.asd__wrapper .asd__day--hovered:not(.asd__selected-date-one) {
  color: #fff
}

.asd__wrapper--initial .asd__day--holiday.asd__day--in-range:not(:hover)::after {
  color: #c06
}

.asd__wrapper .asd__day--in-range,
.asd__wrapper .asd__day--selected,
.asd__wrapper--single .asd__day--default:hover,
.asd__wrapper--single .asd__day--selected {
  color: #fff
}

.asd__wrapper .asd__day--in-range::before {
  background-color: #f4067e
}

.asd__wrapper .asd__day--selected::before {
  background-color: #c06
}

.asd__wrapper .asd__selected-date-one::before {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

.asd__wrapper .asd__selected-date-two::before {
  background-color: #c06;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.asd__wrapper .asd__day--hovered:not(.asd__selected-date-one)::before {
  background-color: #f4067e;
  border: 0
}

.asd__wrapper--single .asd__day--default:hover::before,
.asd__wrapper--single .asd__day--selected::before {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #c06
}

@media (max-width:47.99em) {

  .asd__wrapper--single .asd__day--default:hover::before,
  .asd__wrapper--single .asd__day--selected::before {
    width: 42px;
    height: 42px
  }
}

.asd__day--disabled,
.asd__day--empty {
  color: #595959
}

.asd__day--disabled .asd__day-button,
.asd__day--empty .asd__day-button {
  cursor: default
}

.asd__day--empty {
  visibility: hidden
}

.asd__list-complete-leave-active {
  position: absolute
}

.asd__list-complete-leave-active:nth-child(2) {
  transform: translate(-100%, 0)
}

.animate-rtl.asd__list-complete-leave-active:nth-child(2) {
  transform: translate(300%, 0)
}

@media (max-width:47.99em) {
  .animate-rtl.asd__list-complete-leave-active:nth-child(2) {
    transform: translate(200%, 0)
  }
}

.animate-rtl.asd__list-complete-leave-active:nth-child(3) {
  transform: translate(400%, 0)
}

.asd__list-complete-enter {
  transform: translate(200%, 0)
}

.animate-rtl.asd__list-complete-enter {
  transform: translate(-200%, 0)
}

@media (max-width:47.99em) {
  .animate-rtl.asd__list-complete-enter {
    transform: translate(-100%, 0)
  }
}

.multiselect {
  border: 1px solid #f0e7d9;
  border-radius: 4px;
  padding: .5rem .45rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 2.3rem;
  text-align: left;
  color: #0f0f0f;
  background: #fff
}

.multiselect * {
  box-sizing: border-box
}

.multiselect:focus {
  outline: 0
}

.multiselect:active,
.multiselect:focus,
.multiselect:hover {
  box-shadow: 0 0 5px 0 rgba(15, 15, 15, .1);
  border-color: #e0d0b9
}

.multiselect--active {
  z-index: 50
}

.multiselect--active .multiselect__current,
.multiselect--active .multiselect__input,
.multiselect--active .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg)
}

.multiselect.has-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.multiselect.has-tags {
  padding-top: .275rem;
  padding-bottom: .275rem
}

@media (max-width:47.99em) {
  .multiselect.has-tags:not(.multiselect--active) {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap
  }
}

.multiselect__input,
.multiselect__single {
  border: 0;
  border-radius: 4px;
  background: #fff;
  padding: 2px 0 0;
  width: 100%;
  height: 100%;
  transition: border .1s ease;
  box-sizing: border-box
}

.multiselect__input {
  display: inline-block
}

.multiselect__single {
  position: relative
}

.multiselect__input:hover,
.multiselect__single:hover {
  border: 0;
  box-shadow: none
}

.multiselect__input:focus,
.multiselect__single:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
  width: calc(100% - (2.2rem*2)) !important
}

.has-no-value .multiselect__input,
.has-no-value .multiselect__single {
  color: #d4d4d4
}

.multiselect__single {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1
}

.multiselect__input {
  position: absolute;
  top: 0;
  left: 2.2rem
}

.multiselect__tags {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  border: 0
}

.is-single .multiselect__tags {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 1.5rem
}

.multiselect__tags-wrap {
  margin-top: -.375rem
}

.multiselect--active .multiselect__tags-wrap {
  display: none
}

.multiselect__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: .375rem;
  border: 1px solid #d1cabf;
  border-radius: 4px;
  margin-right: .375rem;
  color: #0f0f0f;
  background: #f0e7d9;
  margin-top: .375rem;
  font-size: .69444rem
}

.multiselect__tag:hover {
  background: #e0d0b9
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: .75rem
}

.multiselect__icon-remove {
  display: none;
  position: absolute;
  right: .75rem;
  z-index: 1;
  cursor: pointer
}

.has-values .multiselect__icon-remove {
  display: block
}

.multiselect--active .multiselect__icon-remove,
.multiselect--active .multiselect__placeholder {
  display: none
}

.multiselect__current,
.multiselect__select {
  line-height: 1rem;
  display: block;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  cursor: pointer
}

.multiselect__current {
  overflow: hidden;
  padding: .5rem .75rem 0;
  padding-right: 1.875rem;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #f0e7d9
}

.multiselect__select {
  position: absolute;
  width: 2.5rem;
  height: 2.375rem;
  right: 1px;
  top: 1px;
  padding: .25rem .5rem;
  text-align: center;
  transition: transform .2s ease
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #0f0f0f;
  margin-top: .25rem;
  border-style: solid;
  border-width: .3125rem .3125rem 0;
  border-color: #0f0f0f transparent transparent;
  content: ""
}

.multiselect__placeholder {
  color: #0f0f0f;
  display: inline-block;
  line-height: 1
}

.multiselect__content-wrapper {
  box-shadow: 0 0 5px 0 rgba(15, 15, 15, .1);
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  max-height: 15rem;
  overflow: auto;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  background: #fff
}

.has-results .multiselect__content-wrapper {
  border: 1px solid #e0d0b9;
  border-top: none
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top
}

.multiselect__content::webkit-scrollbar {
  display: none
}

.multiselect__option {
  display: flex;
  justify-content: space-between;
  padding: .375rem;
  margin: .375rem;
  line-height: 1rem;
  font-size: .83333rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 2.5rem;
  padding-right: .75rem;
  padding-left: 1.25rem
}

.multiselect__option--highlight {
  background: #f7f3ec;
  outline: 0;
  color: #0f0f0f
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  color: #0f0f0f
}

.multiselect__option--selected {
  background: #f7f3ec;
  color: #35495e
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  font-weight: 300;
  color: #d9c6a4
}

.multiselect__option--group {
  color: #878787;
  background: #f7f7f7
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #f7f3ec;
  color: #0f0f0f
}

.multiselect__option--selected.multiselect__option--highlight:after {
  content: attr(data-deselect);
  color: #0f0f0f
}

.multiselect--disabled {
  background: #f7f7f7;
  pointer-events: none
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: #f7f7f7;
  color: #878787
}

.multiselect__option--disabled {
  padding: .75rem;
  margin: 0;
  cursor: text;
  pointer-events: none
}

.multiselect__option--disabled:visited {
  color: #878787
}

.multiselect__option--disabled:focus,
.multiselect__option--disabled:hover {
  background: #f2ece1
}

.multiselect-enter,
.multiselect-leave {
  opacity: 0;
  max-height: 0 !important
}

.multiselect__icon-search {
  margin-right: .75rem;
  flex-shrink: 0
}

.multiselect--slim .multiselect__additional-infos,
.multiselect--slim .multiselect__option--disabled {
  display: none
}

.multiselect__additional-infos {
  color: #595959
}

.multiselect--frameless {
  border: 0;
  box-shadow: none;
  flex-wrap: wrap;
  height: 100%;
  padding-right: .75rem;
  padding-bottom: .375rem
}

.multiselect--frameless:active,
.multiselect--frameless:focus,
.multiselect--frameless:hover {
  box-shadow: none
}

.multiselect--frameless .multiselect__content-wrapper {
  box-shadow: none;
  top: 100%
}

.multiselect--frameless.multiselect--active {
  border: 0
}

.multiselect__frameless-title {
  width: 100%;
  margin-bottom: .375rem;
  font-size: .83333rem;
  color: #595959
}

.c-range-slider__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative
}

.c-range-slider__wrapper.c-range-slider__mobile {
  width: 100%
}

@media (max-width:47.99em) {
  .c-range-slider__wrapper.c-range-slider__mobile {
    width: 80%;
    margin: 0 auto
  }
}

.c-range-slider__top-label {
  margin-bottom: .375rem;
  display: block;
  font-size: .83333rem;
  color: #595959
}

.c-range-slider__label {
  display: inline-block;
  color: #0f0f0f;
  font-size: .83333rem
}

.c-range-slider__label-loading {
  width: 3rem;
  height: .8rem
}

.c-range-slider {
  margin-bottom: .375rem;
  flex-basis: 100%;
  padding-left: 8px;
  padding-right: 7px
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  background-color: #e0d0b9;
  border-radius: 4px
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 4px;
  width: calc(100% - -.34rem);
  left: -.34rem
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0
}

.noUi-origin {
  height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: all .2s ease
}

.noUi-horizontal {
  height: 6px
}

.noUi-handle {
  position: absolute;
  right: -.34rem;
  top: -4px;
  width: 14px;
  height: 14px;
  background-color: #c06;
  border-radius: 100%;
  cursor: pointer;
  outline: 0
}

@media (max-width:47.99em) {
  .noUi-handle {
    right: -7px
  }
}

.noUi-handle::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 42px;
  height: 42px
}

.noUi-connect {
  background-color: #c06
}

[disabled] .noUi-connect {
  background-color: #d4d4d4
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto
}

.slick-track::after,
.slick-track::before {
  content: "";
  display: table
}

.slick-track::after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  position: relative;
  float: left;
  height: auto;
  min-height: 1px;
  display: none
}

.slick-slide:first-child {
  display: block
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: inline-block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-slide>div {
  display: flex;
  width: 100%;
  height: 100%
}

.slick-arrow.slick-hidden {
  display: none
}

@media (max-width:47.99em) {
  .has-tooltip {
    overflow: hidden
  }
}

.tippy-popper {
  max-width: none;
  pointer-events: all;
  opacity: 1 !important
}

@media (max-width:47.99em) {
  .tippy-popper.is-flyout {
    transform: none !important;
    width: 100%;
    height: 100%;
    position: fixed !important;
    max-width: none !important
  }
}

.tippy-content {
  position: relative;
  z-index: 9999;
  height: 100%
}

.primary-theme .tippy-content {
  box-shadow: 0 2px 4px 0 rgba(15, 15, 15, .2);
  padding: .1rem .4rem;
  max-width: 12rem;
  font-size: 12px;
  border-radius: 2px;
  background-color: #c06;
  color: #fff
}

@media (max-width:47.99em) {
  .flyout-theme .tippy-arrow {
    display: none
  }
}

.tippy-popper[x-placement^=bottom] .primary-theme .tippy-arrow {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 6px solid #c06;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -6px
}

.tippy-popper[x-placement^=top] .primary-theme .tippy-arrow {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 6px solid #c06;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  filter: drop-shadow(0 4px 3px rgba(15, 15, 15, .2));
  bottom: -6px
}

@media (min-width:48em) {

  .tippy-popper[x-placement^=bottom] .flyout-theme .tippy-arrow,
  .tippy-popper[x-placement^=bottom] .flyout-theme .tippy-arrow::before {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-bottom: 15px solid #e0d0b9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    border-bottom-width: 10px
  }

  .tippy-popper[x-placement^=bottom] .flyout-theme .tippy-arrow::before {
    border-bottom: 15px solid #fff;
    position: absolute;
    top: 2px;
    right: -10px
  }

  .tippy-popper[x-placement^=top] .flyout-theme .tippy-arrow,
  .tippy-popper[x-placement^=top] .flyout-theme .tippy-arrow::before {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-width: 10px;
    z-index: 2
  }

  .tippy-popper[x-placement^=top] .flyout-theme .tippy-arrow {
    border-top: 15px solid #e0d0b9;
    filter: drop-shadow(0 4px 3px rgba(15, 15, 15, .2));
    bottom: -10px
  }

  .tippy-popper[x-placement^=top] .flyout-theme .tippy-arrow::before {
    border-top: 15px solid #fff;
    position: absolute;
    top: auto;
    bottom: 2px;
    right: -10px
  }
}

.tippy-tooltip {
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  transform: none !important;
  height: 100%
}

.c-offcanvas-close {
  display: none
}

@media (min-width:48em) and (max-width:63.99em) {
  .c-offcanvas-close {
    position: fixed;
    right: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    z-index: 80;
    touch-action: manipulation
  }
}

.c-offcanvas-close.is-open {
  display: block
}

.prevent-column-break {
  page-break-inside: avoid;
  break-inside: avoid
}

.c-offer__slick .c-offer {
  display: flex !important
}

.c-checkbox-input__selection--h2 {
  line-height: .7
}

@media (min-width:64em) {

  .c-offer__image-container--hotel-overview .c-slick-wrapper,
  .c-offer__image-container--hotel-overview .slick-list,
  .c-offer__image-container--hotel-overview .slick-slide,
  .c-offer__image-container--hotel-overview .slick-slider,
  .c-offer__image-container--hotel-overview .slick-track {
    height: 100%
  }
}