.container-fluid,
.container {
  margin: 0 auto;
  padding: 0 24px;
}

.grid-container  {
  padding: 0 1.6rem;
  margin: 0 auto;
  max-width: 100vw;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  margin-right: -12px;
  margin-left: -12px;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}

.col-sm {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-sm-1 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-sm-2 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-sm-3 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-sm-4 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-sm-offset-0 {
  margin-left: 0;
}

.col-sm-offset-1 {
  margin-left: 8.33333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666667%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-4 {
  margin-left: 33.33333333%;
}

.start-sm {
  justify-content: flex-start;
  text-align: start;
}

.center-sm {
  justify-content: center;
  text-align: center;
}

.end-sm {
  justify-content: flex-end;
  text-align: end;
}

.top-sm {
  align-items: flex-start;
}

.middle-sm {
  align-items: center;
}

.bottom-sm {
  align-items: flex-end;
}

.around-sm {
  justify-content: space-around;
}

.between-sm {
  justify-content: space-between;
}

.first-sm {
  order: -1;
}

.last-sm {
  order: 1;
}

@media only screen and (min-width: 960px) {
  .container {
    padding: 0 2.3rem;
    max-width: 136.6rem;
  }

  .grid-container {
    padding: 0 2.4rem;
    max-width: 112.6rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  background-color: #f7f7f7;
  /* overflow: hidden; */
}

html, body {
  height: 100%;
}

#root {
  /* min-height: 100vh; */
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin:0;
  overflow-x: hidden;
}

.main {
  flex:1 1;
}

body.login-page {
  background-color: #ffffff;
}

.body-loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 400px);
}

.body-loader {
  opacity: 0.88;
  background-color: transparent;
}

.body-loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: -400px;
  width: 100px;
}

.body-loader-line-wrap{
  animation: bodyLoaderSpin 1000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}

.body-loader-line-wrap:nth-child(1){
  animation-delay: -50ms;
}

.body-loader-line-wrap:nth-child(1) .body-loader-line {
  height: 55px;
  width: 55px;
  top: 21px;
}

.body-loader-line-wrap:nth-child(2){
  animation-delay: -100ms;
}

.body-loader-line-wrap:nth-child(2) .body-loader-line {
  height: 41px;
  width: 41px;
  top: 28px;
}

.body-loader-line-wrap:nth-child(3){
  animation-delay: -150ms;
}

.body-loader-line-wrap:nth-child(3) .body-loader-line {
  height: 29px;
  width: 29px;
  top: 35px;
}


@media only screen and (min-width: 960px) {
  .body-loader-line-wrap:nth-child(1) .body-loader-line {
    height: 62px;
    width: 62px;
  }

  .body-loader-line-wrap:nth-child(2) .body-loader-line {
    height: 48px;
    width: 48px;
  }

  .body-loader-line-wrap:nth-child(3) .body-loader-line {
    height: 34px;
    width: 34px;
  }

  .body-loader-wrapper {
    height: calc(100vh - 280px);
  }

  .body-loader-inner {
    top: -280px;
  }
}

