@font-face {
  font-family: Font-Regular;
  src: url("../../assets/fonts/WilmaBase.otf"); }
@font-face {
  font-family: Font-Light;
  src: url("../../assets/fonts/maisonneuebook.otf"); }
@font-face {
  font-family: Font-bold;
  src: url("../../assets/fonts/maisonneuebold.otf"); }
html {
  font-size: 16px; }

body {
  font-family: Font-Regular;
  font-size: 1rem;
  overflow: hidden;
  user-select: none;
  background-color: #EDEDED;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

input::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #888888;
  text-transform: capitalize; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff; }

::-webkit-scrollbar-thumb {
  background-color: #4D4E53;
  border-radius: 5px;
  /*border: 1px solid #ffffff;*/ }

video::-webkit-media-controls {
  display: none !important; }

.closeBtn {
  padding: 50px 0 30px; }
  .closeBtn:before, .closeBtn:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background-color: #333;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 17px; }
  .closeBtn:before {
    transform: rotate(45deg); }
  .closeBtn:after {
    transform: rotate(-45deg); }

.fakeInputWrapper {
  width: 92.6vw;
  height: 6.25vh;
  margin: 15px auto;
  position: relative; }
  .fakeInputWrapper .searchtext-icon {
    position: absolute;
    height: 3.65vh;
    right: 2.8vw;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
    touch-action: none; }
  .fakeInputWrapper .fakeInput {
    background-color: #ffffff;
    color: #ffffff;
    margin: 0 auto;
    height: 6.25vh;
    text-align: left; }
    .fakeInputWrapper .fakeInput p {
      color: #281A08;
      font-size: 3.39vh;
      padding: 0.65vh 2vw;
      font-family: Font-Regular;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.55vw; }

#kioskId {
  position: absolute;
  left: 1vw;
  bottom: 1vh;
  color: #53565A;
  font-size: 1.5rem; }

body.pmr-activated #headerPanel {
  top: 14.9vh;
  position: absolute;
  width: 100%; }
body.pmr-activated #mapPanel {
  height: 48vh;
  top: 24vh; }
  body.pmr-activated #mapPanel.extended {
    height: 79vh;
    top: 13vh; }
body.pmr-activated .items-panel.shown {
  height: 71vh;
  top: 24vh; }
body.pmr-activated .items-panel .items-panel-wrapper {
  height: 71vh; }
body.pmr-activated .items-panel .eventsListWrapper {
  max-height: 1360px; }
body.pmr-activated .items-panel.minimize {
  bottom: 110% !important; }
body.pmr-activated .items-panel #servicesPanelWrapper {
  margin-top: 15vh;
  position: relative;
  height: 71vh; }
body.pmr-activated .items-panel #servicesResultsWrapper {
  margin-top: 260px; }
body.pmr-activated #searchPanel {
  height: 72vh;
  top: 24vh; }
  body.pmr-activated #searchPanel #searchPanelWrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
  body.pmr-activated #searchPanel #searchInnerWrapper {
    height: 72vh; }
    body.pmr-activated #searchPanel #searchInnerWrapper #searchResultsListWrapper {
      height: 1305px; }
  body.pmr-activated #searchPanel #searchResultsWrapper #results-resizer {
    display: block; }
  body.pmr-activated #searchPanel #searchResultsWrapper .searchItemsListWrapper {
    height: unset;
    flex-grow: 0; }
  body.pmr-activated #searchPanel #searchResultsWrapper.subcats-shown #searchResultsListWrapper {
    height: unset; }
body.pmr-activated #servicesPanel {
  height: 72vh;
  top: 24vh; }
  body.pmr-activated #servicesPanel #servicesPanelWrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
body.pmr-activated .items-panel {
  height: 86vh; }
  body.pmr-activated .items-panel .items-panel-wrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
body.pmr-activated #mainToolbarPanel {
  bottom: 4vh; }
body.pmr-activated #footerPanel {
  height: 4vh; }
  body.pmr-activated #footerPanel #footerBar {
    position: absolute;
    bottom: 85vh; }

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  background: linear-gradient(black, rgba(0, 0, 0, 0.32));
  pointer-events: none; }
  #loader-wrapper #loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8c8a8a;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transform-origin: top left; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%); } }
@keyframes spin {
  0% {
    transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    transform: rotate(360deg) translate(-50%, -50%); } }
