.Socialmedia-module-scss-module__878Lkq__list {
  margin: 0;
  padding-top: 20px;
  list-style: none;
  display: flex;
}
.Socialmedia-module-scss-module__878Lkq__item {
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  box-shadow:
    0 1px 8px #0825491c,
    0 3px 4px #0825490d,
    0 3px 3px #0825491a;
}
.Socialmedia-module-scss-module__878Lkq__item:first-child {
  margin-left: 0;
}
.Socialmedia-module-scss-module__878Lkq__link {
  color: #007fa9;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}
.Socialmedia-module-scss-module__878Lkq__link:hover {
  color: #004277;
  background: #ffffff80;
  text-decoration: none;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-enter {
  opacity: 0;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-enter-active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
:is(
  .LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-exit,
  .LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-eager-exit
) {
  opacity: 1;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-exit-active {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper .lazy-image-eager-enter {
  opacity: 1;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper
  .lazy-image-eager-enter-active {
  opacity: 1;
  transition: none;
}
.LazyImage-module-scss-module__PiOWDa__imageWrapper
  .lazy-image-eager-exit-active {
  opacity: 1;
  transition: none;
}
.LazyImage-module-scss-module__PiOWDa__imageElement {
  object-fit: cover;
  will-change: opacity;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.LazyImage-module-scss-module__PiOWDa__isEager {
  will-change: auto;
  opacity: 1;
  transition: none;
}
.LazyImage-module-scss-module__PiOWDa__imageLoaded:not(.lazy-image-exit-active) {
  opacity: 1;
}
.LazyImage-module-scss-module__PiOWDa__copyright {
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  color: #013259;
  left: var(--tsbob-lazy-image-copyright-left, initial);
  max-width: var(--tsbob-lazy-image-copyright-max-width, initial);
  max-height: 50%;
  transform-origin: unset;
  text-align: left;
  writing-mode: sideways-rl;
  text-shadow: var(--tsbob-lazy-image-copyright-text-shadow, initial);
  background: #fffc;
  border-radius: 50px;
  margin: 0;
  padding: 0.25rem 0;
  font-size: 9px;
  line-height: 1.4;
  position: absolute;
  top: 0.5rem;
  bottom: auto;
  right: 0.5rem;
  overflow: hidden;
  transform: rotate(-180deg);
}
.LazyImage-module-scss-module__PiOWDa__copyrightIcon {
  margin: var(--tsbob-lazy-image-copyright-icon-margin, initial);
}
.SlideItem-module-scss-module__RgDADq__root {
  border: var(--tsbobc-slideItem--border, 0);
  padding: var(--tsbobc-slideItem--padding, 0);
  cursor: pointer;
}
.SlideItem-module-scss-module__RgDADq__root:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  outline-offset: var(--tsbobc-slideItem--focus_outline-offset, -3px);
  outline: var(--tsbobc-slideItem--focus_outline, 3px solid #007fa9);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.SlideItem-module-scss-module__RgDADq__root:focus-visible {
  box-shadow: none;
  outline: none;
}
.SlideItem-module-scss-module__RgDADq__root:focus-visible:after {
  display: block;
}
[data-js-focus-visible]
  .SlideItem-module-scss-module__RgDADq__root:focus-visible:not(
    [data-focus-visible-added]
  ):after {
  display: none;
}
.SlideItem-module-scss-module__RgDADq__root:hover
  .SlideItem-module-scss-module__RgDADq__hoverContent {
  display: block;
}
.SlideItem-module-scss-module__RgDADq__hoverContent {
  display: none;
}
.SlideItem-module-scss-module__RgDADq__description {
  position: var(--tsbobc-slideItem--description_position, absolute);
  right: var(--tsbobc-slideItem--description_right, 0.5rem);
  bottom: var(--tsbobc-slideItem--description_bottom, 0.5rem);
  color: var(--tsbobc-slideItem--description_color, #fff);
  font-size: var(--tsbobc-slideItem--description_font-size, 0.75rem);
  background: var(--tsbobc-slideItem--description_bg, #01325980);
  border-radius: var(--tsbobc-slideItem--description_border-radius, 2px);
  padding: var(--tsbobc-slideItem--description_padding, 0.125rem);
  display: block;
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.ImageSlider-module-scss-module__bXd3Sq__root {
  min-height: 72vw;
  position: relative;
}
@media (min-width: 600px) {
  .ImageSlider-module-scss-module__bXd3Sq__root {
    min-height: 37.6vw;
  }
}
@media (min-width: 760px) {
  .ImageSlider-module-scss-module__bXd3Sq__root {
    min-height: 34.2vw;
  }
}
@media (min-width: 1024px) {
  .ImageSlider-module-scss-module__bXd3Sq__root {
    min-height: 24.2vw;
  }
}
@media (min-width: 1401px) {
  .ImageSlider-module-scss-module__bXd3Sq__root {
    min-height: 18.5vw;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__root.is-loading {
  border-radius: 4px;
  position: relative;
}
@keyframes ImageSlider-module-scss-module__bXd3Sq__shine {
  to {
    background-position: calc(100% + 200px) 0;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__root.is-loading:before {
  content: "";
  z-index: 11;
  background: linear-gradient(90deg, #fff0, #fff6 50%, #fff0 80%) -200px 0/200px
    100% no-repeat;
  animation: 2s infinite ImageSlider-module-scss-module__bXd3Sq__shine;
  display: block;
  position: absolute;
  inset: 0;
}
.ImageSlider-module-scss-module__bXd3Sq__root.is-loading {
  background-color: #d4d6da;
}
@media (min-width: 1024px) {
  .ImageSlider-module-scss-module__bXd3Sq__has3 .slick-slider .slick-cloned {
    display: none;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has3 .slick-track {
    width: 100% !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has3 .slick-slide {
    width: 33.3% !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has3 .slick-slide > div {
    flex: 1;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__has1 .slick-slider .slick-cloned {
  display: none;
}
@media (max-width: 767.98px) {
  .ImageSlider-module-scss-module__bXd3Sq__has1 .slick-track {
    width: 100% !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has1 .slick-slide {
    width: 100% !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has1 .slick-slide > div {
    flex: 1;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__has1
  .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
  background-color: #d4d6da;
  display: none;
  position: absolute;
  inset: 0;
}
@supports (background-blend-mode: overlay) {
  .ImageSlider-module-scss-module__bXd3Sq__has1
    .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .ImageSlider-module-scss-module__bXd3Sq__has1
    .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
    display: block;
  }
}
@media (min-width: 600px) {
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-track {
    width: 100% !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-slide {
    padding: 0 !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-slide > div {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-slider .slick-cloned {
    display: none;
  }
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-slide {
    width: 33.33% !important;
  }
}
@media (min-width: 1200px) {
  .ImageSlider-module-scss-module__bXd3Sq__has2 .slick-track {
    justify-content: flex-end;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__has2
  .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
  background-color: #d4d6da;
  display: none;
  position: absolute;
  inset: 0;
}
@supports (background-blend-mode: overlay) {
  .ImageSlider-module-scss-module__bXd3Sq__has2
    .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 990px) {
  .ImageSlider-module-scss-module__bXd3Sq__has2
    .ImageSlider-module-scss-module__bXd3Sq__sliderBackground {
    display: block;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root {
  box-shadow:
    0 11px 15px #0825490f,
    0 9px 46px #08254905,
    0 24px 38px #0825490a;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root .slick-track {
  flex-wrap: nowrap;
  display: flex;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root .slick-slide {
  flex: none;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root .slick-slide > div {
  position: relative;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root
  .slick-slide
  > div:after {
  content: "";
  width: 100%;
  padding-top: 80%;
  display: block;
}
@media (min-width: 768px) {
  .ImageSlider-module-scss-module__bXd3Sq__carousel--root
    .slick-slide
    > div:after {
    padding-top: 75%;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root .slick-slide-item {
  background: #d4d6da;
  display: block;
  position: absolute;
  inset: 0;
}
@media (min-width: 990px) {
  .ImageSlider-module-scss-module__bXd3Sq__carousel--root
    .slick-slide-item.has-gallery-indicator:hover:before {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #007fa9;
    z-index: 2;
    pointer-events: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    animation:
      0.3s ease-in-out ImageSlider-module-scss-module__bXd3Sq__fadeIn,
      0.3s ease-in-out ImageSlider-module-scss-module__bXd3Sq__zoomIn;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
      0 4px 5px #0825491c,
      0 3px 14px #0825490d,
      0 8px 10px #0825491a;
    font-family: iconfont !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__carousel--root
    .slick-slide-item.has-video-indicator:hover:before {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #007fa9;
    z-index: 2;
    pointer-events: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    animation:
      0.3s ease-in-out ImageSlider-module-scss-module__bXd3Sq__fadeIn,
      0.3s ease-in-out ImageSlider-module-scss-module__bXd3Sq__zoomIn;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
      0 4px 5px #0825491c,
      0 3px 14px #0825490d,
      0 8px 10px #0825491a;
    font-family: iconfont !important;
  }
  .ImageSlider-module-scss-module__bXd3Sq__carousel--root
    .slick-slide-item.has-video-indicator:hover:before {
    content: "▶";
    background-color: #fff;
    border-radius: 4px;
    width: 70px;
    height: 44px;
    font-size: 24px;
    animation: 0.3s ease-in-out ImageSlider-module-scss-module__bXd3Sq__fadeIn;
  }
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root
  .slick-slide-item.youtube-slide:before {
  display: none;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root
  .slick-slide-item.youtube-slide
  iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.ImageSlider-module-scss-module__bXd3Sq__carousel--root
  .slick-slide-item.youtube-slide
  > div {
  height: 100%;
}
@keyframes Gallery-module-scss-module__dDreWW__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
@keyframes Gallery-module-scss-module__dDreWW__flashDecent {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
}
.Gallery-module-scss-module__dDreWW__root.Gallery-module-scss-module__dDreWW__is-loading {
  background: #eeeff0;
  animation: 3s infinite Gallery-module-scss-module__dDreWW__flashDecent;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__root {
    margin: 0 0 1rem;
  }
}
@media (min-width: 990px) {
  .Gallery-module-scss-module__dDreWW__root {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .Gallery-module-scss-module__dDreWW__root .slick-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .Gallery-module-scss-module__dDreWW__root .slick-slider .slick-slide {
    padding: 0;
  }
  :is(
    .Gallery-module-scss-module__dDreWW__root .slick-slider .slick-prev,
    .Gallery-module-scss-module__dDreWW__root .slick-slider .slick-next
  ) {
    z-index: 1;
  }
  .Gallery-module-scss-module__dDreWW__root .slick-slider .slick-prev {
    left: 25vw;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Gallery-module-scss-module__dDreWW__root .slick-slider .slick-prev {
    left: 33.33vw;
  }
}
.Gallery-module-scss-module__dDreWW__root.Gallery-module-scss-module__dDreWW__global-indicator {
  position: relative;
}
.Gallery-module-scss-module__dDreWW__root.Gallery-module-scss-module__dDreWW__global-indicator:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #007fa9;
  z-index: 2;
  pointer-events: none;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  animation:
    0.3s ease-in-out Gallery-module-scss-module__dDreWW__fadeIn,
    0.3s ease-in-out Gallery-module-scss-module__dDreWW__zoomIn;
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  transform: translate(-50%, -50%);
  box-shadow:
    0 4px 5px #0825491c,
    0 3px 14px #0825490d,
    0 8px 10px #0825491a;
  font-family: iconfont !important;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__root.Gallery-module-scss-module__dDreWW__global-indicator:before {
    display: none;
  }
}
@media (min-width: 990px) {
  .Gallery-module-scss-module__dDreWW__root.Gallery-module-scss-module__dDreWW__global-indicator:before {
    display: flex;
  }
}
.Gallery-module-scss-module__dDreWW__gallery {
  width: 100%;
}
.Gallery-module-scss-module__dDreWW__imgWrap--root {
  flex: 0 0 100%;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .Gallery-module-scss-module__dDreWW__thumbnails {
    display: none;
  }
}
.Gallery-module-scss-module__dDreWW__modal--dialog {
  padding: 0;
}
.Gallery-module-scss-module__dDreWW__modal--overlay {
  z-index: 1040;
  --tsbob-modal-overlay-bg: #000;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--content {
  background: 0 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 0 1rem;
  display: flex;
  max-width: 1920px !important;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header {
  border-bottom: 0;
  flex-shrink: 0;
  justify-content: center;
  min-height: 46px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__modal--root
    .Gallery-module-scss-module__dDreWW__modal--header {
    padding: 2rem;
  }
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header
  .Gallery-module-scss-module__dDreWW__closeBtn {
  border: 2px solid #fff !important;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header
  .Gallery-module-scss-module__dDreWW__modal--closeButton {
  color: #fff;
  background-color: #0000;
  border: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px !important;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header
  .Gallery-module-scss-module__dDreWW__modal--closeButton:hover,
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header
  .Gallery-module-scss-module__dDreWW__modal--closeButton:active {
  color: #fff;
  box-shadow: none;
  background-color: #0000;
  border: none;
  outline: none;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--header
  .Gallery-module-scss-module__dDreWW__modal--closeButton
  .Gallery-module-scss-module__dDreWW__modal--closeButton--icon {
  font-size: 30px;
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--title {
  color: #fff;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__modal--root
    .Gallery-module-scss-module__dDreWW__modal--title {
    font-size: 1.25rem;
  }
}
.Gallery-module-scss-module__dDreWW__modal--root
  .Gallery-module-scss-module__dDreWW__modal--body {
  flex: auto;
  min-height: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__modal--root
    .Gallery-module-scss-module__dDreWW__modal--body {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) and (min-height: 768px) {
  .Gallery-module-scss-module__dDreWW__modal--root
    .Gallery-module-scss-module__dDreWW__modal--body {
    max-height: initial;
    overflow-y: initial;
  }
}
@media (min-width: 990px) {
  .Gallery-module-scss-module__dDreWW__modal--root
    .Gallery-module-scss-module__dDreWW__modal--body {
    padding: 0 3rem;
  }
}
.Gallery-module-scss-module__dDreWW__itemWrapper {
  background: 0 0;
  flex-direction: column;
  justify-content: space-around;
  width: auto;
}
.Gallery-module-scss-module__dDreWW__itemWrapper picture {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
}
.Gallery-module-scss-module__dDreWW__itemWrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.Gallery-module-scss-module__dDreWW__itemWrapper.Gallery-module-scss-module__dDreWW__is-video-iframe {
  margin: 0;
  padding-top: 0;
}
.Gallery-module-scss-module__dDreWW__itemWrapper.Gallery-module-scss-module__dDreWW__is-video-youtube:before {
  display: none;
}
.Gallery-module-scss-module__dDreWW__description {
  text-align: center;
  z-index: 4;
  background: 0 0;
  border: none;
  order: -1;
  width: 100%;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  position: relative;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) {
  .Gallery-module-scss-module__dDreWW__description {
    font-size: 1rem;
  }
}
@media (min-width: 990px) {
  .Gallery-module-scss-module__dDreWW__description {
    font-size: 1.25rem;
  }
}
.Gallery-module-scss-module__dDreWW__slide {
  justify-content: center;
}
.Gallery-module-scss-module__dDreWW__thumbnail:before {
  content: "";
  content: "";
  z-index: 1;
  border: 0.1em solid #007fa999;
  border-color: #007fa999 #0000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 16px;
  animation:
    0.9s linear infinite Gallery-module-scss-module__dDreWW__rotate,
    0.7s ease-in-out Gallery-module-scss-module__dDreWW__fadeIn;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
.Gallery-module-scss-module__dDreWW__thumbnail:after {
  background: #007fa999;
}
.Gallery-module-scss-module__dDreWW__thumbnail.Gallery-module-scss-module__dDreWW__is-video-youtube:before {
  display: none;
}
.Gallery-module-scss-module__dDreWW__thumbnail > div {
  width: 100%;
  height: 100%;
}
.Gallery-module-scss-module__dDreWW__modal--closeButton {
  right: 15px;
}
.Gallery-module-scss-module__dDreWW__itemWrapper.Gallery-module-scss-module__dDreWW__itemWrapper {
  background: 0 0;
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes LazyImageGallery-module-scss-module__Y-iltq__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward {
  opacity: 0;
  color: #004277;
  min-width: 36px;
  min-height: 36px;
  animation: 0.1s ease-in LazyImageGallery-module-scss-module__Y-iltq__fadeIn;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack.LazyImageGallery-module-scss-module__Y-iltq__navBack--is-disabled,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack.LazyImageGallery-module-scss-module__Y-iltq__navBack--is-disabled:hover,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack.LazyImageGallery-module-scss-module__Y-iltq__navForward--is-disabled,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack.LazyImageGallery-module-scss-module__Y-iltq__navForward--is-disabled:hover,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward.LazyImageGallery-module-scss-module__Y-iltq__navBack--is-disabled,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward.LazyImageGallery-module-scss-module__Y-iltq__navBack--is-disabled:hover,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward.LazyImageGallery-module-scss-module__Y-iltq__navForward--is-disabled,
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward.LazyImageGallery-module-scss-module__Y-iltq__navForward--is-disabled:hover {
  color: #fff;
}
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navBack {
  left: 1rem;
}
.LazyImageGallery-module-scss-module__Y-iltq__root
  .LazyImageGallery-module-scss-module__Y-iltq__navForward {
  right: 1rem;
}
.LazyImageGallery-module-scss-module__Y-iltq__root:hover
  .LazyImageGallery-module-scss-module__Y-iltq__navBack,
.LazyImageGallery-module-scss-module__Y-iltq__root:hover
  .LazyImageGallery-module-scss-module__Y-iltq__navForward {
  opacity: 1;
}
@media (max-width: 989.98px) {
  .LazyImageGallery-module-scss-module__Y-iltq__root
    .LazyImageGallery-module-scss-module__Y-iltq__navBack,
  .LazyImageGallery-module-scss-module__Y-iltq__root
    .LazyImageGallery-module-scss-module__Y-iltq__navForward {
    opacity: 1;
  }
}
.ItemImage-module-scss-module__oWYi_W__root {
  text-align: center;
  z-index: 10;
  background: #d4d6da;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .ItemImage-module-scss-module__oWYi_W__root {
    width: 320px;
    height: 100%;
  }
}
.ItemImage-module-scss-module__oWYi_W__imageContainerAspectRatio {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .ItemImage-module-scss-module__oWYi_W__imageContainerAspectRatio {
    height: 100%;
  }
}
.ItemImage-module-scss-module__oWYi_W__imageContainerAspectRatio:after {
  content: "";
  width: 100%;
  padding-top: 60%;
  display: block;
}
.ItemImage-module-scss-module__oWYi_W__imageContainerAspectRatio > * {
  position: absolute;
  inset: 0;
}
.ItemImage-module-scss-module__oWYi_W__fallbackImgText {
  color: #fff;
  opacity: 0.5;
  background: #004277;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0;
}
.ItemImage-module-scss-module__oWYi_W__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@keyframes Item-module-scss-module__Ko-DkG__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Item-module-scss-module__Ko-DkG__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.Item-module-scss-module__Ko-DkG__root {
  color: #013259;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin-bottom: 30px;
  animation: 0.5s ease-in-out Item-module-scss-module__Ko-DkG__fadeInUp;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 11px 15px #0825491c,
    0 9px 46px #0825490d,
    0 24px 38px #0825491a;
}
@media (min-width: 360px) {
  .Item-module-scss-module__Ko-DkG__root {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 370px) {
  .Item-module-scss-module__Ko-DkG__root {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .Item-module-scss-module__Ko-DkG__root {
    width: calc(100% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__root {
    flex-direction: row;
    width: 100%;
    min-height: 250px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 990px) {
  .Item-module-scss-module__Ko-DkG__root {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1300px) {
  .Item-module-scss-module__Ko-DkG__root {
    width: calc(33.33% - 24px);
  }
}
.Item-module-scss-module__Ko-DkG__root:hover {
  transition: all 0.3s;
}
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__FreeRebookingImage {
  position: absolute;
  inset: 0.75rem auto auto 0.75rem;
}
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__oldPriceTiles {
  justify-content: var(
    --tsbobc-accordion-item-old-price-tiles-justify-content,
    initial
  );
  align-items: var(
    --tsbobc-accordion-item-old-price-tiles-align-items,
    flex-end
  );
  display: flex;
}
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper,
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .Item-module-scss-module__Ko-DkG__pricesWrapper
    .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper,
  .Item-module-scss-module__Ko-DkG__pricesWrapper
    .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper,
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper {
  display: none;
}
@media (min-width: 768px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper {
    display: none;
  }
}
@media (min-width: 990px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper {
    display: none;
  }
}
@media (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper {
    display: none;
  }
}
.Item-module-scss-module__Ko-DkG__root
  .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
  display: flex;
}
@media (min-width: 768px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    display: flex;
  }
}
@media (min-width: 990px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    display: flex;
  }
}
@media (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__root
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper {
    display: flex;
  }
}
.Item-module-scss-module__Ko-DkG__topPanel {
  display: flex;
}
.Item-module-scss-module__Ko-DkG__imgToolsContainer {
  flex: none;
  position: relative;
}
.Item-module-scss-module__Ko-DkG__imageLink {
  height: 100%;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__imageLink:focus-within {
  outline-offset: 3px;
  outline: 3px solid #007fa9;
}
.Item-module-scss-module__Ko-DkG__imageLink:focus-within
  .Item-module-scss-module__Ko-DkG__image--inlineGallery--navBack,
.Item-module-scss-module__Ko-DkG__imageLink:focus-within
  .Item-module-scss-module__Ko-DkG__image--inlineGallery--navForward {
  opacity: 1;
}
.Item-module-scss-module__Ko-DkG__content {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__center {
  flex-direction: column;
  flex: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .Item-module-scss-module__Ko-DkG__center {
    padding: 1rem;
  }
}
.Item-module-scss-module__Ko-DkG__category {
  margin-top: 0.25rem;
}
.Item-module-scss-module__Ko-DkG__right {
  justify-content: flex-end;
  align-items: center;
  gap: var(--tsbobc-accordion-item-right-gap, 0);
  background: #eeeff0;
  border-top: 1px solid #d4d6da;
  width: 100%;
  margin-top: auto;
  padding: 8px 10px;
  display: flex;
  position: relative;
}
.Item-module-scss-module__Ko-DkG__favorites {
  z-index: 10;
  position: absolute;
  bottom: -12px;
  right: 10px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__favorites {
    top: 10px;
  }
}
.Item-module-scss-module__Ko-DkG__destination {
  color: #73767e;
  margin: 0 0 0.25rem;
  font-family:
    Ubuntu Regular,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
}
.Item-module-scss-module__Ko-DkG__titleLink {
  color: #73767e;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__titleLink:hover,
.Item-module-scss-module__Ko-DkG__titleLink:focus {
  color: #73767e;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__titleLink {
    width: calc(100% - 320px);
    height: auto;
  }
}
.Item-module-scss-module__Ko-DkG__titleLink:focus-within
  .Item-module-scss-module__Ko-DkG__btnPrice {
  outline-offset: 3px;
  outline: 3px solid #007fa9 !important;
}
.Item-module-scss-module__Ko-DkG__title {
  color: #013259;
  margin: 0;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  display: block;
}
.Item-module-scss-module__Ko-DkG__title:hover {
  color: #004277;
}
.Item-module-scss-module__Ko-DkG__ratingAndBadge {
  flex-wrap: wrap;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__rating {
  flex: 0 0 160px;
  margin: 0.75rem 1rem 0 0;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__FreeRebooking {
  flex: 1;
  margin: 1rem 0 -0.25rem;
}
.Item-module-scss-module__Ko-DkG__globaltype--item {
  margin-top: 0.25rem;
}
.Item-module-scss-module__Ko-DkG__detail,
.Item-module-scss-module__Ko-DkG__detailRight {
  color: #73767e;
  margin: 0.5rem 0 0;
  font-family:
    Ubuntu Regular,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
}
.Item-module-scss-module__Ko-DkG__detailRight {
  display: none;
}
.Item-module-scss-module__Ko-DkG__ratingTripadvisor {
  align-items: center;
  margin: 0.5rem 1rem 1rem 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .Item-module-scss-module__Ko-DkG__ratingTripadvisor {
    margin: 0.5rem 0 1rem;
  }
}
.Item-module-scss-module__Ko-DkG__packageIndicator {
  white-space: nowrap;
  color: #004277;
  border: 1px solid #f0bf00;
  border-radius: 100px;
  padding: 0.25rem 0.5rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.75rem;
  display: none;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__packageIndicator {
    padding: 0.25rem 1rem;
  }
}
.Item-module-scss-module__Ko-DkG__packageIndicator:hover {
  color: #004277;
}
.Item-module-scss-module__Ko-DkG__prices {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}
@media (max-width: 600px) {
  .Item-module-scss-module__Ko-DkG__prices {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: start;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .Item-module-scss-module__Ko-DkG__prices {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: start;
  }
}
.Item-module-scss-module__Ko-DkG__discount {
  flex-direction: column;
  width: 34%;
  display: flex;
}
@media (max-width: 600px) {
  .Item-module-scss-module__Ko-DkG__discount {
    flex-direction: row;
    align-items: flex-start;
    min-width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .Item-module-scss-module__Ko-DkG__discount {
    flex-direction: row;
    align-items: flex-start;
    min-width: 100%;
  }
}
.Item-module-scss-module__Ko-DkG__discount--item {
  font-size: 0.75rem;
  line-height: 24px;
}
@media (max-width: 600px) {
  .Item-module-scss-module__Ko-DkG__discount--item {
    margin-right: 10px;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .Item-module-scss-module__Ko-DkG__discount--item {
    margin-right: 10px;
  }
}
.Item-module-scss-module__Ko-DkG__discount--icon {
  margin-left: 0;
  margin-right: 5px;
  font-size: 1rem;
}
.Item-module-scss-module__Ko-DkG__mapBtnLink {
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.Item-module-scss-module__Ko-DkG__mapBtn {
  padding: 5px 10px 4px;
  font-size: 1.25rem;
}
.Item-module-scss-module__Ko-DkG__mapBtn:hover {
  color: #fff;
}
.Item-module-scss-module__Ko-DkG__pricesWrapper {
  flex-direction: row-reverse;
  align-items: center;
  min-width: 130px;
  margin-right: 0;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__priceIcon {
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}
.Item-module-scss-module__Ko-DkG__priceIcon:hover {
  color: #004277;
  cursor: pointer;
}
.Item-module-scss-module__Ko-DkG__price--label {
  margin-right: 5px;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
}
.Item-module-scss-module__Ko-DkG__price--price--amount,
.Item-module-scss-module__Ko-DkG__price--price--currency {
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.25rem;
}
.Item-module-scss-module__Ko-DkG__price--labelRight {
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
}
.Item-module-scss-module__Ko-DkG__price--price {
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__priceTotal--price {
  text-align: right;
  color: #73767e;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__priceTotal--price {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}
.Item-module-scss-module__Ko-DkG__priceTotal--label {
  text-align: right;
  min-width: 100%;
  padding-right: 0;
  font-size: 0.75rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__priceTotal--label {
    padding-right: 5px;
  }
}
.Item-module-scss-module__Ko-DkG__totalPrice--price {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.Item-module-scss-module__Ko-DkG__totalPrice--label {
  color: #5b5d63;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.Item-module-scss-module__Ko-DkG__totalPrice--price--amount,
.Item-module-scss-module__Ko-DkG__totalPrice--price--currency {
  color: #013259;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.Item-module-scss-module__Ko-DkG__badge {
  color: #fff;
  z-index: 11;
  background-color: #c94800;
  border-radius: 100px;
  align-items: center;
  padding: 4px 15px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__badge {
    width: 320px;
  }
}
.Item-module-scss-module__Ko-DkG__badgeIcon {
  margin-right: 5px;
  font-family: iconfont;
  font-size: 0.75rem;
}
.Item-module-scss-module__Ko-DkG__badgeText {
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.6875rem;
}
.Item-module-scss-module__Ko-DkG__btnPrice {
  border-radius: 12px;
  flex: none;
  min-width: 140px;
  margin-left: 1rem;
  padding: 0.5rem;
  box-shadow:
    0 1px 8px #0825491c,
    0 3px 4px #0825490d,
    0 3px 3px #0825491a;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Item-module-scss-module__Ko-DkG__btnPrice {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__oldPrice {
    display: block;
  }
}
.Item-module-scss-module__Ko-DkG__meta {
  display: var(--tsbobc-accordion-item-meta-display, flex);
  flex: auto;
}
.Item-module-scss-module__Ko-DkG__meta
  .Item-module-scss-module__Ko-DkG__metaInfo {
  flex: auto;
}
.Item-module-scss-module__Ko-DkG__meta
  .Item-module-scss-module__Ko-DkG__metaPrice {
  flex: none;
}
.Item-module-scss-module__Ko-DkG__meta
  .Item-module-scss-module__Ko-DkG__oldPrice {
  margin: 0 0 0 0.5rem;
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView {
    flex-direction: row;
    width: 100%;
    animation: 1s Item-module-scss-module__Ko-DkG__fadeIn;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__imgToolsContainer,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--imgToolsContainer {
    flex: 1;
    min-width: 320px;
    max-width: 320px;
    margin-bottom: -5px;
    position: static;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__image--imageContainerAspectRatio {
    height: 100%;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__titleLink,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--titleLink {
    flex: auto;
    min-width: 0;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__content,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--content {
    flex-direction: row;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__center,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--center {
    flex: auto;
    min-width: 0;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__center,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--center {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__favorites,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--favorites {
    top: 20px;
    bottom: auto;
    right: 183px;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__favorites,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--favorites {
    right: 221px;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__rating,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--rating {
    margin: -0.75rem 1rem -0.5rem 0;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__categoryNotFound
    .Item-module-scss-module__Ko-DkG__rating {
    margin: 0.25rem 1rem -0.5rem 0;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__title,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__destination,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--destination,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__title,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--title {
    width: auto;
    margin-right: 2.25rem;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__destination,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--destination,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__title,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--title {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__category,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--category {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__category,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--category {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__globaltype {
    margin: 1rem 0 0;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__globaltype,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--globaltype {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__globaltype--item,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__globaltype--item--icon,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--globaltype--item,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--globaltype--item--icon {
    width: 36px;
    height: 36px;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__globaltype--icon,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--globaltype--icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__detail,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--detail,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__detailRight,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--detailRight {
    margin: 0;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__detail,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--detail {
    display: none;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__detailRight,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--detailRight {
    text-align: right;
    color: #5b5d63;
    max-width: 100%;
    margin-bottom: auto;
    padding-bottom: 1rem;
    display: block;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__right,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--right {
    background: #fff;
    border-top: none;
    border-left: 1px solid #d4d6da;
    flex-direction: column;
    justify-content: flex-start;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-top: 0;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) and (min-width: 1420px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__right,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--right {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__packageIndicator,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--packageIndicator {
    text-align: center;
    min-width: 100px;
    margin-bottom: auto;
    margin-left: auto;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__prices,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--prices {
    width: 100%;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__pricesWrapper,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--pricesWrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    width: 100%;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__priceTotal--price,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--priceTotal--price {
    color: #73767e;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__priceTotal--label,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--priceTotal--label {
    font-size: inherit;
    display: inline;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__btnPrice,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--btnPrice {
    width: 100%;
    margin-left: 0;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__oldPrice--oldWrapper,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--oldPrice--oldWrapper {
    margin: 0 0 0.75rem;
    display: flex;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__oldPriceTiles--oldWrapper,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--oldPriceTiles--oldWrapper {
    display: none;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__ProductSourceBadge,
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__item--ProductSourceBadge {
    margin: 0;
    position: absolute;
    bottom: 1rem;
    left: -4rem;
  }
  .Item-module-scss-module__Ko-DkG__listView
    .Item-module-scss-module__Ko-DkG__totalPrice--price {
    margin-bottom: 0.5rem;
  }
}
.Item-module-scss-module__Ko-DkG__campaignName {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes TopOffers-module-scss-module__YIGVcq__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.TopOffers-module-scss-module__YIGVcq__is-loading {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  min-height: 100px;
  position: relative;
}
.TopOffers-module-scss-module__YIGVcq__is-loading:before,
.TopOffers-module-scss-module__YIGVcq__is-loading:after {
  content: "";
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}
.TopOffers-module-scss-module__YIGVcq__is-loading:before {
  background: #fffc;
  justify-content: center;
  align-items: center;
  animation: 0.4s TopOffers-module-scss-module__YIGVcq__fadeIn;
  display: flex;
  position: absolute;
  inset: 0;
}
.TopOffers-module-scss-module__YIGVcq__is-loading:after {
  content: "";
  border: 0.05em solid #007fa9;
  border-color: #007fa9 #0000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 72px;
  animation:
    0.9s linear infinite TopOffers-module-scss-module__YIGVcq__rotate,
    0.7s ease-in-out TopOffers-module-scss-module__YIGVcq__fadeIn;
  display: block;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.TopOffers-module-scss-module__YIGVcq__is-loading {
  min-height: 200px;
}
.TopOffers-module-scss-module__YIGVcq__is-loading
  .TopOffers-module-scss-module__YIGVcq__wrapper {
  opacity: 0.5;
  position: relative;
}
.TopOffers-module-scss-module__YIGVcq__header {
  color: #df0313;
  margin: 0 1rem;
  padding: 0.5rem 0 1rem;
  display: flex;
}
@media (min-width: 768px) {
  .TopOffers-module-scss-module__YIGVcq__header {
    margin: 0;
  }
}
.TopOffers-module-scss-module__YIGVcq__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
.TopOffers-module-scss-module__YIGVcq__icon {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  margin: 0 0.5rem 0 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  font-family: iconfont !important;
}
.TopOffers-module-scss-module__YIGVcq__wrapper {
  justify-content: initial;
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 990px) {
  .TopOffers-module-scss-module__YIGVcq__wrapper {
    margin: 0 -12px;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Content-module-scss-module__Spel2a__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Content-module-scss-module__Spel2a__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes Content-module-scss-module__Spel2a__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes Content-module-scss-module__Spel2a__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes Content-module-scss-module__Spel2a__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes Content-module-scss-module__Spel2a__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Content-module-scss-module__Spel2a__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.Content-module-scss-module__Spel2a__body {
  color: var(--tsbobc-accordion-content-body-color, #013259);
  border-top: none;
}
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  min-height: 100px;
  position: relative;
}
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading:before,
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading:after {
  content: "";
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading:before {
  background: #fffc;
  justify-content: center;
  align-items: center;
  animation: 0.4s Content-module-scss-module__Spel2a__fadeIn;
  display: flex;
  position: absolute;
  inset: 0;
}
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading:after {
  content: "";
  border: 0.05em solid #007fa9;
  border-color: #007fa9 #0000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 72px;
  animation:
    0.9s linear infinite Content-module-scss-module__Spel2a__rotate,
    0.7s ease-in-out Content-module-scss-module__Spel2a__fadeIn;
  display: block;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.Content-module-scss-module__Spel2a__body.Content-module-scss-module__Spel2a__isLoading {
  margin-bottom: var(
    --tsbobc-accordion-content-body-loading-margin-bottom,
    1rem
  );
  box-shadow: var(
    --tsbobc-accordion-content-body-loading-shadow,
    0 1px 10px #0825491c,
    0 4px 5px #0825490d,
    0 2px 4px #0825491a
  );
}
.Content-module-scss-module__Spel2a__body
  .Content-module-scss-module__Spel2a__pagination {
  margin: 8px auto 40px;
  display: block;
}
@media (min-width: 768px) {
  .Content-module-scss-module__Spel2a__body
    .Content-module-scss-module__Spel2a__pagination {
    margin: var(
      --tsbobc-accordion-content-pagination-margin-desktop,
      10px 0 40px
    );
  }
}
.Content-module-scss-module__Spel2a__body
  .Content-module-scss-module__Spel2a__pagination--list {
  justify-content: center;
}
.Content-module-scss-module__Spel2a__body
  .Content-module-scss-module__Spel2a__hotellistNoOffers {
  margin: var(--tsbobc-accordion-content-hotellist-no-offers-margin, 0);
  min-height: var(--tsbobc-accordion-content-hotellist-no-offers-min-height, 0);
}
.Content-module-scss-module__Spel2a__flatListBody {
  border-top: none;
}
.Content-module-scss-module__Spel2a__toolbar {
  padding: var(--tsbobc-accordion-content-toolbar-padding-mobile, 0.5rem 1rem);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .Content-module-scss-module__Spel2a__toolbar {
    padding: var(--tsbobc-accordion-content-toolbar-padding, 0);
  }
}
.Content-module-scss-module__Spel2a__sorting {
  margin: var(
    --tsbobc-accordion-content-sorting-margin-mobile,
    0.25rem 0 0.25rem auto
  );
  z-index: var(--tsbobc-accordion-content-sorting-z-index, 11);
}
@media (min-width: 768px) {
  .Content-module-scss-module__Spel2a__sorting {
    margin: var(--tsbobc-accordion-content-sorting-margin-tablet, 0 0 0 1rem);
    display: flex;
  }
}
@media (min-width: 990px) {
  .Content-module-scss-module__Spel2a__sorting {
    margin: var(--tsbobc-accordion-content-sorting-margin-desktop, 0 0 0 3rem);
  }
}
.Content-module-scss-module__Spel2a__panel {
  padding: var(--tsbobc-accordion-content-panel-padding, 0);
  border: none;
  margin-bottom: 0;
}
.Content-module-scss-module__Spel2a__panel
  .Content-module-scss-module__Spel2a__panel--trigger {
  display: none;
}
.Content-module-scss-module__Spel2a__panel
  .Content-module-scss-module__Spel2a__panel--innerContent {
  padding: var(--tsbobc-accordion-content-inner-content-padding, 0);
}
@media (max-width: 767.98px) {
  .Content-module-scss-module__Spel2a__mapToggle {
    margin: var(--tsbobc-accordion-content-map-toggle-margin-mobile, 0.25rem 0);
  }
}
.Content-module-scss-module__Spel2a__hotellist--list {
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 990px) {
  .Content-module-scss-module__Spel2a__hotellist--list {
    margin: 0.5rem -12px 0;
  }
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--root {
  position: relative;
}
@keyframes Content-module-scss-module__Spel2a__shine {
  to {
    background-position: calc(100% + 200px) 0;
  }
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--root:before {
  content: "";
  z-index: 11;
  background: linear-gradient(90deg, #fff0, #fff6 50%, #fff0 80%) -200px 0/200px
    100% no-repeat;
  animation: 2s infinite Content-module-scss-module__Spel2a__shine;
  display: block;
  position: absolute;
  inset: 0;
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--img,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--fallbackImgText,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--globaltype,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--rating,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--priceTotal--price,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--packageIndicator,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--btnPrice,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--favorites {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@keyframes Content-module-scss-module__Spel2a__flashDecent {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--destination,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--title,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--detail,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--category {
  background: #eeeff0;
  animation: 3s infinite Content-module-scss-module__Spel2a__flashDecent;
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__hotellist--item--category
  > * {
  visibility: hidden;
}
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__topOffers--is-loading:before,
.Content-module-scss-module__Spel2a__isLoading
  .Content-module-scss-module__Spel2a__topOffers--is-loading:after {
  display: none;
}
.Content-module-scss-module__Spel2a__mapContainer {
  background: var(--tsbobc-accordion-content-map-container-background, #fff);
  margin: 0.5rem 0 1rem;
}
@media (max-width: 989.98px) {
  .Content-module-scss-module__Spel2a__mapContainer {
    z-index: 99;
    margin: 0;
    position: fixed;
    inset: 0;
  }
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .Content-module-scss-module__Spel2a__mapContainer {
    top: var(--tsbobc-accordion-content-map-container-top-tablet, 25%);
  }
}
.Content-module-scss-module__Spel2a__closeMapBtn {
  z-index: 10;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.Content-module-scss-module__Spel2a__closeMapBtn
  .Content-module-scss-module__Spel2a__closeMapBtn--icon {
  margin-right: var(
    --tsbobc-accordion-content-close-map-btn-icon-margin-right,
    0.5rem
  );
  font-size: var(--tsbobc-accordion-content-close-map-btn-icon-font-size, 20px);
}
@media (min-width: 990px) {
  .Content-module-scss-module__Spel2a__closeMapBtn {
    display: none;
  }
}
.has-map-preview .Content-module-scss-module__Spel2a__mapPreview {
  display: none;
}
@media (min-width: 768px) {
  .has-map-preview .Content-module-scss-module__Spel2a__mapPreview {
    z-index: 9999;
    height: 52px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .has-map-preview .Content-module-scss-module__Spel2a__mapPreview:before {
    content: "";
    background: var(
      --tsbobc-accordion-content-fixed-map-map-preview-bg-tablet,
      center bottom/cover url(../../../../assets/map-preview-tablet.png)
        no-repeat
    );
    border-radius: var(
      --tsbobc-accordion-content-fixed-map-map-preview-border-radius,
      4px
    );
    filter: var(
      --tsbobc-accordion-content-fixed-map-map-preview-filter,
      grayscale(100%)
    );
    z-index: 1;
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 990px) {
  .has-map-preview .Content-module-scss-module__Spel2a__mapPreview {
    top: 0;
    left: initial;
    width: 52px;
    height: initial;
  }
  .has-map-preview .Content-module-scss-module__Spel2a__mapPreview:before {
    background: var(
      --tsbobc-accordion-content-fixed-map-map-preview-bg-desktop,
      left center/cover url(../../../../assets/map-preview.png) no-repeat
    );
  }
}
@media (min-width: 768px) {
  .has-map-preview .Content-module-scss-module__Spel2a__showMapBtn {
    top: var(
      --tsbobc-accordion-content-fixed-map-show-map-btn-top-tablet,
      0.375rem
    );
    left: var(
      --tsbobc-accordion-content-fixed-map-show-map-btn-left-tablet,
      0.375rem
    );
    filter: none;
    z-index: 2;
    position: absolute;
  }
}
@media (min-width: 990px) {
  .has-map-preview .Content-module-scss-module__Spel2a__showMapBtn {
    top: var(--tsbobc-accordion-content-fixed-map-show-map-btn-top, 1rem);
    right: var(
      --tsbobc-accordion-content-fixed-map-show-map-btn-right,
      0.375rem
    );
    left: initial;
  }
  .has-map-preview .Content-module-scss-module__Spel2a__showMapBtn--icon {
    font-size: var(
      --tsbobc-accordion-content-show-map-btn-icon-font-size,
      20px
    );
  }
  :is(
    .is-map-fixed.has-map .Content-module-scss-module__Spel2a__mapContainer,
    .is-map-fixed.has-map
      .Content-module-scss-module__Spel2a__hotelsMap--mapTilerMap
  ) {
    z-index: var(--tsbobc-accordion-content-fixed-map-container-zindex, 9998);
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500px !important;
    height: 100% !important;
  }
  .is-map-fixed.has-map .Content-module-scss-module__Spel2a__mapContainer {
    box-shadow: var(
      --tsbobc-accordion-content-fixed-map-container-shadow,
      0 4px 5px #0825491c,
      0 3px 14px #0825490d,
      0 8px 10px #0825491a
    );
  }
  .is-map-fixed.has-map
    .Content-module-scss-module__Spel2a__mapContainer
    [data-testid="map"] {
    border-radius: var(
      --tsbobc-accordion-content-fixed-map-container-border-radius,
      4px
    );
  }
  .is-map-fixed.has-map .Content-module-scss-module__Spel2a__closeMapBtn {
    z-index: var(
      --tsbobc-accordion-content-fixed-map-close-map-btn-zindex,
      9999
    );
    display: flex;
  }
}
@media (min-width: 1200px) {
  :is(
    .is-map-fixed.has-map .Content-module-scss-module__Spel2a__mapContainer,
    .is-map-fixed.has-map
      .Content-module-scss-module__Spel2a__hotelsMap--mapTilerMap
  ) {
    width: 500px !important;
  }
}
@media (min-width: 1420px) {
  :is(
    .is-map-fixed.has-map .Content-module-scss-module__Spel2a__mapContainer,
    .is-map-fixed.has-map
      .Content-module-scss-module__Spel2a__hotelsMap--mapTilerMap
  ) {
    width: 720px !important;
  }
}
@media (min-width: 1920px) {
  :is(
    .is-map-fixed.has-map .Content-module-scss-module__Spel2a__mapContainer,
    .is-map-fixed.has-map
      .Content-module-scss-module__Spel2a__hotelsMap--mapTilerMap
  ) {
    width: 720px !important;
  }
}
@media (min-width: 990px) {
  .Content-module-scss-module__Spel2a__closeMapBtn.Content-module-scss-module__Spel2a__closeMapBtn.Content-module-scss-module__Spel2a__closeMapBtn {
    display: none;
  }
}
.Typo-module-scss-module__pE1Swa__text {
  background: green;
}
.Typo-module-scss-module__pE1Swa__color-primary {
  color: var(--primary-text);
}
.Typo-module-scss-module__pE1Swa__color-secondary {
  color: var(--secondary-text);
}
.Typo-module-scss-module__pE1Swa__color-success {
  color: var(--success-text);
}
.Typo-module-scss-module__pE1Swa__color-info {
  color: var(--info-text);
}
.Typo-module-scss-module__pE1Swa__color-warning {
  color: var(--warning-text);
}
.Typo-module-scss-module__pE1Swa__color-danger {
  color: var(--danger-text);
}
.Typo-module-scss-module__pE1Swa__color-black {
  color: #013259;
}
.Typo-module-scss-module__pE1Swa__color-gray-dark {
  color: var(--gray-dark-text);
}
.Typo-module-scss-module__pE1Swa__color-gray-light {
  color: var(--gray-light-text);
}
.Typo-module-scss-module__pE1Swa__color-gray-lighter {
  color: var(--gray-lighter-text);
}
.Typo-module-scss-module__pE1Swa__color-white {
  color: #fff;
}
.Typo-module-scss-module__pE1Swa__color-white-dark {
  color: var(--white-dark-text);
}
.Typo-module-scss-module__pE1Swa__color-white-light {
  color: var(--white-light-text);
}
.Typo-module-scss-module__pE1Swa__color-tertiary {
  color: var(--tertiary-text);
}
.Typo-module-scss-module__pE1Swa__color-active {
  color: var(--active-text);
}
.Typo-module-scss-module__pE1Swa__color-gray-darker {
  color: var(--gray-darker-text);
}
.Typo-module-scss-module__pE1Swa__size-font-00 {
  font-size: 0.6875rem;
  line-height: 1rem;
}
.Typo-module-scss-module__pE1Swa__size-font-01 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.Typo-module-scss-module__pE1Swa__size-font-02,
.Typo-module-scss-module__pE1Swa__size-font-03 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.Typo-module-scss-module__pE1Swa__size-font-04 {
  font-size: 1rem;
  line-height: 1.6875rem;
}
.Typo-module-scss-module__pE1Swa__size-font-05 {
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
.Typo-module-scss-module__pE1Swa__size-font-06 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
}
.Typo-module-scss-module__pE1Swa__size-font-07 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.Typo-module-scss-module__pE1Swa__size-font-08 {
  font-size: 3rem;
  line-height: 4rem;
}
.Typo-module-scss-module__pE1Swa__regular {
  font-family:
    Ubuntu Regular,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Typo-module-scss-module__pE1Swa__bold {
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Typo-module-scss-module__pE1Swa__accent {
  font-family:
    Ubuntu Medium,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Typo-module-scss-module__pE1Swa__regular,
.Typo-module-scss-module__pE1Swa__bold,
.Typo-module-scss-module__pE1Swa__accent {
  font-weight: 400;
}
.Title-module-scss-module__3VV8GW__root {
  text-transform: none;
  color: #013259;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Title-module-scss-module__3VV8GW__icon {
  margin-right: 10px;
  font-size: 22px;
}
.HotelDescription-module-scss-module__7ikzFq__description {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 22px;
}
.HotelDescription-module-scss-module__7ikzFq__expandableBox--toggleButton {
  color: #007fa9;
  border-color: #007fa9;
}
.HotelDescription-module-scss-module__7ikzFq__expandableBox--toggleButton:active,
.HotelDescription-module-scss-module__7ikzFq__expandableBox--toggleButton:hover {
  color: #fff !important;
  background-color: #007fa9 !important;
  border-color: #007fa9 !important;
}
.HotelDescription-module-scss-module__7ikzFq__edvCode {
  color: #013259;
  margin-bottom: 1.5rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  display: flex;
}
.HotelDescription-module-scss-module__7ikzFq__copyright {
  text-align: right;
  margin: 0.75rem 0 0;
}
.Section-module-scss-module__o0T0pq__root {
  flex-direction: column;
  display: flex;
}
.Section-module-scss-module__o0T0pq__title {
  color: #013259;
  margin-bottom: 1rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.25rem;
}
.Section-module-scss-module__o0T0pq__text {
  color: #013259;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Checklist-module-scss-module__GLlw0W__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.Checklist-module-scss-module__GLlw0W__root {
  -webkit-user-select: none;
  user-select: none;
}
.Checklist-module-scss-module__GLlw0W__root [disabled],
.Checklist-module-scss-module__GLlw0W__root > [disabled] + span {
  cursor: not-allowed;
}
.Checklist-module-scss-module__GLlw0W__root.Checklist-module-scss-module__GLlw0W__is-loading {
  height: 100%;
  min-height: var(--tsbob-loader-xs-min-height, 2.25rem);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  position: relative;
}
.Checklist-module-scss-module__GLlw0W__root.Checklist-module-scss-module__GLlw0W__is-loading:before,
.Checklist-module-scss-module__GLlw0W__root.Checklist-module-scss-module__GLlw0W__is-loading:after {
  content: "";
  z-index: 10;
}
.Checklist-module-scss-module__GLlw0W__root.Checklist-module-scss-module__GLlw0W__is-loading:before {
  animation: var(--tsbob-loader-overlay-animation, fadeIn 0.4s ease);
  background: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}
.Checklist-module-scss-module__GLlw0W__root.Checklist-module-scss-module__GLlw0W__is-loading:after {
  content: "";
  border: 0.1em solid #007fa9;
  border-color: #007fa9 #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 16px;
  animation:
    0.9s linear infinite Checklist-module-scss-module__GLlw0W__rotate,
    0.7s ease-in-out Checklist-module-scss-module__GLlw0W__fadeIn;
  display: block;
  position: absolute;
  inset: calc(50% - 8px) 0 0 calc(50% - 8px);
}
.Checklist-module-scss-module__GLlw0W__listItem {
  align-items: flex-start;
  margin: 0 0 16px;
  display: flex;
}
.Checklist-module-scss-module__GLlw0W__listItem:last-child {
  margin: 0;
}
.Checklist-module-scss-module__GLlw0W__is-radio
  .Checklist-module-scss-module__GLlw0W__checkbox--labelText:before {
  content: var(--tsbob-checklist-item-radio-icon-content, "");
}
.Checklist-module-scss-module__GLlw0W__is-radio
  .Checklist-module-scss-module__GLlw0W__checkbox--is-checked
  .Checklist-module-scss-module__GLlw0W__checkbox--labelText:before,
.Checklist-module-scss-module__GLlw0W__is-radio
  .Checklist-module-scss-module__GLlw0W__checkbox--input:checked
  + .Checklist-module-scss-module__GLlw0W__checkbox--labelText:before {
  content: var(--tsbob-checklist-item-radio-icon-content-is-checked, "");
}
.Checklist-module-scss-module__GLlw0W__is-radio
  .Checklist-module-scss-module__GLlw0W__checkbox--input:focus
  + .Checklist-module-scss-module__GLlw0W__checkbox--labelText:before,
.Checklist-module-scss-module__GLlw0W__is-radio
  .Checklist-module-scss-module__GLlw0W__checkbox--is-focused
  .Checklist-module-scss-module__GLlw0W__checkbox--labelText:before {
  border-radius: var(
    --tsbob-checklist-item-radio-icon-focus-border-radius,
    50%
  );
}
.Collapsible-module-scss-module__oKX9sG__root {
  border-width: var(--tsbob-collapsible-border-width, 0 0 1px 0);
  border-style: solid;
  border-color: var(--tsbob-collapsible-border-color, #d4d6da);
  box-shadow: var(--tsbob-collapsible-box-shadow, none);
  overflow: hidden;
}
.Collapsible-module-scss-module__oKX9sG__root.Collapsible-module-scss-module__oKX9sG__is-open
  > .Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__has-icon:before {
  content: var(--tsbob-collapsible-trigger-before-content-open, "");
  transform: var(
    --tsbob-collapsible-trigger-before-transform-is-open,
    rotate(180deg) translateY(50%)
  );
}
.Collapsible-module-scss-module__oKX9sG__root.Collapsible-module-scss-module__oKX9sG__is-static
  > .Collapsible-module-scss-module__oKX9sG__trigger {
  cursor: default;
  pointer-events: none;
}
.Collapsible-module-scss-module__oKX9sG__root.Collapsible-module-scss-module__oKX9sG__is-static
  > .Collapsible-module-scss-module__oKX9sG__trigger:hover {
  background: 0 0;
}
.Collapsible-module-scss-module__oKX9sG__root:not(
  .Collapsible-module-scss-module__oKX9sG__is-opening
) {
  overflow: visible;
}
.Collapsible-module-scss-module__oKX9sG__is-open:not(
    .Collapsible-module-scss-module__oKX9sG__is-opening
  )
  > .Collapsible-module-scss-module__oKX9sG__content {
  overflow: visible !important;
}
.Collapsible-module-scss-module__oKX9sG__trigger:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #007fa9;
}
.Collapsible-module-scss-module__oKX9sG__trigger:focus:not(:focus-visible) {
  outline: none;
}
.Collapsible-module-scss-module__oKX9sG__trigger {
  display: var(--tsbob-collapsible-trigger-display, block);
  padding: var(--tsbob-collapsible-trigger-padding-mobile, 1rem 3rem 1rem 1rem);
  background: var(--tsbob-collapsible-trigger-background, none);
  cursor: pointer;
  position: relative;
}
.Collapsible-module-scss-module__oKX9sG__trigger:hover {
  background: var(--tsbob-collapsible-trigger-background-hover, #eeeff0);
}
.Collapsible-module-scss-module__oKX9sG__trigger:focus-visible {
  outline-offset: var(--tsbob-collapsible-trigger-focus-outline-offset, -3px);
}
@media (min-width: 768px) {
  .Collapsible-module-scss-module__oKX9sG__trigger {
    padding: var(--tsbob-collapsible-trigger-padding, 1rem 3rem 1rem 1rem);
  }
}
.Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__has-icon:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--tsbob-collapsible-trigger-before-content, "");
  position: var(--tsbob-collapsible-trigger-before-position, absolute);
  right: var(--tsbob-collapsible-trigger-before-right, 1rem);
  left: var(--tsbob-collapsible-trigger-before-left, auto);
  top: var(--tsbob-collapsible-trigger-before-top, 50%);
  transform: var(
    --tsbob-collapsible-trigger-before-transform,
    translateY(-50%)
  );
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: var(--tsbob-collapsible-trigger-before-font-size, 24px);
  color: var(--tsbob-collapsible-trigger-before-color, #004277);
  font-family: iconfont !important;
}
.Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__is-icon-reversed {
  padding: var(
    --tsbob-collapsible-trigger-is-icon-reversed-padding-mobile,
    1rem 1rem 1rem 3rem
  );
}
@media (min-width: 768px) {
  .Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__is-icon-reversed {
    padding: var(
      --tsbob-collapsible-trigger-is-icon-reversed-padding,
      1rem 1rem 1rem 3rem
    );
  }
}
.Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__is-icon-reversed.Collapsible-module-scss-module__oKX9sG__has-icon:before {
  right: var(--tsbob-collapsible-trigger-is-icon-reversed-before-right, auto);
  left: var(--tsbob-collapsible-trigger-is-icon-reversed-before-left, 1rem);
}
.Collapsible-module-scss-module__oKX9sG__header {
  flex: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
}
.Collapsible-module-scss-module__oKX9sG__headerIcon {
  font-size: var(--tsbob-collapsible-trigger-icon-font-size, 1.5rem);
  margin-right: var(--tsbob-collapsible-trigger-icon-margin-right, 0.25rem);
  color: var(--tsbob-collapsible-trigger-icon-color, #004277);
}
.Collapsible-module-scss-module__oKX9sG__innerContent {
  min-height: 1px;
  padding: var(--tsbob-collapsible-inner-content-padding, 0 1rem);
}
.Collapsible-module-scss-module__oKX9sG__is-open
  > .Collapsible-module-scss-module__oKX9sG__content,
.Collapsible-module-scss-module__oKX9sG__is-opening
  > .Collapsible-module-scss-module__oKX9sG__content,
.Collapsible-module-scss-module__oKX9sG__is-closing
  > .Collapsible-module-scss-module__oKX9sG__content {
  visibility: visible;
}
.Collapsible-module-scss-module__oKX9sG__content {
  visibility: hidden;
}
.Collapsible-module-scss-module__oKX9sG__root.Collapsible-module-scss-module__oKX9sG__is-open
  > .Collapsible-module-scss-module__oKX9sG__trigger.Collapsible-module-scss-module__oKX9sG__has-icon:before {
  transform: rotate(180deg) translateY(50%);
}
.Collapsible-module-scss-module__oKX9sG__trigger:before {
  transition: transform 0.5s;
}
.Hint-module-scss-module__j5q12a__collapsible {
  border: 0 solid #d4d6da;
  margin: 0 -1rem;
}
.Hint-module-scss-module__j5q12a__header {
  font-size: 0.75rem;
  display: block;
}
.Hint-module-scss-module__j5q12a__text {
  margin: 0 0 2rem;
}
@keyframes Counter-module-scss-module__nv1akq__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes Counter-module-scss-module__nv1akq__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Counter-module-scss-module__nv1akq__slideInOut {
  to {
    transform: translate(50%);
  }
}
@keyframes Counter-module-scss-module__nv1akq__marker-bouncing {
  50% {
    top: -10px;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes Counter-module-scss-module__nv1akq__fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes Counter-module-scss-module__nv1akq__bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}
@keyframes Counter-module-scss-module__nv1akq__rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Counter-module-scss-module__nv1akq__zoomInDown {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translateY(-100px);
  }
  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translateY(60px);
  }
}
.Counter-module-scss-module__nv1akq__travellers {
  display: flex;
}
.Counter-module-scss-module__nv1akq__label {
  white-space: nowrap;
  color: #5b5d63;
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
}
.Counter-module-scss-module__nv1akq__subLabel {
  color: #73767e;
  display: block;
}
.Counter-module-scss-module__nv1akq__controlWrap {
  flex: 1;
  margin: 0 0 0 1rem;
}
.Counter-module-scss-module__nv1akq__controlWrap:first-child {
  margin-left: 0;
}
.Counter-module-scss-module__nv1akq__birthday,
.Counter-module-scss-module__nv1akq__rooms {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0 0;
  display: flex;
}
.Counter-module-scss-module__nv1akq__childage,
.Counter-module-scss-module__nv1akq__rooms
  .Counter-module-scss-module__nv1akq__controlWrap {
  flex: 1;
  min-width: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  margin: 0 0 1rem 1rem;
  animation: 0.2s ease-in-out Counter-module-scss-module__nv1akq__fadeInRight;
}
.Counter-module-scss-module__nv1akq__childage:nth-child(odd),
.Counter-module-scss-module__nv1akq__rooms
  .Counter-module-scss-module__nv1akq__controlWrap:nth-child(odd) {
  margin-left: 0;
}
.Counter-module-scss-module__nv1akq__counter
  .Counter-module-scss-module__nv1akq__counter--btn {
  z-index: 1;
  min-height: 36px;
  position: relative;
}
.Counter-module-scss-module__nv1akq__subtitle {
  margin: 1rem 0 0.75rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
}

.Trigger-module-scss-module__QxH65q__value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Trigger-module-scss-module__QxH65q__valueChildren:before,
.Trigger-module-scss-module__QxH65q__valueRooms:before {
  content: "|";
  margin: 0 5px;
  display: inline-block;
}
.Travellers-module-scss-module__5bzs9q__root {
  display: flex;
}
@media (min-width: 768px) {
  .Travellers-module-scss-module__5bzs9q__root--modal--content {
    width: 320px;
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .Travellers-module-scss-module__5bzs9q__root--modal--content {
    height: 100%;
  }
}
.Travellers-module-scss-module__5bzs9q__root--modal--body {
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .Travellers-module-scss-module__5bzs9q__root--modal--body {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .Travellers-module-scss-module__5bzs9q__root--modal--content {
    overflow-y: auto;
  }
}
.DatePicker-module-scss-module__e0devW__wrapper:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #007fa9;
}
.DatePicker-module-scss-module__e0devW__wrapper:focus:not(:focus-visible) {
  outline: none;
}
.DatePicker-module-scss-module__e0devW__wrapper {
  -webkit-user-select: none;
  user-select: none;
  min-height: var(--tsbob-datepicker-wrapper-min-height, 331px);
  outline: none;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}
.DatePicker-module-scss-module__e0devW__months {
  flex: 1;
  justify-content: space-between;
  display: flex;
}
.DatePicker-module-scss-module__e0devW__month {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin: 0 0 0 1.5rem;
  display: flex;
  position: relative;
}
.DatePicker-module-scss-module__e0devW__month:first-child {
  margin-left: 0;
}
.DatePicker-module-scss-module__e0devW__navBar {
  z-index: 1;
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:focus-visible,
.DatePicker-module-scss-module__e0devW__navButtonNext:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #007fa9;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:focus:not(:focus-visible),
.DatePicker-module-scss-module__e0devW__navButtonNext:focus:not(
    :focus-visible
  ) {
  outline: none;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev,
.DatePicker-module-scss-module__e0devW__navButtonNext {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:before,
.DatePicker-module-scss-module__e0devW__navButtonNext:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #013259;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: iconfont !important;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:hover,
.DatePicker-module-scss-module__e0devW__navButtonNext:hover {
  background: #ffffff1a;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev.DatePicker-module-scss-module__e0devW__navButtonInteractionDisabled,
.DatePicker-module-scss-module__e0devW__navButtonNext.DatePicker-module-scss-module__e0devW__navButtonInteractionDisabled {
  visibility: hidden;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:focus-visible,
.DatePicker-module-scss-module__e0devW__navButtonNext:focus-visible {
  outline-offset: var(--tsbob-datepicker-focus-outline-offset, calc(-1 * 3px));
  border-radius: 4px;
}
.DatePicker-module-scss-module__e0devW__navButtonPrev:before {
  content: "";
}
.DatePicker-module-scss-module__e0devW__navButtonNext:before {
  content: "";
}
.DatePicker-module-scss-module__e0devW__caption {
  color: #013259;
  text-align: center;
  text-transform: none;
  background: #fff;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  padding: 9px;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  display: flex;
}
.DatePicker-module-scss-module__e0devW__weekdaysRow {
  display: table-row;
}
.DatePicker-module-scss-module__e0devW__weekday {
  text-transform: uppercase;
  text-align: center;
  color: #5b5d63;
  padding: 0.5rem 5px;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.75rem;
  display: table-cell;
}
.DatePicker-module-scss-module__e0devW__weekday abbr[title],
.DatePicker-module-scss-module__e0devW__weekday abbr[data-original-title] {
  cursor: default;
  border-bottom: none;
}
.DatePicker-module-scss-module__e0devW__body {
  flex-direction: row;
}
.DatePicker-module-scss-module__e0devW__body,
.DatePicker-module-scss-module__e0devW__weekdays {
  width: 100%;
  display: table;
}
.DatePicker-module-scss-module__e0devW__week {
  display: table-row;
}
.DatePicker-module-scss-module__e0devW__day:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #007fa9;
}
.DatePicker-module-scss-module__e0devW__day:focus:not(:focus-visible) {
  outline: none;
}
.DatePicker-module-scss-module__e0devW__day {
  color: var(--tsbob-datepicker-day-color, #013259);
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  border: none;
  padding: 12px;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  display: table-cell;
}
.DatePicker-module-scss-module__e0devW__day:focus-visible {
  outline-offset: var(--tsbob-datepicker-focus-outline-offset, calc(-1 * 3px));
}
.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__holidayEnd {
  background: var(--tsbob-datepicker-holiday-background, #e0f0d3);
  box-shadow: var(
    --tsbob-datepicker-holiday-box-shadow,
    inset 0 2px 0 0 #007a52
  );
}
.DatePicker-module-scss-module__e0devW__day:not(
    .DatePicker-module-scss-module__e0devW__is-disabled
  ):not(.DatePicker-module-scss-module__e0devW__outside):not(
    .DatePicker-module-scss-module__e0devW__is-selected
  ):hover,
.DatePicker-module-scss-module__e0devW__day.DatePicker-module-scss-module__e0devW__is-over:hover {
  color: #fff;
  background: #007fa9;
}
.DatePicker-module-scss-module__e0devW__interactionDisabled
  .DatePicker-module-scss-module__e0devW__day {
  cursor: default;
}
.DatePicker-module-scss-module__e0devW__is-selected:not(
    .DatePicker-module-scss-module__e0devW__is-disabled
  ):not(.DatePicker-module-scss-module__e0devW__outside) {
  color: #fff;
  background: #007fa9;
}
.DatePicker-module-scss-module__e0devW__today {
  color: #73767e;
  font-weight: 500;
}
.DatePicker-module-scss-module__e0devW__outside {
  cursor: default;
  color: #d4d6da;
  background: #fff;
}
.DatePicker-module-scss-module__e0devW__outside.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__outside.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__outside.DatePicker-module-scss-module__e0devW__holidayEnd {
  box-shadow: var(
    --tsbob-datepicker-holiday-outside-box-shadow,
    inset 0 2px 0 0 #e0f0d3
  );
  background: var(--tsbob-datepicker-holiday-outside-background, #fff);
}
.DatePicker-module-scss-module__e0devW__is-range {
  color: #013259;
  background: #d3dfe8;
}
.DatePicker-module-scss-module__e0devW__is-range.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__is-range.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__is-range.DatePicker-module-scss-module__e0devW__holidayEnd {
  box-shadow: var(
    --tsbob-datepicker-holiday-is-range-box-shadow,
    inset 0 2px 0 0 #007a52,
    inset 0 4px 0 0 #004277
  );
  background: var(--tsbob-datepicker-holiday-is-range-background, #d3dfe8);
}
.DatePicker-module-scss-module__e0devW__is-rangeStart {
  color: #fff;
  background: #007fa9;
  border-radius: 4px 0 0 4px;
}
.DatePicker-module-scss-module__e0devW__is-rangeStart.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__is-rangeStart.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__is-rangeStart.DatePicker-module-scss-module__e0devW__holidayEnd {
  box-shadow: var(
    --tsbob-datepicker-holiday-is-rangeStart_box-shadow,
    var(
      --tsbob-datepicker-holiday-is-range-box-shadow,
      inset 0 2px 0 0 #007a52,
      inset 0 4px 0 0 #004277
    )
  );
  background: var(
    --tsbob-datepicker-holiday-is-rangeStart_background,
    var(--tsbob-datepicker-holiday-is-range-background, #d3dfe8)
  );
}
.DatePicker-module-scss-module__e0devW__is-rangeEnd {
  color: #fff;
  background: #004277;
  border-radius: 0 4px 4px 0;
}
.DatePicker-module-scss-module__e0devW__is-rangeEnd:not(
    .DatePicker-module-scss-module__e0devW__is-disabled
  ):not(.DatePicker-module-scss-module__e0devW__outside):not(
    .DatePicker-module-scss-module__e0devW__is-selected
  ):hover {
  background: #004277;
}
.DatePicker-module-scss-module__e0devW__is-rangeEnd.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__is-rangeEnd.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__is-rangeEnd.DatePicker-module-scss-module__e0devW__holidayEnd {
  box-shadow: var(
    --tsbob-datepicker-holiday--is-rangeEnd_box-shadow,
    var(
      --tsbob-datepicker-holiday-is-range-box-shadow,
      inset 0 2px 0 0 #007a52,
      inset 0 4px 0 0 #004277
    )
  );
  background: var(
    --tsbob-datepicker-holiday--is-rangeEnd_background,
    var(--tsbob-datepicker-holiday-is-range-background, #d3dfe8)
  );
}
.DatePicker-module-scss-module__e0devW__is-disabled {
  color: #73767e;
  cursor: default;
  pointer-events: none;
  background: #eeeff0;
}
.DatePicker-module-scss-module__e0devW__is-disabled.DatePicker-module-scss-module__e0devW__holidayStart,
.DatePicker-module-scss-module__e0devW__is-disabled.DatePicker-module-scss-module__e0devW__holidayRange,
.DatePicker-module-scss-module__e0devW__is-disabled.DatePicker-module-scss-module__e0devW__holidayEnd {
  box-shadow: var(
    --tsbob-datepicker-holiday-is-disabled-box-shadow,
    inset 0 2px 0 0 #e0f0d3
  );
  background: var(--tsbob-datepicker-holiday-is-disabled-background, #eeeff0);
}
.DatePicker-module-scss-module__e0devW__containerInput {
  position: relative;
}
.DatePicker-module-scss-module__e0devW__containerInput:after {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  right: var(--tsbob-datepicker-input-icon-right, 0);
  top: var(--tsbob-datepicker-input-icon-top, 0);
  left: var(--tsbob-datepicker-input-icon-left, auto);
  color: #007fa9;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  font-family: iconfont !important;
}
.DatePicker-module-scss-module__e0devW__containerInput > input {
  width: 100%;
  height: auto;
  box-shadow: var(--tsbob-datepicker-input-box-shadow, none);
  cursor: pointer;
  border: 1px solid #d4d6da;
  border-radius: 4px;
  padding: 23px 16px 4px;
}
.DatePicker-module-scss-module__e0devW__containerInput > input:hover {
  border-color: var(--tsbob-datepicker-input-border-color-hover, gray-dark);
}
.DatePicker-module-scss-module__e0devW__containerInput > input:focus-visible {
  border-color: #004277;
}
.DatePicker-module-scss-module__e0devW__overlay {
  margin: var(--tsbob-datepicker-overlay-margin, 14px 0 0 calc(-0.5 * 320px));
  border: 0 0 1px 0 solid #d4d6da;
  z-index: 3;
  background: #fff;
  border-radius: 4px;
  width: 320px;
  position: absolute;
  left: 50%;
  box-shadow:
    0 3px 5px #0825491c,
    0 1px 18px #0825490d,
    0 6px 10px #0825491a;
}
.DatePicker-module-scss-module__e0devW__overlay:before {
  content: "";
  border-bottom: 14px solid #007fa9;
  border-left: 14px solid #0000;
  border-right: 14px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
}
.DatePicker-module-scss-module__e0devW__overlay
  .DatePicker-module-scss-module__e0devW__wrapper,
.DatePicker-module-scss-module__e0devW__overlay
  .DatePicker-module-scss-module__e0devW__month {
  margin: 0;
}
.DatePicker-module-scss-module__e0devW__overlay {
  z-index: 3;
  border-radius: 4px;
}
.DatePicker-module-scss-module__e0devW__containerInput input {
  color: #013259;
  border-radius: 4px;
}
.DatePicker-module-scss-module__e0devW__containerInput input:hover {
  border-color: #73767e;
}
.DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform: scale(0);
  font-family: iconfont !important;
}
.DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeStart
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeEnd
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-disabled
  ):hover {
  position: relative;
  color: #0000 !important;
  border-radius: 4px !important;
}
.DatePicker-module-scss-module__e0devW__is-returnDate
  .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeStart
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeEnd
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-disabled
  ):hover {
  background: #004277;
}
.DatePicker-module-scss-module__e0devW__is-departureDate
  .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeStart
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeEnd
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-disabled
  ):hover {
  background: #007fa9;
  border-radius: 4px;
}
.DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeStart
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeEnd
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-disabled
  ):hover:before {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%) translateY(-50%);
}
.DatePicker-module-scss-module__e0devW__is-departureDate
  .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--day:not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeStart
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-rangeEnd
  ):not(
    .DatePicker-module-scss-module__e0devW__travelperiodDatepicker--is-disabled
  ):hover:before {
  content: "";
}
.DatePicker-module-scss-module__e0devW__periodType {
  z-index: 4;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin: 0;
  display: flex;
}
.ExpandableBox-module-scss-module__5lh_PG__root {
  transition: var(--tsbob-expandable-box-transition, max-height 0.5s ease);
  position: relative;
  overflow: hidden;
}
.ExpandableBox-module-scss-module__5lh_PG__root:after {
  content: "";
  width: 100%;
  height: var(--tsbob-expandable-box-overlay-height, 50px);
  background: var(
    --tsbob-expandable-box-overlay-background,
    linear-gradient(to top, #fff 0%, #ffffff1a 100%)
  );
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ExpandableBox-module-scss-module__5lh_PG__root.ExpandableBox-module-scss-module__5lh_PG__is-collapsed:after {
  opacity: 1;
  display: block;
}
.ExpandableBox-module-scss-module__5lh_PG__toggleButton {
  display: var(
    --tsbob-expandable-box-toggle-button-display,
    var(--btn--display, inline-flex)
  );
  margin: var(--tsbob-expandable-box-toggle-button-margin, 1.5rem 0 0);
}
.List-module-scss-module__zkiowa__root {
  -webkit-user-select: none;
  user-select: none;
}
.ProductRecommendationsEndMessage-module-scss-module__xyJcYa__icon {
  color: #df0313;
  font-size: 1.5rem;
}
.ProductRecommendationsEndMessage-module-scss-module__xyJcYa__content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 1rem 0.75rem 2rem;
  display: none;
}
.ProductRecommendationsEndMessage-module-scss-module__xyJcYa__text {
  white-space: pre-line;
  color: #df0313;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.25rem;
  font-weight: 400;
}

.BackToResultlistButton-module-scss-module__JwkIgW__root:hover {
  opacity: 0.7;
}

.NoOffersMessage-module-scss-module__0-W_Ia__root {
  text-align: center;
}
.NoOffersMessage-module-scss-module__0-W_Ia__content {
  max-width: initial;
  text-align: left;
  color: #004277;
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.25rem auto;
  padding: 1rem 1.5rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  display: inline-flex;
  box-shadow:
    0 11px 15px #0825491c,
    0 9px 46px #0825490d,
    0 24px 38px #0825491a;
}
@media (min-width: 768px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__content {
    flex-direction: row;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__content {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.NoOffersMessage-module-scss-module__0-W_Ia__imgContainer {
  margin: 0 0 1rem;
  display: block;
}
@media (min-width: 768px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__imgContainer {
    margin: auto 2.25rem auto 0;
  }
}
.NoOffersMessage-module-scss-module__0-W_Ia__imgEmpty {
  background: url(../../../../assets/null-results.svg) 50% / contain no-repeat;
  width: 100px;
  height: 100px;
}
.NoOffersMessage-module-scss-module__0-W_Ia__details {
  padding: 0;
}
@media (max-width: 767.98px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__details {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}
@media (min-width: 768px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__details {
    padding: 0;
  }
}
.NoOffersMessage-module-scss-module__0-W_Ia__text {
  white-space: pre-line;
  color: #013259;
  padding-top: 0;
  padding-bottom: 0;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
@media (max-width: 767.98px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__text {
    text-align: center;
  }
}
.NoOffersMessage-module-scss-module__0-W_Ia__footer {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 1rem 0 0;
  display: flex;
}
.NoOffersMessage-module-scss-module__0-W_Ia__footer
  .NoOffersMessage-module-scss-module__0-W_Ia__btn,
.NoOffersMessage-module-scss-module__0-W_Ia__footer
  .NoOffersMessage-module-scss-module__0-W_Ia__backToResultlistBtn {
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
}
@media (min-width: 768px) {
  .NoOffersMessage-module-scss-module__0-W_Ia__footer
    .NoOffersMessage-module-scss-module__0-W_Ia__btn,
  .NoOffersMessage-module-scss-module__0-W_Ia__footer
    .NoOffersMessage-module-scss-module__0-W_Ia__backToResultlistBtn {
    margin: initial;
    width: auto;
  }
}

.PriceDifference-module-scss-module__k-1XKG__root {
  color: #004277;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
}
.PriceDifference-module-scss-module__k-1XKG__root.PriceDifference-module-scss-module__k-1XKG__higher {
  color: #004277;
}
.PriceDifference-module-scss-module__k-1XKG__root.PriceDifference-module-scss-module__k-1XKG__cheaper {
  color: #007a52;
}
.LongStopOverInfo-module-scss-module__z3xr3G__root {
  color: #b31337;
}
.LongStopOverInfo-module-scss-module__z3xr3G__icon {
  margin-right: 0.25rem;
  font-size: 1rem;
}
.FlightSegment-module-scss-module__p-VERW__root {
  box-shadow: none;
  background: #eeeff0;
  border-radius: 4px;
  margin: 0 0 1rem;
  padding: 0.75rem;
  transition: background 0.3s ease-in-out;
  position: relative;
}
.FlightSegment-module-scss-module__p-VERW__root
  .FlightSegment-module-scss-module__p-VERW__time {
  color: #013259;
}
.FlightSegment-module-scss-module__p-VERW__root
  .FlightSegment-module-scss-module__p-VERW__duration:before,
.FlightSegment-module-scss-module__p-VERW__root
  .FlightSegment-module-scss-module__p-VERW__duration:after {
  display: none;
}
.FlightSegment-module-scss-module__p-VERW__root
  .FlightSegment-module-scss-module__p-VERW__stopOverInfo {
  color: #013259;
}
@media (max-width: 989.98px) {
  .FlightSegment-module-scss-module__p-VERW__root {
    flex: 0 0 50%;
  }
}
.FlightSegment-module-scss-module__p-VERW__title {
  margin: 0 0 0.25rem;
}
@media (min-width: 768px) {
  .FlightSegment-module-scss-module__p-VERW__title {
    text-align: center;
    margin: 0 0 0.5rem;
  }
}
.FlightSegment-module-scss-module__p-VERW__info,
.FlightSegment-module-scss-module__p-VERW__airports {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2px;
  display: flex;
}
.FlightSegment-module-scss-module__p-VERW__airport {
  color: #013259;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.FlightSegment-module-scss-module__p-VERW__time {
  flex: none;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.FlightSegment-module-scss-module__p-VERW__time:last-child {
  text-align: right;
}
.FlightSegment-module-scss-module__p-VERW__durationWrap {
  color: #5b5d63;
  flex: auto;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  font-size: 0.75rem;
  display: flex;
}
.FlightSegment-module-scss-module__p-VERW__durationWrap:before,
.FlightSegment-module-scss-module__p-VERW__durationWrap:after {
  content: " ";
  border-bottom: 1px solid #d4d6da;
  flex: auto;
  display: block;
}
@media (min-width: 768px) {
  .FlightSegment-module-scss-module__p-VERW__durationWrap {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419.98px) {
  .FlightSegment-module-scss-module__p-VERW__durationWrap {
    margin: 0 0.25rem;
  }
}
@media (min-width: 1420px) {
  .FlightSegment-module-scss-module__p-VERW__durationWrap {
    margin: 0 0.75rem;
  }
}
.FlightSegment-module-scss-module__p-VERW__durationLabel {
  flex: none;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .FlightSegment-module-scss-module__p-VERW__durationLabel {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419.98px) {
  .FlightSegment-module-scss-module__p-VERW__durationLabel {
    margin: 0 0.25rem;
  }
}
@media (min-width: 1420px) {
  .FlightSegment-module-scss-module__p-VERW__durationLabel {
    margin: 0 0.75rem;
  }
}
.FlightSegment-module-scss-module__p-VERW__additionalInfo {
  color: #013259;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  display: flex;
}
.FlightSegment-module-scss-module__p-VERW__stopOverInfo,
.FlightSegment-module-scss-module__p-VERW__luggageInfo,
.FlightSegment-module-scss-module__p-VERW__nextDayWarning {
  flex: 1;
  max-width: 33.3333%;
}
.FlightSegment-module-scss-module__p-VERW__stopOverInfo {
  text-align: center;
  color: #013259;
}
.FlightSegment-module-scss-module__p-VERW__nextDayWarning,
.FlightSegment-module-scss-module__p-VERW__nextDay {
  text-align: right;
}
.FlightSegment-module-scss-module__p-VERW__extraInfo {
  justify-content: space-between;
  align-items: center;
  margin: 0.25rem 0 0;
  display: flex;
}
.FlightSegment-module-scss-module__p-VERW__airlineInfo,
.FlightSegment-module-scss-module__p-VERW__nextDay {
  flex: 1;
  max-width: 50%;
}
.FlightSegment-module-scss-module__p-VERW__airline {
  color: #013259;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
}
.FlightSegment-module-scss-module__p-VERW__airlineImage {
  width: 16px;
  height: 16px;
  margin: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
  .Modal-module-scss-module__45x5Ra__root--content {
    min-width: 356px;
    max-width: 320px;
  }
}
.Modal-module-scss-module__45x5Ra__root--footer {
  justify-content: flex-end;
}
.Modal-module-scss-module__45x5Ra__root--overlay {
  z-index: 1050;
}
.Modal-module-scss-module__45x5Ra__destination {
  margin-bottom: 0.25rem;
}
.Modal-module-scss-module__45x5Ra__body {
  color: #013259;
}
.Modal-module-scss-module__45x5Ra__destinationWrapper {
  margin-bottom: 1rem;
}
.Modal-module-scss-module__45x5Ra__airport {
  color: #013259;
  margin-left: 0.25rem;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Modal-module-scss-module__45x5Ra__btnFooter {
  width: 135px;
}
.Modal-module-scss-module__45x5Ra__stopOver {
  color: #73767e;
  background: #eeeff0;
  margin: 1.5rem -1rem;
  padding: 0.5rem 1.75rem 0.25rem;
}
.Modal-module-scss-module__45x5Ra__trigger {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.Modal-module-scss-module__45x5Ra__trigger:hover,
.Modal-module-scss-module__45x5Ra__trigger.Modal-module-scss-module__45x5Ra__is-highlighted,
.Modal-module-scss-module__45x5Ra__trigger.Modal-module-scss-module__45x5Ra__is-highlighted:hover {
  color: inherit;
}
.WeatherIcons-module-scss-module__0ssK-q__root {
  width: auto;
  display: flex;
}
.WeatherIcons-module-scss-module__0ssK-q__item {
  align-items: center;
  min-width: 44px;
  margin-right: 1.5rem;
  display: flex;
}
.WeatherIcons-module-scss-module__0ssK-q__icon {
  color: #c94800;
  margin-right: 0.25rem;
  font-size: 19px;
  position: relative;
  top: 0;
}
.WeatherIcons-module-scss-module__0ssK-q__value {
  color: #5b5d63;
  font-size: 0.875rem;
}
.WeatherIcons-module-scss-module__0ssK-q__iconAirTemp:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: iconfont !important;
}
.WeatherIcons-module-scss-module__0ssK-q__iconWaterTemp {
  color: #004277;
}
.WeatherIcons-module-scss-module__0ssK-q__iconWaterTemp:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: iconfont !important;
}

.Trigger-module-scss-module__V9cI-G__root {
  flex: auto;
  align-items: center;
  width: 0;
  min-width: 100%;
  display: flex;
}
.Trigger-module-scss-module__V9cI-G__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #013259;
  flex: auto;
  width: 0;
  max-width: 36%;
  margin: 0;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .Trigger-module-scss-module__V9cI-G__title {
    max-width: 200px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .Trigger-module-scss-module__V9cI-G__title {
    min-width: 150px;
  }
}
.Trigger-module-scss-module__V9cI-G__info {
  justify-content: center;
  align-items: flex-start;
  display: none;
}
@media (min-width: 768px) {
  .Trigger-module-scss-module__V9cI-G__info {
    display: flex;
  }
}
.Trigger-module-scss-module__V9cI-G__weather {
  display: none;
}
@media (min-width: 768px) {
  .Trigger-module-scss-module__V9cI-G__weather {
    display: flex;
  }
}
.Trigger-module-scss-module__V9cI-G__hotelCount {
  color: #5b5d63;
  width: 100%;
  min-width: 118px;
  max-width: 118px;
  display: none;
}
@media (min-width: 768px) {
  .Trigger-module-scss-module__V9cI-G__hotelCount {
    align-items: flex-end;
    display: flex;
  }
}
@media (max-width: 600px) {
  .Trigger-module-scss-module__V9cI-G__hotelCount {
    max-width: 50%;
  }
}
.Trigger-module-scss-module__V9cI-G__priceWrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  min-width: 118px;
  max-width: 118px;
  margin-left: auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .Trigger-module-scss-module__V9cI-G__priceWrapper {
    min-width: auto;
    max-width: none;
  }
}
.Trigger-module-scss-module__V9cI-G__pricePreposition {
  margin: 0 5px 0 0;
}
.Trigger-module-scss-module__V9cI-G__price--price {
  color: #013259;
  font-size: 1rem;
}
.Trigger-module-scss-module__V9cI-G__price--price--amount,
.Trigger-module-scss-module__V9cI-G__price--price--currency {
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.Trigger-module-scss-module__V9cI-G__weatherWrapper {
  min-width: 0;
}
.Trigger-module-scss-module__V9cI-G__flightDurationWrapper {
  color: #5b5d63;
  align-items: center;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 0;
  display: none;
}
@media (min-width: 768px) {
  .Trigger-module-scss-module__V9cI-G__flightDurationWrapper {
    display: flex;
  }
}
@media (max-width: 600px) {
  .Trigger-module-scss-module__V9cI-G__flightDurationWrapper {
    max-width: 50%;
  }
}
.Trigger-module-scss-module__V9cI-G__flightDurationIcon {
  margin-right: 0.25rem;
  font-size: 19px;
}
.Trigger-module-scss-module__V9cI-G__priceWrapper {
  align-items: baseline;
}
.TotalProductCount-module-scss-module__yQB3hG__root {
  color: #013259;
  font-family:
    Ubuntu Bold,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .TotalProductCount-module-scss-module__yQB3hG__root {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .TotalProductCount-module-scss-module__yQB3hG__root {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.TotalProductCount-module-scss-module__yQB3hG__root.TotalProductCount-module-scss-module__yQB3hG__is-recommendationsView {
  align-items: center;
  display: flex;
}
.TotalProductCount-module-scss-module__yQB3hG__root.TotalProductCount-module-scss-module__yQB3hG__is-recommendationsView:before {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #013259;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: iconfont !important;
}
.SwitchButton-module-scss-module__W64g4q__button {
  color: #004277;
  background: #eeeff0;
  border-color: #d4d6da;
  font-family:
    Ubuntu Regular,
    -apple-system,
    blinkmacsystemfont,
    Segoe UI,
    roboto,
    Helvetica Neue,
    arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  box-shadow:
    0 1px 5px #0825491c,
    0 3px 4px #0825490d,
    0 2px 4px #0825491a;
}
.SwitchButton-module-scss-module__W64g4q__button:hover {
  color: #004277;
  opacity: 0.8;
  background: #ffffff4d;
  border-color: #d4d6da;
}
.SwitchButton-module-scss-module__W64g4q__button
  + .SwitchButton-module-scss-module__W64g4q__button {
  margin-left: -1px;
}
.SwitchButton-module-scss-module__W64g4q__buttonLeft {
  border-radius: 4px 0 0 4px;
}
.SwitchButton-module-scss-module__W64g4q__buttonRight {
  border-radius: 0 4px 4px 0;
}
.SwitchButton-module-scss-module__W64g4q__is-active {
  box-shadow: none;
  pointer-events: none;
  background: #fff;
  color: #000 !important;
}
.ViewSwitch-module-scss-module__wNWZyq__root {
  flex-wrap: nowrap;
  margin-left: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .ViewSwitch-module-scss-module__wNWZyq__root {
    display: none;
  }
}
@media (min-width: 990px) {
  .ViewSwitch-module-scss-module__wNWZyq__root {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ViewSwitch-module-scss-module__wNWZyq__root {
    display: none;
  }
}
.Header-module-scss-module__Y4wrmG__accordionHeader {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}
@media (max-width: 767.98px) {
  .Header-module-scss-module__Y4wrmG__accordionHeader {
    background: #fff;
    border-bottom: 1px solid #d4d6da;
    margin: 0 0 1rem;
  }
}
@media (min-width: 768px) {
  .Header-module-scss-module__Y4wrmG__accordionHeader {
    padding: 0 0 1rem;
    display: flex;
  }
}
.Header-module-scss-module__Y4wrmG__counter {
  margin: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
  .Header-module-scss-module__Y4wrmG__counter {
    margin: 0 1rem 0 0;
  }
}
.Header-module-scss-module__Y4wrmG__sorting--sorting {
  --tsbob-select-input-height: var(
    --tsbobc-result-list-accordion-header-min-height,
    46px
  );
}
.Header-module-scss-module__Y4wrmG__viewSwitch--root--button {
  min-height: 46px;
}
.Header-module-scss-module__Y4wrmG__flatListDisplay
  .Header-module-scss-module__Y4wrmG__counter {
  width: 100%;
}
.TagButtonList-module-scss-module__woRcfa__tagButton {
  margin: var(--tsbob-tag-button-list-tag-button-margin, 0 0.5rem 0.5rem 0);
}
.TagButtonList-module-scss-module__woRcfa__toggle {
  margin: var(
    --tsbob-tag-button-list-toggle-margin,
    var(--tsbob-tag-button-list-tag-button-margin, 0 0.5rem 0.5rem 0)
  );
  display: flex;
}
.TagButtonList-module-scss-module__woRcfa__itemWrapper {
  margin-bottom: var(
    --tsbob-tag-button-list-item-wrapper-margin-bottom,
    0.5rem
  );
  align-items: center;
  display: flex;
}
.TagButtonList-module-scss-module__woRcfa__itemWrapper:last-child,
.TagButtonList-module-scss-module__woRcfa__itemWrapper
  .TagButtonList-module-scss-module__woRcfa__tagButton {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .InfoModal-module-scss-module__ka8FBG__root:not(
      .InfoModal-module-scss-module__ka8FBG__root--is-fullscreen
    )
    .InfoModal-module-scss-module__ka8FBG__root--dialog
    .InfoModal-module-scss-module__ka8FBG__root--content {
    max-width: 320px;
  }
}
.InfoModal-module-scss-module__ka8FBG__btnFooter {
  min-width: 136px;
  margin-left: auto;
}

.GridTeaserMainImage-module-scss-module__ve_WnW__imgContainer {
  height: 342px;
  box-shadow:
    0 11px 15px #0825491c,
    0 9px 46px #0825490d,
    0 24px 38px #0825491a;
}