.body-loader-line {
  border: 4.5px solid #6967AD;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

@keyframes bodyLoaderSpin {
  0%, 15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.img-fluid {
  width: 100%;
}

.main {
  height: 100%;
  margin-top: 5.6rem;
}

@media only screen and (min-width: 960px) {
  .main {
    margin-top: 10.8rem;
  }
}

.login-page-variation,
.home-page-variation {
  margin-top: 0;
}

.error-message {
  display: none;
}

.teaser-main-wrapper .hero-title-container {
  display: block;
}

.description-wrapper .hero-title-container {
  display: block;
}

@media only screen and (min-width: 960px) {
  .home-page-variation {
    margin-top: 0;
  }

  .teaser-main-wrapper .hero-title-container {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 300ms;
  z-index: 900;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

button:focus,
[tabindex]:focus,
.profile-pic-file-input-focused,
.switch-focused,
.category-tabs-tab-active.category-tabs-tab,
.user-privileges-tabs-tab-active.user-privileges-tabs-tab,
.CheckBox:focus ~ span.checkmark {
  outline: none;
}

/*
* for ie, default outline is dotted
press tab and: ie, ff, opera: show dotted border
chrome, safari ring border
*/
.user-is-tabbing button:focus,
.user-is-tabbing a:focus,
.user-is-tabbing [tabindex]:focus,
.user-is-tabbing .profile-pic-file-input-focused,
.user-is-tabbing .switch-focused,
.user-is-tabbing .category-tabs-tab-active.category-tabs-tab,
.user-is-tabbing .user-privileges-tabs-tab-active.user-privileges-tabs-tab,
.user-is-tabbing .CheckBox:focus ~ span.checkmark {
  outline: 1px dotted ;
  outline: auto -webkit-focus-ring-color;
}
/*
    Hides Sitecore Experience Editor markup,
    if you run the app in connected mode while the Sitecore cookies
    are set to edit mode.
  */
.scChromeData,
.scpm {
  display: none !important;
}

/*fixes body when sidebar is opened*/
.nav-opened {
  overflow-y: hidden;
  transition: 0.2s ease;
  position: relative;
}

.nav-opened::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: '';

  background-color: rgba(0, 0, 0, 0.5);
}

.sidenav-background::before {
  background-color: #ffffff;
}

.sidenav-background {
  position: fixed;
}

.nav-opened .main {
  opacity: 1;
}

.nav-opened,
.modal-body-open {
  width: 100%;
}

.modal-body-open {
  overflow: hidden;
  height: auto;
  /* position: fixed; */
}

.modal-html-open {
  overflow: hidden;
}

.modal-root-open {
  min-height: 100vh !important;
}


@media only screen and (max-width: 600px) {
  .nav-opened {
    position: fixed;
  }

  .autosuggest-opened {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
  }

  .autosuggest-opened .main-header.header-transparent {
    opacity: 1;
  }
}

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
  font-size: 200%;
}

.displayBlock {
  display: block !important;
}

.displayNone {
  display: none !important;
}

.ytp-chrome-top {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img {
    width: 100%;
  }
}

.body-relative {
  position: relative;
}

.btn {
  cursor: pointer;
  height: 4.9rem;
  min-width: 20rem;
  border-radius: 2.4rem;
  background: #f8a909;
  border: 0.14rem solid #f8a909;
  font-size: 1.4rem;
  font-family: 'Gotham-Bold';
  color: #000;
  display: flex;
  align-items: center;
  line-height: 4.9rem;
  text-align: center;
}

.btn:hover {
  background-color: #fbc800;
}

.btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #000;
}

.divider-wrapper {
  /* TODO: uncoment the row below and check the error */
  /* background-image: url(/assets/img/divider.png); */
  background-repeat: no-repeat;
  width: 396px;
  height: 36px;
  transform: scale(0.5) translateX(-51%);
}

.divider-wrapper.mini-variation {
  /* TODO: uncoment the row below and check the error */
  /* background-image: url(/assets/img/quote_divider.png); */
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .divider-wrapper {
    /* TODO: uncoment the row below and check the error */
    /* background-image: url(/assets/img/divider.png); */
    background-repeat: no-repeat;
    height: 30px;
  }
}

.FAQ-container-offset {
  padding: 0 4.6rem;
}

@media only screen and (min-width: 960px) {
 .FAQ-container-offset {
    margin: 0 8.33333%;
    padding: 0 5.8rem;
  }
}

.no-gutter {
  padding: 0;
  margin: 0;
}

.price-with-decimal {
  font-size: 16.8px;
  line-height: 22.7px;
  color: #001C2D;
  font-weight: 500;
  font-family: 'Gotham-Medium';
}

.price-with-decimal sup {
  line-height: 20px;
  top: -0.3em;
  font-size: 11.7px;
  color: #001C2D;
  font-family: 'Gotham-Medium';
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .price-with-decimal sup {
      top: -0.4rem;
  }
}

.grecaptcha-badge {
  opacity: 0;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input::-ms-reveal,
input::-ms-clear{
  display: none;
}

/* todo: remve and move to forms style */
#promo-code {
  font-family: 'Gotham-Medium';
  font-size: 1.68rem;
  color: #003349;
  display: none;
}
#total-amount {
  font-family: 'Gotham-Medium';
  font-size: 1.68rem;
  color: #003349;
  margin-bottom: 6px;
}

.description-login {
  font-family: 'Gotham-Book';
  font-size: 2.0rem;
}

.de-price-with-decimal {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: baseline;
  padding-top: 2px;
}
.de-price-with-decimal sup{
  font-size: 100%;
  top: 0;
}
.de-price-with-decimal .currency {
  font-size: 60%;
}