.backdrop-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  padding: 0; }
  .backdrop-modal .info-desc a {
    pointer-events: none;
    touch-action: none; }

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  background-color: #888888;
  border-radius: 50%;
  animation: clickEffect 0.3s ease-out;
  z-index: 99999; }

@keyframes clickEffect {
  0% {
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    opacity: 0.5; }
  100% {
    width: 4em;
    height: 4em;
    margin: -2em;
    opacity: 0.01; } }
@media screen and (min-width: 1200px) {
  body .items-panel .eventsListWrapper {
    max-height: 2340px; }
    body .items-panel .eventsListWrapper .eventItem.info-item {
      width: 600px;
      height: 600px;
      margin: 20px 80px; }
  body #announcesPanelWrapper .eventsListWrapper {
    height: auto; }
  body #announcesPanelWrapper .eventsListBanner {
    width: 1560px;
    height: 400px; }
  body #eventsListExternalWrapper {
    flex-direction: column; } }
#headerPanel {
  background-color: #738678;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  color: #ffffff; }
  #headerPanel .client-logo {
    height: 7.5vh;
    width: 65vw;
    margin: 0 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  #headerPanel .header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5vh; }
  #headerPanel #weather-wrapper {
    display: flex;
    align-items: center;
    font-size: 30px; }
    #headerPanel #weather-wrapper div {
      margin-left: 10px; }
  #headerPanel #siteHours {
    font-size: 22px; }

#clock {
  font-size: 2.5vw;
  font-family: Font-Light;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #clock > div {
    margin-left: 5vw; }
  #clock #time {
    font-weight: bold;
    font-size: 1.4vh; }

#mapPanel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 47vh;
  background-color: #EDEDED;
  overflow: visible; }
  #mapPanel.extended {
    top: 13vh;
    height: 79vh; }
    #mapPanel.extended #zoomReset {
      display: none; }
  #mapPanel:not(.extended) #mapPathActions {
    display: none; }

#mapPathActions {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10vh;
  right: 2vw;
  flex-direction: column; }

.map-button {
  color: #281A08;
  background-color: #ffffff;
  padding: 1rem 2vw;
  margin: 0.2vh 1vw;
  min-height: 3.5vh;
  min-width: 8vw;
  width: 8vw;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: Font-bold; }
  .map-button img {
    max-height: 2vh; }
  .map-button p {
    padding-top: 0.5vh;
    margin: 0; }

.ui-toolbar {
  box-shadow: none;
  z-index: 1;
  border-radius: 0;
  background-color: transparent; }

#zoomMenu {
  bottom: 2%;
  left: 40px;
  right: unset; }

#zonesMenu {
  right: 2vw;
  left: unset; }

.zonebtn {
  transition: all 0.3s;
  margin: 6px;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important; }
  .zonebtn.selected {
    color: #ffffff;
    background-color: #738678; }
  .zonebtn .level-subtitle {
    font-size: 1vh; }

.zonebtn, .zoombtn {
  min-width: 8vw;
  width: 8vw;
  min-height: 4.4vh;
  background-color: #ffffff;
  color: #281A08;
  font-family: Font-bold;
  border-radius: 5px !important;
  font-size: 4.5rem; }

.zonebtn::after {
  position: absolute;
  left: 0;
  top: 75%;
  font-size: 2rem;
  background-color: inherit;
  min-width: 100%;
  font-family: Font-Light; }

.zonebtn[id="zone0"]::after {
  content: " Basement "; }

.zonebtn[id="zone1"]::after {
  content: " Ground "; }

.zonebtn[id="zone2"]::after {
  content: " Level 1 "; }

.zonebtn {
  margin-bottom: 1rem; }

#zoneTransition {
  background-color: #738678;
  color: #ffffff;
  top: 10%;
  bottom: auto;
  font-family: Font-bold; }

#currentLevel {
  position: absolute;
  top: 3vh;
  left: 4vw;
  color: #281A08;
  letter-spacing: 2px;
  text-transform: uppercase; }
  #currentLevel .level {
    font-size: 3vh;
    line-height: 1;
    font-family: Font-Regular; }
  #currentLevel .level-subtitle {
    display: none; }

#mapPanelActions {
  height: 8vh;
  color: #1A1A1A;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 2rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  font-family: Font-bold; }
  #mapPanelActions #pathDesc {
    height: 100%;
    min-width: 25vw; }
  #mapPanelActions .actionsRight {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    #mapPanelActions .actionsRight .navbutton {
      color: #1A1A1A; }
      #mapPanelActions .actionsRight .navbutton img {
        filter: invert(65%) sepia(0%) saturate(3189%) hue-rotate(197deg) brightness(113%) contrast(97%); }

