.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar-white {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: auto;
}

.content-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content-container.ticket-selector {
  height: 0px;
}

.content-container.top-padding-48 {
  padding-top: 48px;
}

.content-container.top-padding-48.bottom-padding48 {
  padding-bottom: 48px;
}

.content-container.top-padding-48.padding-16.bottom-padding-64 {
  padding-bottom: 64px;
}

.content-container.padding-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.content-container.padding-16.review-container {
  max-width: 800px;
  padding-top: 0px;
}

.review-container {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 42px;
}

.content-container.padding-top-bottom-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-card-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 16px black;
}

.body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
}

.text-center {
  text-align: center;
}

.navbar-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.menu-sub {
  padding-right: 12px;
  padding-left: 12px;
  float: right;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.menu-down {
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.menu-sub:hover {
  opacity: 0.6;
}

.menu-down.ancol-black-text-2 {
  color: #373a36;
}

.menu-down.ancol-black-text-2:hover {
  color: rgba(55, 58, 54, 0.8);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-upper {
  padding: 0px 12px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.menu-upper:hover {
  opacity: 0.6;
}

.menu-upper.ancol-black-text {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition-property: color;
  transition-property: color;
  color: #6d7d88;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.menu-upper.ancol-black-text:hover {
  opacity: 1;
  color: #3898ec;
}

.menu-upper.menu-white {
  color: #fff;
}

.container-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.top-section {
  background-color: #ddd;
}

.ticket-select-container {
  position: relative;
  top: -40px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
  border-radius: 8px;
  background-color: #fffefe;
  box-shadow: 3px 3px 18px -1px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.ticket-select-heading {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

.success-message {
  background-color: #fff;
}

.ticket-select-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-field {
  width: 240px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: hsla(0, 0%, 95.3%, 0);
  cursor: pointer;
}

.form-block {
  margin-bottom: 0px;
}

.div-block-4 {
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
  padding: 6px 12px 6px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 4px;
}

.submit-button {
  width: 200px;
  border-radius: 32px;
  background-color: #3898ec;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.submit-button:hover {
  background-color: #1975c5;
}

.submit-button-ticket {
  width: 200px;
  border-radius: 32px;
  background-color: #FA591D;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.submit-button-ticket:hover {
  background-color: #FA591D;
}

.event-grid {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-landscape {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 232px;
  min-width: 280px;
  border-radius: 12px;
  text-decoration: none;
}

.heading-section {
  /* margin-top: 32px; */
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}

.card-overlay {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.card-overlay.see-all {
  border: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
}

.image-2 {
  position: absolute;
  left: 12px;
  top: 14px;
}

.card-event-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 232px;
  min-width: 280px;
  margin-bottom: 4px;
  border-radius: 12px;
}

.grid-promosi {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-download {
  position: relative;
  z-index: 500;
  /* margin-top: 64px; */
  background-color: #d0f2ff;
}

.heading {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

.download-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.dropdown-toggle {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 6px 42px 6px 8px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dropdown-toggle:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.dropdown-toggle.header-black {
  background-color: #fafafa;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dropdown-toggle.header-black:hover {
  background-color: #f0f0f0;
}

.image-3 {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #aaa;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.text-block.ancol-black-text-2 {
  color: #373a36;
}

.icon {
  color: #fff;
}

.icon.ancol-black-text-2 {
  color: #373a36;
}

.brand {
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-top: 8px;
}

.navbar-scrolled {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.feature-container {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}

.feature-container.hide-scroll {
  padding-right: 16px;
  padding-left: 16px;
}

.slider-right {
  position: absolute;
  left: auto;
  top: 40%;
  right: 4px;
  bottom: 40%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  border-radius: 32px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.section-social {
  position: relative;
  z-index: 1000;
  background-color: #f7f7f7;
}

.social-text {
  font-size: 16px;
  line-height: 24px;
}

.link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #0061e3;
}

.social-container {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 6px;
  margin-left: 6px;
}

.section-footer {
  position: relative;
  z-index: 1000;
  margin-bottom: 32px;
  padding-top: 64px;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.footer-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0061e3;
}

.top-slider-text {
  padding: 64px;
}

.heading-top {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  text-shadow: 4px 4px 16px black;
}

.justify {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  padding-right: 16px;
  padding-left: 16px;
}

.event-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.event-container.hide-scroll {
  padding-right: 16px;
  padding-left: 16px;
}

.top-slider {
  width: 100%;
  height: 620px;
}

.slide-nav-2 {
  top: 540px;
  opacity: 0;
}

.slider-tab-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 60px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-14 {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.slider-text {
  padding-bottom: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-link {
  width: 120px;
  margin-right: 3px;
  margin-left: 3px;
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

.hero-link:hover {
  opacity: 0.8;
}

.hero-link.w--current {
  width: 120px;
  margin-right: 3px;
  margin-left: 3px;
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

.hero-link.active {
  opacity: 1;
  cursor: pointer;
}

.hero-link.active.w--current {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.link-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 4px 4px 16px black;
}

.link-cta.blue {
  color: #0061e3;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
}

.cta-text {
  margin-right: 6px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}

.cta-text:hover {
  margin-right: 8px;
}

.dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.dropdown-list.w--open {
  display: block;
  width: 180px;
  margin-left: -36px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #323232;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.link-block:hover {
  background-color: #f0f0f0;
}

.link-block.w--current {
  background-color: #dcecfa;
  color: #003c71;
}

.image-7 {
  margin-right: 12px;
  object-fit: contain;
}

.card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.slider-left {
  position: absolute;
  left: 4px;
  top: 40%;
  right: auto;
  bottom: 40%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5-rotate {
  border-radius: 32px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-15 {
  display: none;
}

.button-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #0061e3;
  border-radius: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0061e3;
  text-decoration: none;
}

.button-login:hover {
  opacity: 0.8;
}

.button-login.white {
  border-color: #fff;
  color: #fff;
}

.image-8 {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button-login-container {
  position: relative;
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-login-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #0061e3;
  border-radius: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0061e3;
  text-decoration: none;
}

.button-login-2:hover {
  opacity: 0.8;
}

.navbar-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.heading-title {
  margin-top: 48px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}

.heading-title.heading-breadcrumbed {
  margin-top: 12px;
}

.heading-title.margin-unit {
  margin-top: 64px;
  margin-bottom: 24px;
}

.heading-title.margin-unit.align-center {
  text-align: center;
}

.heading-title.margin-unit.align-center.margin-top-0 {
  margin-top: 0px;
}

.heading-title.align-center {
  text-align: center;
}

.heading-title.heading-breadcrumbed {
  margin-top: 12px;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.text-block-5.center {
  text-align: center;
}

.text-block-5.align-left {
  text-align: left;
}

.tabs {
  margin-top: 24px;
}

.tabtitle {
  top: 4px;
  padding: 8px 16px 12px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.tabtitle:hover {
  color: #003c71;
}

.tabtitle.w--current {
  position: relative;
  border-bottom: 4px solid #003c71;
  background-color: #fff;
  color: #003c71;
  font-weight: 600;
}

.tabs-menu {
  border-bottom: 4px solid #f2f2f2;
}

.form-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}

.form-container {
  width: 92%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.form-container.profile-form {
  margin-top: 24px;
  margin-left: 0px;
  width: 100%;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
}

.tab-content-container {
  padding-top: 42px;
  padding-bottom: 64px;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.labelsearch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 42px;
  max-width: 360px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.image-9 {
  width: 16px;
  height: 16px;
  margin: 11px 16px;
}

.search-text {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  color: #aaa;
  font-weight: 400;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-card {
  border-radius: 12px;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.15);
}

.list-card:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}

.list-card-image {
  width: 100%;
  padding-bottom: 66%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #eee;
}

.list-card-image.image01 {
  padding-bottom: 60%;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17 {
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.div-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.list-card-blog-title {
  overflow: hidden;
  max-height: 84px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #333;
  text-align: left;
}

.list-card-title {
  overflow: hidden;
  max-height: 84px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #333;
  text-align: left;
}

.list-card-sub {
  height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #3898ec;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: left;
}

.card-list-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #aaa;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.card-list-button:hover {
  border-color: #0061e3;
  background-color: #0061e3;
  color: #fff;
}

.tabs-content {
  padding-right: 8px;
  padding-left: 8px;
}

.load-more-container {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

.load-more-button {
  width: 92%;
  max-width: 520px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #0061e3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.load-more-button:hover {
  background-color: #0061e3;
  color: #fff;
}

.empty-text {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Poppins, sans-serif;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ecard-notif {
  display: flex;
  align-items: center;
  padding: 16px;
  color: white;
  background: #0061E3;
  border-radius: 8px;
  margin-bottom: 8px;
}

.ecard-notif-reservation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  color: white;
  background: #0061E3;
  border-radius: 8px;
  margin-bottom: 16px;
  max-width: 360px;
}

.ecard-activation-button {
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  padding-right: 60px;
  background: #FFFFFF;
  border-radius: 6px;
}

.ecard-reservation-button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  padding-right: 60px;
  background: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  color: #0061E3;
}

.ecard-button-container {
  padding-top: 24px;
  padding-bottom: 16px;
}

.activation-text {
  color: #0061E3;
}

.ecard-copy-code {
  display: flex;
  flex-direction: column;
}

.ecard-copy-text {
  width: 100%;
  text-align: center;
}

.slider {
  width: 100%;
  height: 520px;
}

.column-detail {
  margin-top: 48px;
}

.breadcrumbs-text {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.breadcrumbs-text.list-page {
  margin-top: 48px;
  padding-right: 0px;
  padding-left: 0px;
}

.breadcrumbs-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #0061e3;
  font-size: 13px;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #3898ec;
}

.top-breadcrumbs-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #0061e3;
  font-size: 13px;
  text-decoration: none;
}

.top-breadcrumbs-link:hover {
  color: #3898ec;
}

.heading-detail {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.detail-cta-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-7 {
  display: inline-block;
}

.button-promo {
  width: 240px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  background-color: #80E0A7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #00205B;
}

.button-blue {
  width: 92%;
  max-width: 240px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  background-color: #3898ec;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.button-blue:hover {
  background-color: #1975c5;
}

.detail-description {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  white-space: normal;
}

.detail-description-link {
  color: #0061e3;
  text-decoration: underline;
}

.detail-description-link:hover {
  color: #3898ec;
}

.detail-information {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 24px 32px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background-color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.information-column {
  margin-bottom: 12px;
}

.information-label {
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.infomation-text {
  font-family: Poppins, sans-serif;
  color: #003c71;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.promo-block {
  width: 92%;
  max-width: 420px;
  margin-bottom: 12px;
  padding: 12px 24px 16px;
  border: 2px dashed #3898ec;
  border-radius: 6px;
  background-color: rgba(56, 152, 236, 0.1);
}

.small-text {
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 12px;
  font-weight: 400;
}

.small-text.margin-top-12px {
  margin-top: 12px;
}

.small-text.margin-left-6px {
  margin-left: 6px;
}

.promo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0061e3;
  line-height: 24px;
  text-decoration: none;
}

.promo-container:hover {
  color: #3898ec;
}

.promo-code {
  color: #003c71;
}

.text-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.heading-subtitle {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.heading-subtitle-confirmation {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.heading-subtitle.username {
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.heading-subtitle.nomargin {
  margin-left: 10px;
  margin-bottom: 0px;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.other-promo-container {
  padding-left: 32px;
}

.other-promo-card {
  margin-bottom: 24px;
  color: #555;
  text-decoration: none;
}

.other-promo-card:hover {
  color: #0061e3;
}

.other-promo-title {
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.justify-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-10 {
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  background-color: #fafafa;
  object-fit: cover;
}

.grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery-line {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 32px;
  background-color: #ddd;
}

.profile-menu-container {
  padding-top: 32px;
  padding-bottom: 32px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background-color: #fafafa;
}

.image-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

.profile-picture {
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eee;
  border-radius: 36px;
  background-color: #fafafa;
  object-fit: cover;
}

.name-container {
  overflow: hidden;
  width: 100%;
  margin-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.profile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
}

.profile-menu:hover {
  background-color: #ebf0f3;
}

.profile-menu.w--current {
  background-color: #3898ec;
  color: #fff;
}

.profile-menu-block {
  width: 100%;
  padding-left: 8px;
}

.image-11 {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.image-11.current {
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.profile-content-container {
  padding: 32px;
}

.heading-profil {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.heading-profil.center {
  text-align: center;
}

.heading-profil.margin-top-bottom-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading-profil.align-left {
  text-align: left;
}

.upload-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary-full {
  width: 100%;
  padding: 10px 24px;
  margin-top: 8px;
  border-radius: 6px;
  background-color: #3898ec;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.arrival-date {
  width: 100%;
  padding-left: 12px;
  padding-right: 8px;
  height: 42px;
  left: 0px;
  top: 24px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
}

.button-small {
  margin-left: 24px;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #3898ec;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.button-small:hover {
  background-color: #1975c5;
}

.button-small.ticket-button {
  margin-left: 16px;
  padding-right: 32px;
  padding-left: 32px;
}

.button-small.last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-small.last.black {
  background-color: #333;
}

.button-small.last.black:hover {
  background-color: #003c71;
}

.button-blue-form {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  background-color: #3898ec;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.button-blue-form:hover {
  background-color: #1975c5;
}

.button-green-form {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  background-color: #38A81C;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.button-green-form:hover {
  background: #6ECA4C;
}

.button-green-form:active {
  background: #13780E;
}

.profile-picture-dropdown {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eee;
  border-radius: 36px;
  background-color: #fafafa;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
}

.dropdown-toggle-2 {
  width: 100%;
}

.dropdown-toggle-5 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
}

.dropdown-2 {
  display: none;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background-color: #fafafa;
}

.dropdown-list-2 {
  background-color: #fafafa;
}

.dropdown-list-2.w--open {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 12px;
}

.link-block-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 16px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #323232;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-profile:hover {
  background-color: #f0f0f0;
}

.link-block-profile.w--current {
  background-color: #3898ec;
  color: #fff;
}

.e-card-container {
  width: 100%;
  /* max-width: 328px; */
  padding-top: 24px;
  padding-bottom: 24px;
}

.e-card {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 328px;
  width: 100%;
  margin-bottom: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 18px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.e-card:hover {
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.25);
}

.e-card-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  border-radius: 18px;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: cover;
}

.e-card-image.passive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.e-card-text-container {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 16px 24px;
}

.ecard-title {
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.ecard-name {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.ecard-number {
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.ecard-valid {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #333;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

.back {
  margin-bottom: 24px;
}

.text-title {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-title.magin-top-32 {
  margin-top: 32px;
}

.ecard-information-container {
  width: 100%;
  max-width: 360px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background-color: #fafafa;
  text-align: center;
}

.e-card-logo-unit {
  width: 80px;
  height: 60px;
  margin-bottom: 6px;
  object-fit: contain;
}

.qr-image {
  margin-top: 12px;
  margin-bottom: 8px;
}

.ecard-reservation-container {
  /* width: 100%; */
  max-width: 360px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* border: 1px solid #f0f0f0; */
  border-radius: 12px;
  /* background-color: #fafafa; */
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.ecard-holder-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  margin-left: 16px;
}

.ecard-holder-info {
  margin-top: 12px;
  margin-left: 16px;
}

.ecard-info-block {
  width: 100%;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-label {
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}

.text-label.tiketlabel {
  color: #003c71;
  text-align: center;
}

.link-3 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #0061e3;
}

.footer-link-2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding-right: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #0061e3;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  margin-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-12 {
  margin-bottom: 32px;
}

.dropdown-text {
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: 12px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 400;
}

.dropdown-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 42px;
  max-width: 360px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #6d7d88;
  border-radius: 2px;
}

.dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ticket-container {
  margin-bottom: 24px;
  padding: 32px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background-color: #fafafa;
}

.tiket-inside-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tiket-inside-container-rombongan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}

.tiket-logo-organisasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  width: 240px;
}

.div-block-23 {
  width: 142px;
}

.ticket-description {
  font-family: Poppins, sans-serif;
  color: #555;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.ticket-list-container {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ticket-list-separator {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #ddd;
}

.widget-container {
  margin-top: 12px;
  margin-bottom: 48px;
}

.ticket-columns {
  margin-top: 24px;
}

.ticket-columns.margin-top-6 {
  margin-top: 6px;
}

.ticket-columns.margin-top-6.margin-bottom-48 {
  margin-bottom: 48px;
}

.ticket-columncontainer {
  padding: 12px 32px 12px 16px;
  text-align: left;
}

.ticket-cardcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 16px 16px 16px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(79, 136, 185, 0.2);
}

.ticket-cardimage {
  width: 48px;
  height: auto;
  max-height: 36px;
  max-width: 48px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-11 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ticket-cardtext {
  margin-left: 12px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-25 {
  padding: 24px 32px 12px 16px;
}

.breadcrumb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-container.margin-top-48 {
  margin-top: 48px;
}

.breadcrumb-container.padding-lr-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.c {
  margin-top: 48px;
}

.breadcrumbs-separator {
  width: 10px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-left: 6px;
}

.breadcrums-current {
  display: none;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.uppernavbarsection {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fafafa;
}

.uppernavbarsection.transparentbg {
  background-color: transparent;
}

.uppernavbarcontainer {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.dropdown-toggle-3 {
  padding-right: 16px;
  padding-left: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dropdown-toggle-3:hover {
  opacity: 0.6;
}

.dropdown-toggle-3.menu-white {
  color: #fff;
}

.icon-3 {
  margin-right: 0px;
}

.menudrop-label {
  padding: 16px 16px 6px;
  font-family: Poppins, sans-serif;
  color: #003c71;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.menudrop-link {
  padding: 6px 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #1d252d;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.menudrop-link:hover {
  color: #3898ec;
}

.menudrop-link.w--current {
  color: #003c71;
}

.menudrop-list {
  background-color: #fff;
}

.menudrop-list.w--open {
  min-width: 240px;
  padding-bottom: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.menudrop-lang {
margin-top: 58px;
}

.menudrop-list.menudrop-margintop.w--open {
  padding-top: 12px;
}

.text-block-13 {
  padding-right: 16px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.image-13 {
  width: 19px;
  height: 19px;
  margin-right: 4px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.dropdown-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-toggle-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-4.menu-white {
  color: #fff;
}

.icon-4 {
  margin-right: 12px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.card-square {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 280px;
  height: 373px;
  /* padding-top: 50%;
  padding-bottom: 50%; */
  border-radius: 12px;
  /* color: #fff; */
  text-decoration: none;
  cursor: default;
}

.card-overlay-square {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -50%;
  padding-top: 0%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.card-overlay-square.see-all {
  border: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
}

.text-bold {
  font-weight: 700;
}
/* sampai disini cocok */
.text-block-14 {
  margin-top: 24px;
}
.top-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.right-menu {
  display: flex;
}
.left-menu {
  display: flex;
}
.ticket-list-mobile {
  display: flex;
  /* align-items: center; */
}
.unit-name-list {
  display: flex;
  align-items: center;
}
.unit-type {
  margin-left: 6px;
}
.select-error {
  margin-left: 6px;
}

.text-block-18 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-left: 2px solid #e0e0e0;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.list-card-description {
  overflow: hidden;
  height: 57px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.list-card-description.padding-bottom-0 {
  margin-bottom: 12px;
}

.dropdown-filter {
  display: inline-block;
  width: 100%;
  height: 42px;
  max-width: 360px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.filter-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.dropdown-4 {
  width: 92%;
  max-width: 360px;
}

.dropdown-toggle-5 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
}

.dropdown-filter-list {
  border-radius: 12px;
  background-color: #fff;
}

.dropdown-filter-list.w--open {
  display: block;
  width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.section-title {
  background-color: #0061e3;
}

.title-heading {
  max-height: 54px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.columns-unit {
  margin-top: 16px;
  padding-right: 12px;
  padding-bottom: 48px;
  padding-left: 12px;
}

.image-unit {
  width: 200px;
  height: 150px;
}

.image-rating {
  margin-right: 12px;
}

.rating-overview {
  margin-bottom: 6px;
}

.rating-overview.align-left {
  text-align: left;
}

.link-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3898ec;
  text-decoration: none;
}

.image-info {
  margin-right: 6px;
}

.rating-overview-container {
  margin-bottom: 16px;
}

.text-block-16 {
  color: #0061e3;
}

.info-container {
  padding-bottom: 8px;
}

.container-listing {
  margin-bottom: 64px;
  padding-right: 16px;
  padding-left: 16px;
}

.grid-list {
  margin-top: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-container.margin-top-32 {
  margin-top: 42px;
}

.slider-2 {
  border-radius: 12px;
}

.unit-slider-description {
  position: relative;
  max-width: 720px;
  padding-right: 8px;
  padding-left: 8px;
}

.unit-slider {
  height: auto;
  background-color: #fff;
}

.image-slider {
  width: 100%;
  height: 100%;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-slider.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 232px;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 232px;
}

.slide-nav-3 {
  /* top: 84px; */
}

.heading-unit-small {
  margin-top: 16px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-unit-small.username {
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.heading-unit-small.nomargin {
  margin-bottom: 0px;
}

.image-slider-02 {
  width: 100%;
  height: 100%;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-unit {
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 13px;
  line-height: 19px;
}

.text-unit.margin-rop-12 {
  max-width: 640px;
  margin-top: 12px;
}

.text-unwrap {
  word-break: break-word;
}

.grid-3 {
  margin-bottom: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-27 {
  margin-bottom: 48px;
}

.review-form {
  width: 96%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-field {
  margin-bottom: 12px;
  border-radius: 4px;
}

.text-field-2 {
  margin-bottom: 16px;
  border-radius: 4px;
}

.rating-add {
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: left;
}

.rating-add.align-left {
  text-align: left;
}

.div-block-28 {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
}

.rating-total {
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.rating-total.align-left {
  text-align: left;
}

.image-rating-32 {
  margin-right: 8px;
  margin-left: 8px;
}

.review-summary-text {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.review-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.rating-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rating-list.align-left {
  text-align: left;
}

.dropdown-toggle-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit-dropdown {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  text-align: left;
}

.text-block-17 {
  color: #0061e3;
}

.unitdrop-list {
  background-color: #fff;
}

.unitdrop-list.w--open {
  min-width: 240px;
  padding-bottom: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.unitdrop-list.menudrop-margintop.w--open {
  padding-top: 12px;
}

.unittexttitle {
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.unitdatelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
}

.unitdate {
  width: 80px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.unithour {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
}

.link-block-2 {
  text-decoration: none;
}

.full-width {
  width: 100%;
}

.text-black {
  margin-top: 2px;
  color: #000;
}

.text-black.margin-bottom-16 {
  margin-bottom: 16px;
}

.heading-title-unit {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.heading-title-unit.heading-breadcrumbed {
  margin-top: 12px;
}

.heading-title-unit.margin-unit {
  margin-top: 64px;
  margin-bottom: 24px;
}

.heading-title-unit.margin-unit.align-center {
  text-align: center;
}

.heading-title-unit.margin-unit.align-center.margin-top-0 {
  margin-top: 0px;
}

.heading-title-unit.aling-center {
  text-align: center;
}

.heading-title-unit.margin-top-64 {
  margin-top: 64px;
}

.heading-title-unit.margin-top-64.align-center {
  text-align: center;
}

.reviewlist-container {
  margin-top: 32px;
  padding-bottom: 42px;
}

.heading-unit-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.heading-unit-2.center {
  text-align: center;
}

.heading-unit-2.margin-top-bottom-12 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}

.heading-unit-2.align-left {
  text-align: left;
}

.image-rating-20 {
  margin-right: 6px;
}

.image-grid-unit {
  width: 100%;
  height: 232px;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-grid-unit.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.image-promo-unit {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-promo-unit.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.div-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.slide5 {
  background-color: #1975c5;
  background-image: url('../images/Rectangle-28-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-content-container-hotel {
  padding-top: 24px;
  padding-bottom: 12px;
}

.tabs-content-hotel {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 2px solid #e0e0e0;
}

.list-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-room-list {
  width: 100%;
  height: 100%;
  max-height: 232px;
  max-width: 348px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-room-detail {
  margin-left: 32px;
  padding-top: 8px;
}

.text-title-room-list {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.small-text-room-label {
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  color: #003c71;
  font-size: 12px;
  font-weight: 400;
}

.small-text-room-label.margin-top-12px {
  margin-top: 12px;
}

.small-text-room-label.margin-left-6px {
  margin-left: 6px;
}

.heading-list-room {
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.div-block-29 {
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background-color: #eee;
}

.image-room-slider {
  width: 348px;
  height: 232px;
}

.slide-5 {
  width: 100%;
  height: 100%;
}

.mask {
  width: 348px;
  height: 232px;
}

.div-block-30 {
  max-width: 780px;
  margin-bottom: 32px;
}

.div-container--unit {
  max-width: 800px;
  padding: 16px 12px 48px;
}

.slider-3 {
  margin-bottom: 16px;
  border-radius: 8px;
}

.image-14 {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-card-link {
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #333;
  text-decoration: none;
}

.list-card-link:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}

.factcardscontainer {
  width: 50%;
}

.fact-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.logofunfacts {
  margin-right: 8px;
}

.slider-4 {
  height: auto;
  background-color: #fff;
}

.slide-nav-4 {
  display: none;
}

.icon-5 {
  margin-left: 0px;
  color: #0061e3;
  font-size: 24px;
}

.icon-6 {
  margin-right: 0px;
  color: #0061e3;
  font-size: 24px;
}

.mask-2 {
  padding: 4px 8px 12px;
}

.list-card-rating-overview {
  margin-top: 4px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  color: #424242;
}

.list-card-rating-overview.align-left {
  text-align: left;
}

.list-card-rating-template {
  margin-top: 4px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  color: #424242;
}

.button-expand {
  position: relative;
  float: right;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  padding: 1px 0px 0px;
  border-radius: 16px;
  background-color: #0061e3;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.faq-linkcontainer {
  margin-top: 12px;
  text-decoration: none;
}

.faq-link {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-left: 2px solid #e0e0e0;
  font-family: Poppins, sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.faq-link.w--current {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-left-color: #1975c5;
  font-family: Poppins, sans-serif;
  color: #1975c5;
  font-weight: 600;
}

.faq-heading {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.faq-search {
  width: fit-content;
  margin-top: 12px;
  margin-bottom: 24px;
  text-align: center;
  margin-top: -60px;
  background: white;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-container {
  background-image: url('/images/icon-search.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 12px center;
  padding-left: 8px;
  padding-right: 24px;
  border-bottom: none;
  box-shadow: none;
  border: 1px solid #E0E0E0;
  border-radius: 8px !important;
  height: 40px;
  width: 540px;
}

.faq-search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 42px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.faq-wrapper {
  margin-bottom: 12px;
}

.faq-question {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.faq-answer {
  display: none;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.topik-menu {
  position: sticky !important;
  top: 120px;
}

.accordion {
  background-color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 32px;
}

.accordion::after {
  color: #ACD4CE !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg) !important;
}

.image-rating {
  margin-right: 12px;
}

.image-rating-20 {
  margin-right: 6px;
}

.image-rating-32 {
  margin-right: 8px;
  margin-left: 8px;
}

.rating-overview {
  margin-bottom: 6px;
}

.rating-overview.align-left {
  text-align: left;
}

.dropdown-filter {
  display: inline-block;
  width: 100%;
  height: 42px;
  max-width: 360px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.filter-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.dropdown-filter-list {
  border-radius: 12px;
  background-color: #fff;
}

.dropdown-filter-list.w--open {
  display: block;
  width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.menudrop-label {
  padding: 16px 16px 6px;
  font-family: Poppins, sans-serif;
  color: #003c71;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.menudrop-link {
  padding: 6px 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #1d252d;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.menudrop-link:hover {
  color: #3898ec;
}

.menudrop-link.w--current {
  color: #003c71;
}

.section-title {
  background-color: #0061e3;
}

.content-container.padding-top-bottom-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-unit-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.heading-unit-2.center {
  text-align: center;
}

.heading-unit-2.margin-top-bottom-12 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}

.heading-unit-2.align-left {
  text-align: left;
}

.columns-unit {
  margin-top: 16px;
  padding-right: 12px;
  padding-bottom: 48px;
  padding-left: 12px;
}

.image-unit {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.image-slider.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.rating-overview-container {
  margin-bottom: 16px;
}

.heading-title-unit {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.heading-title-unit.heading-breadcrumbed {
  margin-top: 12px;
}

.heading-title-unit.margin-unit {
  margin-top: 64px;
  margin-bottom: 24px;
}

.heading-title-unit.margin-unit.align-center {
  text-align: center;
}

.heading-title-unit.margin-unit.align-center.margin-top-0 {
  margin-top: 0px;
}

.heading-title-unit.aling-center {
  text-align: center;
}

.heading-title-unit.margin-top-64 {
  margin-top: 64px;
}

.heading-title-unit.margin-top-64.align-center {
  text-align: center;
}

.heading-title-unit.align-center {
  text-align: center;
}

.mask-2 {
  padding: 4px 8px 12px;
}

.factcardscontainer {
  width: 50%;
}

.fact-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.logofunfacts {
  margin-right: 8px;
  object-fit: contain;
}

.info-container {
  padding-bottom: 8px;
}

.unit-dropdown {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  text-align: left;
}

.dropdown-toggle-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-info {
  margin-right: 6px;
}

.text-block-16 {
  color: #0061e3;
}

.text-block-17 {
  color: #0061e3;
}

.link-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3898ec;
  text-decoration: none;
}

.div-block-27 {
  margin-bottom: 48px;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-container.margin-top-32 {
  margin-top: 42px;
}

.unit-slider-description {
  position: relative;
  max-width: 720px;
  padding-right: 8px;
  padding-left: 8px;
}

.unit-slider {
  height: auto;
  background-color: #fff;
}

.image-slider {
  width: 100%;
  height: 100%;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-slider.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.image-slider-02 {
  width: 100%;
  height: 100%;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-unit-small {
  margin-top: 16px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-unit-small.username {
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.heading-unit-small.nomargin {
  margin-bottom: 0px;
}

.text-unit {
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 13px;
  line-height: 19px;
}

.text-unit.margin-rop-12 {
  max-width: 640px;
  margin-top: 12px;
}

.link-block-2 {
  text-decoration: none;
}

.image-grid-unit {
  width: 100%;
  height: 232px;
  max-height: 232px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-grid-unit.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.full-width {
  width: 100%;
}

.image-promo-unit {
  width: 100%;
  max-height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-promo-unit.margin-image-unit {
  margin-top: 0px;
  margin-bottom: 16px;
}

.grid-3 {
  margin-bottom: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-container {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 42px;
}

.review-form {
  width: 96%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rating-add {
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: left;
}

.rating-add.align-left {
  text-align: left;
}

.text-field {
  margin-bottom: 12px;
  border-radius: 4px;
}

.text-field-2 {
  margin-bottom: 16px;
  border-radius: 4px;
}

.div-block-28 {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
}

.reviewlist-container {
  margin-top: 32px;
  padding-bottom: 42px;
}

.rating-total {
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.rating-total.align-left {
  text-align: left;
}

.review-summary-text {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.review-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.rating-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rating-list.align-left {
  text-align: left;
}

.unitdrop-list {
  background-color: #fff;
}

.unitdrop-list.w--open {
  min-width: 240px;
  padding-bottom: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.unitdrop-list.menudrop-margintop.w--open {
  padding-top: 12px;
}

.unittexttitle {
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.unitdatelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
}

.unitdate {
  width: 80px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.unithour {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
}

.div-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.text-black {
  margin-top: 2px;
  color: #000;
}

.text-black.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.grid-subitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-subitem-seniman {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.listingsubitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background-color: #fafafa;
}

.imagesubitem {
  width: 100px;
  height: 100px;
  max-width: 100px;
  object-fit: cover;
}

.div-block-31 {
  width: 100%;
  margin-left: 12px;
}

.subitemtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subitemtitle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.subitemprice {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

.subitemtag {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  color: #6d7d88;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.subitemdescription {
  color: #6d7d88;
  font-size: 12px;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
}

.tab-content-container-hotel {
  padding-top: 24px;
  padding-bottom: 12px;
}

.tab-content-container-hotel {
  padding-top: 24px;
  padding-bottom: 12px;
}

.tabs-content-hotel {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 2px solid #e0e0e0;
}

.list-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-room-list {
  width: 100%;
  height: 100%;
  max-height: 232px;
  max-width: 348px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-room-detail {
  margin-left: 32px;
  padding-top: 8px;
}

.text-title-room-list {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.small-text-room-label {
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  color: #003c71;
  font-size: 12px;
  font-weight: 400;
}

.small-text-room-label.margin-top-12px {
  margin-top: 12px;
}

.small-text-room-label.margin-left-6px {
  margin-left: 6px;
}

.heading-list-room {
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.div-block-29 {
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background-color: #eee;
}

.image-room-slider {
  width: 348px;
  height: 232px;
}

.div-container--unit {
  max-width: 800px;
  padding: 16px 12px 48px;
}

.container-listing {
  margin-bottom: 64px;
  padding-right: 16px;
  padding-left: 16px;
}

.div-block-30 {
  max-width: 780px;
  margin-bottom: 32px;
}

.slider-3 {
  margin-bottom: 16px;
  border-radius: 8px;
}

.menu-square-right {
  display: flex;
  align-items: center;
}

.faq-group-title {
  display: flex;
  padding: 16px 16px 16px 12px;
  width: 30%;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
}

.faq-button-contact {
  display: flex;
  flex-direction: row;
  padding: 16px 16px 16px 12px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
  background-color: white;
  align-items: center;
  text-decoration: none;
}

.faq-button-contact-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.faq-group-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 24px 56px;
  margin-bottom: 40px;
}

.faq-content-container {
  box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.faq-header-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  padding-left: 80px;
}

.faq-parent-container {
  scroll-margin-top: 120px;
  scroll-margin-top: 120px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 220px;
}

.dufi-greeting-image {
  display: block;
}

.dufi-thinking-image {
  display: block;
}

.container-listing-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.content-list-landscape-text {
  width: 49%;
  margin-top: 0px;
}

.download-container {
  margin-bottom: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}

.download-link-help-center {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #3898ec;
  color: white;
  border-radius: 6px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-lang-mobile {
    width: 100%;
    padding-left: 47px;
    padding-right: 24px;
  }

  .dufi-greeting-image {
    display: none;
  }

  .dufi-thinking-image {
    display: none;
  }

  .faq-parent-container {
    scroll-margin-top: 120px;
    scroll-margin-top: 120px;
    background-image: url('/images/dufi-greeting.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 220px;
  }

  .faq-header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-left: 0;
    min-height: 210px;
  }

  .faq-header-container {
    width: 100%;
    display: flex;
    justify-content: left;
  }

  .faq-content-container {
    box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
    border-radius: 8px;
    width: 100%;
  }

  .faq-group-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 24px 56px;
    margin-bottom: 40px;
  }

  .faq-group-title {
    display: flex;
    padding: 16px 16px 16px 12px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
  }

  .faq-button-contact-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .faq-button-contact {
    display: flex;
    flex-direction: row;
    padding: 16px 16px 16px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgb(79 136 185 / 20%);
    background-color: white;
    align-items: center;
    width: 60%;
    text-decoration: none;
  }

  .search-container {
    background-image: url('/images/icon-search.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 12px center;
    padding-left: 8px;
    padding-right: 24px;
    border-bottom: none;
    box-shadow: none;
    border: 1px solid #E0E0E0;
    border-radius: 8px !important;
    height: 40px;
    width: 100%;
  }

  .faq-search {
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: center;
    margin-top: -60px;
    background: white;
    width: 96%;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .menu-square-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
  }
  .select-error {
    margin-left: 12px;
    margin-right: 12px;
  }
  .ticket-list-mobile {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .unit-name-list {
    display: flex;
    align-items: center;
  }
  .unit-type {
    margin-left: 42px;
  }
  .top-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .right-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .left-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .left-menu-text {
    color: grey;
  }
  .flickity-button {
    display: none;
  }
  .navbar-white {
    display: none;
  }

  .content-container {
    overflow: visible;
  }

  .content-container.ticket-selector {
    overflow: visible;
  }

  .heading-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .menu-sub.ancol-black-text-2 {
    width: 100%;
  }

  .menu-down {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .menu-down.ancol-black-text-2 {
    width: 100%;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 120px 60px -20px rgba(0, 0, 0, 0.2);
  }

  .menu-upper.ancol-black-text {
    width: 100%;
    color: #373a36;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400 !important;
  }

  .ticket-select-container {
    z-index: 999;
    margin-right: 16px;
    margin-left: 16px;
  }

  .ticket-select-heading {
    margin-right: 12px;
  }

  .event-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-landscape {
    height: 176px;
    min-width: 292px;
  }

  .dropdown {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-toggle.header-black {
    width: auto;
  }

  .dropdown-filter-list.w--open {
    margin-left: 0px;
    padding-top: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-scrolled {
    opacity: 1;
  }

  .feature-container {
    overflow: scroll;
  }

  .feature-container.hide-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-right {
    display: none;
  }

  .footer-link {
    white-space: normal;
  }

  .icon-2 {
    color: #fff;
  }

  .justify {
    /* display: none; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    overflow: hidden;
    width: 100%;
  }

  .event-container {
    overflow: scroll;
  }

  .event-container.hide-scroll {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
    padding-top: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .link-block {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-left {
    display: none;
  }

  .div-block-15 {
    position: relative;
    right: auto;
    display: block;
    width: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-login {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-color: #0061e3;
  }

  .button-login-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    color: #000;
  }

  .menu-button.w--open {
    background-color: #0061e3;
    color: #fff;
  }

  .menu-button-2 {
    color: #000;
  }

  .menu-button-2.w--open {
    background-color: #0061e3;
    color: #fff;
  }

  .button-login-2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-color: #0061e3;
  }

  .navbar-fix {
    opacity: 1;
  }

  .heading-title.m-center {
    margin-bottom: -12px;
    text-align: center;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-card-title {
    max-height: 72px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
  }

  .list-card-blog-title {
    max-height: 74px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
  }

  .list-card-sub {
    font-size: 14px;
    line-height: 18px;
  }

  .card-list-button {
    font-size: 16px;
    line-height: 20px;
  }

  .slider {
    height: 400px;
  }

  .social-share-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .justify-2 {
    display: block;
  }

  .heading-profil {
    margin-top: 12px;
  }

  .link-block-profile {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link-2 {
    white-space: normal;
  }

  .tiket-inside-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tiket-logo-organisasi {
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .ticket-columncontainer {
    padding: 16px 64px 0px;
  }

  .div-block-25 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .ecard-notif {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    color: white;
    background: #0061E3;
    border-radius: 8px;
    margin-bottom: 8px;
  }

  .ecard-notif-reservation {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    color: white;
    background: #0061E3;
    border-radius: 8px;
    margin-bottom: 16px;
    max-width: 360px;
  }

  .ecard-activation-button {
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
    padding-right: 60px;
    background: #FFFFFF;
    border-radius: 6px;
  }

  .ecard-reservation-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
    padding-right: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    text-decoration: none;
    color: #0061E3;
  }

  .ecard-button-container {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  /* .reservation-button-container {
    padding-top: 24px;
    padding-bottom: 16px;
  } */

  .uppernavbarcontainer {
    display: block;
  }

  .dropdown-toggle-3 {
    width: 100%;
    border-bottom: 0px none #ddd;
  }

  .menudrop-label.msizepaddingadjustment {
    padding-top: 0px;
    display: none;
  }

  .menudrop-list.w--open {
    position: relative;
    width: 100%;
    margin-left: 0px;
    box-shadow: none;
    margin-top: 8px;
  }

  .text-block-12 {
    padding-left: 12px;
  }

  .dropdown-toggle-4 {
    padding-left: 24px;
  }

  .card-square {
    height: 176px;
    min-width: 292px;
  }

  .dropdown-filter-list.w--open {
    margin-left: 0px;
    padding-top: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .unitdrop-list.w--open {
    position: absolute;
    width: 100%;
    margin-left: 0px;
  }

  .heading-title-unit.m-center {
    margin-bottom: -12px;
    text-align: center;
  }

  .tab-content-container-hotel {
    padding-bottom: 12px;
  }

  .image-room-list {
    max-width: 300px;
  }

  .list-room-detail {
    margin-left: 16px;
  }

  .list-card-link.list-card-3rd-item {
    display: none;
  }

  .factcardscontainer {
    width: 100%;
  }

  .grid-subitem {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-card-rating-overview {
    margin-top: 4px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    color: #424242;
    justify-content: center;
    flex-flow: wrap;
  }

  .list-card-rating-template {
    margin-top: 4px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    color: #424242;
    justify-content: start;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .content-container.ticket-selector {
    width: 100%;
  }

  .container-listing-detail {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .content-list-landscape-text {
    width: 100%;
    margin-top: 24px;
  }

  .menu-lang-mobile {
    width: 100%;
    padding-left: 47px;
    padding-right: 24px;
  }

  .menu-square-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 280px;
  }

  .ticket-select-container {
    top: -64px;
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ticket-select-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .ticket-select-form {
    width: 100%;
    justify-content: center;
  }

  .select-field {
    width: 100%;
    min-width: 200px;
  }

  .form-block {
    width: 100%;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-4 {
    margin-left: 0px;
  }

  .submit-button {
    width: 40%;
    min-width: 160px;
  }

  .submit-button-ticket {
    width: 40%;
    min-width: 160px;
  }

  .card-landscape.card-unit {
    min-width: 2px;
  }

  .heading-section {
    font-size: 32px;
    line-height: 50px;
  }

  .heading {
    text-align: center;
  }

  .download-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-right {
    display: none;
    width: 32px;
    height: 32px;
  }

  .link-2 {
    clear: left;
  }

  .social-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-text {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-title {
    margin-top: 24px;
  }

  .top-slider-text {
    margin-right: auto;
    margin-left: auto;
    padding-top: 200px;
    text-align: center;
  }

  .heading-top {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .download-container {
    margin-bottom: 32px;
    text-align: center;
  }

  .download-image {
    text-align: center;
  }

  .social-image-container {
    margin-top: 24px;
  }

  .footer-columns {
    text-align: center;
  }

  .ticket-selector {
    width: 60%;
  }

  .top-slider {
    height: 520px;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 52px;
    opacity: 1;
  }

  .slider-tab-container {
    display: none;
  }

  .link-cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-left {
    display: none;
    width: 32px;
    height: 32px;
  }

  .heading-title.margin-unit.align-center.small-left {
    text-align: left;
  }

  .tabtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .form-heading {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
  }

  .search-input {
    width: 60%;
    max-width: 300px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 320px;
  }

  .heading-detail {
    margin-top: 32px;
  }

  .detail-cta-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-share-container {
    margin-top: 24px;
  }

  .information-label {
    font-size: 14px;
    line-height: 20px;
  }

  .small-text.margin-left-6px {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .promo-code {
    font-size: 20px;
  }

  .other-promo-container {
    margin-top: 64px;
    padding-left: 0px;
    text-align: center;
  }

  .profile-menu-container {
    display: none;
  }

  .profile-content-container {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 0;
  }

  .button-small.last.card-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-toggle-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .dropdown-2 {
    display: block;
  }

  .text-title.centersmall {
    text-align: center;
  }

  .ecard-information-container {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-input {
    width: 60%;
    max-width: 300px;
  }

  .div-block-22 {
    width: 160px;
  }

  .column {
    margin-bottom: 12px;
  }

  .ticket-columncontainer {
    padding: 16px 32px 0px;
  }

  .ticket-cardtext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-25 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .topik-menu {
    position: relative !important;
    top: 0px;
  }

  .link-info {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-center {
    margin-bottom: 32px;
    text-align: center;
  }

  .unit-dropdown {
    width: auto;
  }

  .dropdown-toggle-6.w--open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit-dropdown {
    width: auto;
  }

  .unitdrop-list.w--open {
    margin-top: 4px;
    margin-left: -42px;
  }

  .small-center {
    margin-bottom: 32px;
    text-align: center;
  }

  .heading-title-unit {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-title-unit.margin-unit.align-center.small-left {
    text-align: left;
  }

  .heading-unit-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .unitdrop-list.w--open {
    margin-top: 4px;
    margin-left: -42px;
  }

  .div-info {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-room {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-room-list {
    max-width: 348px;
  }

  .list-room-detail {
    margin-top: 16px;
    margin-left: 0px;
  }

  .small-text-room-label.margin-left-6px {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-list-room {
    margin-top: 32px;
  }

  .faq-search-input {
    width: 60%;
    max-width: 300px;
  }

  .column-2 {
    position: relative;
    top: auto;
  }

  .grid-subitem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .upload-image-block.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-picture.guideline {
    width: 126px;
    height: 126px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #eee;
    border-radius: 63px;
    background-color: #fafafa;
    object-fit: cover;
  }
  
  .promo-button-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.20);
    width:100%;
    display: flex;
    position: static;
    background: #ffffff;
    z-index: 9998;
  }

  .button-promo {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu-upper {
    padding-right: 8px;
    font-size: 10px;
  }

  .ticket-select-container {
    top: -64px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .ticket-select-form {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4 {
    margin-right: 0px;
  }

  .submit-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .submit-button-ticket {
    font-size: 18px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .social-text.small-center {
    margin-bottom: 0px;
  }

  .ticket-selector {
    width: 100%;
    margin-bottom: 12px;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 92px;
  }

  .text-block-5.center {
    text-align: left;
  }

  .tabtitle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-6 {
    text-align: left;
  }

  .labelsearch-container {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search-input {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    height: 200px;
  }

  .detail-information {
    padding-right: 16px;
    padding-left: 16px;
  }

  .promo-block {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .small-text-mobile {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .small-text.margin-left-6px {
    display: block;
    margin-left: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .text-block-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-small.ticket-button {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .button-small.last.card-custom {
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ecard-information-container {
    width: 100%;
  }

  .ecard-holder-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ecard-holder-info {
    margin-left: 0px;
  }

  .text-label.tiketlabel {
    text-align: left;
  }

  .dropdown-input {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dropdown-container {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ticket-container {
    padding: 24px 16px;
  }

  .ticket-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-22 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .div-block-23 {
    width: 100%;
  }

  .ticket-columncontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ticket-cardcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ticket-cardimage {
    width: 32px;
    max-height: 24px;
    max-width: 32px;
    margin-right: 6px;
  }

  .div-block-24 {
    margin-right: auto;
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ticket-cardtext {
    margin-left: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .title-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .heading-unit-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .social-text.small-center {
    margin-bottom: 0px;
  }

  .div-block-27 {
    margin-bottom: 24px;
  }

  .unit-slider-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    margin-bottom: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-rating-20 {
    width: 16px;
  }

  .image-rating-32 {
    width: 24px;
  }

  .grid-subitem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content-hotel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .unit-slider-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    margin-bottom: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-27 {
    margin-bottom: 24px;
  }

  .image-rating-32 {
    width: 24px;
  }

  .image-rating-20 {
    width: 16px;
  }

  .tabs-content-hotel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-text-room-label.margin-left-6px {
    display: block;
    margin-left: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .faq-search-input {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-subitem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-container {
    margin-bottom: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .top-breadcrumbs-link span {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Poppins, sans-serif;
    color: #0061e3;
    font-size: 13px;
    text-decoration: none;
    display: none;
  }

  .top-breadcrumbs-link:after {
    font-size: 2em;
    font-weight: 800;
  }
}