@font-face {
    font-family: 'Gotham-Ultra-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-UltraItalic.8e5e2d1dc31eebdd3522.eot);
    src: url(/dist/sentosa/static/media/Gotham-UltraItalic.8e5e2d1dc31eebdd3522.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-UltraItalic.d647623e82ad82f7cb8f.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-UltraItalic.a16288fe0c77c3643e00.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-UltraItalic.1c3542f836e8d0a4fb82.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-UltraItalic.879847548572184cf3c7.svg#Gotham-UltraItalic) format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Light-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-LightItalic.cb9c0584809412d9e629.eot);
    src: url(/dist/sentosa/static/media/Gotham-LightItalic.cb9c0584809412d9e629.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-LightItalic.a5fe42ba0bd6778512bb.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-LightItalic.cf8c0f53dfbadec059f0.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-LightItalic.c419fcb76a17e44dd9ac.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-LightItalic.d59f473cf8fa2f905a95.svg#Gotham-LightItalic) format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Book-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-BookItalic.2956efe4ad59842a9e4d.eot);
    src: url(/dist/sentosa/static/media/Gotham-BookItalic.2956efe4ad59842a9e4d.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-BookItalic.d37ad8dab7dea4a0443b.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-BookItalic.50ce039bb81922090999.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-BookItalic.668b01ffd78bc1920507.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-BookItalic.63253f835deb58763358.svg#Gotham-BookItalic) format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Extra-Light-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.93e2c7a7b27b03bc2e2f.eot);
    src: url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.93e2c7a7b27b03bc2e2f.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.4b2fff809ee4551dd307.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.5234bbb683ab4860208c.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.363610db3697a58cc566.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-ExtraLightItalic.23429f20c55411f5d140.svg#Gotham-ExtraLightItalic) format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Ultra';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Ultra.51252808701d8a9b7e31.eot);
    src: url(/dist/sentosa/static/media/Gotham-Ultra.51252808701d8a9b7e31.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Ultra.9951d1e65f21945a44da.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Ultra.f333efa9992a715f2331.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Ultra.41f0b23da85a9e43cede.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Ultra.ae4b82809fed38c30063.svg#Gotham-Ultra) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Medium.986a7af4a744bab31f5b.eot);
    src: url(/dist/sentosa/static/media/Gotham-Medium.986a7af4a744bab31f5b.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Medium.c2c6a85767a56c689fc4.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Medium.54c1237b2f3e4e18a692.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Medium.4358fac29c81548cc112.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Medium.2150336f5aed19da900b.svg#Gotham-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Extra-Light';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-ExtraLight.b53f1158d71656c14054.eot);
    src: url(/dist/sentosa/static/media/Gotham-ExtraLight.b53f1158d71656c14054.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-ExtraLight.63945ebf41a0fe5fc44c.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-ExtraLight.471983724d710d659a5c.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-ExtraLight.a3bdedfa93c5da38a0c1.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-ExtraLight.230b1d50b352e048c8c5.svg#Gotham-ExtraLight) format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Thin';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Thin.73de8c7f2878a7aee74a.eot);
    src: url(/dist/sentosa/static/media/Gotham-Thin.73de8c7f2878a7aee74a.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Thin.0d27722e7164a73f27ce.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Thin.9920166d1f8b53833d4b.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Thin.d0a0f01364f20985edd4.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Thin.ab9149ad0b8e0b5267d5.svg#Gotham-Thin) format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Thin-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-ThinItalic.1791b17ae614d3c02ca8.eot);
    src: url(/dist/sentosa/static/media/Gotham-ThinItalic.1791b17ae614d3c02ca8.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-ThinItalic.327aff958dd49e8e0345.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-ThinItalic.8ee7e7df03f08469f333.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-ThinItalic.22004d79ecbaa9ac8d34.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-ThinItalic.ea5db0bca90282bfdc6d.svg#Gotham-ThinItalic) format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Medium-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-MediumItalic.a47331830c99dd3d0183.eot);
    src: url(/dist/sentosa/static/media/Gotham-MediumItalic.a47331830c99dd3d0183.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-MediumItalic.064b58b3eb9c828ffc7e.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-MediumItalic.8880ad0823e688be47ba.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-MediumItalic.0ad252357b699268c5fa.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-MediumItalic.68f770bbdd557aa11c53.svg#Gotham-MediumItalic) format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Light';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Light.57cc7f0c1b0c68946cdd.eot);
    src: url(/dist/sentosa/static/media/Gotham-Light.57cc7f0c1b0c68946cdd.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Light.9bffd2c96d3af26c3e45.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Light.8bc653a01c894702981b.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Light.b4b2a02bb30645d3edb3.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Light.6fd4b684af1f1aafc4c3.svg#Gotham-Light) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-BoldItalic.635309d4aa0e0f462b67.eot);
    src: url(/dist/sentosa/static/media/Gotham-BoldItalic.635309d4aa0e0f462b67.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-BoldItalic.f24f0ef6594a31c2788b.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-BoldItalic.b9df678b5cb9cce4277d.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-BoldItalic.f7d4684b8f0dd6e21ab7.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-BoldItalic.97120642e6942c014d56.svg#Gotham-BoldItalic) format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Bold';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Bold.9c6e82a015c0af442e11.eot);
    src: url(/dist/sentosa/static/media/Gotham-Bold.9c6e82a015c0af442e11.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Bold.968550ec1ffba2f12820.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Bold.24c0f0ad034f3af87b29.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Bold.ad1bdbd2a12c658abc8e.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Bold.36698534f1bf1762bfb8.svg#Gotham-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Book.067995d4048bf86769be.eot);
    src: url(/dist/sentosa/static/media/Gotham-Book.067995d4048bf86769be.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Book.310efa2c4696d8283dd1.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Book.619523c6e16e7d0caf47.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Book.917a3715680d477ea5a2.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Book.46bdd43fec52f059a80c.svg#Gotham-Book) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-Black.06d12865d5a4155b00fb.eot);
    src: url(/dist/sentosa/static/media/Gotham-Black.06d12865d5a4155b00fb.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-Black.f804a1db756cd2180a7e.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-Black.9a3280ad7c60e75d268b.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-Black.256a35345c2dc8c7bdd4.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-Black.97807b473cea38c4898c.svg#Gotham-Black) format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black-Italic';
    font-display: swap;
    src: url(/dist/sentosa/static/media/Gotham-BlackItalic.3a0a0056a805b57991c7.eot);
    src: url(/dist/sentosa/static/media/Gotham-BlackItalic.3a0a0056a805b57991c7.eot?#iefix) format('embedded-opentype'),
        url(/dist/sentosa/static/media/Gotham-BlackItalic.73b54543dcfc14f92f63.woff2) format('woff2'),
        url(/dist/sentosa/static/media/Gotham-BlackItalic.95b78ce57c01b7c37427.woff) format('woff'),
        url(/dist/sentosa/static/media/Gotham-BlackItalic.681b8952afe4f2724f7e.ttf) format('truetype'),
        url(/dist/sentosa/static/media/Gotham-BlackItalic.15cb23ce8172d949f461.svg#Gotham-BlackItalic) format('svg');
    font-weight: 900;
    font-style: italic;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  left: -45px;
}

.slick-next {
  top: 0;
  right: -45px;
}

.slick-arrow {
  position: absolute;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  outline: none;
  display: flex;
  align-items: center;
}

.slick-list {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}

.slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '\2022';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@font-face {
  font-family: 'icomoon';
  src:  url(/dist/sentosa/static/media/icomoon.4cdac395075501d175b8.eot);
  src:  url(/dist/sentosa/static/media/icomoon.4cdac395075501d175b8.eot#iefix) format('embedded-opentype'),
    url(/dist/sentosa/static/media/icomoon.f0a44fd70384510169a9.ttf) format('truetype'),
    url(/dist/sentosa/static/media/icomoon.ffa0a0e42fe61f93ec1c.woff) format('woff'),
    url(/dist/sentosa/static/media/icomoon.e0b0666a8163aafeb34b.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-promo-filled_16px:before {
  content: "\e900";
  color: #5c5ca5;
}
.icon-important-alert:before {
  content: "\e901";
  color: #666;
}
.icon-info-circle .path1:before {
  content: "\e902";
  color: rgb(102, 102, 102);
}
.icon-info-circle .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-promo:before {
  content: "\e904";
  color: #666;
}
.icon-tickmark:before {
  content: "\e905";
  color: #666;
}
.icon-alert:before {
  content: "\e906";
  color: #666;
}
.icon-trash:before {
  content: "\e907";
  color: #666;
}
.icon-address-location_contact:before {
  content: "\e908";
  color: #f9a90a;
}
.icon-busstop:before {
  content: "\e909";
}
.icon-cablecar:before {
  content: "\e90a";
}
.icon-carpark:before {
  content: "\e90b";
  color: #666;
}
.icon-cart:before {
  content: "\e90c";
  color: #666;
}
.icon-Cross-Circle:before {
  content: "\e90d";
}
.icon-cross-circle:before {
  content: "\e90e";
  color: #666;
}
.icon-getdirection .path1:before {
  content: "\e90f";
  color: rgb(35, 31, 32);
}
.icon-getdirection .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(92, 92, 165);
}
.icon-info-legendbar-icon .path1:before {
  content: "\e911";
  color: rgb(0, 0, 0);
}
.icon-info-legendbar-icon .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}
.icon-list:before {
  content: "\e913";
  color: #666;
}
.icon-map:before {
  content: "\e914";
}
.icon-menu:before {
  content: "\e915";
  color: #666;
}
.icon-nursingroom:before {
  content: "\e916";
  color: #666;
}
.icon-password---hide:before {
  content: "\e917";
  color: #666;
}
.icon-password---show:before {
  content: "\e918";
  color: #666;
}
.icon-prayerroom:before {
  content: "\e919";
}
.icon-profile:before {
  content: "\e91a";
  color: #666;
}
.icon-required:before {
  content: "\e91b";
  color: #5c5ca5;
}
.icon-search:before {
  content: "\e91c";
  color: #666;
}
.icon-searchhinttext:before {
  content: "\e91d";
  color: #dddddc;
}
.icon-sentosaexpressstation:before {
  content: "\e91e";
}
.icon-slideshow:before {
  content: "\e91f";
  color: #666;
}
.icon-smokingarea:before {
  content: "\e920";
  color: #666;
}
.icon-taxistand:before {
  content: "\e921";
}
.icon-ticketingoffice:before {
  content: "\e922";
}
.icon-tickmark-circle .path1:before {
  content: "\e923";
  color: rgb(0, 159, 165);
}
.icon-tickmark-circle .path2:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-toilet:before {
  content: "\e925";
  color: #666;
}
.icon-tram:before {
  content: "\e926";
}
.icon-unlocked:before {
  content: "\e927";
  color: #fff;
}
.icon-arrow-down:before {
  content: "\e928";
  color: #666;
}
.icon-arrow-next:before {
  content: "\e929";
  color: #666;
}
.icon-arrow-previous:before {
  content: "\e92a";
  color: #666;
}
.icon-attractions:before {
  content: "\e92b";
  color: #666;
}
.icon-calendar:before {
  content: "\e92c";
  color: #666;
}
.icon-call:before {
  content: "\e92d";
  color: #666;
}
.icon-cross:before {
  content: "\e92e";
  color: #666;
}
.icon-email:before {
  content: "\e92f";
  color: #666;
}
.icon-facebook:before {
  content: "\e930";
  color: #666;
}
.icon-filter:before {
  content: "\e931";
  color: #666;
}
.icon-fullscreen:before {
  content: "\e932";
  color: #666;
}
.icon-important:before {
  content: "\e933";
  color: #f8a909;
}
.icon-instagram:before {
  content: "\e934";
  color: #666;
}
.icon-location-pin:before {
  content: "\e935";
  color: #666;
}
.icon-minus:before {
  content: "\e936";
  color: #666;
}
.icon-Oval:before {
  content: "\e937";
  color: #fbc800;
}
.icon-pausebutton .path1:before {
  content: "\e938";
  color: rgb(102, 102, 102);
  opacity: 0.8;
}
.icon-pausebutton .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pausebutton .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-playbutton .path1:before {
  content: "\e93b";
  color: rgb(102, 102, 102);
  opacity: 0.8;
}
.icon-playbutton .path2:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-plus:before {
  content: "\e93d";
  color: #666;
}
.icon-reset:before {
  content: "\e93e";
  color: #666;
}
.icon-time:before {
  content: "\e93f";
  color: #666;
}
.icon-twitter:before {
  content: "\e940";
  color: #666;
}
.icon-weibo:before {
  content: "\e941";
  color: #666;
}
.icon-wheelchair:before {
  content: "\e942";
  color: #666;
}
.icon-world:before {
  content: "\e943";
  color: #666;
}
.icon-youtube:before {
  content: "\e944";
  color: #666;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}


/* *Generate icon: https://css.gg/* */

/* de-icon-plus */
.de-icon-plus,
.de-icon-plus::after {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 1rem
}

.de-icon-plus {
  /* margin-top: -0.2rem; */
  position: relative;
  width: 1.6rem;
  height: 0.2rem;
  transition: all 0.5s;
}

.de-icon-plus::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.6rem;
  top: -0.7rem;
  left: 0.7rem
}

/* de-icon-minus */
.de-icon-minus {
  /* margin-top: -0.2rem; */
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 1rem;
  transition: all 0.5s;
}