#pmrBtn.active {
  background-color: #738678;
  color: #ffffff; }
  #pmrBtn.active img {
    max-height: 2vh;
    filter: brightness(30); }

#mainToolbarPanel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19vh;
  margin: 0 auto;
  background-color: #EDEDED;
  text-align: center;
  width: 100%;
  height: 24vh;
  color: #fff;
  font-size: 26px;
  transition: bottom 0.3s ease-in-out; }
  #mainToolbarPanel #mainMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.2vh 0;
    background-color: transparent;
    font-size: 44px;
    padding: 0 3.6vw; }
    #mainToolbarPanel #mainMenu .mainMenuItemWrapper {
      position: relative;
      background-color: #ffffff;
      margin: 5px 0;
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      height: 5.5vh;
      width: 30vw; }
      #mainToolbarPanel #mainMenu .mainMenuItemWrapper .mainMenuText {
        width: 90%;
        position: absolute;
        color: #281A08;
        text-align: left;
        padding: 1.55vh 2.5vw;
        font-family: Font-bold;
        font-size: 1.42vh;
        display: flex;
        justify-content: left;
        align-items: center;
        letter-spacing: 0.1vh; }
        #mainToolbarPanel #mainMenu .mainMenuItemWrapper .mainMenuText span {
          margin: 0; }
  #mainToolbarPanel .menu-button, #mainToolbarPanel .service-shortcut {
    padding: 2px 0;
    font-size: 3rem;
    min-width: 17vw;
    min-height: 88px;
    color: #281A08; }
    #mainToolbarPanel .menu-button .service-logo-wrapper, #mainToolbarPanel .service-shortcut .service-logo-wrapper {
      padding: 8px; }
      #mainToolbarPanel .menu-button .service-logo-wrapper .service-logo, #mainToolbarPanel .service-shortcut .service-logo-wrapper .service-logo {
        margin: 1vh auto 1rem auto;
        width: 9vw;
        height: 5vh;
        background-color: #738678;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
    #mainToolbarPanel .menu-button span, #mainToolbarPanel .service-shortcut span {
      display: block; }

#actionsBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #actionsBar #langList .lang {
    display: inline-block;
    margin: 10px -4px;
    padding: 13px 10px;
    font-size: 20px;
    color: #C3D7EE; }
    #actionsBar #langList .lang span {
      padding: 0 10px 10px 10px; }
    #actionsBar #langList .lang.selected span {
      border-bottom: 2px solid #C3D7EE; }
  #actionsBar #adjustUI {
    margin: 10px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 60px; }
    #actionsBar #adjustUI #adjustUiIcon {
      background-image: url(../../assets/images/icons/pmr.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      height: 40px;
      width: 50px;
      margin-right: 10px; }
    #actionsBar #adjustUI.active #adjustUiIcon {
      background-image: url(../../assets/images/icons/pmr2.png); }

#home-custom-services {
  width: 100%;
  height: 9vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Font-bold; }

.navbutton {
  padding: 1vh 2vw;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  width: fit-content;
  font-size: 1.5vh; }
  .navbutton img {
    max-height: 1.5vh;
    height: 1.5vh;
    margin-right: 1vw; }

#footerPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 19vh;
  width: 100%;
  background-color: #C3D7EE;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  font-family: Font-bold; }
  #footerPanel > div {
    width: 100%; }
  #footerPanel.minimize {
    display: none; }
  #footerPanel #footerActionsBar {
    position: relative;
    height: 4vh;
    background-color: #281A08;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    border-top: 1px solid #EDEDED; }
    #footerPanel #footerActionsBar #adjustUI {
      margin: 0 2vw;
      padding: 0 1vw;
      display: flex;
      align-items: center;
      font-size: 1.3vh; }
      #footerPanel #footerActionsBar #adjustUI > span {
        font-size: 22px;
        line-height: 36px;
        vertical-align: sub; }
      #footerPanel #footerActionsBar #adjustUI #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 3.0834vh;
        width: 4.63vw;
        margin-right: 0.1vw; }
      #footerPanel #footerActionsBar #adjustUI.active #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr2.png); }
    #footerPanel #footerActionsBar #langList {
      margin: 0 50px 0 0; }
      #footerPanel #footerActionsBar #langList .lang {
        display: inline-block;
        margin: 10px 0;
        padding: 13px 10px;
        font-size: 26px;
        color: #ffffff;
        border-left: 1px solid #000000; }
        #footerPanel #footerActionsBar #langList .lang span {
          padding: 0 10px 10px 10px; }
        #footerPanel #footerActionsBar #langList .lang.selected span {
          color: #707070; }
  #footerPanel #footerBar {
    height: 15vh;
    width: 100%;
    background-color: #EDEDED;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    #footerPanel #footerBar #bottomBanner {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 15.7vh;
      margin: 0 auto;
      background-color: #ffffff;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 1; }
    #footerPanel #footerBar #bottom_banner_media {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }
      #footerPanel #footerBar #bottom_banner_media video, #footerPanel #footerBar #bottom_banner_media img {
        width: 100%;
        height: 100%; }
    #footerPanel #footerBar #bottomBannerButton {
      position: absolute;
      right: 3vw;
      bottom: 1.5vh;
      background-color: #ffffff;
      color: #738678;
      font-size: 3rem;
      padding: 1rem 4rem;
      z-index: 2; }

