/* ../../website-next/components/general/ekomi/Ekomi.module.css */
.Ekomi_ekomiWrapper {
  display: inline-block;
}
.Ekomi_ekomiWrapper a {
  text-decoration: none;
}
.Ekomi_ekomiWrapper .Ekomi_ekomiLogo {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}
.Ekomi_ekomiWrapper .Ekomi_ekomiLogo img {
  width: 70px;
  height: 70px;
}
.Ekomi_ekomiWrapper .Ekomi_stars {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.Ekomi_ekomiWrapper .Ekomi_dbName {
  font-size: 16px;
  margin-bottom: 4px;
  color: #ffffff;
  font-weight: 450;
}
.Ekomi_ekomiWrapper .Ekomi_starsRow {
  padding-top: 8px;
  margin-bottom: -3px;
}
.Ekomi_starsRow .Ekomi_dbStars {
  width: 115px;
  display: inline-block;
}
.Ekomi_starsRow svg {
  height: 19px;
  width: 20px;
  display: inline-block;
}
.Ekomi_starsRow .Ekomi_dbStars .Ekomi_dbStarsBg {
  fill: #d6d6d6;
  position: relative;
  height: 20px;
  width: 100px;
  float: left;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.Ekomi_starsRow .Ekomi_dbStars .Ekomi_dbStarsActive {
  color: #f3d010;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.Ekomi_starsRow .Ekomi_dbStarsActive svg path {
  fill: #f3d010;
}
.Ekomi_ekomiWrapper .Ekomi_average {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 5px -5px;
  color: #f3d010;
  font-size: 1.4em;
}
.Ekomi_ekomiWrapper .Ekomi_caption {
  color: #b4b4b4;
  font-size: 0.8em;
}
.Ekomi_hide {
  display: none;
}

/* ../../website-next/components/general/footer/Footer.module.css */
.Footer_footer {
  padding: 0;
  background-color: #1d2e39;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  font-weight: 600;
}
.Footer_nav {
  background-color: #273d4b;
  padding: 64px 20px;
}
.Footer_navAccordion {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}
.Footer_navSection {
  min-width: 0;
}
.Footer_navHeader {
  margin: 0;
}
.Footer_navTrigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #faf9f7;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.Footer_navChevron {
  flex-shrink: 0;
  margin-left: 12px;
  color: #faf9f7;
  transition: transform 0.3s ease;
}
.Footer_navTrigger[data-panel-open] .Footer_navChevron {
  transform: rotate(180deg);
}
.Footer_navPanel {
  height: var(--accordion-panel-height);
  overflow: hidden;
  transition: height 0.3s ease;
}
.Footer_navPanel[data-starting-style],
.Footer_navPanel[data-ending-style] {
  height: 0;
}
.Footer_navList {
  list-style: none;
  margin: 0;
  padding: 8px 0 16px;
}
.Footer_navList li {
  break-inside: avoid;
}
footer.Footer_footer .Footer_navLink {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #ceccce;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
footer.Footer_footer .Footer_navIcon {
  flex-shrink: 0;
  color: #ceccce;
}
@media (hover: hover) {
  footer.Footer_footer .Footer_navLink:hover,
  footer.Footer_footer .Footer_navLink:hover .Footer_navIcon {
    color: #f89406;
  }
}
@media screen and (max-width: 767px) {
  .Footer_navSectionWide .Footer_navList {
    columns: 2;
    column-gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .Footer_navAccordion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 64px;
    align-items: start;
  }
  .Footer_navSectionWide {
    grid-column: 1 / -1;
  }
  .Footer_navSectionSpan2 {
    grid-column: span 2;
  }
  .Footer_navSectionSpan2 .Footer_navList {
    columns: 2;
    column-gap: 32px;
  }
  .Footer_navTrigger {
    padding: 0 0 12px;
    border-bottom: none;
    pointer-events: none;
    cursor: default;
    font-size: 17px;
  }
  .Footer_navChevron {
    display: none;
  }
  .Footer_navPanel {
    display: block !important;
    height: auto !important;
    overflow: visible;
  }
  .Footer_navList {
    padding: 0;
  }
  .Footer_navSectionWide .Footer_navList {
    columns: 4;
    column-gap: 32px;
  }
}
.Footer_footerLinks {
  background-color: #213441;
  padding: 18px 20px;
}
.Footer_footerLinks > strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 4px;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 600;
}
footer.Footer_footer .Footer_footerLinks a {
  color: #faf9f7;
  text-decoration: none;
  padding: 10px 0;
}
@media (hover: hover) {
  footer.Footer_footer .Footer_footerLinks a:hover {
    color: #f89406;
  }
}
@media screen and (max-width: 767px) {
  .Footer_footerLinks > strong {
    justify-content: center;
    column-gap: 24px;
  }
}
.Footer_footerBoxes {
  background-color: #1d2e39;
  padding: 32px 0 20px;
  text-align: center;
}
.Footer_hotline {
  padding: 20px 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.Footer_hotline .Footer_infos {
  float: right;
}
.Footer_hotline .Footer_infos .Footer_times {
  display: inline-block;
  font-size: 0.8em;
  color: #b4b4b4;
  margin: 0;
}
.Footer_hotline .Footer_infos .Footer_timesTwoLine {
  display: block;
  font-size: 0.7em;
  line-height: 14px;
  color: #b4b4b4;
  margin: 0;
}
.Footer_hotline .Footer_infos .Footer_number {
  display: block;
  color: #faf9f7;
  margin: 0;
  text-decoration: none;
}
.Footer_hotline .Footer_phoneIcon {
  float: left;
  color: #faf9f7;
  margin-right: 10px;
}
.Footer_hotline .Footer_infos .Footer_number > strong {
  font-weight: 600;
}
.Footer_contact {
  padding: 20px 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.Footer_contact .Footer_infos {
  float: right;
}
.Footer_contact .Footer_infos .Footer_caption {
  display: inline-block;
  font-size: 0.8em;
  color: #b4b4b4;
  margin: 0;
}
.Footer_contact .Footer_infos .Footer_mail {
  display: block;
  color: #faf9f7;
  margin: 0;
  text-decoration: none;
}
.Footer_contact .Footer_emailAlertIcon {
  float: left;
  color: #faf9f7;
  margin-right: 15px;
}
.Footer_contact .Footer_infos .Footer_mail > strong {
  font-weight: 600;
}
.Footer_ekomi {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 25px;
  line-height: 1.2;
}
.Footer_social {
  display: inline-flex;
  gap: 18px;
  vertical-align: middle;
  padding: 0 25px;
}
footer.Footer_footer .Footer_socialLink {
  display: inline-flex;
  color: #faf9f7;
}
.Footer_socialIcon {
  display: block;
}
@media (hover: hover) {
  footer.Footer_footer .Footer_socialLink:hover {
    color: #f89406;
  }
}
.Footer_dbCopyright {
  background-color: #1d2e39;
  text-align: center;
  padding: 10px 10px 24px;
}
.Footer_dbCopyright p {
  color: #b4b4b4;
  font-size: 15px;
}
.Footer_dbCopyright .Footer_copyrightLink {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .Footer_dbCopyright .Footer_copyrightLink:hover {
    color: #f89406;
  }
}
@media screen and (max-width: 590px) {
  .Footer_ekomi,
  .Footer_hotline,
  .Footer_contact,
  .Footer_social {
    margin-bottom: 15px;
  }
}
.Footer_footer.Footer_reducedFooter {
  background-color: #263d4a;
}
.Footer_reducedFooter .Footer_footerBoxes,
.Footer_reducedFooter .Footer_dbCopyright {
  background-color: transparent;
}
.Footer_reducedFooter .Footer_dbCopyright {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #ffffff;
}
.Footer_reducedFooter .Footer_copyright {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  color: #b4b4b4;
}
.Footer_reducedFooter .Footer_links {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 12px;
}
.Footer_reducedFooter .Footer_links a {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 590px) {
  .Footer_reducedFooter .Footer_ekomi,
  .Footer_reducedFooter .Footer_hotline {
    margin-bottom: 15px;
  }
  .Footer_reducedFooter .Footer_dbCopyright {
    flex-direction: column-reverse;
  }
  .Footer_reducedFooter .Footer_links {
    margin: 0 0 4px;
  }
  .Footer_reducedFooter .Footer_copyright {
    margin: 0;
  }
}
.db-webview .Footer_footer {
  display: none;
}
