@charset "UTF-8";
/* CSS Document

Stargate

╔═══╦╗░░░░░░░╔╗░░░░░░░░░░░░╔═══╦═══╦═══╗
║╔═╗║║░╔╗░░░░║║░░░░░░░░░░░░║╔═╗║╔═╗║╔═╗║
║║░║║╚═╬╬══╦═╝╠═╗╔══╦╗╔╦══╗║║░╚╣╚══╣╚══╗
║║░║║╔╗╠╣║═╣╔╗║╔╗╣╔╗║╚╝║║═╣║║░╔╬══╗╠══╗║
║╚═╝║╚╝║║║═╣╚╝║║║║╔╗║║║║║═╣║╚═╝║╚═╝║╚═╝║
╚═══╩══╣╠══╩══╩╝╚╩╝╚╩╩╩╩══╝╚═══╩═══╩═══╝
░░░░░░╔╝║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░╚═╝░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

>>>>>>>>>>>> King 1.5.1 <<<<<<<<<<<<<<<

*/

@font-face {
  font-family: Montserrat-Regular; /* deklarace fontu */
  src: url(/ui/system/font/Montserrat-Regular.ttf); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}
@font-face {
  font-family: Montserrat-Bold; /* deklarace fontu */
  src: url(/ui/system/font/Montserrat-Bold.ttf); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}

* {
  font-family: Montserrat-Regular;
  margin: 0;
  padding: 0;
  font-size: 4vw;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
p,
span,
label {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
::-moz-placeholder {
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
html {
  touch-action: manipulation;
  /*height: 100%;*/
}
h1 {
  font-size: 12vw;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
h2 {
  font-size: 9vw;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
h3 {
  font-size: 7vw;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
h4 {
  font-size: 5vw;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.scroll-block {
  max-height: 100vh;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
}
a.btn-href {
  -webkit-border-radius: 360;
  -moz-border-radius: 360;
  border-radius: 360vw;
  cursor: pointer;
  margin: 3vw;
}
.back-btn {
  padding: 0 6vw 0 4vw;
  z-index: 70;
  height: 12vw;
  line-height: 12vw;
  display: inline-block;
  position: fixed;
  left: 2vw;
  top: 14vw;
}
.btn-icon {
  width: 3.5vw;
  height: 12vw;
  display: block;
  margin: 0 3vw 0 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
}
input,
select,
date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/********************* INPUT STYLES ******************/
.field {
  display: flex;
  flex-flow: column-reverse;
  margin: 1vw 0;
}
label,
input,
textarea {
  transition: transform 0.2s;
  touch-action: manipulation;
}
input,
textarea {
  width: 87%;
  font-size: 5vw;
  border: 0;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.5vw 10% 2.5vw 3%;
  cursor: text;
  background-position: center right 2%;
  background-size: auto 45%;
  background-repeat: no-repeat;
  margin: 0 0 2vw 0;
}
input:focus,
textarea:focus {
  outline: 0;
}
label {
  font-size: 3vw;
}
input:placeholder-shown + label,
textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 7.5vw) scale(1.5);
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
textarea:not(:placeholder-shown) + label,
textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  border: none;
  -webkit-border-radius: 360;
  -moz-border-radius: 360;
  border-radius: 360vw;
  padding: 3vw 0;
  cursor: pointer;
  margin: 3vw 0;
  outline: none;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: inline-block;
  text-align: center;
}
footer {
  display: none;
}
#timepicker {
  padding: 10px;
  border: none;
  font-size: 1.2em;
}

/*** BLUE BUTTON FIX ***/
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}

/***************************************************************** ////// ******************************************************/
/*****************************************************************   ID   *****************************************************/
/***************************************************************** \\\\\\ ****************************************************/

#login {
  display: none;
}
#factory-select {
  display: none;
}
#account-settings {
  display: none;
}
#menu-box {
  display: block;
}
#home {
  display: block;
}
#cart {
  display: none;
}
#cartOverlay-1 {
  display: none;
}
#cartOverlay-2 {
  display: none;
}
#cartOverlay-3 {
  display: none;
}
#contact {
  display: none;
}
#maps {
  display: none;
}
#item-detail {
  display: none;
}
#gallery {
  display: none;
}
#gallery-items {
  display: none;
}
#news {
  display: none;
}
.notification {
  display: none;
}
#favorite-items {
  display: none;
}
#orders-history {
  display: none;
}
#alergens-list {
  display: none;
}
.js-news-template {
  display: none;
}
.js-item-unavailable-btn {
  display: none;
}
#reservation-detail {
  display: none;
}
#company-terms {
  display: none;
}
/***************************************************************** ////// *****************************************************/
/***************************************************************** CLASS *****************************************************/
/************************************************************ \\\\\\ **********************************************************/