.powerByBar {
  font-size: 2rem;
  color: #000000; }

.qrWrapper {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .qrWrapper .qrImage {
    background: white;
    padding: 1rem;
    max-height: 5vh;
    max-width: 5vh; }
    .qrWrapper .qrImage img {
      max-height: 6vh; }
  .qrWrapper .qrTitle {
    color: #1A1A1A;
    margin: 0 10px;
    text-align: left; }

#searchPanel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  background-color: #EDEDED;
  /*transition: top 0.3s ease-in-out;*/
  z-index: 2; }
  #searchPanel.shown {
    top: 10vh; }
  #searchPanel.minimize {
    top: 100% !important; }
  #searchPanel.categories-mode #searchInnerFilters {
    display: none; }
  #searchPanel.categories-mode.category-selected #categoriesListWrapper {
    display: none !important; }
  #searchPanel.categories-mode:not(.category-selected) #searchResultsListWrapper {
    display: none !important; }
  #searchPanel:not(.categories-mode) #searchCategoryTitle, #searchPanel:not(.categories-mode) #searchCategoryIcon {
    display: none !important; }
  #searchPanel #searchInnerWrapper {
    display: flex;
    flex-direction: column;
    height: 71vh; }
  #searchPanel #searchBySwitch {
    display: flex;
    align-items: center;
    justify-content: space-around;
    letter-spacing: 0.26vh;
    margin: 0; }
    #searchPanel #searchBySwitch .searchMode {
      height: 6.771vh;
      margin: 0 5px;
      min-width: 50vw;
      font-size: 2.92vh;
      line-height: 4.5vh;
      color: #281A08;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #ffffff;
      display: block;
      border-left: none; }
      #searchPanel #searchBySwitch .searchMode.selected {
        background-color: #EDEDED; }
  #searchPanel #searchCategoryIcon {
    margin: 0 auto;
    filter: invert(51%) sepia(78%) saturate(1302%) hue-rotate(344deg) brightness(96%) contrast(95%); }
  #searchPanel #searchInnerFilters {
    margin: 1vh auto; }
  #searchPanel #searchResultsListWrapper .poi-item.selected {
    background-color: #EDEDED;
    color: #ffffff; }
  #searchPanel #categorySponsor {
    width: 920px;
    height: 700px;
    margin: 10px 80px 0 80px;
    position: relative; }
    #searchPanel #categorySponsor #cat_sponsor_media {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }
      #searchPanel #categorySponsor #cat_sponsor_media video, #searchPanel #categorySponsor #cat_sponsor_media img {
        width: 100%;
        height: 100%; }
  #searchPanel #categoriesListWrapper {
    overflow: hidden auto;
    background-color: #EDEDED;
    color: #281A08;
    flex-grow: 1;
    width: 78.704vw; }
    #searchPanel #categoriesListWrapper #categoriesList {
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
    #searchPanel #categoriesListWrapper .category {
      position: relative;
      width: 24.5371vw;
      /*min-width: 250px;*/
      /*max-width: 250px;*/
      height: 13.021vh;
      background-color: #ffffff;
      border: none;
      margin: 0.28vh;
      background-position: 5.5vw 1.5vh;
      background-repeat: no-repeat;
      background-size: 57%; }
      #searchPanel #categoriesListWrapper .category.active {
        background-color: #EDEDED; }
      #searchPanel #categoriesListWrapper .category .categories-type {
        text-align: center;
        width: 14vw;
        margin: 1.5vh 5.5vw;
        height: 8vh;
        border: 10px solid #738678;
        border-radius: 4vh; }
      #searchPanel #categoriesListWrapper .category .category-title {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 1.15vh;
        font-family: Font-bold;
        color: #707070;
        width: 100%;
        height: fit-content;
        padding: 0 10px;
        min-height: 4vh;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: initial; }
      #searchPanel #categoriesListWrapper .category.active .category-title {
        color: #ffffff; }
  #searchPanel .searchItemsListWrapper {
    width: 88.889vw;
    flex-grow: 1;
    margin: 1.9vw auto;
    padding: 0.5vw;
    background-color: #ffffff;
    overflow: hidden auto;
    position: relative; }
    #searchPanel .searchItemsListWrapper .searchItemList {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      #searchPanel .searchItemsListWrapper .searchItemList .res-section-title {
        width: 100%;
        color: #ffffff;
        font-family: Font-bold;
        font-size: 0.84vh;
        padding-top: 0.1vh;
        border-bottom: 1px solid #707070;
        text-transform: uppercase;
        background-color: #281A08;
        text-align: center; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem {
        padding: 0.42vh;
        font-size: 0.95vh;
        background-color: transparent;
        width: 99%;
        margin-left: 2px;
        color: #281A08;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #707070; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
          flex-direction: column; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper img {
            max-height: 200px; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories {
            text-align: left;
            color: #707070;
            font-family: Font-Light;
            overflow: hidden; }
            #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories small {
              font-size: 0.83vh;
              padding-right: 20px;
              text-transform: uppercase;
              letter-spacing: 1px; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
            font-size: 1.67vh;
            font-family: Font-bold;
            text-align: left;
            margin-bottom: -4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: normal; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .category-logo {
          max-width: 4.63vw;
          max-height: 3vh;
          filter: invert(65%) sepia(0%) saturate(3189%) hue-rotate(197deg) brightness(113%) contrast(97%); }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem img {
          align-self: center;
          display: block;
          margin: 0 auto;
          width: 95%; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
          background-color: transparent;
          padding: 25px;
          margin-bottom: 0;
          font-family: Font-Regular;
          align-self: center;
          width: 100%;
          font-size: 1.15vh; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .giftCardWrapper, #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-info, #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-item {
          align-self: center; }

.resetActions {
  position: absolute;
  background-color: #281A08;
  width: 70%;
  display: flex;
  align-items: center;
  height: 4vh;
  padding: 0 3vw;
  z-index: 2;
  pointer-events: all;
  touch-action: auto;
  color: #ffffff;
  justify-content: flex-end;
  right: 0;
  font-family: Font-bold; }
  .resetActions .navbutton {
    padding: 0 2vw; }

#searchInputWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.2vh auto 0.5vh auto; }
  #searchInputWrapper .mainSearchText {
    position: relative;
    width: 70vw;
    border-bottom: 3px solid #281A08; }
    #searchInputWrapper .mainSearchText input {
      width: 100%;
      background-color: #EDEDED;
      border: none;
      padding: 10px;
      height: 4.2vh;
      outline: 0;
      touch-action: auto;
      pointer-events: all;
      color: #281A08;
      font-size: 2.08vh;
      line-height: 2.0rem;
      font-family: Font-bold; }
      #searchInputWrapper .mainSearchText input ::-webkit-input-placeholder, #searchInputWrapper .mainSearchText input ::-moz-placeholder, #searchInputWrapper .mainSearchText input :-ms-input-placeholder {
        color: #888888; }
    #searchInputWrapper .mainSearchText .searchtext-icon {
      position: absolute;
      width: 50px;
      height: 50px;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      filter: invert(1); }
    #searchInputWrapper .mainSearchText .searchtext-clear {
      position: absolute;
      width: 4.15vw;
      height: 2.35vh;
      right: 0.7vw;
      top: 50%;
      transform: translate(0, -50%); }

.ui-keyboard-has-focus {
  z-index: 2 !important; }

.ui-keyboard-input-current {
  box-shadow: none !important; }

.ui-keyboard {
  position: relative;
  background: transparent;
  border: none;
  margin: 10px auto 0 auto;
  padding-bottom: 30px;
  font-family: Font-bold; }
  .ui-keyboard .ui-keyboard-button {
    min-width: 6.389vw;
    height: 3.3335vh;
    border: none;
    color: #281A08;
    background-image: none;
    background-color: #ffffff;
    margin: 0.37vw;
    font-size: 1.55vh;
    line-height: 3.5vh;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px !important;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #0000003d; }
  .ui-keyboard .ui-keyboard-space {
    width: 17.593vw; }

.backdrop-modal-content {
  position: absolute;
  border: 1px solid #707070;
  max-height: fit-content;
  min-height: 35vh;
  width: 65vw;
  max-width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 4;
  color: #53565A;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 5px; }
  .backdrop-modal-content .info-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .backdrop-modal-content .info-body .info-infos {
      width: 90%;
      font-family: Font-Light; }
    .backdrop-modal-content .info-body.service #poiInfo {
      align-items: center; }
    .backdrop-modal-content .info-body.service .info-medias-list {
      max-height: 500px;
      height: unset; }
    .backdrop-modal-content .info-body.service .contact-section-title {
      display: none; }
    .backdrop-modal-content .info-body.service .info-desc {
      text-align: center !important;
      font-size: 6rem;
      letter-spacing: 0.5rem;
      margin: 1vh 0; }
    .backdrop-modal-content .info-body .poi-card {
      height: 200px;
      background-repeat: no-repeat !important;
      background-size: cover;
      background-position: center;
      width: 35%; }
    .backdrop-modal-content .info-body .info-title {
      margin: 2.5vh 1vw;
      font-size: 6rem;
      display: flex;
      justify-content: center;
      color: #281A08; }
    .backdrop-modal-content .info-body .info-dates {
      margin: 1vh 0;
      font-size: 2rem; }
    .backdrop-modal-content .info-body .info-desc {
      min-height: 5vh;
      max-height: 15vh;
      padding-right: 1vw;
      overflow: hidden auto;
      font-size: 2rem; }
      .backdrop-modal-content .info-body .info-desc a {
        pointer-events: none;
        touch-action: none; }
    .backdrop-modal-content .info-body .info-medias-list {
      width: 100%;
      height: 5vh;
      max-height: 26vh;
      text-align: center;
      overflow: hidden; }
      .backdrop-modal-content .info-body .info-medias-list .info-media {
        max-height: 100%;
        max-width: 100%;
        text-align: center; }
        .backdrop-modal-content .info-body .info-medias-list .info-media .ad-media {
          max-width: 100%;
          max-height: 100%; }
    .backdrop-modal-content .info-body #poiContactWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: Font-bold;
      font-size: 2rem;
      color: #53565A; }
      .backdrop-modal-content .info-body #poiContactWrapper ul {
        list-style: none;
        padding: 0;
        text-align: left; }
      .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title {
        font-size: 4rem;
        color: #707070;
        text-transform: uppercase;
        margin-bottom: 1rem; }
        .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title:not(:first-child) {
          margin-top: 1rem; }
  .backdrop-modal-content .info-actions {
    margin: 1vh 1vw;
    display: flex;
    align-items: center;
    justify-content: center; }

#poiPreInfo {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #poiPreInfo .poi-logo {
    max-height: 5vh;
    min-height: 1vh;
    max-width: 15vw; }

#poiInfo {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 1vh 0;
  font-size: 2rem;
  font-family: Font-Light; }
  #poiInfo #poiRemarks {
    margin-top: 1vh;
    max-height: 5vh;
    overflow: hidden auto; }
  #poiInfo #structuredHours p {
    margin-bottom: 0; }
    #poiInfo #structuredHours p span {
      padding-right: 1vw;
      width: fit-content;
      text-transform: capitalize;
      display: inline-block; }
  #poiInfo .contact-section-title {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0.25vh;
    color: #000000; }

#poiSimilar {
  width: 90%;
  margin: 10px auto 0 auto; }

.info-actions-btn {
  color: #ffffff;
  background-color: #738678;
  padding: 1rem 2rem;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin: 1vh; }
  .info-actions-btn img {
    max-height: 66%; }