.hw-acc {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.invisible {
  display: none;
}
.body-container {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
  z-index: 20;
}
.cleaner,
.clear {
  clear: both;
}
button.menu-hide-btn {
  width: 25vw;
  height: 15vw;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  border: none;
  top: 0vw;
  right: 0vw;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: 6vw;
}
ul.menu {
  padding: 0;
  width: 90%;
  height: 100%;
  position: fixed;
  z-index: 101;
  display: block;
  transition: all 0.5s;
  top: 0vw;
  right: -100%;
  opacity: 0;
}
ul.menu.active {
  transition: all 0.5s;
  right: 0vw;
  opacity: 1;
}
.menu-content {
  background-size: auto 15vw;
  background-position: center top 2.5vw;
  background-repeat: no-repeat;
  max-height: 87vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-content:before {
  position: absolute;
  bottom: 0vw;
  width: 85%;
  padding: 0 0 0 15%;
  display: block;
  height: 8vw;
  line-height: 8vw;
  opacity: 0.3;
  background-position: center left 2.5%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  font-size: 3vw;
}
.menu-content-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vw;
  position: relative;
  text-align: center;
}
.menu-content-logo::after {
  content: "";
  width: 100%;
  height: 40vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.menu-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 25vw;
  width: 100%;
  height: 40vw;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0vw;
}
.menu-signature {
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  width: 90%;
  height: 8vw;
  line-height: 8vw;
  padding: 0 0 0 10%;
  background-position: center left 2%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  opacity: 0.6;
}
.menu-image-top {
  position: relative;
}
.toppanel {
  width: 100%;
  height: 15vw;
  position: absolute;
  top: 10vw;
  z-index: 100;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: auto 60%;
  transition: all 0.5s;
}

/*IPHONE X and more display FIX*/
.toppanel::before {
  content: "";
  width: 100%;
  height: 20vh;
  position: absolute;
  top: -20vh;
  left: 0;
  display: block;
  z-index: 1;
}

.toppanel.mini-menu {
  position: fixed;
  top: 0;
  transition: all 0.5s;
}
.toppanel img {
  left: 3vw;
  width: auto;
  height: 10vw;
  position: absolute;
  top: 2.5vw;
  cursor: pointer;
}
.toppanel.mini-menu img {
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
}
button.toppanel-btn {
  position: absolute;
  right: 0vw;
  width: 25vw;
  height: 15vw;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  cursor: pointer;
}
.slide {
}
.slide::after {
}
li.menu-btn {
  cursor: pointer;
  padding: 2vw;
  font-size: 4vw;
}
.menu-btn.selected {
}
.menu-btn.account-menu {
  border-left: 0vw;
  padding: 4vw 5%;
  position: absolute;
  bottom: 8vw;
  display: block;
  width: 90%;
}
.dummy {
}
.menu-btn-content {
  background-position: center right 3vw;
  background-repeat: no-repeat;
  background-size: auto 60%;
  height: 10vw;
  line-height: 10vw;
  padding: 0 0 0 1.5vw;
}
.app-banner-content {
  width: 100%;
  margin: 0;
}
.app-banner-content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.app-banner-image {
  display: none;
  width: 100%;
  height: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-banner-image.active {
  display: block;
}
.no-banners {
  margin: 15vw 0 0 0;
}
.swiper-pagination {
}
.swiper-pagination-bullets {
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border-radius: 360vw;
}
.swiper-pagination-bullet-active {
}
.banner-version-app,
.banner-version-app_multiapp {
  display: block;
}
.banner-version-eshop,
.banner-version-eshop_multiapp {
  display: none;
}
.extended-menu {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2vw 0;
}
.food-types {
  white-space: nowrap;
  text-align: center;
}
.food-type-button {
  height: 15vw;
  line-height: 15vw;
  display: inline-block;
  padding: 0 7vw;
  margin: 0 1.5vw;
  border-radius: 360vw;
  background-size: 0px;
  text-align: left;
  cursor: pointer;
}
.food-type-button img {
  width: 7vw;
  height: 7vw;
  margin: 0px 3vw -2vw 0;
}
/*SUB CATEGORY MENU*/
.food-types {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.food-types.js-item-type-sub {
  margin-top: 0.5em;
}
.food-type-button.extra {
}
.scroll-to-top {
  position: fixed;
  top: 80vh;
  left: 0;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
}
.scroll-to-top-icon {
  width: 100%;
  height: 15vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.orders-history-box,
.favorite-items-box,
.news-box,
.alergens-box {
  margin: 20vw 5%;
}

.orders-history-box h4,
.favorite-items-box h4,
.news-box h4,
.alergens-box h4 {
  margin: 2vw 0;
}

/************************************************************** Tutorial ***************************************************/
.tutorial-box {
  display: none;
}

/************************************************************** BOTTOM-line ***************************************************/

.bottom-panel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.bottom-panel::before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 10vw;
  width: 100%;
  display: block;
  bottom: 10vw;
  pointer-events: none;
}
.bottom-btn {
  width: 21%;
  height: 10vw;
  display: block;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  cursor: pointer;
  text-align: center;
}
.bottom-btn-center {
  display: inline-block;
  line-height: 4vw;
  margin: 4vw 0vw 0vw 0vw;
}
.bottom-btn h4 {
  font-size: 4vw;
  line-height: 0.5vw;
}
.bottom-btn label {
  font-size: 2vw;
  line-height: 0.5vw;
}
.bottom-btn-cart {
  width: 15vw;
  margin: -5vw 0vw 0vw 0vw;
  height: 15vw;
  display: block;
  float: left;
  border-radius: 360%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  cursor: pointer;
  text-align: center;
}
.bottom-btn-cart h4 {
  font-size: 4vw;
  line-height: 16.5vw;
}
.favorite-food {
}
.last-orders {
}
.account {
}
.points {
}

/********************************************************** ITEM **********************************************************/
.items {
  margin: 0 0 30vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.items h2 {
  text-align: center;
  width: 100%;
}
.items-title {
  display: flex;
  padding: 15vw 0 2.5vw 0;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.items-title p {
}
.items-title p::before {
  content: "";
  width: auto;
  height: 1px;
  margin: 2.5vw 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
}
.product,
.item {
  position: relative;
  margin: 5vw 1%;
  width: 48%;
  float: left;
  padding: 0 0 55vw 0;
}
.content {
  width: 100%;
}
.item-photo-content {
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 50vw;
  float: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -2vw;
  transition: all 0.3s ease-out;
}
.item-photo-content-bottom {
  position: relative;
  background: none;
  overflow: hidden;
  float: none;
  width: 100%;
  text-align: center;
  padding: 45vw 0 0 0;
  word-break: break-word;
}
.item-photo-content-bottom h4 {
  padding-top: 2.5vw;
}
.item-photo-content-bottom p {
  font-family: Montserrat-Regular;
  width: 100%;
  text-align: justify;
  font-size: 0.9em;
}
.stickers-content {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
  max-height: 77%;
  overflow: hidden;
}
.sticker {
  float: right;
  padding: 2vw;
  font-family: Montserrat-Bold;
  font-size: 0.95em;
}
.item-info-panel,
.reservation-info-panel {
  height: auto;
  width: 100%;
  float: none;
  text-align: center;
  position: absolute;
  bottom: 20vw;
}
.item-info-btn {
  width: 100%;
  line-height: 10vw;
  display: inline-block;
  float: none;
  text-align: center;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: auto 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reservation-info-panel .item-info-btn {
  width: 100%;
}
.item-info-btn select {
  border: none;
  width: 100%;
  font-size: 5vw;
  transition: all 0.5s;
  padding: 1vw 2vw 2vw 4vw;
  margin: 0vw;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
  background-position: center right 2vw;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.item-info-btn h4 {
  font-size: 4.5vw;
}
.item-info-btn .review-star {
  width: 4vw;
  height: 4vw;
  margin: 3vw 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
  display: inline-block;
  text-align: center;
}
.review-star.active {
}
.item-buy-btn,
.item-buy-now {
  position: absolute;
  width: 47%;
  float: none;
  height: 15vw;
  display: inline-block;
  border-radius: 360vw;
  cursor: pointer;
  margin: 0;
  padding: 0;
  bottom: 2.5vw;
}
.item-buy-btn {
  left: 0vw;
}
.item-buy-now {
  right: 0vw;
}
.item-buy-btn-icon,
.item-buy-now-icon {
  width: 100%;
  height: 15vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.item-change-btn {
  position: relative;
  width: 15%;
  float: left;
  text-align: center;
}
.item-change-btn span {
  width: 100%;
  height: 23.3vw;
  line-height: 23.3vw;
}
.change-btn {
  width: 100%;
  height: 23.3vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
}
.item-taste-box {
  padding: 2.5vw;
}
.item-taste-box p {
}
.item-taste-box label {
}
.js-toggle-list-view {
  width: 15%;
  height: 15vw;
  display: block;
  float: right;
  background-position: center;
  background-size: auto 45%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.item-sale-date {
  padding: 2vw 2.5%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.item-sale-date h4 {
  font-size: 5vw;
  line-height: 3.5vw;
  text-transform: uppercase;
}
.item-sale-date span {
  font-size: 2.7vw;
}
.daily-menu-day {
  padding: 0 2vw;
  font-size: 2em;
  line-height: 2em;
  width: 100%;
  display: block;
}
.product-detail .add-cart-quantity,
.item-detail .add-cart-quantity {
  display: none !important;
}

/************************************************ ENHANCEMENT BOX **************************************************/
.overlay-enhancement-box,
.overlay-specify-address {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
}
.overlay-specify-address {
  display: flex;
  z-index: 100;
  padding: 10vw 0 5vw 0;
  box-sizing: border-box;
  align-items: center;
  visibility: hidden;
}
.overlay-enhancement-box.active {
  display: block;
}
.overlay-enhancement-content {
  width: 100%;
  display: inline-block;
  position: relative;
  top: 52%;
  transform: translateY(-50%);
  height: 77%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.overlay-specify-address-content {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  height: 100%;
  max-height: min-content;
  width: 95%;
  max-width: 768px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 6vw;
  padding: 2px 0;
}
.overlay-specify-address-content .specify-address-inner-content {
  overflow: auto;
}
.overlay-specify-address-content .specify-address-inner-content > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
.overlay-specify-address.active {
  visibility: visible;
}
.overlay-specify-address-content .delete-btn {
  position: absolute;
  cursor: pointer;
  top: -5vw;
  z-index: 1002;
}
.overlay-specify-address-content .specify-address-header {
  font-family: Montserrat-Bold;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #FFFFFF;
}
.overlay-specify-address-content .specify-address-message:empty {
  display: none;
}
.overlay-specify-address-content .specify-address-message {
  padding: 0.5rem 0.25rem;
  border-radius: 6vw;
  text-align: center;
  font-size: 1.1rem;
  font-family: Montserrat-Bold;
  margin: 0.5rem 0;
}
.overlay-specify-address-content .field {
  display: none;
}
.overlay-specify-address-content .specify-address-map-wrapper {
  position: relative;
  flex-grow: 1;
}
.overlay-specify-address-content .specify-address-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 400;
  pointer-events: none;
  user-select: none;
}
.overlay-specify-address-content .specify-address-map-marker-icon {
  transform: translateY(-50%) scale(0.75);
  transform-origin: bottom;
}
.overlay-specify-address-content .leaflet-control-attribution a {
  font-size: 11px;
}
.overlay-specify-address-content .set-user-location-button {
  z-index: 1000;
  right: unset;
  left: 0;
  height: 3rem;
  margin: 10px 0 0 10px;
  border-radius: 50%;
}
.overlay-specify-address-content .save-specific-address-button-wrapper {
  position: sticky;
  bottom: 0;
  background-color: #FFFFFF;
  padding-bottom: 0.75rem;
  z-index: 1000;
}
.overlay-specify-address-content .save-specific-address-button {
  font-family: Montserrat-Bold;
  margin-top: 0.75rem;
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 6vw;
  cursor: pointer;
}
.overlay-specify-address-content #specify-address-map {
  width: 100%;
  min-height: 300px;
  height: 60vh;
  max-height: 528px;
  border-radius: 6vw;
}
.specify-address-ui-autocomplete {
  z-index: 102;
}
.overlay-enhancement-box .extended-menu-taste {
  flex: 0 0 auto;
}
.enhancement-box {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay-enhancement-box .extended-content-box {
}
.overlay-enhancement-box .cart-bottom-btns {
  flex: 0 1 auto;
  width: 100%;
}
.overlay-enhancement-box .cart-back-btn a,
.overlay-enhancement-box .cart-pay-btn a {
  width: 50%;
  overflow: hidden;
}
.enhancement-header {
  padding: 15vw 5%;
  width: 90%;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  font-size: 2.5em;
  font-family: Montserrat-Bold;
}
.overlay-enhancement-content .delete-btn,
.configurator-enhancement-content .delete-btn {
  cursor: pointer;
  top: -5vw;
}

/**************************************************** ITEM - RESERVATION ************************************************/
.reservation-desc-column,
.reservation-hashtag-box {
  padding: 1vw 5%;
}
.reservation-desc-column p {
  text-align: justify;
}
.reservation-hashtag-box span {
  padding: 1vw 1.5vw 1vw 5.5vw;
  display: block;
  float: left;
  background-position: center left 1.5vw;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 360vw;
  margin: 0.5vw;
}
.reservation-calendar-box {
  margin: 5vw 0;
}
.reservation-calendar-box h4 {
  margin: 0 5%;
}
.reservation-calendar {
  width: 100%;
}
.reservation-cal-left {
  float: left;
  width: 20%;
  display: block;
}
.reservation-cal-right {
  float: left;
  width: 80%;
  display: block;
  padding: 15vw 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.reservation-cal-arrow,
.reservation-cal-day {
  width: 100%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.reservation-cal-days-column {
}
.reservation-cal-overflow {
  white-space: nowrap;
}
.reservation-cal-line {
}
.res-cal-width-max {
  width: 100%;
  margin: 0 0;
  display: inline-block;
  cursor: pointer;
}
.res-cal-width-auto {
  margin: 0 1vw 0 0;
  padding: 0 2vw;
  display: inline-block;
  cursor: pointer;
}
.res-cal-width-max span {
  font-size: 0vw;
}
.res-cal-width-max span,
.res-cal-width-auto span {
  width: 100%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
}

.reservation-header-tables_form,
.reservation-header-rooms_form,
.reservation-header-bowling_form,
.reservation-header-squash_form {
  width: 90%;
  padding: 15vw 5% 2vw 5%;
  margin: -5vw 0 5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.reservation-header-tables_form::before,
.reservation-header-rooms_form::before,
.reservation-header-bowling_form::before,
.reservation-header-squash_form::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 35vw;
  bottom: 0;
  left: 0;
}

/************************************************************ CART ********************************************************/

.orders-history-box,
.favorite-items-box,
.news-box,
.alergens-box,
.cart-box,
.account-content,
.reservation-form-box,
.gallery-box {
  margin: 25vw 0 0 0;
  padding: 0 0 50vw 0;
}
.cart-box h4 {
  margin: 0 0 0 2.5vw;
}
.cart-right-box {
}
.cart-sum {
  width: 100%;
}
.cart-price-column {
  width: 100%;
  padding: 0.5vw 0;
}
.cart-col-name {
  padding: 0 0 0 3%;
  width: 67%;
  float: left;
}
.cart-col-value {
  width: 27%;
  float: left;
  padding: 0 3% 0 0;
  text-align: right;
}
.cart-bonus .cart-col-name,
.cart-bonus .cart-col-value {
}
.cart-price .cart-col-name,
.cart-price .cart-col-value {
  font-size: 5vw;
  font-weight: 600;
}
.cart-bottom-btns {
}
.cart-back-btn {
}
.cart-back-btn a {
  display: block;
  width: 50%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
  cursor: pointer;
  float: left;
}
.cart-pay-btn {
}
.cart-pay-btn a {
  display: block;
  width: 50%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
  cursor: pointer;
  float: left;
  background-repeat: no-repeat;
  background-position: center left 10%;
  background-size: auto 55%;
}
.cart-items {
}
.item-taste-btn-icon {
  width: 100%;
  height: 35vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.extended-menu-taste {
  display: block;
  width: 100%;
  height: 15vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.extended-menu-taste .ingredient-types {
  white-space: nowrap;
  text-align: center;
}
.extended-menu-taste .ingredient-type-button {
  height: 15vw;
  line-height: 15vw;
  display: inline-block;
  float: none;
  padding: 0 7vw 0 15vw;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-position: center left 3vw;
  background-repeat: no-repeat;
  background-size: auto 40%;
  text-align: center;
  cursor: pointer;
}
.js-addon-items .item-show-addons-btn {
  width: 100%;
  float: none;
  height: 15vw;
  display: block;
  border-right: none;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.js-addon-items .item-taste-btn-icon {
  height: 15vw;
  background-position: center;
  background-size: auto 50%;
}
.extended-content-box {
}
.extended-content-taste {
}
.extend-qantity-btn {
  float: left;
  width: 15%;
  height: 14vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  display: block;
}
.extended-column {
  background-size: auto 70%;
  float: left;
  width: 60%;
  padding: 0 0 0 10%;
  background-repeat: no-repeat;
  height: 50px;
  background-position: center left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: 0px;
}
.select-content {
  width: 90%;
  height: auto;
  margin: 2vw 0;
  background-position: center left 0.5vw;
  background-size: auto 70%;
  background-repeat: no-repeat;
  padding: 0 0 0 10%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: 0px;
}
.js-payment-container .select-content,
.js-delivery-container .select-content {
  background-size: auto 60%;
}
.extended-title {
  display: inline-block;
  float: left;
  width: 60%;
  padding: 0;
  text-align: left;
}
.extended-quantity {
  float: left;
  display: inline-block;
  text-align: center;
  width: 10%;
}
.extended-price {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30%;
}
.cart-form-box {
  margin: 0 5%;
  width: 90%;
}
.cart-form-box p {
  padding: 0 0 3vw 0%;
  font-size: 0.85em;
}
.product-delete-btn {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.product-delete-icon {
  width: 10vw;
  height: 10vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.cart-inform-column {
  padding: 2.5vw 5%;
}
.cart-inform-column h4,
.cart-inform-column p {
  padding: 0vw;
  margin: 0vw;
  font-size: 3vw;
}
.js-cart-action-container {
  width: 90%;
  padding: 2vw 5%;
}
.js-action-name {
  font-size: 1.2em;
}
.js-action-buttons-container {
  margin: 2vw 0 0 0;
}
.js-cart-action-container button {
  padding: 2.5vw;
  border-radius: 360px;
  border: 0px;
  cursor: pointer;
}
.online-payment-wrapper {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.online-payment-content {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.online-payment-content a {
  display: inline-block;
  padding: 25px 10%;
  width: 40%;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}
.save-data-box {
}
.save-data-desc {
  width: 75%;
  line-height: 12vw;
}
.save-data-checkbox {
  width: 25%;
}
.save-data-checkbox label .toggle-control {
  width: 20vw;
}
.save-data-checkbox .toggle input:checked + .toggle-control:after {
  left: 14vw;
}
.save-data-desc,
.save-data-checkbox {
  display: block;
  float: left;
  height: 15vw;
}
.cart-box .product,
.cart-box .item {
  position: relative;
  margin: 5vw 0;
  width: 100%;
  float: none;
  padding-bottom: 0;
}
.cart-box .content {
  width: 85%;
  float: left;
}
.cart-box .item-photo-content {
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cart-box .item-photo-content-bottom {
  width: 97%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5vw 0 1.5vw 3%;
  z-index: 10;
  text-align: left;
}
.cart-box .item-info-panel,
.cart-box .reservation-info-panel {
  margin: 0;
  padding: 0;
  bottom: unset;
  position: relative;
}
.cart-box .item-info-btn {
  width: 33%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
  background-size: 0%;
}
.cart-box .item-change-btn {
  position: relative;
  width: 15%;
  float: left;
  text-align: center;
}
.cart-box .change-btn {
  width: 100%;
  height: 23.3vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
}
.cart-box .item-change-btn span {
  width: 100%;
  height: 23.3vw;
  line-height: 23.3vw;
}
.address-error-box {
  padding: 3vw;
}
.address-error-box.address-error {
}
.address-field {
  display: flex;
  gap: 0.25rem;
}
.address-field .field {
  width: 100%;
  position: relative;
}
.address-field .field input {
  padding-right: 3rem;
  width: 100%;
  box-sizing: border-box;
}
.source-app-android .address-field .field input,
.source-app-apple .address-field .field input {
  padding-right: 0;
}
.address-field .edit-address-box {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.address-field .specify-address-button {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  height: 3rem;
  border-radius: 6vw;
}
.set-user-location-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer;
}
.set-user-location-button::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.js-address-error {
  display: none;
}
.cart-tringel-select-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.cart-box .select-content-box > h4 {
  margin-top: 0.5rem;
}
.cart-tringel-select-btn {
  padding: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  width: calc(50% - 0.5rem);
  border-radius: 6vw;
}
.cart-tringel-select-btn-icon {
  font-size: 1.5rem;
}
.cart-tringel-toggle {
  margin-top: 1rem;
}
.cart-tringel-toggle > label {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: center;
}
.cart-tringel-toggle .toggle .toggle-control {
  width: 20vw;
}
.bonus-points-box {
}
.bonus-points-content {
}
.bonus-points-head {
}
.bonus-points-head h4 {
}
.bonus-points-head span {
  margin: 0 0 0 2.5vw;
}
.bonus-points-controller {
  padding: 3vw 3%;
  margin: 2vw 0 0 0;
}
.bonus-points-remain {
  display: block;
  width: 90%;
  padding: 0 0 0 7%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}
.bonus-points-controll-panel {
  width: 100%;
  margin: 0 0 2.5vw 0;
}
.bonus-points-btn {
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  width: 15%;
  height: 15vw;
  display: block;
  float: left;
  cursor: pointer;
}
.bonus-points-value {
  float: left;
  height: 15vw;
  line-height: 15vw;
  display: block;
  width: 70%;
  text-align: center;
}
.bonus-points-value h4 {
  font-size: 1.5em;
  display: inline;
}
.bonus-points-value span {
  font-size: 0.9em;
  display: inline;
}
.bonus-points-href-btn {
  padding: 2.5vw 5vw;
}
.bonus-points-center-class {
  margin: 5vw 5%;
  text-align: center;
}
.package-item-cart {
  background-size: auto 50%;
  background-position: center left 10%;
  background-repeat: no-repeat;
}
.select-address {
  display: none;
}
.require-consent {
  opacity: 0.3;
}
.cart-extras {
}
.cart-extras-info {
  margin: 5px 0;
  padding: 5px;
}
.cart-extras:first-child .cart-extras-info {
  margin: 5px 0 0 0;
}
.cart-extras:last-child .cart-extras-info {
  margin: 0 0 5px 0;
}
.cart-extras-info span {
  font-family: Montserrat-Bold;
}

/************************ CUPONS ********************************/
.coupon-box {
}
.coupon-content {
  margin: 0 3%;
  width: 94%;
}
.coupon-head {
}
.coupon-content .field {
  width: 85%;
  float: left;
}
.coupon-cart {
}
.actions-container .cart-price-column.coupon-cart,
.actions-container .cart-price-column.cart-bonus {
  padding: 3vw 2.5% 3vw 6.5%;
  width: 91%;
  background-repeat: no-repeat;
  background-position: center left 2.5%;
  background-size: auto 6vw;
}
.set-coupon-btn,
input[type="submit"].set-coupon-btn,
input[type="button"].set-coupon-btn,
button.set-coupon-btn {
  border: none;
  width: 15%;
  margin: 0;
  padding: 0;
  height: 14vw;
  border-radius: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.coupon-cart .cart-col-name,
.coupon-cart .cart-col-value {
  line-height: 10vw;
}
.coupon-cart .cart-col-name {
  padding: 0 0 0 3%;
  width: 62%;
  float: left;
}
.coupon-cart .cart-col-value {
  width: 22%;
  float: left;
  padding: 0 3% 0 0;
  text-align: right;
}
.coupon-delete-btn {
  float: right;
  width: 10%;
  height: 10vw;
  border: none;
  border-radius: 360%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
/*********************** WHISPERER **********************************/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-width: 90%;
  padding: 0.5vw 0;
  margin: 0 0 0.5vw 15vw;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.ui-menu-item-wrapper {
  margin: 0.5vw;
  padding: 3vw 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 1vw 0.5vw;
  clear: both;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  text-decoration: none;
  background-image: none;
}
.ui-helper-hidden-accessible {
  display: none;
}

/***************************************************************** LOGIN ***************************************************/

a.bottom-href {
  position: fixed;
  bottom: 20vw;
  display: block;
  text-align: center;
  width: 100%;
}
.login-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  text-align: center;
}
.login-wrapper::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.login-content {
  z-index: 1;
  width: 90%;
  display: inline-block;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}
.desc-article {
  padding: 2vw 20%;
}
.login-frm,
.pair-frm {
  text-align: left;
  margin: 0 10%;
}
#login-step-1 .login-article-column {
  display: none;
}

/***************************************************************** MAP **********************************************************/

.map-container {
}
.map-container {
}
.map-content {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 90vh;
  top: 15vw;
  border: 0;
}
.map-info-box {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  top: 15vw;
  left: 0vw;
}
.map-content-image {
  width: 100%;
  height: 70vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.map-content-title {
  width: 100%;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.map-content-title h4 {
  padding: 0 0 2.5vw 2.5vw;
}
.map-description {
  float: left;
  width: 71%;
  margin: 2.3vw 0vw 0vw 0vw;
}
.map-description p {
  text-align: center;
}
.map-bottom-panel {
}
.map-bottom-panel input[type="submit"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 29%;
  padding: 0vw;
  cursor: pointer;
  margin: 0vw;
  height: 15vw;
  line-height: 15vw;
  display: block;
  text-align: center;
}

/******************************************************** KONTAKT ******************************************************/

.contact-top-banner {
}
.contact-top-banner h4 {
  text-align: center;
  margin: 2.5vw 0;
}
.contact-top-banner-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50vw 0 0 0;
}
.call-container {
}
.call-button-content {
  height: 14vw;
  line-height: 14vw;
  margin: 1vw 0;
}
.call-button-content h3 {
  font-weight: 300;
  text-align: center;
  width: 71%;
  float: left;
}
.call-button {
  width: 29%;
  cursor: pointer;
  padding: 0;
  float: right;
  line-height: 14vw;
  font-size: 0.8em;
}
.call-button-icon {
  float: left;
  width: 10vw;
  height: 14vw;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6vw;
}
.open-hours-box {
}
.open-hours-box h4 {
  padding: 2vw 0 2vw 2vw;
}
.open-hours-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.open-hours-D {
  border-top: none;
  border-left: none;
  border-bottom: none;
  float: left;
  width: 49%;
  text-align: center;
  line-height: 14vw;
}
.open-hours-H {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 14vw;
}
.contact-form-container {
}
.contact-form-container h4 {
  padding: 2vw 0 2vw 2vw;
}
.contact-form-content {
  padding: 2.5vw 3% 25vw 3%;
}
.contact-form-content textarea {
  border: none;
  width: 94%;
  padding: 3vw 3%;
  height: 30vw;
  text-align: justify;
}
.contact-bottom-panel {
  width: 50%;
  float: left;
}
.contact-bottom-panel select {
  border: none;
  width: 100%;
  height: 14vw;
  font-size: 5vw;
  transition: all 0.5s;
  padding: 0;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0;
  margin: 0;
}
.contact-form-content input[type="submit"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4vw 0;
  cursor: pointer;
  margin: 0;
  float: left;
  width: 50%;
}
.message-responce-time-comment {
  margin: 3vw 0;
  text-align: center;
  font-size: 3.5vw;
}
#legend {
  padding: 1vw;
  margin: 1vw;
  top: 9vw;
}
#legend h3 {
  margin-top: 0;
}
#legend img {
  vertical-align: middle;
}
.legend-price-fixed {
}
.legend-color-box {
  border-radius: 360px;
  width: 5vw;
  height: 5vw;
  display: inline-block;
  margin: 1vw 1vw 1vw 0;
}

/********************************************************* ITEM-DETAIL ***************************************************/

.product-detail {
  width: 100%;
  position: relative;
}
.item-detail-box {
}
.content-detail {
  width: 100%;
}
.item-detail-photo-content {
  height: 80vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 190ms 245ms ease-in-out;
  transition: all 190ms 245ms ease-in-out;
}
.item-detail-photo-content.zoomed {
  height: 80vh;
  -webkit-transition: all 245ms 190ms ease-in-out;
  transition: all 245ms 190ms ease-in-out;
}
.item-detail-photo-content::after {
  content: "";
  width: 100%;
  height: 25vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.item-detail-photo-content h4 {
  position: absolute;
  bottom: 2.5vw;
  left: 3vw;
  z-index: 10;
}
.stickers-detail-content {
  position: absolute;
  top: 15vw;
  right: 0;
  text-transform: uppercase;
  max-height: 65vw;
  max-width: 68%;
  overflow: hidden;
}
.stickers-detail-content.sticker {
  float: right;
  padding: 1.5vw 3vw;
  font-family: Montserrat-Bold;
  font-size: 3vw;
}
.favorite-food-box {
  position: absolute;
  right: 0vw;
  bottom: 0vw;
  z-index: 15;
}
button.favorite {
  width: 8vw;
  height: 8vw;
  display: block;
  margin: 2.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
}
.item-detail-box .item-info-panel,
.item-detail-box .reservation-info-panel {
  margin: 0;
  position: relative;
  bottom: unset;
}
.item-detail-box .item-info-btn {
  width: 33%;
  float: left;
  background-size: 0;
}
.item-detail-desc-box {
  margin: 0 0 2.5vw 0;
}
.item-detail-label {
  padding: 2.5vw 2.5vw 2.5vw 12vw;
  background-repeat: no-repeat;
  background-position: center left 2.5vw;
  background-size: 7vw;
  line-height: 7vw;
  min-height: 7vw;
  text-align: left;
  word-break: break-word;
}
.alergen-type {
  border-radius: 360vw;
  width: 6.5vw;
  height: 6.5vw;
  text-align: center;
  line-height: 6.5vw;
  float: left;
  margin: 0 0.5vw;
}
.add-cart-column {
  width: 100%;
}
.add-cart-quantity {
  float: left;
  width: 40%;
}
.add-cart-quantity .change-btn {
  width: 33%;
  float: right;
  display: block;
  height: 13.4vw;
  background-size: 60%;
}
.add-cart-quantity label {
  width: 33%;
  float: right;
  display: block;
  height: 13.4vw;
  line-height: 13.4vw;
  text-align: center;
}
input[type="button"].add-to-cart,
input[type="button"].add-to-cart-unavailable {
  border: none;
  cursor: pointer;
  float: left;
  width: 60%;
  height: 14vw;
  border-radius: 0vw;
  margin: 0vw;
}
.social-box {
  text-align: center;
  padding: 7vw 0;
}
.social-box span {
  display: block;
  width: 100%;
  margin: 0 0 2.5vw 0;
}
.social-btn {
  border-radius: 360vw;
  display: inline-block;
  cursor: pointer;
  margin: 0 3vw;
}
.social-btn-img {
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
}
.item-reviews-box {
  margin: 2vw 10% 35vw 10%;
}
.review-box {
}
.review-num-reviews {
  font-size: 5vw;
}
.review {
  margin: 5vw 0 0 0;
}
.review-content-reply {
  width: 100%;
  padding: 2vw;
  position: relative;
}
.review-content-reply p {
  padding: 0 0 0 8vw;
}
.review-company-img {
  position: absolute;
  left: 0;
  top: 0;
}
.review-company-icon {
  width: 10vw;
  height: 10vw;
  background-size: 100%;
  background-repeat: no-repeat;
}
.review-content {
  width: 100%;
  padding: 2vw;
  position: relative;
}
.review-content .review-star {
  width: 4vw;
  height: 4vw;
  margin: 0vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  display: inline-block;
  text-align: center;
  cursor: default;
}
.review-content p {
  padding: 0 0 0 8vw;
  text-align: justify;
}
.review-user-img {
  position: absolute;
  left: 0;
  width: 10vw;
  height: 10vw;
  border-radius: 360vw;
  margin: -4vw 0 0 -4vw;
}
.review-user-icon {
  width: 10vw;
  height: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.review-name {
  padding: 0 0 0 13%;
}
.review-date {
  position: absolute;
  top: 2vw;
  right: 2vw;
  font-size: 3vw;
}
.review-stars-box {
  padding: 0 0 0 13%;
}
.item-review-form {
}
.review-stars {
  padding: 0 0 10vw 0;
  width: 100%;
}
.stars-write-review {
}
.stars-write-review .review-stars-1,
.stars-write-review .review-stars-2,
.stars-write-review .review-stars-3,
.stars-write-review .review-stars-4,
.stars-write-review .review-stars-5 {
  width: 20%;
  height: 10vw;
  float: left;
  background-image: url("/ui/system/icons/gray/star.svg");
  background-position: center;
  background-size: auto 8vw;
  background-repeat: no-repeat;
  cursor: pointer;
}
.stars-write-review .review-stars-1.active,
.stars-write-review .review-stars-2.active,
.stars-write-review .review-stars-3.active,
.stars-write-review .review-stars-4.active,
.stars-write-review .review-stars-5.active {
  background-image: url("/ui/system/icons/green/star_active.svg");
}
.item-review-form input[type="submit"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4vw 0;
  cursor: pointer;
  margin: 0;
  float: left;
  width: 100%;
}
/*.item-review-form input[type="text"], .item-review-form input[type="password"], .item-review-form input[type="number"], .item-review-form input[type="email"], .item-review-form textarea, .item-review-form select, .item-review-form  input[type="tel"] {
	border: none;
	width: 94%;
    font-size: 5vw;
	transition: all 0.5s;
	padding: 4vw 3%;
	background-position: center right 2.5vw;
	background-repeat: no-repeat;
	background-size: auto 7vw;
	margin: 5vw 0vw;
}*/
.item-review-plogin {
  text-align: center;
}
.item-review-plogin a {
  display: inline-block;
  padding: 5vw 10vw;
}
.item-review-plogin-text {
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*********************************************   RESERVATION DETAIL    *******************************************************/

.reservation-form-box {
  margin: 20vw 0;
}
.reservation-form-box .cart-form-box {
}

/************************************************************* GALLERY *******************************************************/

.gallery-box {
  margin: 15vw 0 0 0;
}
.gallery-content {
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.gallery-content::after {
  content: "";
  width: 100%;
  height: 15vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.gallery-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2.5vw;
  font-size: 3vw;
}
.gallery-bottom-content {
  position: absolute;
  bottom: 0vw;
  z-index: 10;
  padding: 0 0 2.5vw 2.5vw;
}
.gallery-bottom-content h4 {
}
.gallery-bottom-content label {
  font-size: 3.5vw;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 3.5vw;
  padding: 0vw 2.5vw 0vw 5vw;
}
.gallery-photo-detail {
  margin: 15vw 0 0 0;
}
.gallery-photo-detail::after {
  content: "";
  width: 100%;
  height: 15vw;
  bottom: 10vw;
  display: block;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.photo-content-left {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.photo-content-right {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.photo-content-left img,
.photo-content-right img {
  width: 100%;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.photo-content-left iframe,
.photo-content-right iframe {
  width: 100%;
  min-height: 50vw;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.gallery-name-title {
  width: 100%;
  position: fixed;
  bottom: 16vw;
  z-index: 2;
  text-align: center;
}

/************************************************************** ACCOUNT *******************************************************/

.account-content {
  width: 100%;
  margin: 15% 0 0 0;
  height: 85%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
}
.account-info-circle {
  width: 40vw;
  height: 40vw;
  border-radius: 360vw;
  display: inline-block;
  margin: 5vw 0;
}
.account-info-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.account-info-circle h4 {
  font-size: 12vw;
  font-weight: 400;
}
.account-info-circle label {
}
.account-form-box {
}
.account-form-box a {
  display: inline-block;
  padding: 5vw 10vw;
  margin: 2.5vw 0;
}

/**************************************************************** NEWS **********************************************************/

.new-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.new-column {
}
.new-content {
  position: fixed;
  top: 35vw;
  z-index: 90;
  border-radius: 10vw;
  margin: 0 5%;
  cursor: pointer;
  padding: 2.5vw 4vw;
  width: 82%;
}
a.new-content {
  word-break: break-all;
}
button.news-delete {
  display: block;
  width: 14vw;
  height: 14vw;
}
.new-title,
.new-content p {
  word-break: break-word;
}
.new-title {
  padding: 0 0 0 6vw;
  background-repeat: no-repeat;
  background-size: 5vw;
  background-position: center left;
  font-weight: 600;
  font-size: 5vw;
}
.new-date {
  font-size: 3vw;
}
.new-content p {
  text-align: justify;
  max-height: 30vw;
  overflow: hidden;
}
.delete-btn {
  padding: 0;
  z-index: 91;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  display: inline-block;
  position: fixed;
  top: 24vw;
  text-align: center;
  border-radius: 360vw;
  left: 50%;
  transform: translateX(-50%);
}
.delete-btn-icon {
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.news-column {
  width: 100%;
}
.news-content {
  border-radius: 5vw;
  padding: 2.5vw 5%;
  width: 90%;
  display: block;
  margin: 2vw 0;
}
a.news-content {
}
.news-title {
  font-size: 5vw;
  background-size: 0;
}
.news-date {
  font-size: 3.5vw;
}

/*************************************** NOTIFICATION ************************************/

.notification-box {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 10vw;
  text-align: center;
  width: 100%;
  padding: 0 0 5vw 0;
}
.notification,
.notification-box div,
.appDeliveryTimeMessage {
  padding: 2.5vw 5%;
}
.notification-box div span {
  font-family: Montserrat-Bold;
}
.appStatusMessage {
}

/************************************************************ FAVORITE ********************************************************/

.favorite-items-container {
  margin: 5vw 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.favorite-item-btn {
  width: 100%;
  height: 10vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 5vw;
}
.no-content {
  background-position: center top 5vw;
  background-repeat: no-repeat;
  background-size: 60vw;
  padding: 65vw 5% 0 5%;
  width: 90%;
  text-align: center;
}
.favorite-items-box .item-info-panel,
.favorite-items-box .reservation-info-panel {
  margin: 15vw 0 0 0;
}

/********************************************************** Orders history ****************************************************/

.order-his-column {
  width: 100%;
  margin: 10vw 0;
}
.order-his-top {
}
.order-his-date {
  width: 50%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
}
.order-his-status {
  width: 49.5%;
  float: left;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
}
.order-success {
}
.order-pending {
}
.order-reject {
}
.order-his-adress {
  padding: 2vw 0 2vw 8vw;
  background-position: center left 2vw;
  background-size: 4vw;
  background-repeat: no-repeat;
}
.order-his-list {
  padding: 0 2vw;
}
.order-his-product {
  padding: 2vw 2%;
  width: 96%;
}
.order-his-product:nth-child(even) {
}
.order-title {
  font-family: Montserrat-Bold;
  display: block;
  width: 60%;
  float: left;
}
.order-quantity {
  width: 10%;
  display: block;
  display: inline-block;
  float: left;
  text-align: center;
}
.order-price {
  width: 30%;
  display: block;
  display: inline-block;
  float: left;
  text-align: right;
}
.order-extended {
  font-size: 3.5vw;
}
.order-his-bottom {
  width: 100%;
  height: 14vw;
}
.order-his-price {
  width: 70%;
  height: 14vw;
  float: left;
  text-align: center;
  margin: 3vw 0 0 0;
}
.order-his-price h4 {
  line-height: 0vw;
}
.order-his-price label {
  font-size: 3vw;
  line-height: 0vw;
}
.order-his-btn {
  width: 30%;
  height: 14vw;
  float: left;
}
.order-his-btn button {
  width: 100%;
  height: 14vw;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

/***************************************************** RECOMENDED PRODUCTS ***************************************************/

.cart-recomend-box {
  margin: 2vw 0;
}
.cart-recomend-box h4 {
  padding: 1vw;
}

.recomend-products-box {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.recomend-products-overflow {
  white-space: nowrap;
}
.recomend-product {
  position: relative;
  display: inline-block;
  float: none;
  width: 60vw;
  margin: 0vw 0.5vw;
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.recomend-product::after {
  content: "";
  width: 100%;
  height: 30vw;
  bottom: 0vw;
  top: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.recomend-product-desc {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  left: 2vw;
}
.recomend-product h4 {
  padding: 0vw;
  margin: 0;
  font-size: 4vw;
}
.recomend-product span {
}
.recomend-product-icon {
  display: block;
  width: 100%;
  height: 30vw;
  background-size: 6vw;
  background-position: center;
  background-repeat: no-repeat;
}
button.recomend-product-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 30%;
  height: 30vw;
  border: none;
  cursor: pointer;
}

/******************************************************* FILTER BOX *****************************************************/

.filter-products-box {
}
button.filter-products-btn {
  width: 85%;
  height: 15vw;
  line-height: 15vw;
  border: none;
}
.filter-products-content {
  display: none;
}
.filter-products-content.active {
  display: block;
}
.filter-content {
  width: 90%;
  padding: 2vw 5%;
}
.filter-content-100 {
  width: 90%;
  padding: 2vw 5%;
}
.filter-title {
  font-size: 5vw;
  font-weight: 600;
}
.filter-content input[type="text"],
.filter-content input[type="password"],
.filter-content input[type="number"],
.filter-content input[type="email"],
.filter-content select,
.filter-content input[type="tel"] {
  border: none;
  width: 85%;
  font-size: 5vw;
  transition: all 0.5s;
  padding: 2.5vw 12.5% 2.5vw 2.5%;
  background-position: center right 2.5vw;
  background-repeat: no-repeat;
  background-size: auto 7vw;
  margin: 2vw 0;
}
input[type="text"].search-filter-input {
  width: 76%;
  float: left;
  padding: 0 2%;
  margin: 2vw 0;
  height: 10vw;
}
.search-filter-btn {
  width: 20%;
  height: 13vw;
  margin: 2vw 0;
  float: left;
  display: block;
  cursor: pointer;
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.search-box {
  margin: 2vw 0 0 0;
}
.search-box .field {
  width: 80%;
  float: left;
}

/******************************************************* CHECKBOX - FILTER *****************************************************/

.filter-checkbox {
  display: block;
  float: left;
  width: 46%;
  padding: 5vw 2% 0 2%;
  text-align: center;
  position: relative;
}
.filter-checkbox span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1vw;
  left: 0;
  line-height: auto;
}
.toggle {
  position: relative;
}
.toggle .toggle-control {
  transition: all 0.5s;
  width: 35vw;
  height: 6vw;
  display: inline-block;
  float: none;
  border-radius: 6vw;
  position: relative;
  cursor: pointer;
  margin: 2vw 0;
}
.toggle .toggle-control:after {
  transition: all 0.5s;
  content: "";
  width: 6vw;
  height: 6vw;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.toggle input {
  position: absolute;
  visibility: hidden;
}
.toggle input:checked + .toggle-control {
  background-position: center left 10px;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.toggle input:checked + .toggle-control:after {
  left: 70%;
}

.select-btn .toggle .toggle-control {
  transition: all 0.5s;
  width: 20vw;
  height: 6vw;
  display: inline-block;
  float: none;
  border-radius: 6vw;
  position: relative;
  cursor: pointer;
  margin: 2vw 0;
}
.select-btn .toggle .toggle-control:after {
  transition: all 0.5s;
  content: "";
  width: 6vw;
  height: 6vw;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.select-btn .toggle input:checked + .toggle-control:after {
  left: 14vw;
}

/*******************************************************   ALERGENS    **********************************************************/

.alergen-content {
  display: block;
  text-align: center;
  padding: 5vw;
  margin: 5vw 0;
}
.alergen-content h1 {
  width: 30vw;
  height: 30vw;
  line-height: 30vw;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.alergen-content h3 {
  margin: 5vw 0;
}
.alergen-content p {
}

/************************************************   MultiAPP    **********************************************************/
.multiapp-col {
  margin: 0;
  width: 100%;
  display: block;
  height: 60vw;
  position: relative;
  overflow: hidden;
}
.multiapp-back {
  width: 15vw;
  height: 15vw;
  display: block;
  cursor: pointer;
  float: left;
}
.multiapp-icon {
  width: 100%;
  height: 15vw;
  display: block;
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.toppanel.multiapp img {
  left: 16vw;
}
.multi-toppanel {
  width: 100%;
  height: 15vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.multi-toppanel-logo {
  display: inline-block;
  width: 100%;
  height: 15vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.multiapp-box {
  position: fixed;
  z-index: 101;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiapp-content {
  width: 100%;
}
.multiapp-col {
  display: block;
  width: 100%;
  height: 60vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.multiapp-col h4 {
  display: none;
}
.multiapp-href-logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}
a.multiapp-href span {
  position: absolute;
  display: block;
  bottom: 1vw;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: left;
}
.multiapp-description {
  display: none;
  z-index: 10;
  position: absolute;
  width: 90%;
  bottom: 30vw;
  left: 5%;
  text-align: left;
  font-size: 1em;
}
span.multiapp-link-btn {
  padding: 5vw;
  text-align: center;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 65%;
}
.multiapp-link-box {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.multiapp-categories {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 4vw;
  left: 0;
  display: none;
}
.multiapp-category-col {
  width: 10vw;
  height: 10vw;
  margin: 0 1vw;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/************************************** ITEM SHARE *********************************/
#QR {
  display: none;
}

.item-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
  width: 100%;
  height: 110vw;
  overflow: hidden;
  display: block;
}
.item-bg-image:after {
  content: "";
  width: 100%;
  height: 110vw;
  display: block;
  position: absolute;
  bottom: 0;
}
.item-bg-image img {
  width: 100%;
  height: auto;
  -webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
  filter: blur(7px);
}
.company-logo {
  display: inline-block;
  text-align: center;
  margin: 10vw 30%;
  width: 40%;
}
.item-box {
}
.item-social {
  position: relative;
  z-index: 1;
  margin: 0vw 5% 10vw 5%;
  width: 90%;
}
.item-social .item-content {
}
.item-social .item-photo-content {
  height: 70vw;
  width: 100%;
  float: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-social .stickers-content {
}
.item-social .sticker {
}
.item-title {
  padding: 10px 2%;
  width: 100%;
  float: none;
  display: block;
  height: auto;
}
.item-title h4 {
  font-size: 6vw;
}
.item-social .item-info-panel {
  width: 100%;
  float: none;
  display: block;
  height: auto;
}
.item-social {
}
.item-social {
}
.item-social {
}
a.item-eshop-btn {
  width: 32.9%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.item-info-desc {
  padding: 2.5vw 1vw;
}
.item-info-desc p {
}
.item-qr-box {
  padding: 2.5vw 2%;
  width: 96%;
  float: none;
  display: block;
  height: auto;
  position: relative;
}
.item-qr-title {
}
.item-qr {
  float: none;
  width: 100%;
}
.item-qr-m25 {
  margin: 2.5vw 0 0 0;
}
.item-qr img {
  width: 90%;
  margin: 0 5%;
}
.item-social .social-box {
  text-align: center;
  padding: 20px 0;
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  border: none;
}

/*************************** MINI BANNERS ****************************/
.mini-banners-box {
  display: none;
  width: 100%;
  margin: 0 0 3vw 0;
}
.minibanner {
  width: 100%;
}

/*** ORDER STATUS INFO ***/
.order-tracking-box {
  text-align: center;
}
.order-tracking-content {
  padding: 5vw 5%;
  display: inline-block;
  text-align: center;
}
.order-tracking-content h3 {
  text-transform: uppercase;
  line-height: 12vw;
}
.order-tracking-content span {
  font-size: 1.2em;
  margin: 0 0 2vw 0;
}
.order-tracking-icon {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.order-tracking-new .order-tracking-icon {
  animation: order-tracking-rotate 1s infinite;
}
.order-tracking-box .order-tracking-daily-id {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}
@keyframes order-tracking-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******************************* CONFIGURATOR **********************************/

.configurator-layout .enhancement-header {
  display: none;
}
.configurator-layout .overlay-enhancement-content {
  width: 100%;
  position: relative;
  top: 40vh;
  transform: none;
  height: 50vh;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.configurator-layout .configurator-ingredients-box {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 33vh;
  position: absolute;
  bottom: 7vh;
}
.configurator-layout .overlay-enhancement-content .delete-btn {
  display: none;
}
.configurator-ingredients-box,
.configurator-render-box {
  width: 100%;
}
.configurator-render-box {
  display: none;
  height: 30vh;
  overflow: hidden;
  top: 10vh;
  position: absolute;
}
.configurator-layout .configurator-render-box {
  display: block;
}
.configurator-render-img {
  z-index: 1;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.configurator-render-img img {
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  transform-origin: 50% 50%;
}
.configurator-contain-ingredients {
  display: none;
}
.configurator-item-add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vh;
  border: none;
  z-index: 10;
  cursor: pointer;
  background-position: center left 5vw;
  background-size: 7vw;
  background-repeat: no-repeat;
}
.configurator-layout .extended-content-taste {
  width: 33%;
  float: left;
  position: relative;
}
.configurator-layout[data-diff-value="-1"] {
  display: none;
}
.configurator-layout .select-content {
  background-size: auto 70%;
  background-position: center left 4%;
  padding-left: 15%;
  box-sizing: border-box;
}
.configurator-layout .extended-column {
  background-size: auto 30vw;
  float: none;
  width: 100%;
  padding: 30vw 0 0 0;
  background-repeat: no-repeat;
  height: auto;
  background-position: center top;
  display: block;
  align-items: center;
}
.configurator-layout .extend-qantity-btn {
  float: none;
  width: 100%;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  opacity: 0;
}
.configurator-layout .extended-title {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
  text-align: center;
}
.configurator-layout .extended-quantity {
  float: left;
  display: inline-block;
  text-align: center;
  width: 50%;
}
.configurator-layout .extended-price {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
}
.configurator-layout .select-content .extended-title {
  text-align: left;
}

@media (orientation: portrait) {
  .configurator-contain-ingredients {
    display: block;
    overflow: auto;
    height: 100%;
    width: 35%;
    position: absolute;
    z-index: 5;
  }
  .configurator-contain-ingredients .contain-ingredient {
    position: relative;
    text-align: left;
    padding: 5px 0;
  }
  .configurator-contain-ingredients
    .contain-ingredient
    .contain-ingredient-title,
  .configurator-contain-ingredients
    .contain-ingredient
    .contain-ingredient-quantity,
  .configurator-contain-ingredients
    .contain-ingredient
    .contain-ingredient-price {
    width: 65%;
    padding-left: 2.5%;
    font-size: 0.8rem;
  }

  .configurator-contain-ingredients
    .contain-ingredient
    .contain-ingredient-delete-btn {
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    width: 5vw;
    height: 5vw;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}

.configurator-item-price {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.configurator-item-price span {
  line-height: 50px;
  font-size: 2em;
  margin: 0 25px;
}

/************************ CONTENT - COOKIES - BOX ************************/
.edit-cookies-btn {
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
  margin: 0 0 20px 0;
  font-family: Montserrat-Bold;
  cursor: pointer;
}

#cc-main h2,
#cc-main .cm__btn,
#cc-main .pm__btn,
#cc-main .pm__title,
#cc-main .pm__section--expandable .pm__section-title {
  font-family: Montserrat-Bold;
  font-weight: unset !important;
}

/************************************* LANGUAGE MODULE *******************************/
.select-lang-box {
  width: 15vw;
  position: absolute;
  display: block;
  left: 2vw;
  top: 2vw;
  z-index: 10;
}
.dropbtn {
  width: 100%;
  height: 10vw;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-color: transparent;
  padding: 0 0 0 70%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.dropbtn:hover,
.dropbtn:focus {
  transition: 0.3s;
  background-size: auto 50%;
}
.dropbtn:hover,
.dropbtn:focus {
  transition: 0.3s;
  background-size: auto 50%;
}
.lang-dropdown {
}
.dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 1;
}
.dropdown-content a {
  padding: 2vw 2vw 2vw 14vw;
  text-decoration: none;
  display: block;
  background-position: center left 0.5vw;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.show {
  display: block;
}
.toppanel .translator-box {
  position: fixed;
  top: -9vw;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.toppanel.mini-menu .translator-box {
  opacity: 0;
}
/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
********************************************************     TELEFON     ************************************************************
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

@media (orientation: portrait) {
}

/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*****************************************************       PC      **********************************************************
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/****@media (orientation: landscape) ***/
@media (min-width: 1081px) {
  * {
    margin: 0;
    padding: 0;
    font-size: 15px;
  }
  body {
  }
  .loading {
    display: none;
  }
  .fullpage-wrapper {
    min-height: 70vh;
  }

  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  .center {
    text-align: center;
  }
  .justify {
    text-align: justify;
  }
  .left-text {
    text-align: left;
  }
  .right-text {
    text-align: right;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  a {
    text-decoration: none;
  }
  a:hover {
  }
  a.btn-href {
    -webkit-border-radius: 360;
    -moz-border-radius: 360;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
  }
  .back-btn {
    padding: 0 20px 0 15px;
    z-index: 70;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: fixed;
    top: 120px;
    left: 25px;
  }
  .btn-icon {
    width: 15px;
    height: 50px;
    display: block;
    margin: 0 5px 0 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
  }
  .cart-form-box > div {
    width: 100%;
    position: relative;
  }
  input[type="submit"],
  input[type="button"] {
    border: none;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    font-family: Montserrat-Bold;
    padding: 10px;
    cursor: pointer;
    margin: 25px 0;
  }

  /********************* INPUT STYLES ******************/
  .field {
    display: flex;
    flex-flow: column-reverse;
    margin: 10px 0;
    position: relative;
  }
  label,
  input,
  textarea {
    transition: transform 0.2s;
    touch-action: manipulation;
  }
  input,
  textarea {
    width: 87%;
    font-size: 1.2em;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 10% 10px 3%;
    cursor: text;
    background-position: center right 2%;
    background-size: auto 45%;
    background-repeat: no-repeat;
    margin: 0;
  }
  input:focus,
  textarea:focus {
    outline: 0;
  }
  label {
    font-size: 0.9em;
  }
  input:placeholder-shown + label,
  textarea:placeholder-shown + label {
    cursor: text;
    margin: 0 0 0 2%;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.1em) scale(1.5);
  }
  ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  input:not(:placeholder-shown) + label,
  input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
  }
  textarea:not(:placeholder-shown) + label,
  textarea:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
  }
  /************************************************************ ////// **********************************************************/
  /************************************************************ CLASS ***************************************************/
  /************************************************************ \\\\\\ **********************************************************/

  .section {
  }
  .cleaner,
  .clear {
    clear: both;
  }
  button.menu-hide-btn {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    border: none;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  ul.menu {
    padding: 0;
    width: 300px;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 101;
    right: -100%;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  ul.menu.active {
    transition: all 0.5s ease-out;
    animation: menuBlop 0.5s;
    top: 0%;
  }
  @keyframes menuBlop {
    0% {
      right: -100%;
    }
    50% {
      right: 5%;
    }
    100% {
      right: 0;
    }
  }
  .menu-content {
    background-size: auto 150px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu-content:before {
    position: absolute;
    bottom: 0px;
    width: 85%;
    padding: 0px 0px 0px 15%;
    display: block;
    height: 25px;
    line-height: 25px;
    opacity: 0.3;
    background-position: center left 2.5%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    font-size: 0.6em;
  }
  .menu-content-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    position: relative;
    text-align: center;
  }
  .menu-content-logo::after {
    content: "";
    width: 100%;
    height: 150px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .menu-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0px;
  }
  .menu-signature {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    padding: 0px 0px 0px 10%;
    background-position: center left 2%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    opacity: 0.6;
  }
  .menu-image-top {
    position: relative;
  }
  .slide {
    min-height: 500px;
  }
  .slide::after {
  }
  li.menu-btn {
    cursor: pointer;
    padding: 0;
    font-size: 1em;
    transition: all 0.3s;
    position: relative;
    margin: 0 0 0 -36px;
  }
  li.menu-btn:hover {
    transition: all 0.3s;
    margin: 0;
  }
  .menu-btn.selected {
  }
  .menu-btn.account-menu {
    border-left: 0vw;
    padding: 20px 5%;
    position: absolute;
    bottom: 25px;
    display: block;
    width: 90%;
    margin: 0;
  }
  .toppanel {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 100;
    overflow: visible;
    transition: all 0.5s ease-out;
    top: 0;
  }
  .toppanel img {
    left: auto;
    width: auto;
    height: 90%;
    position: relative;
    display: inline-block;
    top: 10%;
    transform: none;
  }
  .toppanel.mini-menu {
    height: 75px;
    position: fixed;
    background-color: rgba(248, 238, 47, 0.9);
    transition: all 0.5s ease-out;
  }
  button.toppanel-btn {
    width: 15%;
    height: 50px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 65%;
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  button.toppanel-btn:hover {
    animation: toppanelhoverBlop 0.5s;
  }
  @keyframes toppanelhoverBlop {
    0% {
      background-size: auto 65%;
    }
    50% {
      background-size: auto 50%;
    }
    75% {
      background-size: auto 70%;
    }
    100% {
      background-size: auto 65%;
    }
  }
  .dummy {
  }
  .menu-btn-content {
    padding: 10px 10px 10px 45px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 24px;
    height: auto;
    line-height: normal;
  }
  .app-banner-content {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .app-banner-image {
  }
  .no-banners {
    margin: 50px 0 0 0;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 360%;
  }
  .banner-version-app,
  .banner-version-app_multiapp {
    display: none;
  }
  .banner-version-eshop,
  .banner-version-eshop_multiapp {
    display: block;
  }
  .extended-menu {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
  }
  .food-types {
    white-space: normal;
    max-width: 100%;
    margin: 0;
  }
  .food-type-button {
    position: relative;
    height: 50px;
    width: auto;
    line-height: 50px;
    padding: 0 25px 0 50px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: auto 24px;
    text-align: left;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 360px;
    margin: 20px 2.5px;
    text-transform: uppercase;
  }
  .food-type-button.active {
    border-radius: 0;
  }
  .food-type-button:hover {
    transition: all 0.5s;
    animation: cubeChange 0.5s;
    border-radius: 0px;
  }
  @keyframes cubeChange {
    0% {
      transform: scale(1);
      border-radius: 360px;
    }
    50% {
      transform: scale(0.9);
      border-radius: 100px;
    }
    75% {
      transform: scale(1.2);
      border-radius: 50px;
    }
    100% {
      transform: scale(1);
      border-radius: 0px;
    }
  }
  .food-type-button {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    text-align: left;
    cursor: pointer;
  }
  .food-type-button img {
    width: 26px;
    height: 26px;
    margin: 0 7px -6px 0;
  }
  /*SUB CATEGORY MENU*/
  .food-types.js-item-type-sub {
    white-space: normal;
    padding: 0 5%;
  }
  .food-types.js-item-type-sub .food-type-button {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    text-align: left;
    cursor: pointer;
  }
  .food-types.js-item-type-sub .food-type-button img {
    width: 18px;
    height: 18px;
    margin: 0 5px -3px 0;
  }
  .food-type-button.extra {
  }
  .invisible {
    display: none;
  }
  .scroll-to-top {
    position: fixed;
    top: auto;
    bottom: 5vh;
    left: auto;
    right: 1.5%;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    transition: all 0.5s;
  }
  .scroll-to-top:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .scroll-to-top-icon {
    height: 50px;
  }

  .orders-history-box,
  .favorite-items-box,
  .news-box,
  .alergens-box,
  .cart-box {
    margin: 110px 10% 60px 10%;
  }

  .orders-history-box h4,
  .favorite-items-box h4,
  .news-box h4,
  .alergens-box h4,
  .cart-box h4 {
    margin: 0 0 10px 0;
  }

  /************************************************************ BOTTOM-line **************************************************/

  .bottom-panel {
    position: absolute;
    top: 25px;
    left: auto;
    right: 10%;
    width: auto;
    height: 50px;
    z-index: 100;
  }
  .bottom-panel.mini-menu {
    position: fixed;
    top: 12px;
  }
  .bottom-btn {
    width: 70px;
    height: 50px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
  }
  .bottom-btn:hover {
    animation: hoverBlop 0.5s;
  }
  @keyframes hoverBlop {
    0% {
      background-size: auto 50%;
    }
    50% {
      background-size: auto 40%;
    }
    75% {
      background-size: auto 55%;
    }
    100% {
      background-size: auto 50%;
    }
  }
  .bottom-btn-center {
    display: inline-block;
    line-height: 15px;
    margin: 0px;
  }
  .bottom-btn h4 {
    display: inline;
    font-size: 1.05em;
    line-height: 0px;
  }
  .bottom-btn label {
    display: inline;
    font-size: 0.8em;
    line-height: 0px;
  }
  .bottom-btn-cart.animation {
    transition: all 0.5s;
    transform: scale(1.5);
  }

  .bottom-btn-cart,
  .bottom-btn-reservation {
    transition: all 0.5s;
  }
  .bottom-btn-cart {
    width: 50px;
    margin: 0px;
    height: 50px;
    display: block;
    float: left;
    border-radius: 360%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 65%;
    cursor: pointer;
    text-align: center;
  }
  .bottom-btn-cart:hover {
    animation: carthoverBlop 0.5s;
  }
  @keyframes carthoverBlop {
    0% {
      background-size: auto 65%;
    }
    50% {
      background-size: auto 50%;
    }
    75% {
      background-size: auto 70%;
    }
    100% {
      background-size: auto 65%;
    }
  }
  .bottom-btn-cart h4 {
    font-family: Montserrat-Bold;
    font-size: 0.8em;
    line-height: 50px;
  }
  .favorite-food {
  }
  .last-orders {
  }
  .account {
  }
  .points,
  .points h4 {
    margin: 11px 0 0 0;
  }

  /***************************************************************** ITEM ********************************************************/

  .items {
    width: 76%;
    margin: 0 12% 25px 12%;
    text-align: center;
  }
  .items-title {
    padding: 50px 0 15px 0;
  }
  .items-title p::before {
    margin: 10px 0;
  }
  .product,
  .item {
    position: relative;
    margin: 10px;
    width: 250px;
    float: none;
    display: inline-block;
    padding: 0 0 195px 0;
  }
  .cart-items .item {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
  }
  .item-offer-listed {
  }
  .content {
    width: 100%;
    margin: 0;
  }
  .item-photo-content {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 210px;
    float: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    transition: all 0.3s ease-out;
  }
  .product:hover .item-photo-content,
  .item:hover .item-photo-content {
    transition: all 0.3s ease-out;
    transform: scale(1.05);
  }
  .cart-items .product:hover .item-photo-content,
  .cart-items .item:hover .item-photo-content {
    transform: scale(1);
  }
  .item-photo-content::after {
    display: none;
  }
  .item-photo-content-bottom {
    position: relative;
    background: none;
    width: 100%;
    text-align: center;
    padding: 250px 0 0 0;
  }
  .item-photo-content-bottom h4 {
    font-size: 1.2em;
    padding-top: 5px;
  }
  .item-photo-content-bottom p {
    width: 100%;
  }
  .stickers-content {
  }
  .sticker {
    padding: 5px 10px;
    font-family: Montserrat-Bold;
    font-size: 0.95em;
  }
  .item-info-panel {
    height: auto;
    width: 100%;
    float: none;
    text-align: center;
    bottom: 100px;
  }
  .product-detail .item-info-panel {
    padding: 123px 0 0 0;
  }
  .item-info-btn {
    max-width: 49%;
    width: unset;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto 40%;
    overflow: hidden;
    margin: 0 5px;
  }
  .item-info-btn:nth-child(3) {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
  .item-info-btn select {
    border: none;
    box-shadow: none;
    width: 100%;
    font-size: 1.1em;
    transition: all 0.5s;
    padding: 5px 5px 5px 40px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: auto 50%;
    margin: 0vw;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
  }
  .item-info-btn h4 {
    font-size: 1.4em;
  }
  .item-info-btn .review-star {
    width: 18px;
    height: 18px;
    margin: 5px 0 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    display: inline-block;
    text-align: center;
  }
  .review-star.active {
  }
  .item-buy-btn,
  .item-buy-now {
    width: 48%;
    float: none;
    height: 46px;
    display: inline-block;
    border-radius: 360px;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .item-buy-btn-icon,
  .item-buy-now-icon {
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    transition: all 0.3s;
  }
  .item-buy-btn:hover .item-buy-btn-icon {
    transition: all 0.3s;
    transform: rotate(-15deg);
  }
  .item-buy-now:hover .item-buy-now-icon {
    animation: bounceBuy 0.5s;
  }
  @keyframes bounceBuy {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    75% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .item-change-btn {
    position: relative;
    width: 15%;
    float: left;
    text-align: center;
  }
  .item-change-btn span {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 1.4em;
  }
  .change-btn {
    width: 100%;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    cursor: pointer;
  }
  .item-taste-box {
    padding: 10px;
  }
  .item-taste-box label {
  }
  .item-sale-date {
    padding: 10px 10px 5px 10px;
  }
  .item-sale-date h4 {
    font-size: 1em;
    line-height: 0.5em;
  }
  .item-sale-date span {
    font-size: 0.8em;
  }
  .daily-menu-day {
    margin: 20px 0 0 0;
    padding: 0 20px;
    font-size: 2em;
    line-height: 2em;
  }

  /************************************************ ENHANCEMENT BOX **************************************************/
  .overlay-enhancement-box {
  }
  .overlay-enhancement-content {
    width: 50%;
    margin: 0 25%;
  }
  .enhancement-box {
  }
  .overlay-enhancement-box .extended-content-box {
  }
  .overlay-enhancement-box .cart-bottom-btns {
    width: 100%;
  }
  .enhancement-header {
    padding: 80px 5%;
    width: 90%;
    font-size: 1.5em;
  }
  .overlay-enhancement-content .delete-btn {
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0;
  }

  .overlay-specify-address {
    padding: 3rem;
  }

  .overlay-specify-address-content {
    border-radius: 10px;
  }

  .overlay-specify-address-content .delete-btn {
    right: 0;
    transform: translateX(50%);
    top: -25px;
  }

  .overlay-specify-address-content .field {
    display: flex;
  }

  .overlay-specify-address-content .specify-address-map-wrapper {
    margin-top: 1rem;
  }

  .overlay-specify-address-content #specify-address-map {
    border-radius: 10px;
  }

  .overlay-specify-address-content .leaflet-control-attribution a {
    font-size: 15px;
  }

  /*********************************************   RESERVATION DETAIL    *******************************************************/

  .reservation-header-tables_form,
  .reservation-header-rooms_form,
  .reservation-header-bowling_form,
  .reservation-header-squash_form {
    width: 80%;
    padding: 100px 10% 25px 10%;
    margin: 0 0 25px 0;
  }
  .reservation-header-tables_form::before,
  .reservation-header-rooms_form::before,
  .reservation-header-bowling_form::before,
  .reservation-header-squash_form::before {
    content: "";
    width: 100%;
    height: 200px;
  }
  .reservation-header-tables_form h4,
  .reservation-header-rooms_form h4,
  .reservation-header-bowling_form h4,
  .reservation-header-squash_form h4 {
    font-size: 1.4em;
  }
  .reservation-header-tables_form p,
  .reservation-header-rooms_form p,
  .reservation-header-bowling_form p,
  .reservation-header-squash_form p {
    font-size: 1.15em;
  }
  .reservation-form-box {
    margin: 50px 0 100px 0;
  }
  .reservation-form-box .cart-form-box {
    width: 70%;
    margin: 0 15%;
  }
  .reservation-form-box .cart-form-box > div {
    width: 48%;
    margin: 0 1%;
    float: left;
    position: relative;
  }
  .reservation-form-box .cart-form-box input[type="submit"],
  .reservation-form-box .cart-form-box input[type="button"] {
    text-align: center;
  }

  /************************************************************ CART ********************************************************/

  .cart-box {
    width: 80%;
    position: relative;
    min-height: 500px;
  }
  .cart-box h4 {
    margin: 0;
    font-size: 1.4em;
  }
  .cart-items {
    width: 59%;
    float: left;
    margin: 0 1% 0 0;
  }
  .cart-right-box {
    width: 40%;
    float: left;
  }
  .cart-sum {
    width: 100%;
  }
  .cart-price-column {
    width: 100%;
    padding: 5px 0;
  }
  .cart-col-name {
    padding: 0 0 0 3%;
    width: 67%;
    float: left;
  }
  .cart-col-value {
    width: 27%;
    float: left;
    padding: 0 3% 0 0;
    text-align: right;
  }
  .cart-bonus .cart-col-name,
  .cart-bonus .cart-col-value {
  }
  .cart-price .cart-col-name,
  .cart-price .cart-col-value {
    font-size: 1.4em;
    font-weight: 600;
  }
  .cart-bottom-btns {
  }
  .cart-back-btn {
  }
  .cart-back-btn a {
    display: block;
    width: 25%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    float: left;
  }
  .cart-pay-btn {
  }
  .cart-pay-btn a {
    display: block;
    width: 75%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    float: left;
    font-family: Montserrat-Bold;
  }
  .item-taste-btn-icon {
    width: 100%;
    height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
  }
  .extended-menu-taste {
    height: auto;
  }
  .extended-menu-taste .ingredient-types {
    white-space: normal;
  }
  .extended-menu-taste .ingredient-type-button {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 50px;
    background-position: center left 15px;
  }
  .js-addon-items .item-show-addons-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 50px;
    display: block;
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    border-radius: 10px;
  }
  .js-addon-items .item-taste-btn-icon {
    height: 50px;
    background-position: center;
    transition: all 0.3s ease-in;
  }
  .item-show-addons-btn:hover .item-taste-btn-icon {
    transition: all 0.3s ease-out;
    transform: rotate(90deg);
  }
  .extended-content-box {
    width: 100%;
  }
  .extended-content-taste {
  }
  .extend-qantity-btn {
    float: left;
    width: 10%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    display: block;
  }
  .extended-column {
    width: 70%;
  }
  .js-payment-container .select-content,
  .js-delivery-container .select-content {
    background-size: auto 50%;
    padding-left: 55px;
  }
  .select-content {
    margin: 0;
  }
  .extended-quantity {
  }
  .extended-price {
  }
  .cart-form-box {
  }
  .cart-form-box p {
    padding: 0 0 25px 0%;
  }
  .product-delete-btn {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  .product-delete-icon {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
  }
  .cart-inform-column {
    padding: 10px;
  }
  .cart-inform-column h4,
  .cart-inform-column p {
    padding: 0vw;
    margin: 0vw;
    font-size: 0.9em;
  }
  .cart-items .item-photo-content {
    height: auto;
    width: 50%;
    float: left;
    background-size: 0px;
    min-height: unset;
  }
  .cart-items .item-info-panel {
    width: 25%;
    margin: 0 25% 0 0;
    height: 50px;
    padding: 0;
    float: left;
  }
  .cart-items .item-info-btn.item-info-avg-stars {
    display: none;
  }
  .cart-items .item-info-btn {
    width: 49%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0;
  }
  .cart-items .product-delete-btn {
    position: absolute;
    z-index: 10;
    left: -35px;
    border-radius: 360%;
    top: 10px;
  }
  .cart-items .stickers-content {
    display: none;
  }
  .cart-items .item-photo-content-bottom {
    padding: 0px;
    height: auto;
    line-height: 50px;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    text-align: left;
  }
  .cart-items .item:hover .item-photo-content,
  .cart-items .product:hover .item-photo-content {
    background-size: 0;
  }
  .cart-items .item-photo-content-bottom h4 {
    font-size: 1.2em;
    margin: 0 0 0 5px;
  }
  .cart-items .item-change-btn {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
    text-align: center;
  }
  .cart-items .change-btn {
    width: 33%;
    height: 50px;
    background-size: auto 40%;
    float: right;
  }
  .cart-items .item-change-btn span {
    width: 33%;
    height: 50px;
    line-height: 50px;
    font-size: 1.1em;
    float: right;
  }
  .cart-items .product,
  .cart-items .item {
    padding: 0;
  }
  .js-addon-items .item-info-panel {
    width: 35%;
    margin: 0 15% 0 0;
    height: 50px;
    padding: 0;
    float: left;
  }
  .item-info-btn.js-addon-item-stars {
    display: none;
  }
  .js-cart-action-container {
    width: 90%;
    padding: 20px 0;
  }
  .js-action-name {
    font-size: 1em;
  }
  .js-action-buttons-container {
    margin: 5px 0 0 0;
  }
  .js-cart-action-container button {
    padding: 10px 20px;
    border-radius: 360px;
    border: 0px;
    cursor: pointer;
  }
  .save-data-desc {
    line-height: 40px;
  }
  .save-data-checkbox label .toggle-control {
    width: 75px;
  }
  .save-data-checkbox .toggle input:checked + .toggle-control:after {
    left: 45px;
  }
  .save-data-desc,
  .save-data-checkbox {
    height: 50px;
  }
  .address-error-box {
    padding: 15px 2%;
    width: 96%;
  }
  .address-field .specify-address-button,
  .address-field .set-user-location-button {
    border-radius: 10px;
  }
  .cart-tringel-select-row {
    flex-wrap: nowrap;
  }
  .cart-tringel-select-btn {
    width: 100%;
  }
  .bonus-points-head span {
    margin: 0;
  }
  .bonus-points-controller {
    padding: 15px;
    margin: 10px 0 0 0;
  }
  .bonus-points-remain {
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
  }
  .bonus-points-controll-panel {
    margin: 0 0 15px 0;
  }
  .bonus-points-btn {
    background-position: center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    cursor: pointer;
  }
  .bonus-points-value {
    float: left;
    height: 50px;
    line-height: 50px;
    display: block;
    width: auto;
    min-width: 70px;
    text-align: center;
  }
  .bonus-points-value h4 {
    font-size: 1.5em;
    display: inline;
  }
  .bonus-points-value span {
    font-size: 0.9em;
    display: inline;
  }
  .bonus-points-href-btn {
    padding: 5px 15px;
  }
  .bonus-points-center-class {
    margin: 15px 0;
    text-align: left;
  }
  .cart-box .package-item-cart {
    display: none !important;
  }

  /************************ CUPONS ********************************/
  .coupon-box {
    margin: 0 0 15px 0;
  }
  .coupon-content {
    margin: 0 3%;
    width: 94%;
  }
  .coupon-head {
  }
  .coupon-content .field {
    margin: 0;
  }
  .coupon-cart {
  }
  .actions-container .cart-price-column.coupon-cart,
  .actions-container .cart-price-column.cart-bonus {
    padding: 10px 3% 10px 6%;
    width: 91%;
    background-repeat: no-repeat;
    background-position: center left 2.5%;
    background-size: auto 24px;
  }
  .set-coupon-btn,
  input[type="submit"].set-coupon-btn,
  input[type="button"].set-coupon-btn,
  button.set-coupon-btn {
    height: 50px;
    margin: 6px 0;
  }
  .coupon-cart .cart-col-name,
  .coupon-cart .cart-col-value {
    line-height: 30px;
  }
  .coupon-cart .cart-col-name {
    padding: 0 0 0 3%;
    width: 62%;
    float: left;
  }
  .coupon-cart .cart-col-value {
    width: 22%;
    float: left;
    padding: 0 3% 0 0;
    text-align: right;
  }
  .coupon-delete-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  /*********************** WHISPERER **********************************/
  .ui-autocomplete {
    padding: 4px 0;
    margin: 0 0 10px 25px;
  }
  .ui-menu-item-wrapper {
    margin: 2.5px;
    padding: 10px 0;
  }
  .ui-menu-item > a.ui-corner-all {
    padding: 15px 5px;
  }

  /***************************************************************** LOGIN ******************************************************/

  a.bottom-href {
    position: absolute;
    bottom: 50px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .login-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    text-align: center;
    height: 70vh;
  }
  .login-wrapper::after {
    position: fixed;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .login-content {
    z-index: 1;
    width: 30%;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .desc-article {
    padding: 2vw 20%;
  }

  /***************************************************************** MAP **********************************************************/

  .map-container {
    width: 80%;
    margin: 150px 10% 50px 10%;
  }
  .map-content {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 950px;
    border: 0;
    top: auto;
    float: left;
  }
  .map-content #map-map {
    height: 100% !important;
  }
  .map-container .back-btn {
    opacity: 0;
  }
  .map-info-box {
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    top: auto;
    left: auto;
    display: block;
    padding: 0;
    margin: 0;
    width: 50%;
  }
  .map-content-image {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .map-content-title {
    width: 100%;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .map-content-title h4 {
    padding: 0 0 10px 10px;
  }
  .map-description {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .map-description p {
    text-align: center;
    font-size: 1.1em;
    margin: 25px 0 0 0;
  }
  .map-bottom-panel {
    float: left;
    width: 49%;
    height: 100px;
  }
  .map-bottom-panel input[type="submit"] {
    display: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  /********************************************************* KONTAKT *****************************************************/

  .contact-top-banner {
    margin: 50px 0 0 0;
  }
  .contant-right-box {
    padding: 0 0 0 50%;
    width: 50%;
  }
  .contact-top-banner h4 {
    text-align: center;
    margin: 20px 0;
  }
  .contact-top-banner-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    padding: 0;
    float: none;
    position: fixed;
    left: 0;
    top: 50px;
  }
  .call-container {
    width: 50%;
    float: left;
  }
  .call-button-content {
    height: 100px;
    line-height: 100px;
    margin: 0;
  }
  .call-button-content h3 {
    font-weight: 300;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 1.3em;
  }
  .call-button {
    display: none;
    cursor: pointer;
    padding: 0;
    width: 30%;
    float: right;
    font-size: 2.1em;
  }
  .call-button-icon {
    float: left;
    width: 40%;
    height: 100px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 30%;
  }
  .open-hours-box {
  }
  .open-hours-box h4 {
    padding: 10px 0 10px 10px;
  }
  .open-hours-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .open-hours-D {
    border-top: none;
    border-left: none;
    border-bottom: none;
    float: left;
    width: 49%;
    text-align: center;
    line-height: 50px;
  }
  .open-hours-H {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 50px;
  }
  .contact-form-container {
  }
  .contact-form-container h4 {
    padding: 10px 0 10px 10px;
  }
  .contact-form-content {
    padding: 5px 3% 25px 3%;
  }
  .contact-form-content textarea {
    width: 94%;
    padding: 10px 3%;
    height: 100px;
    font-size: 1em;
    text-align: justify;
    margin: 0;
  }
  .contact-bottom-panel {
    width: 50%;
    float: left;
  }
  .contact-bottom-panel select {
    border: none;
    width: 96%;
    height: 50px;
    font-size: 1em;
    transition: all 0.5s;
    padding: 0 3%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 0;
    margin: 0;
  }
  .contact-form-content input[type="submit"] {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
  }
  /*.contact-form-content input[type="text"], .contact-form-content input[type="password"], .contact-form-content input[type="number"], .contact-form-content input[type="email"], .contact-form-content  input[type="tel"] {
	border: none;
	width: 94%;
    font-size: 16px;
	transition: all 0.5s;
	padding: 15px 3%;
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: auto 40%;
	margin: 0;
}*/
  .message-responce-time-comment {
    margin: 25px 0;
    text-align: center;
    font-size: 0.9em;
  }
  #legend {
    padding: 15px;
    margin: 5px;
  }
  .legend-color-box {
    width: 60px;
    height: 20px;
    display: inline-block;
    margin: 5px 5px 5px 0;
  }

  /***************************************************** ITEM-DETAIL *************************************************/

  .item-detail-box {
    margin: 110px 20% 0 20%;
  }
  .product-detail {
    position: relative;
  }
  .content-detail {
    width: 100%;
  }
  .item-detail-photo-content {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 440px 0;
    margin: 0 0 -440px 50%;
    height: unset;
    min-height: 50px;
  }
  .item-detail-photo-content.zoomed {
    background-size: 200%;
    height: unset;
  }
  .item-detail-photo-content::after {
    content: "";
    width: 100%;
    height: 150px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .item-detail-photo-content h4 {
    position: relative;
    top: 0px;
    z-index: 10;
    font-size: 2.1em;
    margin-left: -100%;
    width: 88%;
    padding: 5px;
    left: unset;
    bottom: unset;
  }
  .stickers-detail-content {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    max-height: 100%;
    max-width: 100%;
  }
  .stickers-detail-content .sticker {
    float: right;
    padding: 10px 20px;
    font-family: Montserrat-Bold;
    font-size: 1em;
  }
  .favorite-food-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 15;
  }
  button.favorite {
    width: 36px;
    height: 36px;
    display: block;
    margin: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    cursor: pointer;
    float: none;
  }
  .item-detail-desc-box {
    padding: 0;
    float: left;
    width: 45%;
    margin: 10px 0;
  }
  .item-detail-box .item-info-panel {
    height: auto;
    width: 45%;
    padding: 50px 0 10px 0;
    background: transparent;
  }
  .item-detail-box .item-info-panel {
    padding: 0;
  }
  .item-detail-box .item-info-btn {
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0;
  }
  .item-detail-label {
    padding: 5px 0 5px 45px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: auto 24px;
    min-height: 34px;
    line-height: inherit;
  }
  .product-detail .review-star {
    width: 24px;
    height: 24px;
    margin: 14px 0 0 0;
  }
  .alergen-type {
    border-radius: 360%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    margin: 0 5px;
  }
  .add-cart-column {
    width: 45%;
    margin: 0;
  }
  .add-cart-quantity {
    float: left;
    width: 30%;
  }
  .add-cart-quantity .change-btn {
    width: 33%;
    float: right;
    display: block;
    height: 68px;
    background-size: auto 40%;
  }
  .add-cart-quantity label {
    width: 33%;
    float: right;
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 1.3em;
    text-align: center;
  }
  input[type="button"].add-to-cart,
  input[type="button"].add-to-cart-unavailable {
    border: none;
    float: left;
    width: 70%;
    cursor: pointer;
    height: 70px;
    font-size: 1.5em;
    font-family: Montserrat-Bold;
    margin: 0px;
  }
  .social-box {
    text-align: center;
    padding: 20px 0;
    width: 45%;
    margin: 0;
  }
  .social-box span {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 1.3em;
  }
  .social-btn {
    border-radius: 360%;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
  }
  .social-btn-img {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
  }
  .item-reviews-box {
    margin: 0 0 0 20%;
    width: 60%;
    position: relative;
  }
  .review-box {
  }
  .review-num-reviews {
    font-size: 1.3em;
  }
  .review {
    margin: 20px 0px;
  }
  .review-content-reply {
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .review-content-reply p {
    padding: 0 0 0 45px;
  }
  .review-company-img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .review-company-icon {
    width: 36px;
    height: 36px;
    background-size: 100%;
  }
  .review-content {
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .review-content .review-star {
    width: 18px;
    height: 18px;
    margin: 5px 0 5px 0;
  }
  .review-content p {
    padding: 0 0 0 45px;
    text-align: justify;
  }
  .review-user-img {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 360vw;
    margin: -15px 0 0 -15px;
  }
  .review-user-icon {
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
  }
  .review-name {
    padding: 0 0 0 45px;
    font-family: Montserrat-Bold;
  }
  .review-date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8em;
  }
  .review-stars-box {
    padding: 0 0 0 45px;
  }
  .review-stars {
    padding: 0px;
  }
  .stars-write-review .review-stars-1,
  .stars-write-review .review-stars-2,
  .stars-write-review .review-stars-3,
  .stars-write-review .review-stars-4,
  .stars-write-review .review-stars-5 {
    width: 26px;
    height: 26px;
    background-size: auto 90%;
  }
  .item-review-form input[type="submit"] {
    padding: 10px 0;
  }
  /*.item-review-form input[type="text"], .item-review-form input[type="password"], .item-review-form input[type="number"], .item-review-form input[type="email"], .item-review-form textarea, .item-review-form  input[type="tel"] {
    font-size: 16px;
	padding: 10px 3%;
	margin: 10px 0px;
	min-height: auto;
}*/
  .item-review-plogin {
    text-align: center;
  }
  .item-review-plogin a {
    display: inline-block;
    padding: 15px 30px;
  }

  /************************************************************* GALLERY *******************************************************/

  .gallery-box {
    margin: 75px 0 0 0;
    text-align: center;
    min-height: 500px;
  }
  .gallery-content {
    width: 30%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    margin: 20px 1.5%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .gallery-content::before {
    content: "";
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 300px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 128px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
  }
  .gallery-content:hover.gallery-content::before {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    background-size: 36px;
  }
  .gallery-content::after {
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .gallery-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 0.8em;
  }
  .gallery-bottom-content {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding: 0px 0px 10px 10px;
  }
  .gallery-bottom-content h4 {
  }
  .gallery-bottom-content label {
    font-size: 1em;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 80%;
    padding: 0px 15px 0px 20px;
  }
  .gallery-photo-detail {
    margin: 100px 0 0 0;
  }
  .gallery-photo-detail::after {
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0px;
    top: auto;
    display: block;
    position: fixed;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .photo-content-left {
    float: left;
    width: 29.5%;
    overflow: hidden;
    margin: 50px 0.5% 50px 20%;
    position: relative;
  }
  .photo-content-right {
    float: left;
    width: 29.5%;
    overflow: hidden;
    margin: 50px 20% 50px 0.5%;
    position: relative;
  }
  .photo-content-left img,
  .photo-content-right img {
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    border-radius: 10px;
  }
  .photo-content-left iframe,
  .photo-content-right iframe {
    width: 100%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-radius: 10px;
  }
  .gallery-name-title {
    width: 100%;
    height: 50px;
    position: fixed;
    top: auto;
    bottom: 0px;
    font-size: 1.4em;
    font-weight: 700;
    z-index: 2;
    text-align: center;
  }

  /**************************************************************** ACCOUNT **********************************************************/

  .account-content {
    margin: 120px 0 25px 0;
    width: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
  }
  .account-inform-col {
    display: block;
    margin: 0;
    float: right;
    width: 80%;
  }
  .account-info-circle {
    width: 150px;
    height: 150px;
    border-radius: 360px;
    display: inline-block;
    margin: 25px 0;
  }
  .account-info-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .account-info-circle h4 {
    font-size: 2.3em;
    font-weight: 400;
  }
  .account-info-circle label {
  }
  .account-form-box {
    position: relative;
    width: 20%;
    margin: 0;
    float: left;
  }
  .account-form-box a {
    padding: 10px 0;
    margin: 5px 0;
    width: 90%;
  }
  .account-form-box [type="submit"] {
    border: none;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    font-family: Montserrat-Bold;
    padding: 10px 70px;
    cursor: pointer;
    margin: 25px 0;
  }

  /**************************************************************** NEWS **********************************************************/
  .new-box {
    position: fixed;
    width: 60%;
    padding: 0 20%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    top: 0;
  }
  .new-column {
    z-index: 1;
    display: inline-block;
    position: relative;
    top: 100px;
    transform: none;
    padding: 15px;
  }
  .new-content {
    position: relative;
    top: 0;
    z-index: 90;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    padding: 0;
  }
  a.new-content {
    display: block;
    width: 90%;
    padding: 30px 5%;
    border-radius: 30px;
    -webkit-animation: swing 3s;
    animation: swing 3s;
  }

  @-webkit-keyframes swing {
    15% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    30% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    50% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    65% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    80% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes swing {
    15% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    30% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    50% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    65% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    80% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  button.new-delete {
    display: block;
    width: 26px;
    height: 26px;
  }
  .new-title {
    padding: 80px 0 0 0;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center top 0px;
    font-weight: 600;
    font-size: 2.3em;
  }
  .new-date {
    text-align: left;
    font-size: 0.9em;
  }
  .new-content p {
    text-align: justify;
    max-height: auto;
    overflow: hidden;
  }
  .delete-btn {
    padding: 0;
    z-index: 91;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: -25px;
    text-align: center;
    border-radius: 360px;
    left: auto;
    right: 10%;
    transform: none;
  }
  .delete-btn-icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
  }

  .news-column {
  }
  .news-content {
    border-radius: 15px;
    position: relative;
    padding: 30px 2%;
    width: 96%;
    margin: 10px 0;
  }
  a.news-content {
  }
  .news-title {
    font-size: 1.1em;
  }
  .news-date {
    position: absolute;
    right: 2%;
    top: 15px;
    font-size: 0.9em;
  }

  /*************************************** NOTIFICATION ************************************/

  .notification-box {
    bottom: auto;
    top: 75px;
    padding: 0;
    border-radius: 0 0 10px 10px;
  }
  .notification,
  .notification-box div,
  .appDeliveryTimeMessage {
    padding: 10px;
  }
  .notification-box div span {
  }
  .appStatusMessage {
  }

  /************************************************************ FAVORITE ********************************************************/

  .favorite-items-container {
    margin: 0 5%;
  }
  .favorite-items-container .item-buy-btn,
  .favorite-items-container .item-buy-now {
    width: 47.9%;
  }
  a.favorite-item-btn {
    width: 100%;
    height: 50px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
  }
  .no-content {
    width: 100%;
    background-position: center top 10px;
    background-repeat: no-repeat;
    background-size: 350px;
    padding: 360px 0 0 0;
  }
  .favorite-items-box .item-info-panel,
  .favorite-items-box .reservation-info-panel {
    margin: 40px 0 0 0;
  }

  /********************************************************** Orders history ****************************************************/

  .order-his-column {
    width: 31%;
    margin: 15px 1%;
    float: left;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .order-his-top {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
  }
  .order-his-column:hover .order-his-top {
    transition: all 0.3s ease-in;
    transform: scale(0.5);
    opacity: 0;
  }
  .order-his-date {
    height: auto;
    line-height: 2.5em;
    font-size: 2.5em;
    width: 100%;
  }
  .order-his-status {
    display: none;
  }
  .order-success {
  }
  .order-pending {
  }
  .order-reject {
  }
  .order-his-adress {
    padding: 50px 0 0 0;
    background-position: center top;
    background-size: auto 50%;
    background-repeat: no-repeat;
  }
  .order-his-list {
    position: absolute;
    top: -200px;
    width: 100%;
    padding: 15px 0;
    height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease-out;
  }
  .order-his-column:hover .order-his-list {
    top: 0%;
    transition: all 0.5s ease-in;
  }
  .order-his-product {
    padding: 5px 2%;
    width: 96%;
  }
  .order-his-product:nth-child(even) {
  }
  .order-title {
    font-family: Montserrat-Bold;
    display: block;
    width: 60%;
    float: left;
  }
  .order-quantity {
    width: 10%;
    display: block;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .order-price {
    width: 30%;
    display: block;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .order-extended {
    font-size: 1em;
  }
  .order-his-bottom {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -100px;
    transition: all 0.5s ease-out;
  }
  .order-his-column:hover .order-his-bottom {
    bottom: 0%;
    transition: all 0.5s ease-in 0.5s;
  }
  .order-his-price {
    width: 100%;
    height: 50px;
    float: none;
    text-align: center;
    margin: 0 0 0 0;
  }
  .order-his-price h4 {
    padding: 0;
    font-size: 2em;
    line-height: 50px;
  }
  .order-his-price label {
    display: none;
  }
  .order-his-btn {
    width: 100%;
    height: 50px;
    display: block;
    float: none;
  }
  .order-his-btn.gradient-btn {
    background: transparent;
  }
  .order-his-btn button {
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60%;
  }

  /*************************************************** RECOMENDED PRODUCTS *************************************************/

  .cart-recomend-box {
    margin: 10px 0;
  }
  .product-detail .cart-recomend-box {
    margin: 100px 0 10px 0;
  }
  .cart-recomend-box h4 {
    padding: 10px;
  }
  .cart-right-box .recomend-product {
    width: 49.5%;
  }
  .recomend-products-box {
  }
  .recomend-products-overflow {
    white-space: normal;
  }
  .recomend-product {
    position: relative;
    display: inline-block;
    min-width: 150px;
    width: 24.5%;
    margin: 0;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 15px;
  }
  .recomend-product::after {
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0px;
    top: auto;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .recomend-product-desc {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
  }
  .recomend-product h4 {
    padding: 0;
    font-size: 1.1em;
  }
  .recomend-product span {
  }
  .recomend-product-icon {
    display: block;
    width: 100%;
    height: 150px;
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
  }
  button.recomend-product-hover {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -100%;
    width: 100%;
    height: 300px;
    opacity: 0;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  .recomend-product:hover button.recomend-product-hover {
    transition: all 0.5s;
    opacity: 1;
    right: 0;
  }

  /******************************************************* FILTER BOX *****************************************************/

  .filter-products-box {
    width: 75%;
    margin: 10px 12.5%;
  }
  .js-toggle-list-view {
    display: none;
  }
  button.filter-products-btn {
    font-size: 0.75em;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px;
    border-radius: 360px;
    cursor: pointer;
    transition: all 0.5s;
  }
  button.filter-products-btn:hover {
    transition: all 0.5s;
    animation: cubeChange 0.5s;
    border-radius: 0px;
  }
  .filter-products-content {
    display: none;
  }
  .filter-products-content.active {
    display: block;
  }
  .filter-content {
    width: 30%;
    margin: 5px 1.5%;
    float: left;
    padding: 0;
  }
  .filter-content-100 {
    width: 97%;
    margin: 15px 1.5%;
    float: left;
    padding: 0;
  }
  .filter-title {
    font-size: 1em;
    font-weight: normal;
  }
  .filter-content input[type="text"],
  .filter-content input[type="password"],
  .filter-content input[type="number"],
  .filter-content input[type="email"],
  .filter-content select,
  .filter-content input[type="tel"] {
    border: none;
    width: 95%;
    font-size: 1em;
    transition: all 0.5s;
    padding: 5px 2.5% 10px 2.5%;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto 40%;
    margin: 10px 0;
  }
  input[type="text"].search-filter-input {
    width: 76%;
    float: left;
    padding: 0 2%;
    margin: 10px 0;
    height: 24px;
  }
  .search-filter-btn {
    width: 20%;
    height: 60px;
    margin: 10px 0;
    float: left;
    display: block;
    cursor: pointer;
    background-position: center;
    background-size: auto 45%;
    background-repeat: no-repeat;
  }
  .search-box {
    margin: 10px 0;
  }

  /******************************************************* CHECKBOX - FILTER *****************************************************/

  .filter-checkbox {
    display: block;
    float: left;
    width: 46%;
    padding: 5vw 2% 0 2%;
    text-align: center;
    position: relative;
  }
  .filter-checkbox span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 1vw;
    left: 0;
    line-height: auto;
  }

  .filter-checkbox {
    display: block;
    float: left;
    width: 18%;
    margin: 5px 1%;
    padding: 0 0 5px 0;
    text-align: left;
  }
  .filter-checkbox span {
    width: auto;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    line-height: 2.3em;
    cursor: pointer;
  }
  .toggle .toggle-control {
    transition: all 0.5s;
    width: 4em;
    height: 2em;
    display: inline-block;
    float: right;
    border-radius: 2em;
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  .toggle .toggle-control:after {
    transition: all 0.5s;
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .toggle input {
    display: none;
  }
  .toggle input:checked + .toggle-control {
    background-position: center left 10px;
    background-size: auto 40%;
    background-repeat: no-repeat;
  }
  .filter-checkbox {
  }
  .toggle input:checked + .toggle-control:after {
    left: 2em;
  }

  .select-btn .filter-checkbox {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .cart-tringel-toggle .toggle .toggle-control,
  .select-btn .toggle .toggle-control {
    transition: all 0.5s;
    width: 4em;
    height: 2em;
    display: inline-block;
    float: none;
    border-radius: 2em;
    position: relative;
    cursor: pointer;
    margin: 9px 0;
  }
  .cart-tringel-toggle .toggle .toggle-control:after,
  .select-btn .toggle .toggle-control:after {
    transition: all 0.5s;
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .select-btn .toggle input:checked + .toggle-control:after {
    left: 2em;
  }

  /*******************************************************   ALERGENS    **********************************************************/

  .alergen-content {
    padding: 10px;
    margin: 10px;
    text-align: left;
  }
  .alergen-content h1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
  }
  .alergen-content h3 {
    margin: 20px 0;
    display: inline-block;
  }
  .alergen-content p {
  }

  /************************************************   MultiAPP    **********************************************************/
  .multiapp-back {
    width: 100px;
    height: 75px;
    float: none;
    margin: 0;
    display: inline-block;
  }
  .multiapp-icon {
    width: 100%;
    height: 75px;
    display: block;
    background-position: center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    animation: swipingDown 10s ease 2s infinite;
  }
  @keyframes swipingDown {
    0% {
      margin-top: 0;
    }
    3% {
      margin-top: 15px;
    }
    15% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  .toppanel.multiapp img {
    left: auto;
    display: inline-block;
    top: 10%;
  }
  .toppanel.multiapp.mini-menu img {
    top: 40%;
  }
  .multi-toppanel {
    width: 100%;
    height: 50px;
  }
  .multi-toppanel-logo {
    height: 50px;
  }
  .multiapp-box {
    position: fixed;
    z-index: 101;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .multiapp-content {
    width: 80%;
    margin: 50px 10%;
    text-align: center;
  }
  .multiapp-col {
    width: 19%;
    float: none;
    height: 300px;
    margin: 0 0.5%;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .multiapp-description {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 90%;
    padding: 10px 5%;
    font-size: 1em;
    transition: all 0.5s ease-in;
  }
  .multiapp-col:hover .multiapp-description {
    bottom: 45%;
    opacity: 1;
    transition: all 0.5s ease-out;
  }
  .multiapp-col:hover .multiapp-href-logo {
    height: 300px;
    background-size: auto 75%;
    transition: all 0.5s ease-out;
  }
  span.multiapp-link-btn {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 32px 0 0 0;
    opacity: 0;
    z-index: 10;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .multiapp-col:hover span.multiapp-link-btn {
    margin: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out 0.25s;
  }
  .multiapp-href-logo {
    height: 300px;
    background-size: auto 80%;
    transition: all 0.3s ease-in;
  }
  a.multiapp-href {
    width: 100%;
    height: 300px;
  }
  a.multiapp-href span {
    bottom: 5px;
  }
  .multiapp-categories {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: none;
  }
  .multiapp-category-col {
    width: 32px;
    height: 32px;
    margin: 0 2.5px;
    display: inline-block;
  }
  .multiapp-link-box {
    position: absolute;
    width: 100%;
    height: 32px;
    z-index: auto;
    bottom: 0;
    right: 0;
    display: block;
  }

  /***************************************** ITEM SHARE ************************************/
  #QR {
    display: block;
  }

  .item-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: block;
  }
  .item-bg-image:after {
    content: "";
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .item-bg-image img {
    width: 100%;
    height: auto;
    -webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
    filter: blur(7px);
  }
  .company-logo {
    display: inline-block;
    text-align: center;
    margin: 50px 30% 0 30%;
    width: 40%;
  }
  .company-logo img {
    width: 30%;
  }
  .item-box {
  }
  .item-social {
    position: relative;
    z-index: 1;
    margin: 50px 20% 50px 20%;
    width: 60%;
  }
  .item-social .item-content {
  }
  .item-social .item-photo-content {
    height: 400px;
    width: 50%;
    float: left;
  }
  .item-social .stickers-content {
  }
  .item-social .sticker {
  }
  .item-title {
    padding: 10px 2%;
    width: 46%;
    float: left;
    display: block;
    height: auto;
  }
  .item-title h4 {
    font-size: 24px;
  }
  .item-social .item-info-panel {
    width: 50%;
    float: left;
    display: block;
    height: auto;
  }
  .item-social {
  }
  .item-social {
  }
  .item-social {
  }
  a.item-eshop-btn {
    width: 32.9%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    text-transform: uppercase;
  }
  .item-info-desc {
    padding: 10px 0;
  }
  .item-info-desc p {
    overflow: hidden;
    max-height: 122px;
  }
  .item-qr-box {
    padding: 10px 2%;
    width: 46%;
    float: left;
    display: block;
    height: auto;
    position: relative;
  }
  .item-qr-title {
  }
  .item-qr {
    float: left;
    width: 50%;
  }
  .item-qr-m25 {
    margin: 25px 0 0 0;
  }
  .item-qr img {
    width: 90%;
  }
  .item-social .social-box {
    text-align: center;
    padding: 20px 0;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    border: none;
  }

  /*************************** MINI BANNERS ****************************/
  .mini-banners-box {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .minibanner {
    width: 25%;
    float: left;
  }

  /*** ORDER STATUS INFO ***/
  .order-tracking-box {
    position: fixed;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 30%;
  }
  .order-tracking-content {
    padding: 20px 5%;
  }
  .order-tracking-content span {
    margin: 0 0 15px 0;
  }
  .order-tracking-icon {
    width: 36px;
    height: 36px;
  }
  .order-tracking-content h3 {
    text-transform: uppercase;
    line-height: 2em;
  }

  /************************************** FOOTER *********************************/
  footer {
    min-height: 30vh;
    margin: 0 0 0 0;
    width: 100%;
    z-index: 10;
    position: relative;
    display: block;
  }
  .footer-box {
  }
  .footer-content {
    width: 80%;
    padding: 25px 10%;
  }
  .footer-logo {
    width: 100%;
    height: 100px;
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer-column {
  }
  .footer-33-col {
    float: left;
    width: 33.3%;
    text-align: center;
  }
  .footer-info-btn {
    font-size: 2em;
  }
  .footer-app-content {
    text-align: center;
  }
  .footer-app-content a {
    width: 105px;
    height: 36px;
    margin: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all 0.3s;
  }
  .footer-app-content a:hover {
    transition: all 0.3s;
    transform: scale(1.1);
  }
  .footer-factory-select-content {
    text-align: center;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footer-select-factory-icon {
    width: 18px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
  }
  .footer-select-factory {
    display: inline-block;
    border-radius: 360px;
    padding: 10px 20px 10px 50px;
    transition: all 0.3s;
    position: relative;
  }
  .footer-select-factory:hover .footer-select-factory-icon {
    transition: all 0.3s;
    transform: rotate(-90deg);
  }
  footer .open-hours-content {
    width: 70%;
    margin: 0 15%;
  }
  footer .open-hours-D,
  footer .open-hours-H {
    width: 49.5%;
    line-height: 25px;
  }
  .footer-payment-box {
    margin: 10px 0 0 0;
  }
  .footer-payment-content {
    width: 100%;
    text-align: center;
  }
  .footer-payment-type {
    display: inline-block;
    width: 64px;
    height: 32px;
    margin: 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer-author {
    padding: 10px;
    text-align: right;
  }
  .footer-author a {
    font-size: 0.9em;
    opacity: 0.5;
    transition: all 0.5s;
    padding: 10px;
  }
  .footer-author a:hover {
    opacity: 1;
    transition: all 0.5s;
  }

  /************************************* LANGUAGE MODULE *******************************/
  .select-lang-box {
    width: 75px;
    left: 15px;
    top: 15px;
  }
  .dropbtn {
    height: 50px;
  }
  .dropdown-content a {
    padding: 5px 5px 5px 50px;
    background-position: center left 5px;
  }
  .toppanel .translator-box {
    position: relative;
    top: auto;
    left: auto;
    width: unset;
    display: inline-block;
  }
  .toppanel.mini-menu .translator-box {
    opacity: 1;
  }

  /******************************* CONFIGURATOR **********************************/
  .configurator-layout.overlay-enhancement-box {
    z-index: 101;
  }
  .configurator-enhancement-content {
    position: relative;
    top: 52%;
    transform: translateY(-50%);
    height: 77%;
    display: block;
    width: 80%;
    margin: 0 10%;
  }
  .configurator-layout .enhancement-header {
    display: block;
  }
  .configurator-ingredients-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    bottom: auto;
  }
  .configurator-ingredients-box,
  .configurator-render-box {
    width: 40%;
    float: left;
  }
  .configurator-ingredients {
    padding: 10px;
  }
  .overlay-enhancement-box.configurator-layout .overlay-enhancement-content {
    width: 49.9%;
    margin: 0%;
    position: relative;
    top: 0;
    transform: none;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    float: left;
  }
  .configurator-render-box {
    height: 100%;
    top: 0;
    width: 50%;
    transform: none;
    position: relative;
    margin: 0;
  }
  .configurator-layout .configurator-render-box {
    display: block;
  }
  .configurator-render-box .delete-btn {
    top: 0px;
    right: 0px;
    border-radius: 0;
  }
  .configurator-layout .overlay-enhancement-content .delete-btn {
    display: none;
  }
  .configurator-render-img {
    width: 500px;
    height: 500px;
  }
  .configurator-render-img img {
  }
  .configurator-contain-ingredients {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 20%;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .configurator-contain-ingredients:hover {
    max-height: 50%;
    opacity: 1;
    transition: all 0.3s;
  }
  .contain-ingredient {
    border-radius: 360px;
    padding: 5px 5px 5px 36px;
    margin: 5px;
    min-width: 150px;
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .contain-ingredient-title {
    float: left;
    height: 24px;
    line-height: 24px;
  }
  .contain-ingredient-quantity,
  .contain-ingredient-price {
    float: left;
    height: 24px;
    line-height: 24px;
  }
  .contain-ingredient-delete-btn {
    float: right;
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    border-radius: 360%;
    cursor: pointer;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .configurator-item-add-to-cart {
    position: absolute;
    bottom: 20px;
    left: 52%;
    width: auto;
    height: auto;
    padding: 10px 20px 10px 52px;
    border: none;
    z-index: 10;

    cursor: pointer;
    background-position: center left 20px;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .configurator-layout .enhancement-box h3 {
    margin: 15px 0 0 0;
  }
  .configurator-layout .extended-content-taste {
    width: 25%;
  }
  .configurator-layout .extended-column {
    background-size: auto 100px;
    padding: 100px 0 0 0;
    height: auto;
  }
  .configurator-layout .extend-qantity-btn {
    height: 100px;
  }

  /****************************************** SOCIAL LINKS *************************************/
  .social-links {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  a.social-link {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
  }

  /*************************** TUTORIAL *************************/
  .js-rerun-tutorial.btn-href.gradient-btn {
    display: none;
  }
}
.invisible {
  display: inline-block;
}
/*** JS NO DISPLAY***/
.js-template,
.payment-icon-food_card,
.js-back-to-contact,
.hide-extra,
.show-extra,
.hide {
  display: none;
}

/*HOTFIX*/
.ingredient-type-foodtype-hidden {
  display: none !important;
}

/* BUG FIXES 28.10.21 */
.new-title {
  word-break: break-word;
}
.bottom-btn-cart h4 {
  line-height: 15vw;
}
#legend {
  margin-bottom: 3em;
}
@media (orientation: landscape) {
  .new-column .delete-btn {
    right: -250px;
  }
  .bottom-btn-cart h4 {
    line-height: 50px;
  }
}

/*** Image Sharp fix***/
img {
  image-rendering: -webkit-optimize-contrast;
}

/*** Timed Orders ***/
.timed-order-wrapper {
  border-radius: 10px;
  padding: 0.25em;
}

.timed-order-wrapper .day-select-row {
  display: flex;
  margin-bottom: 0.5em;
}

.timed-order-wrapper .day-select-row .day {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0.25em 0.25em 0;
  padding: 0.25em 0.5em;
  border-radius: 10px;
  font-size: 0.7rem;
  user-select: none;
}
.timed-order-wrapper .day-select-row .day.btn img {
  height: 2rem;
  width: 1rem;
  padding: 0.25em;
}
.timed-order-wrapper .time-select-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1em 2em 1em;
}
.timed-order-wrapper .time-select-container .time-select {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  min-width: 6em;
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em 0.25em 0.25em 0;
}
.timed-order-wrapper .time-select-container .time-select.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.timed-order-wrapper .time-select-container .time-select.eco {
  background-position: top 0.25em right 0.25em;
  background-repeat: no-repeat;
  background-size: 1em;
}
.timed-order-wrapper .time-select-container .time-select.active {
  cursor: default;
}
.timed-order-wrapper .time-select-container .time-select .availability {
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-size: 0.7rem;
}
.timed-order-wrapper .eco-message {
  padding-left: 1.75em;
  padding-bottom: 1em;
  margin: 0 1em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.25em;
}
@charset "UTF-8";
/* CSS Document */
/*
Atlantis
╔═══╦╗░░░░░░░╔╗░░░░░░░░░░░░╔═══╦═══╦═══╗
║╔═╗║║░╔╗░░░░║║░░░░░░░░░░░░║╔═╗║╔═╗║╔═╗║
║║░║║╚═╬╬══╦═╝╠═╗╔══╦╗╔╦══╗║║░╚╣╚══╣╚══╗
║║░║║╔╗╠╣║═╣╔╗║╔╗╣╔╗║╚╝║║═╣║║░╔╬══╗╠══╗║
║╚═╝║╚╝║║║═╣╚╝║║║║╔╗║║║║║═╣║╚═╝║╚═╝║╚═╝║
╚═══╩══╣╠══╩══╩╝╚╩╝╚╩╩╩╩══╝╚═══╩═══╩═══╝
░░░░░░╔╝║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░╚═╝░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

>>>>>>>>>>>> King 1.5.1 <<<<<<<<<<<<<<<

White = #FFFFFF
Dark White = #EAEAEA
Light Gray = #676767
Gray = #313030
Darker Gray = #2C2C2C
Dark Gray = #212121
Orange = #000000
Red = #B84C4C = (0,0,0)
Green = (75,183,90)
Green = #4BB75A
Blue = (82,165,187)
Yellow = (167,183,70)
Black = (0,0,0);
Black = #000000;

Images
------
gray
green
red
blue
white

Other
------
Gradient = from: #000000 to: #000000

*/

body {
	background-color: #FFFFFF;
}

/********************* INPUT STYLES ******************/
input, textarea, select {
	color: #676767;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
input:focus, textarea:focus, select:focus {
	outline: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
input[type="submit"], input[type="button"] {
	color: #FFFFFF;
}
button:focus { outline:none }
input[type="text"], input[type="password"], input[type="number"], input[type="email"], select, input[type="tel"], textarea, input[type="date"], input[type="time"] {
	background-color: transparent;
}
input:focus::-webkit-input-placeholder { color:transparent; } input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */ input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; } textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */ textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */ textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
#timepicker {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

a {
	color: #000000;
}
a.btn-href {
	color: #FFFFFF;
}
.gradient-btn, label.tutorial-top.active, .swiper-pagination-bullet-active, .social-btn, .product-delete-btn, .review-content-reply, .review-user-img, .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover, .menu-content-logo, .reservation-selected, .js-cart-action-container button, .sticker-timed, .item-sale-date, footer, .order-his-column, .specify-address-button, .save-specific-address-button {
	background-image: -webkit-linear-gradient(top, #000000, #000000);
	background-image: -moz-linear-gradient(top, #000000, #000000);
	background-image: -ms-linear-gradient(top, #000000, #000000);
	background-image: -o-linear-gradient(top, #000000, #000000);
	background-image: linear-gradient(to top right, #000000, #000000);
}
.body-container {
	color: #676767;
}
button.menu-hide-btn {
	background-image: url('/ui/system/icons/white/delete.svg');
}
ul.menu {
	background-color: #FFFFFF;
	-webkit-box-shadow: -50px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -50px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: -50px 0px 20px 0px rgba(0,0,0,0.2);
}
.menu-content {
}
.menu-content-logo {
}
.menu-content-logo::after {
    background: -webkit-linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.6) 100%);
}
button.toppanel-btn {
	background-image: url('/ui/system/icons/white/menu_list.svg');
}
.toppanel, .multi-toppanel {
}
.toppanel.mini-menu {
	background-color: rgba(0,0,0,0.9);
}
/*IPHONE X and more display FIX*/
.toppanel::before {
	background-color: rgba(0,0,0,1.0);
}
button.menu-hide-btn {
	background-color: transparent;
}
li.menu-btn {
	border-left: 1vw solid #FFFFFF;
	color: #2B2B2B;
}
.menu-btn.selected {
	border-left: 1vw solid #000000;
	background-color: rgba(0,0,0,0.1);
}
.menu-btn.account {
}
.account-menu.gradient-btn {
	color: #FFFFFF;
}

/********************* FOODTYPES 
.foodtype-all {
	background-image: url('/ui/system/icons/gray/food_all.svg');
}
.foodtype-pizza, .foodtype-czechpizza, .foodtype-pizza-own, .foodtype-pizza-small, .foodtype-pizza-big {
	background-image: url('/ui/system/icons/gray/pizza.svg');
}
.foodtype-economy {
	background-image: url('/ui/system/icons/gray/cash.svg');
}
.foodtype-food {
	background-image: url('/ui/system/icons/gray/food.svg');
}
.foodtype-appetizer, .foodtype-starters {
	background-image: url('/ui/system/icons/gray/starters.svg');
}
.foodtype-attachments {
	background-image: url('/ui/system/icons/gray/attachments.svg');
}
.foodtype-drinks {
	background-image: url('/ui/system/icons/gray/drink.svg');
}
.foodtype-noodles {
	background-image: url('/ui/system/icons/gray/noodles.svg');
}
.foodtype-burgers, .foodtype-burger, .foodtype-kebab-burger {
	background-image: url('/ui/system/icons/gray/burger.svg');
}
.foodtype-addons {
	background-image: url('/ui/system/icons/gray/plus.svg');
}
.foodtype-daily-menu {
	background-image: url('/ui/system/icons/gray/daily_menu.svg');
}
.foodtype-child-menu, .foodtype-children-menu {
	background-image: url('/ui/system/icons/gray/daily_menu_child.svg');
}
.food-type-button.show-extra {
	background-image: url('/ui/system/icons/gray/plus.svg');
}
.food-type-button.hide-extra {
	background-image: url('/ui/system/icons/gray/minus.svg');
}
.foodtype-soup, .foodtype-soups {
	background-image: url('/ui/system/icons/gray/soap.svg');
}
.foodtype-pasta-salsa, .foodtype-baked-pasta {
	background-image: url('/ui/system/icons/gray/pasta.svg');
}
.foodtype-pig {
	background-image: url('/ui/system/icons/gray/steak.svg');
}
.foodtype-chicken, .foodtype-meat, .foodtype-chicken-meal {
	background-image: url('/ui/system/icons/gray/meat.svg');
}
.foodtype-specialites, .foodtype-kebab-plate, .foodtype-taste-food {
	background-image: url('/ui/system/icons/gray/food_special.svg');
}
.foodtype-starters {
	background-image: url('/ui/system/icons/gray/starters.svg');
}
.foodtype-steaks, .foodtype-steak, .foodtype-beef-meal, .foodtype-pork-meal {
	background-image: url('/ui/system/icons/gray/steak.svg');
}
.foodtype-potatoes, .foodtype-potatoes-pocket {
	background-image: url('/ui/system/icons/gray/potato_pocket.svg');
}
.foodtype-fish, .foodtype-fish-meal {
	background-image: url('/ui/system/icons/gray/fish.svg');
}
.foodtype-salads, .foodtype-salate, .foodtype-gluten-free {
	background-image: url('/ui/system/icons/gray/salad.svg');
}
.foodtype-vegetarian {
	background-image: url('/ui/system/icons/gray/salad.svg');
}
.foodtype-deserts, .foodtype-desserts, .foodtype-dessert {
	background-image: url('/ui/system/icons/gray/dezert.svg');
}
.foodtype-sweet {
	background-image: url('/ui/system/icons/gray/dezert.svg');
}
.foodtype-drinks-virgin {
	background-image: url('/ui/system/icons/gray/drink.svg');
}
.foodtype-beer {
	background-image: url('/ui/system/icons/gray/beer.svg');
}
.foodtype-wine {
	background-image: url('/ui/system/icons/gray/wine.svg');
}
.foodtype-classic {
	background-image: url('/ui/system/icons/gray/food.svg');
}
.foodtype-pasta {
	background-image: url('/ui/system/icons/gray/pasta.svg');
}
.foodtype-beer-wine-food {
	background-image: url('/ui/system/icons/gray/potato_pocket.svg');
}
.foodtype-vegetable-attachments {
	background-image: url('/ui/system/icons/gray/salad.svg');
}
.foodtype-coctails {
	background-image: url('/ui/system/icons/gray/coctail.svg');
}
.foodtype-smoothie {
	background-image: url('/ui/system/icons/gray/drink.svg');
}
.foodtype-alcohol {
	background-image: url('/ui/system/icons/gray/beer.svg');
}
.foodtype-mixed-virgin {
	background-image: url('/ui/system/icons/gray/coctail.svg');
}
.foodtype-mixed-alcohol {
	background-image: url('/ui/system/icons/gray/coctail.svg');
}
.foodtype-gnocchi-traditional {
	background-image: url('/ui/system/icons/gray/gnocchi.svg');
}
.foodtype-sushi {
	background-image: url('/ui/system/icons/gray/sushi.svg');
}
.foodtype-frited-food, .foodtype-fast-food {
	background-image: url('/ui/system/icons/gray/frited_food.svg');
}
.foodtype-sauces {
	background-image: url('/ui/system/icons/gray/sauce.svg');
}
.foodtype-sauce {
	background-image: url('/ui/system/icons/gray/sauce.svg');
}
.foodtype-gluten-free-pizza {
	background-image: url('/ui/system/icons/gray/glutten_free_pizza.svg');
}
.foodtype-gnocchi {
	background-image: url('/ui/system/icons/gray/gnocchi.svg');
}
.foodtype-risotto {
	background-image: url('/ui/system/icons/gray/rice.svg');
}
.foodtype-pizza-xxl {
	background-image: url('/ui/system/icons/gray/pizza_xxl.svg');
}
.foodtype-frited-bread {
	background-image: url('/ui/system/icons/gray/bread_frited.svg');
}
.foodtype-kebab, .foodtype-kebab-box, .foodtype-baked-kebab, .foodtype-gyros {
	background-image: url('/ui/system/icons/gray/gyros.svg');
}
.foodtype-panini {
	background-image: url('/ui/system/icons/gray/panini.svg');
}
.foodtype-tortilla, .foodtype-durum-tortila, .foodtype-durum-mini {
	background-image: url('/ui/system/icons/gray/tortilla.svg');
}
.foodtype-strips {
	background-image: url('/ui/system/icons/gray/strips.svg');
}
.foodtype-meatless {
	background-image: url('/ui/system/icons/gray/salad.svg');
}
.foodtype-roasted-ribs-marinade {
	background-image: url('/ui/system/icons/gray/ribs.svg');
}
.foodtype-roasted-ribs {
	background-image: url('/ui/system/icons/gray/ribs.svg');
}
.foodtype-halfpizza {
	background-image: url('/ui/system/icons/gray/pizza.svg');
}
.foodtype-party-food {
	background-image: url('/ui/system/icons/gray/party_mix.svg');
}
.foodtype-sendwitches, .foodtype-sandwitches, .foodtype-toast {
	background-image: url('/ui/system/icons/gray/sandwich.svg');
}
.foodtype-frite-cheese {
	background-image: url('/ui/system/icons/gray/frited_cheese.svg');
}
.foodtype-pancakes {
	background-image: url('/ui/system/icons/gray/pancakes.svg');
}
.foodtype-cafe {
	background-image: url('/ui/system/icons/gray/coffe_bar.svg');
}
.foodtype-pizza-sale {
	background-image: url('/ui/system/icons/gray/pizza.svg');
}
.foodtype-lasagne {
	background-image: url('/ui/system/icons/gray/lasagne.svg');
}
.foodtype-icecream {
	background-image: url('/ui/system/icons/gray/ice_cream.svg');
}
******************/
.food-type-button {
	border: 0.5vw solid #1D1D1D;
}
.food-type-button.active {
	background-color: rgba(0,0,0,0.04);
}
.swiper-pagination-bullet {
	border: 0.5vw solid #FFFFFF;
}
.swiper-pagination-bullet-active {
}
.ingredient-type-cheese {
	background-image: url('/ui/system/icons/gray/cheese.svg');
}
.ingredient-type-meat {
	background-image: url('/ui/system/icons/gray/meat.svg');
}
.ingredient-type-vegetables {
	background-image: url('/ui/system/icons/gray/vegetable.svg');
}
.ingredient-type-others {
	background-image: url('/ui/system/icons/gray/attachments.svg');
}
.ingredient-type-fruits, .ingredient-type-fruit {
	background-image: url('/ui/system/icons/gray/fruits.svg');
}
.ingredient-type-spices {
	background-image: url('/ui/system/icons/gray/attachments.svg');
}
.ingredient-type-base, .ingredient-type-pizza-base {
	background-image: url('/ui/system/icons/gray/base.svg');
}
.ingredient-type-sauces {
	background-image: url('/ui/system/icons/gray/attachments.svg');
}
.ingredient-type-fish {
	background-image: url('/ui/system/icons/gray/fish.svg');
}

/*************************************************************** ICONS ********************************************************/

.arrow-left, .arrow-left-icon {
	background-image: url('/ui/system/icons/white/arrow_left.svg');
}
.arrow-right {
	background-image: url('/ui/system/icons/gray/arrow_right.svg');
}
.multiapp-link-btn {
	background-image: url('/ui/system/icons/gray/arrow_up.svg');
}
.item-taste-btn-icon {
	background-image: url('/ui/system/icons/white/arrow_right.svg');
}
.arrow-up, .arrow-up-icon {
	background-image: url('/ui/system/icons/white/arrow_up.svg');
}
.arrow-up-type {
	background-image: url('/ui/system/icons/gray/arrow_bottom.svg');
}
.arrow-down, .arrow-down-icon {
	background-image: url('/ui/system/icons/white/arrow_bottom.svg');
}
.reservation-cal-arrow.arrow-down {
	background-image: url('/ui/system/icons/gray/arrow_bottom.svg');
}
.reservation-cal-arrow.arrow-up {
	background-image: url('/ui/system/icons/gray/arrow_up.svg');
}
.star-icon {
	background-image: url('/ui/system/icons/white/star.svg');
}
.heart-icon {
	background-image: url('/ui/system/icons/white/heart.svg');
}
.heart-icon.active {
	background-image: url('/ui/system/icons/white/heart_active.svg');
}
.favorite-item-btn.heart-icon, .item-detail-box .heart-icon {
	background-image: url('/ui/system/icons/gray/heart.svg');
}
.favorite-item-btn.heart-icon-active, .item-detail-box .heart-icon-active, .item-detail-box .heart-icon:hover, .item-detail-box .heart-icon.active  {
	background-image: url('/ui/system/icons/gray/heart_active.svg');
}
.photo-icon {
	background-image: url('/ui/system/icons/gray/photo.svg');
}
.people-icon {
	background-image: url('/ui/system/icons/gray/training.svg');
}
.movie-icon {
	background-image: url('/ui/system/icons/white/movie.svg');
}
.pointer-icon {
	background-image: url('/ui/system/icons/gray/pointer.svg');
}
.call-button-icon.pointer-icon {
	background-image: url('/ui/system/icons/white/pointer.svg');
}
.calendar-icon {
	background-image: url('/ui/system/icons/gray/calendar.svg');
}
.time-icon {
	background-image: url('/ui/system/icons/gray/time.svg');
}
input.pointer-icon {
	background-image: url('/ui/system/icons/gray/pointer.svg');
}
.customer-icon {
	background-image: url('/ui/system/icons/gray/customer.svg');
}
.house-icon {
	background-image: url('/ui/system/icons/white/house.svg');
}
.cart-icon {
	background-image: url('/ui/system/icons/gray/cart.svg');
}
.cart-pay-btn .cart-icon {
    background-image: url(/ui/system/icons/white/cart.svg);
}
.offer-icon {
	background-image: url('/ui/system/icons/gray/offer.svg');
}
.delete-icon {
	background-image: url('/ui/system/icons/white/delete.svg');
}
.facebook-icon {
	background-image: url('/ui/system/icons/white/facebook.svg');
}
.instagram-icon {
	background-image: url('/ui/system/icons/white/instagram.svg');
}
.twitter-icon {
	background-image: url('/ui/system/icons/white/twitter.svg');
}
.repeat-icon {
	background-image: url('/ui/system/icons/white/repeat_arrow.svg');
}
.magnify-icon, .item-buy-btn-icon {
	background-image: url('/ui/system/icons/gray/magnify.svg');
}
.salad-icon {
	background-image: url('/ui/system/icons/gray/salad.svg');
}
.wheat-icon {
	background-image: url('/ui/system/icons/white/wheat.svg');
}
.item-detail-label.wheat-icon {
	background-image: url('/ui/system/icons/gray/wheat.svg');
}
.menulist-icon {
	background-image: url('/ui/system/icons/white/menu_list.svg');
}
.all-icon {
	background-image: url('/ui/system/icons/white/food_all.svg');
}
.pizza-icon {
	background-image: url('/ui/system/icons/white/pizza.svg');
}
.pencil-icon {
	background-image: url('/ui/system/icons/gray/pencil.svg');
}
.item-info-btn select.pencil-icon {
	background-image: url('/ui/system/icons/gray/pencil.svg');
}
.package-icon {
	background-image: url('/ui/system/icons/white/package.svg');
}
.item-detail-label.package-icon {
	background-image: url('/ui/system/icons/gray/package.svg');
}
.food-icon {
	background-image: url('/ui/system/icons/white/salad.svg');
}
.attachments-icon {
	background-image: url('/ui/system/icons/white/vegetable.svg');
}
.drinks-icon {
	background-image: url('/ui/system/icons/white/vegetable.svg');
}
.burger-icon {
	background-image: url('/ui/system/icons/white/burger.svg');
}
.gnocchi-icon {
	background-image: url('/ui/system/icons/white/burger.svg');
}
.meat-icon {
	background-image: url('/ui/system/icons/white/burger.svg');
}
.email-icon {
	background-image: url('/ui/system/icons/white/email.svg');
}
input.email-icon {
	background-image: url('/ui/system/icons/gray/email.svg');
}
input.customer-icon {
	background-image: url('/ui/system/icons/white/customer.svg');
}
.mobile-icon {
	background-image: url('/ui/system/icons/white/mobile.svg');
}
input.mobile-icon {
	background-image: url('/ui/system/icons/gray/mobile.svg');
}
.delivery-icon-factory {
	background-image: url('/ui/system/icons/gray/pointer.svg');
}
.delivery-icon-address {
	background-image: url('/ui/system/icons/gray/transport.svg');
}
.delivery-icon-address_gift {
	background-image: url('/ui/system/icons/gray/gift.svg');
}
.gift-icon {
	background-image: url('/ui/system/icons/white/gift.svg');
}
.card-icon {
	background-image: url('/ui/system/icons/white/credit_card.svg');
}
.points-icon {
	background-image: url('/ui/system/icons/white/points.svg');
}
/*.cash-icon {
	background-image: url('/ui/system/icons/white/cash.svg');
}*/
.payment-icon-card {
	background-image: url('/ui/system/icons/gray/credit_card.svg');
}
.payment-icon-cash {
	background-image: url('/ui/system/icons/gray/cash.svg');
}
.payment-icon-bonus_points {
	background-image: url('/ui/system/icons/gray/points.svg');
}
.payment-icon-gate {
	background-image: url('/ui/system/icons/gray/credit_card.svg');
}
.payment-icon-cash_factory {
	background-image: url('/ui/system/icons/gray/cash.svg');
}
.orders-icon {
	background-image: url('/ui/system/icons/gray/orders.svg');
}
.weight-icon {
	background-image: url('/ui/system/icons/white/weight.svg');
}
.item-detail-label.weight-icon {
	background-image: url('/ui/system/icons/gray/weight.svg');
}
.info-icon {
	background-image: url('/ui/system/icons/white/information.svg');
}
.item-detail-label.info-icon {
	background-image: url('/ui/system/icons/gray/information.svg');
}
.plus-icon, .change-btn.arrow-up-icon, .change-btn.arrow-up, .extend-qantity-btn.arrow-up-icon {
	background-image: url('/ui/system/icons/green/plus.svg');
}
.recomend-product-icon.plus-icon {
	background-image: url('/ui/system/icons/white/plus.svg');
}
.minus-icon, .change-btn.arrow-down-icon, .change-btn.arrow-down, .extend-qantity-btn.arrow-down-icon {
	background-image: url('/ui/system/icons/red/minus.svg');
}
.fire-icon {
	background-image: url('/ui/system/icons/gray/fire.svg');
}
.new-title.fire-icon {
	background-image: url('/ui/system/icons/red/fire.svg');
}
.news-title.fire-icon {
	background-image: url('/ui/system/icons/red/fire.svg');
}
.notf-success {
	color: #4BB75A;
}
.notf-info, .notf-inform {
	color: #000000;
}
.notf-wrong {
	color: #B84C4C;
}
.cheese-icon {
	background-image: url('/ui/system/icons/white/cheese.svg');
}
.item-type-z-lasky, .item-type-pro-radost, .item-type-gratulacni, .item-type-k-narozeninam-a-svatku, .item-type-klobasove, .item-type-darky-ke-kvetine, .item-type-cervene-ruze, .item-type-nejprodavanejsi {
	background-image: url('/ui/system/icons/red/flower_ikvet.svg');
}
.multiapp-icon {
    background-image: url(/ui/system/icons/gray/pointer.svg);
}
.multiapp_flag_food_distribution {
	background-image: url('/ui/system/icons/white/food_distribution.svg');
}
.multiapp_flag_restaurant {
	background-image: url('/ui/system/icons/white/restaurant.svg');
}
.multiapp_flag_pizzery {
	background-image: url('/ui/system/icons/white/pizzery.svg');
}
.multiapp_flag_daily_menu {
	background-image: url('/ui/system/icons/white/daily_menu.svg');
}
.multiapp_flag_coffe_bar {
	background-image: url('/ui/system/icons/white/coffe_bar.svg');
}
.multiapp_flag_night_club {
	background-image: url('/ui/system/icons/white/night_club.svg');
}
.multiapp_flag_disco {
	background-image: url('/ui/system/icons/white/disco.svg');
}
.multiapp_flag_accommodation {
	background-image: url('/ui/system/icons/white/house.svg');
}
.multiapp_flag_saloon {
	background-image: url('/ui/system/icons/white/saloon.svg');
}
.multiapp_flag_training {
	background-image: url('/ui/system/icons/white/training.svg');
}
.multiapp_flag_wedding {
	background-image: url('/ui/system/icons/white/wedding.svg');
}
.multiapp_flag_birthday {
	background-image: url('/ui/system/icons/white/birthday.svg');
}
.multiapp_flag_bowling {
	background-image: url('/ui/system/icons/white/bowling.svg');
}
.multiapp_flag_beer_pub {
	background-image: url('/ui/system/icons/white/beer_pub.svg');
}
.multiapp_flag_casino {
	background-image: url('/ui/system/icons/white/casino.svg');
}
.multiapp_flag_squash {
	background-image: url('/ui/system/icons/white/squash.svg');
}
.multiapp_flag_tenis {
	background-image: url('/ui/system/icons/white/tenis.svg');
}
.multiapp_flag_snooker {
	background-image: url('/ui/system/icons/white/snooker.svg');
}
.multiapp_flag_billiard {
	background-image: url('/ui/system/icons/white/snooker.svg');
}
.multiapp_flag_pool {
	background-image: url('/ui/system/icons/white/pool.svg');
}
.reservation-icon-tables_form {
	background-image: url('/ui/system/icons/gray/table.svg');
}
.reservation-icon-rooms_form {
	background-image: url('/ui/system/icons/gray/calendar.svg');
}
.reservation-icon-bowling_form {
	background-image: url('/ui/system/icons/gray/bowling.svg');
}
.terms-icon {
	background-image: url('/ui/system/icons/gray/terms.svg');
}
.reservation-header-tables_form {
	background-image: url(/ui/system/images/photos/app_reservation_table.jpg);
}
.reservation-header-rooms_form {
	background-image: url(/ui/system/images/photos/app_reservation_hotel.jpg);
}
.reservation-header-bowling_form {
	background-image: url(/ui/system/images/photos/app_reservation_bowling.jpg);
}
.reservation-header-squash_form {
	background-image: url(/ui/system/images/photos/app_reservation_squash.jpg);
}
.bonus-points-icon {
	background-image: url('/ui/system/icons/gray/wallet.svg');
}
.coupon-icon {
	background-image: url('/ui/system/icons/gray/cupons.svg');
}

/* STATE */
.cs-flag {
	background-image: url('/ui/system/icons/flags/czech.svg');
}
.en-flag {
	background-image: url('/ui/system/icons/flags/english.svg');
}
.de-flag {
	background-image: url('/ui/system/icons/flags/germany.svg');
}
.us-flag {
	background-image: url('/ui/system/icons/flags/english.svg');
}

/*ACCEPTED PAYMENT*/
.mastercard-accepted-payment {
	background-image: url('/ui/system/icons/white/mastercard-accepted-payment.png');
}
.visa-accepted-payment {
	background-image: url('/ui/system/icons/white/visa-accepted-payment.png');
}
.gpwebpay-accepted-payment {
	background-image: url('/ui/system/icons/white/gpwebpay-accepted-payment.png');
}
.maestro-accepted-payment {
	background-image: url('/ui/system/icons/white/maestro-accepted-payment.png');
}
.b-payment-accepted-payment {
	background-image: url('/ui/system/icons/white/b-payment-accepted-payment.png');
}
.gopay-accepted-payment {
	background-image: url('/ui/system/icons/white/gopay-accepted-payment.png');
}

.ticket-restaurant-accepted-payment {
	background-image: url('/ui/system/icons/white/ticket-restaurant-accepted-payment.png');
}
.nase-stravenka-accepted-payment {
	background-image: url('/ui/system/icons/white/nase-stravenka-accepted-payment.png');
}
.edenred-accepted-payment {
	background-image: url('/ui/system/icons/white/edenred-accepted-payment.png');
}
.sodexo-accepted-payment {
	background-image: url('/ui/system/icons/white/sodexo-accepted-payment.png');
}
.up-accepted-payment {
	background-image: url('/ui/system/icons/white/up-accepted-payment.png');
}

/**************************** ORDERS-ICONS ***************************************/
.order-tracking-new .order-tracking-icon {
	background-image: url(/ui/system/icons/gray/order_new.svg);
}
.order-tracking-new h3 {
	color: #676767;
}
.order-tracking-cancelled .order-tracking-icon {
	background-image: url(/ui/system/icons/red/order_cancelled.svg);
}
.order-tracking-cancelled h3 {
	color: #B84C4C;
}
.order-tracking-confirmed .order-tracking-icon {
	background-image: url(/ui/system/icons/green/order_confirmed.svg);
}
.order-tracking-confirmed h3,
.order-tracking-delivered h3,
.order-tracking-indelivery h3,
.order-tracking-confirmed > span:last-of-type,
.order-tracking-indelivery > span:last-of-type {
	color: #4BB75A;
}
.order-tracking-delivered .order-tracking-icon {
	background-image: url(/ui/system/icons/green/order_delivered.svg);
}
.order-tracking-indelivery .order-tracking-icon {
	background-image: url(/ui/system/icons/green/order_on_way.svg);
}

/************************************************************** ITEM *******************************************************/
.product, .item {
	background-color: #FFFFFF;
}
.product:hover, .item:hover {
}
.item-photo-content-bottom h4 {
	color: #000000;
	background-color: #FFFFFF;
}
.item-photo-content-bottom p {
	color: #313030;
	background-color: #FFFFFF;
}
.cart-items .item-photo-content-bottom h4 {
	color: #FFFFFF;
	background-color: transparent;
	margin-left: 0;
	padding-top: 0;
}
.item-photo-content::after, .bottom-panel::before, .cart-items .item-photo-content-bottom {
    background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.2) 100%);
}
.sticker-red {
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
}
.sticker-green {
	background-color: rgba(75,183,90,0.8);
	color: #FFFFFF;
}
.sticker-blue {
	background-color: rgba(82,165,187,0.8);
	color: #FFFFFF;
}
.sticker-gray {
	background-color: rgba(167,183,70,0.8);
	color: #FFFFFF;
}
.sticker-timed {
	color: #FFFFFF;
}
.sticker-custom {
	color: #FFFFFF;
}
.item-info-btn {
}
.item-info-btn h4 {
	color: #4BB75A;
}
.item-info-btn select {
	background-color: transparent;
	border: 1.5px solid #1D1D1D;
}
.review-star {
	background-image: url('/ui/system/icons/gray/star.svg');
}
.review-star.active {
	background-image: url('/ui/system/icons/green/star_active.svg');
}
.stars-write-review .review-stars-1, .stars-write-review .review-stars-2, .stars-write-review .review-stars-3, .stars-write-review .review-stars-4, .stars-write-review .review-stars-5 {
	background-image: url('/ui/system/icons/gray/star.svg');
}
.stars-write-review .review-stars-1.active, .stars-write-review .review-stars-2.active, .stars-write-review .review-stars-3.active, .stars-write-review .review-stars-4.active, .stars-write-review .review-stars-5.active {
	background-image: url('/ui/system/icons/green/star_active.svg');
}
.item-buy-btn {
	border: 0.3vw solid #1D1D1D;
}
.home-list-view .item-buy-btn {
	border: none;
}
.item-buy-btn.gradient-btn {
	background-image: none;
	background-color: transparent;
}
.item-buy-now {
	background-color: #bc2228;
}
.item-buy-now-icon {
	background-image: url('/ui/system/icons/gray/cart.svg');
}
.item-taste-box {
	border-top: 1px solid #EAEAEA;
}
.item-taste-box p {
	color: #676767;
}
.js-toggle-list-view {
	background-image: url('/ui/system/icons/gray/menu_list.svg');
}
.home-list-view .item-photo-content-bottom h4 {
	color: #B84C4C;
}
.home-list-view .item-photo-content-bottom p {
	color: #676767;
}
.calculator-icon {
	background-image: url('/ui/system/icons/gray/calculator.svg');
}
.item-sale-date {
	color: #FFFFFF;
}
.daily-menu-day {
	background-color: #FFFFFF;
	color: #EAEAEA;
}

/************************************************ ENHANCEMENT BOX **************************************************/
.overlay-enhancement-box,
.overlay-specify-address {
	background-color: rgba(0,0,0,0.6);
}
.overlay-enhancement-content,
.overlay-specify-address-content {
	background-color: #FFFFFF;
}
.overlay-enhancement-box .cart-bottom-btns {
	background-color: #FFFFFF;
}
.enhancement-header {
	background-image: url('/ui/system/images/photos/enhancement_bg.jpg');
	color: #bc2228;
}
.overlay-enhancement-content .delete-btn, .delete-btn {
	color: #FFFFFF;
  cursor: pointer;
}

/******************************************************** ITEM - DETAIL *****************************************************/

.product-detail {
	background-color: #FFFFFF;
}
.item-detail-photo-content::after {
    background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.3) 100%);
}
.item-detail-photo-content h4 {
	color: #FFFFFF;
}
button.favorite {
	background-color: transparent;
}
.item-detail-desc-box {
	border-top: 1px solid #EAEAEA;
}
.alergen-type {
	border: 0.4vw solid #676767;
}
.add-cart-quantity {
}
input[type="button"].add-to-cart {
	color: #FFFFFF;
	background-color: #4BB75A;
}
input[type="button"].add-to-cart-unavailable {
	color: #FFFFFF;
	background-color: #676767;
}
.social-btn {
}

/**************************************************** ITEM - RESERVATION ************************************************/
.reservation-hashtag-box span {
	background-color: #000000;
	color: #FFFFFF;
}
.reservation-cal-days-column {
	border-right: 1px solid #EAEAEA;
}
.reservation-free {
	background-color: #EAEAEA;
}
.reservation-denied {
	background-color: #B84C4C;
	color: #FFFFFF;
}
.reservation-selected {
	color: #FFFFFF;
}

.reservation-header-tables_form::before, .reservation-header-rooms_form::before, .reservation-header-bowling_form::before, .reservation-header-squash_form::before {
	background: -webkit-linear-gradient(rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 100%);
    background: linear-gradient(rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 100%);
}


/********************************************************* BOTTOM PANEL ******************************************************/

.bottom-panel {
	background-color: rgba(255,255,255,0.9);
}
.bottom-btn h4 {
	color: #000000;
}
.bottom-btn-cart {
	background-color: #FFFFFF;
	background-image: url('/ui/system/icons/red/cart_line.svg');
}
.bottom-btn-cart.empty {
	background-image: url('/ui/system/icons/gray/cart_line.svg');
}
.bottom-btn-cart h4 {
	color: #000000;
}
.bottom-btn-cart.empty h4 {
	color: #676767;
}
.favorite-food {
	background-image: url('/ui/system/icons/gray/heart.svg');
}
.favorite-food:hover {
	background-image: url('/ui/system/icons/gray/heart_active.svg');
}
.last-orders {
	background-image: url('/ui/system/icons/gray/last_orders.svg');
}
.account {
	background-image: url('/ui/system/icons/gray/user.svg');
}
.points {
}

/************************************************************ LOGIN ********************************************************/

.login-wrapper::after {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
}
.login-image {
	background-image: url('/ui/system/images/photos/login_screen.jpg');
}
.account-image {
	background-image: url('/ui/system/images/photos/account_screen.jpg');
}

/************************************************************ MAP ********************************************************/

.map-info-box {
	background-color: #EAEAEA;
}
.map-content-title {
    background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
}
.map-content-title h4 {
	color: #FFFFFF;
}
.map-bottom-panel {
	background-color: #FFFFFF;
}
.map-bottom-panel input[type="submit"] {
	color: #FFFFFF;
}

/************************************************************ KONTAKT ********************************************************/

.call-button-content {
}
.call-button {
	color: #FFFFFF;
}
.open-hours-box h4, .contact-form-container h4 {
	color: #000000;
}
.open-hours-box {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.open-hours-content {
	border-top: 1px solid #EAEAEA;
	background-color: #FFFFFF;
}
.open-hours-D {
	border-right: 1px solid #EAEAEA;
}
.contact-form-content  {
	background-color: #FFFFFF;
}
.contact-form-content textarea {
	background-color: transparent;
}
.contact-form-content input[type="submit"] {
	color: #FFFFFF;
}
.contact-form-content input[type="text"], .contact-form-content input[type="password"], .contact-form-content input[type="number"], .contact-form-content input[type="email"], .contact-form-content input[type="tel"] {
	background-color: transparent;
}
#legend {
	background: rgba(255,255,255,0.8);
}

/************************************************************* GALLERY *******************************************************/

.gallery-content::after {
    background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
}
.gallery-date {
	color: #FFFFFF;
}
.gallery-bottom-content {
	color: #FFFFFF;
}
.gallery-bottom-content h4 {
	
}
.gallery-photo-detail::after {
    background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.5) 100%);
}
.gallery-name-title {
	color: #FFFFFF;
}

/**************************************************************** ACCOUNT **********************************************************/

.account-info-circle {
	border: 1vw solid #FFFFFF;
	color: #FFFFFF;
}
.account-form-box [type="submit"] {
	color: #FFFFFF;
}

/**************************************************************** NEWS **********************************************************/

.new-box {
	background-color: rgba(0, 0, 0, 0.7);
}
.new-content {
	background-color: rgba(255,255,255,0.9);
}
a.new-content {
	color: #676767;
}
.new-title {
	color: #000000;
}
.news-content {
	color: #676767;
}
.news-content:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}
.news-title {
	color: #000000;
}

/************************************************************ NOTIFICATION ********************************************************/

.notification-box, .order-tracking-box {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,0.9);
}
.appStatusMessage, .appDeliveryTimeMessage {
	background-color: rgba(0,0,0,0.9);
}
.appStatusMessage span, .appDeliveryTimeMessage span {
	color: #FFFFFF;
}

/************************************************************ CART ********************************************************/

.cart-sum {
	background-color: #FFFFFF;
}
.cart-bonus .cart-col-name, .cart-bonus .cart-col-value, .js-cart-bonus .cart-col-name, .js-cart-bonus .cart-col-value {
	color: #4BB75A;
}
.cart-bottom-btns {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.cart-back-btn a {
	color: #4F4F4F;
}
.cart-pay-btn a {
	color: #FFFFFF;
	background-color: #4BB75A;
}
.extended-menu-taste {
}
.extended-price {
	/*color: #4BB75A;*/
}
.product-delete-btn {
}
.cart-inform-column h4, .cart-inform-column p {
	color: #676767;
}
.extended-menu-taste {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.extended-menu-taste .ingredient-type-button.active {
	background-color: #EAEAEA;
}
.ing-plus {
	color: #4BB75A;
}
.ing-minus {
	color: #B84C4C;
}
.js-cart-action-container button {
	color: #FFFFFF;
}
.address-error-box {
	color: #FFFFFF;
	background-color: #B84C4C;
}
.specify-address-button {
	color: #FFFFFF;
}
.specify-address-button:disabled,
.save-specific-address-button:disabled {
  background-image: linear-gradient(#676767, #676767);
  cursor: not-allowed;
}
.cart-tringel-select-btn {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.2s background-color, color;
  cursor: pointer;
}
.cart-tringel-select-btn:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
.cart-tringel-select-btn.active {
  background-color: #000000;
  color: #FFFFFF;
}
.bonus-points-controller {
	background-color: #FFFFFF;
}
.bonus-points-value {
	color: #4BB75A;
}
.package-item-cart {
	background-image: url('/ui/system/icons/gray/package.svg');
}
.online-payment-content a {
  background-color: #51B84B;
  color: #FFFFFF;
}
.cart-extras-info.info {
  border: 1px solid #52A5BB;
  color: #52A5BB;
}
.cart-extras-info.bonus {
  border: 1px solid #51B84B;
  color: #51B84B;
}
.cart-extras-info.warning {
  border: 1px solid #B84C4C;
  color: #B84C4C;
}

/************************ CUPONS ********************************/
.actions-container .cart-price-column.coupon-cart {
	background-image: url('/ui/system/icons/gray/cupons.svg');
}
.actions-container .cart-price-column.cart-bonus {
	background-image: url('/ui/system/icons/gray/star.svg');
}
.actions-container .cart-price-column.coupon-cart, .actions-container .cart-price-column.cart-bonus {
	background-color: #F7FFD4;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.actions-container .cart-bonus .cart-col-name, .actions-container .cart-bonus .cart-col-value {
    color: #676767;
}
.set-coupon-btn, input[type="submit"].set-coupon-btn, input[type="button"].set-coupon-btn, button.set-coupon-btn {
	background-color: #4BB75A;
	color: #FFFFFF;
}
.coupon-delete-btn {
	background-color: #B84C4C;
	background-image: url("/ui/system/icons/white/delete.svg");
}

/*********************** WHISPERER **********************************/
.ui-autocomplete {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-state-hover,
.ui-state-active {
	background-color: rgba(0,0,0,0.1);
}

/******************************************************** TRANSPORT&PAY ****************************************************/

.select-content-box {
	background-color: #FFFFFF;
}
.select-content:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}
.configurator-layout .select-content:nth-child(even) {
	background-color: rgba(0,0,0,0.0);
}
.configurator-item-price {
	background-color: #FFFFFF;
}
.configurator-item-price span {
    color: #4BB75A;
}
.select-btn-img {
	background-image: url('/ui/system/icons/white/plus.svg');
}
.configurator-contain-ingredients {
	border-bottom: 1px solid #EAEAEA;
}

/************************************************************ REVIEWS ********************************************************/

.review-content-reply {
}
.review-content-reply {
	color: #FFFFFF;
}
.review-content {
	background-color: #FFFFFF;
}
.review-user-img {
	border: 2vw solid #EAEAEA;
}

/************************************************************ Orders history *************************************************/

.order-his-column {
	border: 1px solid #EAEAEA;
}
.order-his-top {
}
.order-his-date {
	border-right: 0.3vw solid #EAEAEA;
	border-bottom: 0.3vw solid #EAEAEA;
}
.order-his-status {
	border-bottom: 0.3vw solid #EAEAEA;
}
.order-success {
	color: #4BB75A;
}
.order-pending {
	color: #919191;
}
.order-reject {
	color: #B84C4C;
}
.order-his-adress {
	background-image: url('/ui/system/img/icons/gray/pointer.svg');
}
.order-his-product:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.10);
}
.order-price {
	color: #4BB75A;
}
.order-extended {
	color: #4BB75A;
}
.order-his-bottom {
	border-top: 0.3vw solid #EAEAEA;
}
.order-his-price h4 {
	color: #4BB75A;
}
.order-his-btn button {
	background-color: transparent;
}

/******************************************************* RECOMENDED PRODUCTS *****************************************************/
	
.cart-recomend-box {
	background-color: #FFFFFF;
}
.recomend-product::after {
	background: -webkit-linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%);
}
.recomend-product-desc {
	color: #FFFFFF;
}

/******************************************************* FILTER BOX *****************************************************/

button.filter-products-btn {
	color: #BABABA;
	border: 1.5px solid #BABABA;
}
.filter-products-btn.gradient-btn {
	background-color: transparent;
	background: transparent;
}
.filter-products-content {
	border-bottom: 1.5px solid #BABABA;
	border-top: none;
	border-left: 1.5px solid #BABABA;
	border-right: 1.5px solid #BABABA;
}
input[type="text"].search-filter-input {
	background-color: transparent;
}
.search-box {
	background-color: rgba(0,0,0,0.04);
}

/******************************************************* CHECKBOX - FILTER *****************************************************/

.filter-checkbox span {
}
.filter-checkbox {
	border-bottom: 1px solid #676767;
}
.toggle .toggle-control {
	border: 2px solid #8E8E93;
	background-color: rgba(0, 0, 0, 0.06);
}
.toggle .toggle-control:after {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
.toggle input:checked + .toggle-control {
	background-image: url('/ui/system/icons/white/correct.svg');
    border-color: #000000;
    background-color: #000000; 
}

/*******************************************************   ALERGENS    **********************************************************/

.alergen-content:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}
.alergen-content h1 {
	color: #000000;
	border: 0.5vw solid #000000;
}
.alergen-content h3 {
	color: #000000;
}
.alergen-content p {
}

/**************************************************   NO - FILL    ******************************************************/

.no-favorite-icon {
	background-image: url('/ui/system/images/photos/no_favorite.png');
}
.no-cart-icon {
	background-image: url('/ui/system/images/photos/no_cart.png');
}
.no-orders-icon {
	background-image: url('/ui/system/images/photos/no_history.png');
}
.gallery-empty-msg {
	background-image: url('/ui/system/images/photos/no_photos.png');
}
.no-news-icon {
	background-image: url('/ui/system/images/photos/no_news.png');
}

/*******************************************************   TUTORIAL    **********************************************************/

.data-tutorial-priority-5 .item-info-panel, .data-tutorial-priority-5 .add-cart-column {
}
.tutorial-body .item-buy-btn {
	background-color: #4BB75A;
	border: none;
}
.tutorial-body .item-buy-btn-icon {
	background-image: url('/ui/system/icons/white/arrow_right.svg');
}
.tutorial-body .item-info-btn select {
	border: 1.5px solid #FFFFFF;
}
.tutorial-body .add-cart-column {
	background-color: #FFFFFF;
}
.tutorial-body .all-icon {
	background-image: url('/ui/system/icons/gray/food_all.svg');
}
.tutorial-body .meat-icon {
	background-image: url('/ui/system/icons/gray/burger.svg');
}
.tutorial-body .vegetable-icon {
	background-image: url('/ui/system/icons/gray/vegetable.svg');
}
.tutorial-body .fruit-icon {
	background-image: url('/ui/system/icons/gray/fruits.svg');
}
.tutorial-body .other-icon {
	background-image: url('/ui/system/icons/gray/attachments.svg');
}
.tutorial-body input, .tutorial-body textarea, .tutorial-body select {
	color: #FFFFFF;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/************************************************   MultiAPP    **********************************************************/
.multiapp-box {
	background-color: rgba(0,0,0,0.9);
}
a.multiapp-href span {
	color: #FFFFFF;
}
.multiapp-description {
	color: #FFFFFF;
}

/********************************************** ITEM SHARE ******************************************/
.item-bg-image:after {
	background: -webkit-linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
}
.item-social {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
}
.item-social .item-info-panel {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
a.item-eshop-btn {
	color: #FFFFFF;
	background-color: #4BB75A;
}

/************************ CONTENT - COOKIES - BOX ************************/
.edit-cookies-btn {
	color: #fff;
}
#cc-main .pm__btn {
	--cc-btn-primary-bg: linear-gradient(to top right, #000000, #000000);
	--cc-btn-primary-hover-bg: linear-gradient(to top right, #000000, #000000);
	--cc-btn-secondary-bg: linear-gradient(to top right, #000000, #000000);
	--cc-btn-secondary-hover-bg: linear-gradient(to top right, #000000, #000000);
}
#cc-main .section__toggle:checked~.toggle__icon,
#cc-main .section__toggle:checked:disabled~.toggle__icon {
	--cc-toggle-readonly-bg: #000000;
	--cc-toggle-on-bg: #000000;
}

/******************************************* LANGUAGE MODULE ************************************/
.dropdown-content {
	background-color: rgba(0,0,0,0.3);
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: #FFFFFF;
}
.lang-dropdown a:hover {
	background-color: #000000;
}
.dropbtn {
	color: #FFFFFF;
}
.goog-te-gadget .goog-te-combo {
	background-image: url("/ui/system/icons/gray/arrow_bottom.svg");
	background-color: rgba(255,255,255,0.9);
}
.goog-te-gadget option {
	background-color: rgba(0,0,0,1);
	color: #FFFFFF;
}

/******************************* CONFIGURATOR **********************************/

.overlay-enhancement-box.configurator-layout .overlay-enhancement-content {
	border-right: 1px solid #EAEAEA;
}
.configurator-enhancement-content {
	background-color: #FFFFFF;
}
.contain-ingredient {
	background-color: rgba(255,255,255,0.90);
}
.contain-ingredient-delete-btn {
	background-image: url('/ui/system/icons/red/delete.svg');
}
.configurator-render-box {
	background-color: #FFFFFF;
}

/********************************************** RESPONZIVE PC ******************************************/

@media only screen and (min-width: 1081px) {
	
/*********ICONS*********/
	
.orders-icon {
	background-image: url('/ui/system/icons/white/orders.svg');
}
.favorite-food {
	background-image: url('/ui/system/icons/white/heart.svg');
}
.favorite-food:hover {
	background-image: url('/ui/system/icons/white/heart.svg');
}
.bottom-btn-cart.empty {
	background-image: url('/ui/system/icons/white/cart_line.svg');
}
.customer-icon {
	background-image: url('/ui/system/icons/white/customer.svg');
}
	
/******** END ********/
	
.bottom-btn-cart.empty h4 {
	color: #FFFFFF;
}
.points, .points h4 {
	color: #FFFFFF;
}
a {
	color: #000000;
}
a.btn-href {
	color: #FFFFFF;
}
input[type="submit"] {
	color: #FFFFFF;
}
.menu-logo {
}
button.toppanel-btn {
	background-color: transparent;
}
li.menu-btn:hover {
	background-color: rgba(0,0,0,0.1);
}
.swiper-pagination-bullet {
	border: 2px solid #1D1D1D;
}
.swiper-pagination-bullet-active {
}
.swiper-pagination-bullet:hover {
}
button.menu-hide-btn {
	background-image: url('/ui/system/icons/white/delete.svg');
}
.item-buy-btn {
	border: 1.5px solid #1D1D1D;
}
.item-buy-now {
	border: 1.5px solid #bc2228;
}

	
/************************************************ ICONS ************************************/
	
.reservation-header-tables_form {
	background-image: url(/ui/system/images/photos/pc_reservation_table.jpg);
}
.reservation-header-room_form {
	background-image: url(/ui/system/images/photos/pc_reservation_hotel.jpg);
}
.reservation-header-bowling_form {
	background-image: url(/ui/system/images/photos/pc_reservation_bowling.jpg);
}
.reservation-header-squash_form {
	background-image: url(/ui/system/images/photos/pc_reservation_squash.jpg);
}
	
/************************************************************* BOTTOM-line *************************************************/
	
.bottom-panel {
	background-color: transparent;
}
.bottom-btn-cart {
	background-color: transparent;
	background-image: url('/ui/system/icons/gray/cart_line.svg');
}
.bottom-btn-cart h4 {
	color: #bc2228;
}
	
	
li.menu-btn {
	border-left: 0vw solid #212121;
}
.menu-btn.selected {
	border-left: 0vw solid #D28D3A;
	background-color: rgba(0,0,0,0.1);
}
.menu-btn.account {
}
.extended-menu {
	background-color: transparent;
}
.food-type-button {
	border: 1px solid #1D1D1D;
}
.food-type-button:hover {
}
.food-type-button::after {
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
li.banner-point {
	border: 2px solid #FFFFFF;
}
.product-detail {
	background-color: transparent;
}
.item-info-panel {
}
.item-detail-photo-content::after {
    background: -webkit-linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0) 50%);
    background: linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0) 50%);
}
.alergen-type {
	border: 2px solid #676767;
}
.account-info-circle {
	border: 5px solid #FFFFFF;
	color: #FFFFFF;
}
.gallery-photo-detail::after {
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}	
.cart-bottom-btns {
	border-top: 1px solid #EAEAEA;
}
.extended-menu-taste {
	border-top: 1px solid #EAEAEA;
}

/***************************************************************** NEWS *****************************************************/

.new-box {
	background-color: rgba(0, 0, 0, 0.7);
}
.news-content {
	background-color: #FFFFFF;
}

/***************************************************************** CONTACT *****************************************************/
	
.contact-form-content textarea {
}

/************************************************************* ITEM-DETAIL ***************************************/
.item-detail-box .item-info-panel {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EAEAEA;
}
.item-detail-box .item-info-btn {
}
.item-detail-box .item-detail-photo-content h4 {
	color: #000000;
}
button.favorite {
}
.item-detail-desc-box {
	border-top: none;
}
.add-cart-column {
	background-color: #FFFFFF;
}
.item-detail-box .add-cart-column {
	background-color: transparent;
}
.add-cart-quantity {
}
.social-box {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EAEAEA;
}
.social-btn {
}
.review-content-reply {
}
.review-content-reply {
	color: #FFFFFF;
}
.review-content {
	background-color: #FFFFFF;
}
.review-user-img {
	border: 5px solid #EAEAEA;
}

/***************************************************************** GALLERY *****************************************************/
	
.gallery-content::before {
	background-color: rgba(0,0,0,0.2);
	background-image: url('/ui/system/icons/white/photo.svg');
}
	
/************************************************************ TRANSPORT&PAY ******************************************/

.select-price {
	color: #4BB75A;
}
	
/********************************************************** Orders history **************************************/

.order-his-column {
	background-color: none;
	border: none;
	color: #FFFFFF;
}
.order-his-date {
	border: none;
}
.order-his-status {
	border: none;
}
.order-success {
	color: #4BB75A;
}
.order-pending {
	color: #919191;
}
.order-reject {
	color: #B84C4C;
}
.order-his-adress {
	background-image: url('/ui/system/icons/white/pointer.svg');
}
.order-price {
	color: #4BB75A;
}
.order-extended {
	color: #4BB75A;
}
.order-his-bottom {
	border: none;
}
.order-his-price h4 {
	color: #bc2228;
}
.order-his-btn button {
	background-color: transparent;
}

/********************************************************** CART ********************************************************/
	
.cart-inform-column {
}
.cart-items .item-info-panel {
	border: none;
}
.cart-items .item-photo-content-bottom h4 {
	color: #000000;
}
.cart-items .item-photo-content-bottom {
    background: none;
}

/*******************************************************   ALERGENS    **********************************************************/

.alergen-content h1 {
	border: 2px solid #000000;
}

/*******************************************************   MAP    **********************************************************/
	
.map-bottom-panel {
	border-right: 1px solid #EAEAEA;
}
	
/********************************************** ITEM SHARE ******************************************/
.item-bg-image:after {
	background: -webkit-linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
}
.item-social {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
}
.item-social .item-info-panel {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
a.item-eshop-btn {
	color: #FFFFFF;
	background-color: #4BB75A;
}
	
/******************************************* FOOTER???? OLD KING FIX *******************************/
.footer-center-column a {
	color: #FFFFFF;
	transition: 0.3s;
}
.footer-center-column a:hover {
	color: #bc2228;
	transition: 0.3s;
}
.footer-author a {
    color: #FFFFFF;
  }
	
/****************************************** SOCIAL LINKS *************************************/
.social-icon-fb {
	background-image: url(/ui/system/icons/white/facebook.svg);
}
.social-icon-instagram {
	background-image: url(/ui/system/icons/white/instagram.svg);
}
.social-icon-twitter {
	background-image: url(/ui/system/icons/white/twitter.svg);
}
.social-icon-google_companies {
	background-image: url(/ui/system/icons/white/google_companies.svg);
}
.social-icon-seznam_firmy {
	background-image: url(/ui/system/icons/white/seznam_firmy.svg);
}
	
/******************************************* LANGUAGE MODULE ************************************/
.goog-te-gadget .goog-te-combo {
	background-color: transparent;
}
.goog-te-gadget .goog-te-combo {
	background-image: url("/ui/system/icons/white/arrow_bottom.svg");
	color: #FFFFFF;
}
	
/********************************************** FOOTER ******************************************/
.footer-33-col {
	color: #FFFFFF;
}
.footer-info-btn {
	color: #FFFFFF;
}
.appstore {
    background-image: url('/ui/system/icons/white/app_store.png');
}
.googleplay {
    background-image: url('/ui/system/icons/white/google_play.png');
}
.footer-select-factory-icon {
	background-image: url(/ui/system/icons/white/arrow_right.svg);
}
.footer-select-factory {
	color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
}
footer .open-hours-content {
   	border-top: 0px solid #EAEAEA;
    background-color: transparent;
}
footer .open-hours-D {
    border-right: 0px solid #EAEAEA;
}
	
}

/******************** Timed Orders ******************/
.timed-order-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
}
.timed-order-wrapper .day-select-row .day {
  color: #313030;
}
.timed-order-wrapper .day-select-row .day:hover {
  background-color: #EAEAEA;
}

.timed-order-wrapper .day-select-row .day.active {
  color: #FFFFFF;
  background-color: #D3A245;
}
.timed-order-wrapper .time-select-container .time-select {
  border: 1px solid #313030;
}
.timed-order-wrapper .time-select-container .time-select.disabled {
  border-color: #999999;
}
.timed-order-wrapper .time-select-container .time-select.eco {
  color: #85BB36;
  border-color: #85BB36;
  background-image: url("/ui/system/icons/green/eco.png");
}
.timed-order-wrapper .time-select-container .time-select.eco:hover,
.timed-order-wrapper .time-select-container .time-select.eco.active {
  background-image: url("/ui/system/icons/white/eco.png");
}
.timed-order-wrapper .time-select-container .time-select.active,
.timed-order-wrapper .time-select-container .time-select:hover {
  background-color: #85BB36;
  border-color: #85BB36;
  box-shadow: 0px 0px 2px 0px #85BB36;
  color: #FFFFFF;
}
.timed-order-wrapper .eco-message {
  background-image: url("/ui/system/icons/green/eco.png");
}

.overlay-specify-address-content .save-specific-address-button {
	color: #FFFFFF;
}
.set-user-location-button {
  background-color: transparent;
	border: none;
}
.set-user-location-button:disabled {
  cursor: default;
}
.set-user-location-button::before {
  background-image: url('/ui/system/icons/gray/current-location.svg');
  opacity: 0.4;
}
.set-user-location-button.is-loading::before {
  background-image: url('/ui/system/icons/gray/repeat_arrow.svg');
  animation: 1s order-tracking-rotate linear infinite;
}
.overlay-specify-address-content .set-user-location-button {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.overlay-specify-address-content .specify-address-message {
  color: #B84C4C;
	border: 1px solid #B84C4C;
}/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container,.swiper-container-multi{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%; z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination,.swiper-pagination-multi{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{display:inline-block;border-radius:100%;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(width <= 480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
.mapboxgl-ctrl-group:not(:empty), .maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%);
}


.mapboxgl-ctrl-group, .maplibregl-ctrl-group {
  background: #fff;
  border-radius: 3px;
}


.mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child {
  border-radius: 3px 3px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 0 0 3px 3px;
}

/* We do not want opacity to be lowered when buttons are disabled */
.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: 1;
}

/* Hovering adds a blue hue */
.mapboxgl-ctrl .mapboxgl-ctrl-icon:hover,.maplibregl-ctrl .maplibregl-ctrl-icon:hover
{
  filter: invert(39%) sepia(77%) saturate(909%) hue-rotate(182deg) brightness(89%) contrast(85%);
}


.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C13.75C6.737%2C13.75%206.509%2C13.653%206.315%2C13.46C6.122%2C13.266%206.025%2C13.038%206.025%2C12.775L6.025%2C8.225L1.475%2C8.225C1.212%2C8.225%200.984%2C8.128%200.79%2C7.935C0.597%2C7.741%200.5%2C7.513%200.5%2C7.25C0.5%2C6.987%200.597%2C6.759%200.79%2C6.565C0.984%2C6.372%201.212%2C6.275%201.475%2C6.275L6.025%2C6.275L6.025%2C1.725C6.025%2C1.462%206.122%2C1.234%206.315%2C1.04C6.509%2C0.847%206.737%2C0.75%207%2C0.75C7.263%2C0.75%207.491%2C0.847%207.685%2C1.04C7.878%2C1.234%207.975%2C1.462%207.975%2C1.725L7.975%2C6.275L12.525%2C6.275C12.788%2C6.275%2013.016%2C6.372%2013.21%2C6.565C13.403%2C6.759%2013.5%2C6.987%2013.5%2C7.25C13.5%2C7.513%2013.403%2C7.741%2013.21%2C7.935C13.016%2C8.128%2012.788%2C8.225%2012.525%2C8.225L7.975%2C8.225L7.975%2C12.775C7.975%2C13.038%207.878%2C13.266%207.685%2C13.46C7.491%2C13.653%207.263%2C13.75%207%2C13.75Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C15.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.475%2C2.225C1.212%2C2.225%200.984%2C2.128%200.79%2C1.935C0.597%2C1.741%200.5%2C1.513%200.5%2C1.25C0.5%2C0.987%200.597%2C0.759%200.79%2C0.566C0.984%2C0.372%201.212%2C0.275%201.475%2C0.275L12.525%2C0.275C12.788%2C0.275%2013.016%2C0.372%2013.21%2C0.566C13.403%2C0.759%2013.5%2C0.987%2013.5%2C1.25C13.5%2C1.513%2013.403%2C1.741%2013.21%2C1.935C13.016%2C2.128%2012.788%2C2.225%2012.525%2C2.225L1.475%2C2.225Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon
{
  /* Custom based on Google compass icon but without the circle */
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-3.24298%2C2.63257)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.5%2C9.406L0%2C9.406L4%2C17.875L8%2C9.406L5.5%2C9.406C5.483%2C10.22%204.818%2C10.875%204%2C10.875C3.182%2C10.875%202.517%2C10.22%202.5%2C9.406Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.35%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C0.938L0%2C9.406L2.5%2C9.406L2.5%2C9.375C2.5%2C8.547%203.172%2C7.875%204%2C7.875C4.828%2C7.875%205.5%2C8.547%205.5%2C9.375L5.5%2C9.406L8%2C9.406L4%2C0.938Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button
{
  height: 33px;
  width: 33px;
}


.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button
{
  border-top: 1px solid #0000001c;
}


@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

/* Geolocate button: default button state before being clicked */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


/* Geolocate button: searching for location */
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: blinker 1s linear infinite;
}

/* Geolocate button: permission was not granted */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: location is active */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: an error occured */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: searching location */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.685%2C14.817L22.511%2C10.669L18.217%2C22.082L15.824%2C17.233L10.685%2C14.817Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.2%3B%22%2F%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: an error occured while searching */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Terrain control icon (disabled, to enable) */
.mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.00023%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.458%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.805%2C4.244%204.041%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L8.021%2C8.459L14.167%2C8.459L10.167%2C3.147L8.188%2C5.751L7.104%2C4.313L9.458%2C1.147C9.638%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.874%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.277%2C10.209%2015.917%2C10.209L1.083%2C10.209ZM2.833%2C8.459L5.833%2C8.459L4.333%2C6.459L2.833%2C8.459ZM2.833%2C8.459L5.833%2C8.459L2.833%2C8.459Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Terrain control icon (enabled, to disable) */
.mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C7.99998%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.459%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.806%2C4.244%204.042%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L7.5%2C7.751C7.653%2C7.944%207.847%2C8.063%208.083%2C8.105C8.32%2C8.146%208.535%2C8.09%208.729%2C7.938C8.924%2C7.799%209.038%2C7.619%209.073%2C7.396C9.108%2C7.174%209.069%2C6.965%208.958%2C6.771L7.104%2C4.313L9.458%2C1.147C9.639%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.875%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.278%2C10.209%2015.917%2C10.209L1.083%2C10.209Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Fullscreen control icon (disabled, to enable) */
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon 
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9%2C9)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.875%2C5.042C0.639%2C5.042%200.434%2C4.955%200.26%2C4.781C0.087%2C4.608%200%2C4.403%200%2C4.167L0%2C0.875C0%2C0.639%200.087%2C0.434%200.26%2C0.26C0.434%2C0.087%200.639%2C0%200.875%2C0L4.167%2C0C4.403%2C0%204.608%2C0.087%204.781%2C0.26C4.955%2C0.434%205.042%2C0.639%205.042%2C0.875C5.042%2C1.111%204.955%2C1.316%204.781%2C1.49C4.608%2C1.663%204.403%2C1.75%204.167%2C1.75L2.958%2C1.75L4.875%2C3.667C5.042%2C3.834%205.122%2C4.031%205.115%2C4.26C5.108%2C4.489%205.021%2C4.687%204.854%2C4.854C4.687%2C5.021%204.486%2C5.104%204.25%2C5.104C4.014%2C5.104%203.813%2C5.021%203.646%2C4.854L1.75%2C2.958L1.75%2C4.167C1.75%2C4.403%201.663%2C4.608%201.49%2C4.781C1.316%2C4.955%201.111%2C5.042%200.875%2C5.042ZM10.146%2C4.854C9.979%2C4.687%209.896%2C4.486%209.896%2C4.25C9.896%2C4.014%209.979%2C3.813%2010.146%2C3.646L12.042%2C1.75L10.833%2C1.75C10.597%2C1.75%2010.392%2C1.663%2010.219%2C1.49C10.045%2C1.316%209.958%2C1.111%209.958%2C0.875C9.958%2C0.639%2010.045%2C0.434%2010.219%2C0.26C10.392%2C0.087%2010.597%2C0%2010.833%2C0L14.125%2C0C14.361%2C0%2014.566%2C0.087%2014.74%2C0.26C14.913%2C0.434%2015%2C0.639%2015%2C0.875L15%2C4.167C15%2C4.403%2014.913%2C4.608%2014.74%2C4.781C14.566%2C4.955%2014.361%2C5.042%2014.125%2C5.042C13.889%2C5.042%2013.684%2C4.955%2013.51%2C4.781C13.337%2C4.608%2013.25%2C4.403%2013.25%2C4.167L13.25%2C2.958L11.333%2C4.875C11.166%2C5.042%2010.969%2C5.122%2010.74%2C5.115C10.511%2C5.108%2010.313%2C5.021%2010.146%2C4.854ZM10.833%2C15C10.597%2C15%2010.392%2C14.913%2010.219%2C14.74C10.045%2C14.566%209.958%2C14.361%209.958%2C14.125C9.958%2C13.889%2010.045%2C13.684%2010.219%2C13.51C10.392%2C13.337%2010.597%2C13.25%2010.833%2C13.25L12.021%2C13.25L10.125%2C11.354C9.958%2C11.187%209.875%2C10.986%209.875%2C10.75C9.875%2C10.514%209.965%2C10.306%2010.146%2C10.125C10.313%2C9.958%2010.517%2C9.875%2010.76%2C9.875C11.003%2C9.875%2011.208%2C9.958%2011.375%2C10.125L13.25%2C12.021L13.25%2C10.833C13.25%2C10.597%2013.337%2C10.392%2013.51%2C10.219C13.684%2C10.045%2013.889%2C9.958%2014.125%2C9.958C14.361%2C9.958%2014.566%2C10.045%2014.74%2C10.219C14.913%2C10.392%2015%2C10.597%2015%2C10.833L15%2C14.125C15%2C14.361%2014.913%2C14.566%2014.74%2C14.74C14.566%2C14.913%2014.361%2C15%2014.125%2C15L10.833%2C15ZM0.875%2C15C0.639%2C15%200.434%2C14.913%200.26%2C14.74C0.087%2C14.566%200%2C14.361%200%2C14.125L0%2C10.833C0%2C10.597%200.087%2C10.392%200.26%2C10.219C0.434%2C10.045%200.639%2C9.958%200.875%2C9.958C1.111%2C9.958%201.316%2C10.045%201.49%2C10.219C1.663%2C10.392%201.75%2C10.597%201.75%2C10.833L1.75%2C12.021L3.646%2C10.125C3.813%2C9.958%204.014%2C9.872%204.25%2C9.865C4.486%2C9.858%204.694%2C9.944%204.875%2C10.125C5.042%2C10.292%205.125%2C10.497%205.125%2C10.74C5.125%2C10.983%205.042%2C11.187%204.875%2C11.354L2.979%2C13.25L4.167%2C13.25C4.403%2C13.25%204.608%2C13.337%204.781%2C13.51C4.955%2C13.684%205.042%2C13.889%205.042%2C14.125C5.042%2C14.361%204.955%2C14.566%204.781%2C14.74C4.608%2C14.913%204.403%2C15%204.167%2C15L0.875%2C15Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Fullscreen control icon (enabled, to disable) */
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.49996%2C8.5)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.434%2C5.576C1.2%2C5.576%200.997%2C5.49%200.825%2C5.317C0.653%2C5.146%200.567%2C4.943%200.567%2C4.709C0.567%2C4.475%200.653%2C4.272%200.825%2C4.1C0.997%2C3.929%201.2%2C3.843%201.434%2C3.843L2.609%2C3.843L0.732%2C1.965C0.567%2C1.8%200.488%2C1.597%200.495%2C1.356C0.502%2C1.115%200.588%2C0.913%200.753%2C0.748C0.918%2C0.583%201.121%2C0.5%201.361%2C0.5C1.602%2C0.5%201.805%2C0.583%201.97%2C0.748L3.828%2C2.624L3.828%2C1.449C3.828%2C1.215%203.913%2C1.012%204.085%2C0.84C4.257%2C0.668%204.46%2C0.582%204.694%2C0.582C4.928%2C0.582%205.131%2C0.668%205.302%2C0.84C5.475%2C1.012%205.561%2C1.215%205.561%2C1.449L5.561%2C4.709C5.561%2C4.943%205.475%2C5.146%205.302%2C5.317C5.131%2C5.49%204.928%2C5.576%204.694%2C5.576L1.434%2C5.576ZM14.557%2C5.576L11.296%2C5.576C11.063%2C5.576%2010.86%2C5.49%2010.688%2C5.317C10.516%2C5.146%2010.43%2C4.943%2010.43%2C4.709L10.43%2C1.449C10.43%2C1.215%2010.516%2C1.012%2010.688%2C0.84C10.86%2C0.668%2011.063%2C0.582%2011.296%2C0.582C11.531%2C0.582%2011.734%2C0.668%2011.906%2C0.84C12.077%2C1.012%2012.163%2C1.215%2012.163%2C1.449L12.163%2C2.624L14.041%2C0.748C14.206%2C0.583%2014.409%2C0.5%2014.65%2C0.5C14.89%2C0.5%2015.093%2C0.583%2015.258%2C0.748C15.423%2C0.913%2015.506%2C1.115%2015.506%2C1.356C15.506%2C1.597%2015.423%2C1.8%2015.258%2C1.965L13.381%2C3.843L14.557%2C3.843C14.791%2C3.843%2014.994%2C3.929%2015.166%2C4.1C15.338%2C4.272%2015.424%2C4.475%2015.424%2C4.709C15.424%2C4.943%2015.338%2C5.146%2015.166%2C5.317C14.994%2C5.49%2014.791%2C5.576%2014.557%2C5.576ZM0.753%2C15.252C0.588%2C15.087%200.506%2C14.888%200.506%2C14.654C0.506%2C14.42%200.588%2C14.221%200.753%2C14.056L2.63%2C12.178L1.434%2C12.178C1.2%2C12.178%200.997%2C12.092%200.825%2C11.921C0.653%2C11.749%200.567%2C11.546%200.567%2C11.312C0.567%2C11.078%200.653%2C10.875%200.825%2C10.703C0.997%2C10.531%201.2%2C10.445%201.434%2C10.445L4.694%2C10.445C4.928%2C10.445%205.131%2C10.531%205.302%2C10.703C5.475%2C10.875%205.561%2C11.078%205.561%2C11.312L5.561%2C14.572C5.561%2C14.806%205.475%2C15.009%205.302%2C15.181C5.131%2C15.353%204.928%2C15.439%204.694%2C15.439C4.46%2C15.439%204.257%2C15.353%204.085%2C15.181C3.913%2C15.009%203.828%2C14.806%203.828%2C14.572L3.828%2C13.376L1.95%2C15.252C1.785%2C15.418%201.585%2C15.5%201.351%2C15.5C1.118%2C15.5%200.918%2C15.418%200.753%2C15.252ZM11.296%2C15.439C11.063%2C15.439%2010.86%2C15.353%2010.688%2C15.181C10.516%2C15.009%2010.43%2C14.806%2010.43%2C14.572L10.43%2C11.312C10.43%2C11.078%2010.516%2C10.875%2010.688%2C10.703C10.86%2C10.531%2011.063%2C10.445%2011.296%2C10.445L14.557%2C10.445C14.791%2C10.445%2014.994%2C10.531%2015.166%2C10.703C15.338%2C10.875%2015.424%2C11.078%2015.424%2C11.312C15.424%2C11.546%2015.338%2C11.749%2015.166%2C11.921C14.994%2C12.092%2014.791%2C12.178%2014.557%2C12.178L13.36%2C12.178L15.237%2C14.056C15.402%2C14.221%2015.485%2C14.42%2015.485%2C14.654C15.485%2C14.888%2015.402%2C15.087%2015.237%2C15.252C15.072%2C15.418%2014.873%2C15.5%2014.639%2C15.5C14.405%2C15.5%2014.206%2C15.418%2014.041%2C15.252L12.163%2C13.376L12.163%2C14.572C12.163%2C14.806%2012.077%2C15.009%2011.906%2C15.181C11.734%2C15.353%2011.531%2C15.439%2011.296%2C15.439Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.maplibregl-ctrl-scale {
  background-color: hsla(0,0%,100%,.75);
  border: 1px solid #444952;
  border-top: #444952;
  box-sizing: border-box;
  color: #444952;
  font-size: 10px;
  padding: 0 5px;
  text-align: right;
  line-height: 14px;
}

.no-webgl-support-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background: white;
  border-radius: 3px;
  color: #fb8600;
  text-align: center;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 16px;
  max-width: calc(100% - 80px);
}
#cc-main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:transparent;color:var(--cc-primary-color);font-size:16px;font-weight:400;line-height:1.15;position:relative;position:fixed;text-rendering:optimizeLegibility;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24em;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1em 1.3em;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1em 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3em}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:2em}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3em}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{--cc-modal-transition-duration:.35s;border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3em}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1em!important;padding-right:1.1em!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{--cc-modal-transition-duration:.35s;border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}

.show--consent #cc-main .cc--anim.cm-wrapper::before,
.show--preferences #cc-main .cc--anim .pm-overlay {
  display: none;
}

#cc-main {
  --cc-btn-primary-bg: linear-gradient(to top right, #F56E68, #DBA43B);
  --cc-btn-primary-hover-bg: linear-gradient(to top right, #F56E68, #DBA43B);
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-border-color: transparent;
  --cc-btn-primary-hover-border-color: transparent;
  --cc-btn-secondary-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-color: var(--cc-btn-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-primary-border-color);
  --cc-btn-secondary-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-hover-color: var(--cc-btn-primary-hover-color);
  --cc-btn-secondary-hover-border-color: var(--cc-btn-primary-hover-border-color);
  --cc-separator-border-color: transparent;
  --cc-modal-border-radius: 24px;
  --cc-btn-border-radius: 12px;
  --cc-cookie-category-block-bg: transparent;
  --cc-cookie-category-block-border: transparent;
  --cc-cookie-category-block-hover-bg: transparent;
  --cc-cookie-category-block-hover-border: transparent;
  --cc-section-category-border: transparent;
  --cc-cookie-category-expanded-block-hover-bg: transparent;
  --cc-toggle-on-bg: #92eaad;
  --cc-toggle-off-bg: #eaeaea;
  --cc-toggle-readonly-bg: var(--cc-toggle-on-bg);
  --cc-pm-toggle-border-radius: 360px;
}

#cc-main .cm,
#cc-main .pm--box {
  max-width: 400px;
  width: 95%;
  border-radius: 12px 12px 0 0;
  max-height: 85%;
  bottom: 0;
  top: unset;
  overflow: visible;
  transform: none !important;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
}

#cc-main .cm__title {
  font-size: 1.7rem;
  padding: 0 1.3rem !important;
  color: #676767;
}

#cc-main .cm__desc {
  padding: 0 1.3rem !important;
}

#cc-main .cm__title + .cm__desc {
  font-size: 1.15rem;
}

#cc-main .cm__btns {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin-top: 1rem;
}

#cc-main .cm__btn-group {
  display: contents !important;
}

#cc-main .cm__btn {
  flex: 1;
  min-width: 220px;
  padding: 1.4rem 0.5rem;
  font-size: 1.1rem;
}

#cc-main .cm__btn + .cm__btn {
  margin-top: 0 !important;
}

#cc-main .pm__header::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url("/ui/system/images/photos/cookies.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#cc-main .pm__header {
  padding-bottom: 0.5rem !important;
}

#cc-main .pm__title {
  font-size: 1.2rem;
  color: #676767;
}
#cc-main .pm__header .pm__title {
  margin: 7rem 0 0 0;
  text-align: center;
  display: inline;
}
#cc-main .pm__close-btn {
  display: none;
}
#cc-main .pm__section:first-child {
  margin-bottom: 0;
}
#cc-main .pm__section-desc {
  white-space: pre-wrap;
  font-size: .9rem;
}
#cc-main .pm__section-toggles {
  position: relative;
  display: block;
}
#cc-main .pm__section-toggles::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  background-color: rgba(0,0,0,0.1);
  border-radius: 0 0 12px 12px;
  display: block;
  z-index: -1;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  display: flex;
}
#cc-main .pm__section--expandable .pm__section-arrow {
  display: none;
}
#cc-main .pm__section--toggle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
#cc-main .pm__section-title-wrapper {
  display: contents;
}
#cc-main .pm__title.pm__toggles__title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
}
#cc-main .pm__title.pm__toggles__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem) !important;;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  width: 100%;
  padding: 0.25rem;
  z-index: -1;
  border-radius: 12px 12px 0 0;
}
#cc-main .pm__section--expandable .pm__section-title {
  cursor: auto;
  min-height: unset;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border-radius: 0;
}
#cc-main .section__toggle-wrapper {
  position: static;
  order: 3;
  width: 80px;
}
#cc-main .section__toggle {
  width: 100%;
  height: 26px;
}
#cc-main .toggle__icon {
  border: 1px solid #8e8e93;
  box-shadow: none;
  padding: 11.5px;
  width: 100%;
}
#cc-main .toggle__icon-circle {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
#cc-main .section__toggle:checked:disabled~.toggle__icon {
  border-color: var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  border-color: var(--cc-toggle-on-bg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
#cc-main .toggle__icon-circle > * {
  display: none;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(55px);
}
#cc-main .pm__section--toggle .pm__section-desc {
  padding: 0;
}
#cc-main .pm__footer {
  gap: 0.5rem;
  flex-direction: row-reverse;
}
#cc-main .pm__footer .pm__btn-group {
  display: contents;
}
#cc-main .pm__btn-group + .pm__btn-group {
  margin-top: 0 !important;
}
#cc-main .pm__btn {
  padding: 0.75rem 0.5rem;
  font-size: .75rem;
}
#cc-main .pm__btn + .pm__btn {
  margin-left: 0;
}
#cc-main ::-webkit-scrollbar-thumb {
  background-color: #d5d5d5 !important;
}

@media (orientation: landscape) {
  
  #cc-main .pm--box {
    border-radius: 12px;
    transform: none !important;;
    max-height: 700px;
    height: 55vh;
    min-height: 400px;
    left: 1.5rem;
    bottom: 1.5rem;
    margin: 0;
  }
  
  #cc-main .pm__header::before {
    height: 12rem;
    background-size: contain;
  }
}@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
.foopicker {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 3px #bbb;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 10px;
  width: 245px;
}

.foopicker table {
  width: 100%;
}

.foopicker th,
.foopicker td {
  text-align: center;
}

.foopicker__calendar {
  font-size: 13px;
  padding: 5px;
}

.foopicker__day {
  border-radius: 100%;
  cursor: pointer;
  padding: 5px 2px;
  transition: all .2s ease-out;
  width: 22px;
}

.foopicker__day:hover {
  background: #1fbad6;
  color: #fff;
}

.foopicker__day--today {
  background: #e0f6fb;
  color: #666;
}

.foopicker__day--selected {
  background: #1fbad6;
  color: #fff;
}

.foopicker__day--disabled {
  background: #e6e6e6;
  color: #bfbfbf;
  cursor: not-allowed;
}

.foopicker__day--disabled:hover {
  background: #e6e6e6;
  color: #bfbfbf;
}

.foopicker__week {
  font-size: 1em;
  font-weight: 600;
}

.foopicker__header {
  background: #f2f2f4;
  padding: 15px;
  text-align: center;
}

.foopicker__header div {
  display: inline-block;
}

.foopicker__arrow {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  outline: 0;
  position: absolute;
  top: 31px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 14px;
}

.foopicker__arrow--next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN5wAADecBmRSqJgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADWSURBVBiVfY8xSkNBFEXPe0njxGB24R4srM1YjFhMGYjYuRxLMWI7lZ8EDAqKiN8mC7B2BULMiPh/noUYvoW57Tncy5Xx+OZZhFfVauC9/6QRFeEFiMtl6yqlcuMPzPntGLgE2XPufZrS/eYKxhjr2aw8EuEC2HXu67ooii6A/FpmJpPJ7akIJ0CpWvWludEUzLhT1uS/2ifVygtASqnV6fTOzBiCPNZ13g8hzPUHbI3MGIrwkHPbhxDmAG3neudmDMCmi0X3MMadj9VPM7aBpFofNAHAN0NkW9nLdIQRAAAAAElFTkSuQmCC);
  right: 14px;
}

.foopicker__arrow--prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN5wAADecBmRSqJgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADXSURBVBiVXZAxTsNAFETfmMRWvL4C3GVRIlFElFRYHABxB1+CBlFEFBFsgQJrWTIIQRWq9NyDLrG8FGDkeNqn+TPzxUBVVSVtO7oLgaOoD5xbT9r2YAWcSXypA977VIqfQFPg3phxHgHUdW0g8aBpCGFpzDi31jaRc+/ZbqdS4jgEbjebz9xa2wDI+5e3P3A9n8+uJIUuaq/QUFEch1PgQ+KyLF9viqL4N6grtN3q+fd8WGZZfGGtbQZTkhUwk/SQpqNz9TOcW0/S9PsRdAIs9mD/fRAOfwCC1k8eHoJobwAAAABJRU5ErkJggg==);
  left: 18px;
}

.foopicker__month {
  font-size: .875em;
  font-weight: 600;
  text-transform: uppercase;
}

.foopicker__date--month,
.foopicker__date--year {
  background: none;
  border: 0;
  color: #666;
  font-size: 13px;
  height: 20px;
}
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/ui/system/images/lightbox/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/ui/system/images/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/ui/system/images/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/ui/system/images/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* CSS Document */

/**********************************************  TOP PANEL  **********************************************/
.tutorial-top-panel {
	width: 100%;
	display: block;
	position: relative;
	z-index: 100;
}
.tutorial-top-column, .tutorial-top-btn {
	height: 10vw;
	line-height: 10vw;
	display: block;
	float: left;
	text-align: center;
}
.tutorial-top-column {
	width: 70%;
	background-color: #313030;
}
label.tutorial-top {
	width: 4vw;
	height: 4vw;
	border-radius: 360vw;
	border: 0.3vw solid #FFFFFF;
	display: inline-block;
	padding: 0.7vw;
	margin: 2vw 0.3vw;
}
label.tutorial-top.active {
}
.tutorial-top-btn {
	width: 30%;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

/**********************************************  GENERAL  **********************************************/

.tutorial-box {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url('/ui/system/images/photos/login_screen.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tutorial-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
}
.tutorial-box-steps {
}
.tutorial-body {
	height: 100%;
	text-align: center;
	width: 80%;
	padding: 0 10%;
	position: fixed;
	z-index: 10;
}
.tutorial-center {
	z-index: 10;
	display: block;
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}
a.tutorial-btn {
	padding: 2vw 0;
	width: 50vw;
	display: inline-block;
	border-radius: 360vw;
	color: #FFFFFF;
}
.tutorial-50-box {
	float: left;
	width: 50%;
	text-align: center;
}
.tutorial-m3 {
	margin: 0 0 3vw 0;
}
.tutorial-m4 {
	margin: 0 0 4vw 0;
}
.tutorial-m6 {
	margin: 0 0 6vw 0;
}
.tutorial-m8 {
	margin: 0 0 8vw 0;
}
.tutorial-m13 {
	margin: 0 0 13vw 0;
}
.tutorial-m20 {
	margin: 0 0 20vw 0;
}
.tutorial-m30 {
	margin: 0 0 30vw 0;
}
.tutorial-tm3 {
	margin: 3vw 0 0 0;
}
.tutorial-tm4 {
	margin: 4vw 0 0 0;
}
.tutorial-tm6 {
	margin: 6vw 0 0 0;
}
.tutorial-tm8 {
	margin: 8vw 0 0 0;
}
.tutorial-tm13 {
	margin: 13vw 0 0 0;
}
.tutorial-tm20 {
	margin: 20vw 0 0 0;
}
.tutorial-tm30 {
	margin: 30vw 0 0 0;
}

/**********************************************  GLOBAL PADDING  **********************************************/

.top-padding {
	padding: 8vw 0 0 0;
}
.bottom-padding {
	padding: 0 0 8vw 0;
}
.right-padding {
	padding: 0 8vw 0 0;
}
.left-padding {
	padding: 0 0 0 8vw;
}

/**********************************************  ANIMATIONS  **********************************************/

.arrow-upping {
	background-image: url('/ui/system/icons/white/arrow_up.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	-webkit-animation: arrow-up 1s infinite;
	animation: arrow-up 1s infinite;
}
@-webkit-keyframes arrow-up {
    0% {
		background-position: center top 1vw;
	}
    50% {
		background-position: center top 0vw;
	}
	 100% {
		background-position: center top 1vw;
	}
}
@keyframes arrow-up {
    0% {
		background-position: center top 1vw;
	}
    50% {
		background-position: center top 0vw;
	}
	 100% {
		background-position: center top 1vw;
	}
}
.arrow-botting {
	background-image: url('/ui/system/icons/white/arrow_bottom.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	background-position: center bottom 0vw;
	-webkit-animation: arrow-bottom 1s infinite;
	animation: arrow-bottom 1s infinite;
}
@-webkit-keyframes arrow-bottom {
    0% {
		background-position: center bottom 0vw;
	}
    50% {
		background-position: center bottom 1vw;
	}
	 100% {
		background-position: center bottom 0vw;
	}
}
@keyframes arrow-bottom {
    0% {
		background-position: center bottom 0vw;
	}
    50% {
		background-position: center bottom 1vw;
	}
	 100% {
		background-position: center bottom 0vw;
	}
}
.arrow-right {
	background-image: url('/ui/system/icons/white/arrow_right.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	background-position: center right 0vw;
	-webkit-animation: arrow-right 1s infinite;
	animation: arrow-right 1s infinite;
}
@-webkit-keyframes arrow-right {
    0% {
		background-position: center right 1vw;
	}
    50% {
		background-position: center right 0vw;
	}
	 100% {
		background-position: center right 1vw;
	}
}
@keyframes arrow-right {
    0% {
		background-position: center right 1vw;
	}
    50% {
		background-position: center right 0vw;
	}
	 100% {
		background-position: center right 1vw;
	}
}

/**********************************************  TUTORIAL-1,2,3,4...  **********************************************/

.data-tutorial-priority-1, .data-tutorial-priority-2, .data-tutorial-priority-3, .data-tutorial-priority-4, .data-tutorial-priority-5, .data-tutorial-priority-6, .data-tutorial-priority-7, .data-tutorial-priority-8, .data-tutorial-priority-9, .data-tutorial-priority-10 {
	display: none;
	opacity: 0;
	transition: ease-out 1s;
}
.data-tutorial-priority-1.active, .data-tutorial-priority-2.active, .data-tutorial-priority-3.active, .data-tutorial-priority-4.active, .data-tutorial-priority-5.active, .data-tutorial-priority-6.active, .data-tutorial-priority-7.active, .data-tutorial-priority-8.active, .data-tutorial-priority-9.active, .data-tutorial-priority-10.active {
	display: block;
	opacity: 1;
	transition: ease-out 1s;
	transform: none;
}
.white, .tutorial-desc-2-1, .tutorial-desc-2-2, .tutorial-desc-2-3, .tutorial-desc-2-4, .tutorial-desc-2-5, .tutorial-desc-2-6, .tutorial-desc-3-1, .tutorial-desc-3-2, .tutorial-desc-3-3, .tutorial-desc-3-4, .tutorial-desc-3-5, .tutorial-desc-3-6, .tutorial-desc-4-1, .tutorial-desc-4-2, .tutorial-desc-4-3, .tutorial-desc-4-4, .tutorial-desc-4-5, .tutorial-desc-4-6, .tutorial-desc-5-1, .tutorial-desc-5-2, .tutorial-desc-5-3, .tutorial-desc-5-4, .tutorial-desc-5-5, .tutorial-desc-5-6, .tutorial-desc-6-1, .tutorial-desc-6-2, .tutorial-desc-6-3, .tutorial-desc-6-4, .tutorial-desc-6-5, .tutorial-desc-6-6, .tutorial-desc-7-1, .tutorial-desc-7-2, .tutorial-desc-7-3, .tutorial-desc-7-4, .tutorial-desc-7-5, .tutorial-desc-7-6, .tutorial-desc-8-1, .tutorial-desc-8-2, .tutorial-desc-8-3, .tutorial-desc-8-4, .tutorial-desc-8-5, .tutorial-desc-8-6, .tutorial-desc-9-1, .tutorial-desc-9-2, .tutorial-desc-9-3, .tutorial-desc-9-4, .tutorial-desc-9-5, .tutorial-desc-9-6 {
	color: #FFFFFF;
}

/**********************************************  TUTORIAL-1  **********************************************/

h4.tutorial-logo {
	padding: 25vw 0 0 0;
	background-repeat: no-repeat;
	background-size: auto 23vw;
	background-position: center top;
}

/**********************************************  TUTORIAL-2  **********************************************/

.data-tutorial-priority-2 .bottom-panel {
	position: relative;
}
.data-tutorial-priority-2 .bottom-btn {
	width: 20%;
}
.data-tutorial-priority-2 .bottom-btn label {
	line-height: 6vw;
}

.tutorial-desc-2-1 {
	position: absolute;
	bottom: 22vw;
	left: -5vw;
}
.tutorial-desc-2-2 {
	position: absolute;
	bottom: 22vw;
	left: 17vw;
}
.tutorial-desc-2-3 {
	position: absolute;
	top: 18vw;
	left: 35vw;
	display: inline-block;
}
.tutorial-desc-2-4 {
	position: absolute;
	bottom: 22vw;
	right: 23vw;
}
.tutorial-desc-2-5 {
	position: absolute;
	bottom: 22vw;
	right: 0vw;
}

/**********************************************  TUTORIAL-3  **********************************************/

.data-tutorial-priority-3 .toppanel {
	position: relative;
}
.data-tutorial-priority-3 .toppanel.mini-menu img {
	position: absolute;
    left: 3vw;
    right: auto;
}
.tutorial-desc-3-1 {
	position: absolute;
	bottom: 22vw;
	left: 4vw;
}
.tutorial-desc-3-2 {
	position: absolute;
	bottom: 22vw;
	right: 4vw;
}

/**********************************************  TUTORIAL-4  **********************************************/

.data-tutorial-priority-4 .item-buy-btn {
	display: inline-block;
	width: 20vw;
	float: none;
}
.tutorial-desc-4-1 {
	position: absolute;
	bottom: 20vw;
	width: 100%;
}

/**********************************************  TUTORIAL-5  **********************************************/

.data-tutorial-priority-5 .add-cart-column {
	margin: 3vw 0 0 0;
}
.tutorial-desc-5-1 {
	position: absolute;
	top: 27vw;
	left: 4vw;
}
.tutorial-desc-5-2 {
	position: absolute;
	top: 27vw;
	left: 35vw;
}
.tutorial-desc-5-3 {
	position: absolute;
	top: 27vw;
	right: 4vw;
}
.tutorial-desc-5-4 {
	position: absolute;
	bottom: 16vw;
	left: 7vw;
}
.tutorial-desc-5-5 {
	position: absolute;
	bottom: 16vw;
	right: 10vw;
}
.tutorial-body .item-info-btn {
	border: 0px solid #FFFFFF;
}

/**********************************************  TUTORIAL-6  **********************************************/

.data-tutorial-priority-6 .cart-col-name {
	text-align: left;
}
.tutorial-desc-6-1 {
	position: absolute;
	top: 23vw;
	width: 100%;
}
.tutorial-desc-6-2 {
	position: absolute;
	bottom: 15vw;
	left: 4vw;
}
.tutorial-desc-6-3 {
	position: absolute;
	bottom: 15vw;
	right: 0vw;
}

/**********************************************  TUTORIAL-7  **********************************************/

.data-tutorial-priority-7 .extended-title {
	text-align: left;
}
.data-tutorial-priority-7 .extended-price {
	text-align: right;
}
.tutorial-desc-7-1 {
	position: absolute;
	top: 22vw;
	width: 100%;
}
.tutorial-desc-7-2 {
	position: absolute;
	bottom: 18vw;
	left: -5vw;
}
.tutorial-desc-7-3 {
	position: absolute;
	bottom: 18vw;
	right: -5vw;
}
.data-tutorial-priority-7 .product, .data-tutorial-priority-7 .item {
	position: relative;
	margin: 5vw 1%;
	width: 98%;
	float: left;
}

/**********************************************  TUTORIAL-8  **********************************************/

.data-tutorial-priority-8 .select-title {
	text-align: left;
}
.tutorial-desc-8-1 {
	position: absolute;
	top: 7vw;
	width: 100%;
}
.tutorial-desc-8-2 {
	position: absolute;
	bottom: 12vw;
	width: 100%;
}
.data-tutorial-priority-8 .cart-items {
	background-color: #FFFFFF;
}
.tutorial-body .extended-title {
	width: 35%;
	padding: 0 0 0 15%;
	background-repeat: no-repeat;
}

/**********************************************  TUTORIAL-9  **********************************************/

.data-tutorial-priority-9 .cart-form-box {
	text-align: left;
	color: #FFFFFF;
}
.tutorial-desc-9-1 {
	position: absolute;
	top: 7vw;
	width: 100%;
}
.tutorial-desc-9-2 {
	position: absolute;
	top: 7vw;
	width: 100%;
}

/**********************************************  TUTORIAL-10  **********************************************/

button.tutorial-replay {
	width: 10vw;
	height: 10vw;
	display: inline-block;
	border: none;
	line-height: 10vw;
	border-radius: 360vw;
	cursor: pointer;
}
.tutorial-replay-icon {
	width: 10vw;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60%;
}

/************************************************************ RESPONZIVE PC ********************************************************/

@media only screen and (min-width: 1000px) {

.tutorial-box {
	display: none;
}
	
}

.item-buy-now-icon {
    background-image: url(/ui/system/icons/white/cart.svg);
}
.enhancement-header {
	background-image: url("/user-data/factories/113/imgs/enhancement_bg.jpg");
}
.multiapp-icon {
    background-image: url("/user-data/factories/113/imgs/multiapp_pointer.png");
	background-size: contain;
}
.sticker-yellow {
	background-color: rgba(255,255,255,0.80);
}