#poiPopupPanel {
  top: 0;
  position: absolute;
  width: 100%;
  height: 13vh;
  background-color: #738678;
  color: #281A08;
  z-index: 2; }
  #poiPopupPanel #poiPopupPanelWrapper {
    height: 100%;
    display: flex;
    align-items: center; }
    #poiPopupPanel #poiPopupPanelWrapper .poiCard {
      height: 13vh;
      width: 28vw;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center; }
      #poiPopupPanel #poiPopupPanelWrapper .poiCard .poi-logo {
        max-width: 100%;
        max-height: 100%; }
    #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper {
      height: 100%;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .poiTitle {
        overflow: hidden;
        font-size: 6rem;
        line-height: normal;
        background-color: #738678;
        padding: 0 4vw;
        flex-grow: 1;
        display: flex;
        align-items: center; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper {
        font-size: 3rem;
        padding: 0.5vh 4vw;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #000000;
        font-family: Font-bold; }
        #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper .distanceTimeGroup {
          display: flex;
          align-items: center; }
          #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper .distanceTimeGroup > div {
            margin-right: 5vw; }

.poi-similar-list-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .poi-similar-list-wrapper .poi-similar-list {
    width: fit-content;
    max-width: max-content;
    min-width: max-content;
    margin: 0 auto;
    display: flex;
    align-content: center; }
    .poi-similar-list-wrapper .poi-similar-list .poi-similar-item {
      /*background-color: #aaaaaa;*/
      border-radius: 5px;
      padding: 5px;
      text-align: center;
      /*color: #ffffff;*/
      margin-right: 5px;
      border: 1px solid #ff0029; }
      .poi-similar-list-wrapper .poi-similar-list .poi-similar-item img {
        max-width: 50px;
        max-height: 30px; }

#servicesPanel {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  color: #ffffff;
  background-color: #EDEDED;
  z-index: 2;
  transition: bottom 0.3s ease-in-out; }
  #servicesPanel.shown {
    top: 10vh; }
  #servicesPanel.minimize {
    top: 100% !important; }
  #servicesPanel #servicesPanelWrapper {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #servicesPanel #servicesPanelWrapper div.message {
      font-size: 3rem;
      color: #707070;
      margin: 1vh 0;
      font-family: Font-bold;
      text-align: center; }
    #servicesPanel #servicesPanelWrapper #subServicesWrapper {
      width: 70vw;
      height: 50%;
      margin: 1vh 0;
      overflow: hidden auto;
      flex-grow: 1; }
      #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-content: center;
        overflow: hidden auto;
        min-height: 100%;
        font-size: 20px;
        font-family: Font-bold; }
        #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper {
          background-color: #ffffff;
          color: #707070;
          margin: 0.4vw;
          width: 22.222vw;
          height: 12.5vh; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type {
            text-align: center;
            width: 12.963vw;
            margin: 1.2vh 5vw;
            height: 7.2917vh;
            border: 10px solid #738678;
            border-radius: 4vh; }
            #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo {
              padding: 1.2vh 0; }
              #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo img {
                max-width: 8.5vw;
                max-height: 8.5vh;
                filter: invert(65%) sepia(0%) saturate(3189%) hue-rotate(197deg) brightness(113%) contrast(97%); }
            #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type p {
              margin: 0;
              padding: 0.5vh 0;
              letter-spacing: 1px;
              font-size: 1.7vw; }
    #servicesPanel #servicesPanelWrapper #servicesResultsWrapper {
      width: 90%;
      height: 50%;
      margin: 1vh 0;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #servicesPanel #servicesPanelWrapper #servicesResultsWrapper .navbutton {
        margin: 1vh 0;
        background-color: #738678;
        text-transform: uppercase; }
  #servicesPanel #serviceIcon {
    text-align: center;
    margin: 1vh auto; }
    #servicesPanel #serviceIcon img {
      max-height: 8vh;
      filter: invert(51%) sepia(78%) saturate(1302%) hue-rotate(344deg) brightness(96%) contrast(95%); }
  #servicesPanel .searchItemsListWrapper {
    width: 90%;
    height: 50%;
    flex-grow: 1;
    margin: 0;
    overflow: hidden auto;
    position: relative; }
    #servicesPanel .searchItemsListWrapper .searchItemList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-content: flex-start;
      min-height: 100%; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem {
        padding: 0.78vh;
        font-size: 18px;
        background-color: #ffffff;
        width: 22.2vw;
        height: 12.5vh;
        max-width: 1000px;
        margin: 0.77vh;
        color: #707070;
        flex-grow: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: Font-bold; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem:not(.parking) {
          background-color: #ffffff !important; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
          text-align: center;
          flex-grow: 1; }
          #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
            font-size: 1.60vh;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
          background-color: transparent;
          padding: 0;
          margin: 0;
          width: 100%;
          font-size: 1.25vh; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .text-center {
          margin: 20px 20px; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem img {
          max-width: 100%;
          max-height: 8.5vh; }
  #servicesPanel #topServicesWrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    #servicesPanel #topServicesWrapper .top-service-btn {
      font-size: 2.32vh;
      width: 100%;
      background-color: #ffffff;
      display: block;
      border-left: none;
      color: #C3D7EE;
      text-transform: uppercase;
      letter-spacing: 0.22vw;
      height: 6.771vh;
      line-height: 5.5vh; }
      #servicesPanel #topServicesWrapper .top-service-btn.selected {
        background-color: #EDEDED; }

#servicesList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 0;
  font-size: 26px;
  overflow: auto; }
  #servicesList .service-shortcut {
    padding: 0;
    margin: 10px 5px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    #servicesList .service-shortcut img {
      height: 4vh;
      width: 7vw;
      filter: brightness(0) invert(1); }

.pinpoint-logo {
  filter: brightness(0) invert(1); }

.items-panel {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  color: #281A08;
  background-color: #EDEDED;
  z-index: 2;
  transition: bottom 0.3s ease-in-out; }
  .items-panel.shown {
    top: 10vh; }
  .items-panel.minimize {
    bottom: 100% !important; }
  .items-panel .eventTagsWrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .items-panel .eventTagsWrapper .eventTagButton {
      text-align: center;
      padding: 0.6vh;
      font-family: Font-Regular;
      font-size: 2.3vh;
      width: 34%;
      background-color: #ffffff;
      color: #281A08;
      text-transform: uppercase;
      letter-spacing: 0.2vw;
      height: 6.771vh;
      line-height: 5vh; }
      .items-panel .eventTagsWrapper .eventTagButton.active {
        background-color: #EDEDED; }
  .items-panel .eventsListWrapper {
    overflow: hidden auto;
    margin: auto 140px;
    max-height: 1035px; }
    .items-panel .eventsListWrapper .eventsList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      width: fit-content;
      margin: 0 auto; }
    .items-panel .eventsListWrapper .eventItem {
      width: 22.2223vw;
      height: 12.5vh;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      background-color: #ffffff;
      margin: 20px; }
      .items-panel .eventsListWrapper .eventItem .eventContent {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.9063vh;
        font-family: Font-bold;
        font-size: 1vh;
        line-height: normal;
        text-align: left;
        background-color: #ffffff;
        color: #53565A;
        letter-spacing: 0.1vw; }
        .items-panel .eventsListWrapper .eventItem .eventContent .eventTitle {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: fit-content;
          width: 100%;
          margin: auto;
          padding: 0 0.5vh; }
  .items-panel .no-items-available {
    color: #281A08;
    text-align: center;
    font-size: 30px;
    margin: 50px auto; }

.items-panel-wrapper {
  height: 71vh;
  display: flex;
  flex-direction: column; }

#eventsListExternalWrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 10vh 40px 0 40px; }

.sectionTitle {
  color: #707070;
  padding: 0;
  font-family: Font-Regular;
  font-size: 2.6vh;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  margin: 5vh auto 0 auto;
  letter-spacing: 0.24vw; }
  .sectionTitle h1 {
    margin: 0; }

#announceInfoPanel .backdrop-modal-content .info-body .info-medias-list {
  height: unset; }
#announceInfoPanel .backdrop-modal-content .info-body .info-infos .info-title {
  justify-content: left;
  font-size: 4rem;
  margin: 2vh 0;
  font-family: Font-bold;
  color: #53565A; }

#screensaverPanel {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }
  #screensaverPanel #screensaver_header {
    position: relative;
    top: 0;
    height: 10.4167vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-size: contain;
    background-image: url(../../assets/images/header.png); }
  #screensaverPanel #screensaver_media {
    position: absolute;
    left: 0;
    top: 10.4vh;
    width: 100%;
    height: 79.271vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0; }
    #screensaverPanel #screensaver_media video, #screensaverPanel #screensaver_media img {
      max-width: 100%;
      width: 100%;
      height: 100%; }
  #screensaverPanel #screensaver_footer {
    position: relative;
    height: 10.4167vh;
    top: 79.2vh;
    width: 100%;
    background-image: url(../../assets/images/footer.png);
    background-size: contain; }

/*# sourceMappingURL=app.css.map */
