img {
  display: inline-block;
  max-width: 100%;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.section.hero {
  position: relative;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section.welcome {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sunset.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section.service-categories {
  padding-bottom: 60px;
  text-align: center;
}

.section.poker-tour {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.poker-tour.poker-by-land {
  padding-top: 0px;
}

.section.inner-hero {
  position: relative;
  overflow: visible;
}

.section.inner-page.lead-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.inner-page.lead-lg.bg-light {
  background-color: #f5f5f5;
  color: #fff;
}

.section.inner-page.enhancements {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.inner-page.logo-grid {
  display: block;
  padding-bottom: 60px;
}

.section.inner-page.contact-details {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.inner-page.contact-form {
  padding-bottom: 140px;
}

.section.inner-page.contact-form-details {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  color: #222;
}

.section.plans {
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.cms-banner {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.cms-content {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.cms-content.ship {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.cms-content.location {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.cta {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #26b3d1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#311249), to(transparent));
  background-image: linear-gradient(0deg, #311249, transparent);
  background-position: 0px 0px;
}

.section.partners {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.partners.poker-by-land {
  padding: 40px 20px 20px;
}

.section.booking {
  padding-top: 0px;
}

.section.contact-form {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand {
  padding-left: 0px;
  text-decoration: none;
}

.brand.brand-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand-text {
  margin-top: 5px;
  color: #404040;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.brand-text.mobile {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container {
  max-width: 1140px;
  padding-right: 16px;
  padding-left: 16px;
}

.container.book {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-service-categories {
  margin-top: -180px;
}

.container.brands-container {
  padding-right: 0px;
  padding-left: 0px;
}

.container.brands-container.container-wrd {
  text-align: center;
}

.container.inner-hero {
  position: relative;
  z-index: 1;
}

.container.container-wrd {
  max-width: 1497px;
}

.container.contact-form-details {
  max-width: 768px;
}

.container.booking {
  background-color: #fff;
}

.container.contact-form {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  margin-left: 40px;
  padding: 12px 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ac9348;
}

.nav-link.w--current {
  color: #ac9348;
}

.nav-link.first-child {
  margin-left: 0px;
}

.divider {
  height: 2px;
  background-color: #ac9348;
}

.menu-button {
  display: none;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.columns.inner-hero.image {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.columns.details {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns.enhancements {
  margin-top: 60px;
}

.columns.contact-details {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.book {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.cta {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column {
  position: static;
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.column.hero.column-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.column.hero.column-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column.column-1 {
  background-image: url('../images/casino.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.welcome.brands {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column.details {
  margin-top: 40px;
}

.column.enhancements {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-background.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/mainstream_banner1_hires1_2021aug3fw.jpg');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 1;
}

.heading.hero {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
}

.heading.hero.heading-wrd {
  text-shadow: 1px 1px 12px #000;
}

.heading.welcome {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ac9348;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.heading.welcome.gold {
  margin-bottom: 0px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2px;
}

.heading.book {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ac9348;
  font-size: 45px;
  font-weight: 600;
}

.heading.book.gold {
  font-size: 45px;
  font-weight: 600;
}

.heading.card-title.poker-tour {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

.heading.card-title.event-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

.heading.inner-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b80c1a;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
}

.heading.lead-lg {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.heading.details {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.heading.details.tab-pane {
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

.heading.details.column {
  padding-right: 0px;
  padding-left: 0px;
  color: #222;
  font-size: 20px;
  text-align: left;
}

.heading.enhancements {
  color: #666;
  font-size: 26px;
  text-align: center;
}

.heading.logo {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #666;
  font-weight: 900;
  text-align: center;
}

.heading.form-heading {
  margin-top: 0px;
  background-color: transparent;
  color: #666;
  font-weight: 900;
}

.heading.cms-banner {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b80c1a;
  font-weight: 900;
  text-align: center;
}

.heading.cms-content {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  background-color: #b6c40d;
  color: #fff;
}

.heading.cms-content.itinerary {
  background-color: #00abab;
}

.heading.cms-content.about {
  background-color: #b6c40d;
}

.heading.cms-content.poker-room {
  background-color: #005a78;
}

.heading.cms-content.related {
  margin-top: 60px;
  background-color: #005a78;
}

.heading.cta {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.heading.booking {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ac9348;
}

.transparent-card.hero.card-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 30px;
  border-radius: 8px;
  text-align: left;
}

.transparent-card.hero.card-1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 894px;
  margin-top: 40px;
  padding: 20px 30px 30px;
  border-radius: 8px;
}

.hero-card-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #222;
  opacity: 0.6;
}

.text.hero {
  margin-top: 10px;
  color: #fff;
}

.text.book-text {
  margin-top: 10px;
}

.text.alert {
  padding: 10px 20px;
  background-color: #fff3cd;
}

.text.alert.plans {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  color: #664d03;
  text-align: left;
}

.text.disclaimer {
  opacity: 0.7;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.list.hero {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list.alert.details {
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #fff3cd;
}

.list.card-2 {
  margin-top: 20px;
  padding-left: 20px;
}

.list.tours {
  margin-top: 40px;
}

.list-item {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-item.hero {
  position: static;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #ac9348;
  border-radius: 1px;
}

.list-item.hero.first-child {
  border-top-style: none;
}

.list-item.details {
  margin-top: 10px;
  color: #666;
}

.list-item.alert.details {
  color: #664d03;
  list-style-type: decimal;
}

.list-item.card-2 {
  margin-top: 10px;
  color: #666;
}

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

.list-item.related-tours {
  display: -ms-grid;
  display: grid;
  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;
}

.link.hero {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link.hero:hover {
  background-color: transparent;
  color: #ccc;
}

.button {
  padding: 12px 32px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ac9348;
  box-shadow: 0 -1px 12px 9px rgba(184, 162, 98, 0.15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #756431;
}

.button.hero {
  margin-top: 40px;
}

.button.hero.gold {
  margin-top: 0px;
}

.button.book-link {
  margin-bottom: 5px;
}

.button.button-tab {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-color: #999;
  background-color: transparent;
  box-shadow: none;
  color: #999;
}

.button.button-tab.w--current {
  border: 2px solid transparent;
  background-color: #ac9348;
  box-shadow: none;
  color: #fff;
  cursor: auto;
}

.button.button-tab.last-button {
  border-left-style: none;
  border-left-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.button-tab.first-button {
  border-right-style: none;
  border-right-color: transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.button-tab.gold {
  border-width: 1px;
}

.button.inner-hero {
  margin-top: 30px;
}

.button.outline {
  border-color: #ac9348;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #ac9348;
}

.button.outline:hover {
  border-color: #222;
  color: #222;
}

.button.outline.inner-hero.desktop.poker-tour-land {
  display: none;
  overflow: visible;
}

.button.outline.inner-hero.mobile {
  display: none;
}

.button.form-button {
  margin-top: 40px;
}

.button.text-shadow-wrd {
  text-shadow: 3px 3px 7px #000;
}

.button.widget-button {
  display: block;
  margin-top: 20px;
}

.button.contact-form-button {
  margin-top: 40px;
  background-color: #b80c1a;
}

.button.contact-form-button:hover {
  background-color: #9c0915;
}

.button.contact-form-button.widget {
  width: 100%;
}

.button.red {
  background-color: #b80c1a;
}

.button.red:hover {
  background-color: #9b0a16;
}

.button.red.widget-button {
  box-shadow: 0 -1px 12px 9px rgba(184, 12, 26, 0.1);
}

.text-center {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-center.brand-text-wrapper {
  display: none;
}

.text-center.footer-button-wrapper {
  margin-top: 40px;
}

.text-center.colophon {
  margin-top: 20px;
  color: #ac9348;
}

.text-center.plans {
  margin-top: 60px;
}

.text-center.mt-40 {
  margin-top: 40px;
}

.relative {
  position: relative;
}

.row {
  overflow: visible;
  margin-right: -16px;
  margin-left: -16px;
}

.row.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.d-flex.align-items-center.justify-content-center {
  -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;
}

.row.d-flex.align-items-center.justify-content-center.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.row.d-flex.align-items-center.justify-content-center.brands.brands-list-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image.navbar-image {
  display: block;
  width: 100%;
  max-width: 377px;
  margin-right: 0px;
  margin-left: 0px;
}

.image.navbar-image.colophon {
  margin-right: auto;
  margin-left: auto;
}

.image.welcome.brand {
  width: 100%;
  max-width: 200px;
  -webkit-filter: contrast(10%);
  filter: contrast(10%);
}

.image.welcome.brand.poker-by-land {
  -webkit-filter: none;
  filter: none;
}

.image.lead-lg {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.image.lead-lg.simple {
  margin-right: auto;
  margin-left: auto;
}

.image.services {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.image.ship-footer {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 0px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.d-flex.align-items-center {
  -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;
}

.d-flex.align-items-center.justify-content-center {
  -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;
}

.d-flex.align-items-center.justify-content-center.social-media-icon-wrapper {
  margin-top: 40px;
}

.d-flex.align-items-center.book-header {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex.align-items-center.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.d-flex.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.d-flex.align-items-end.justify-content-between.book-cta {
  width: 100%;
  max-width: 1497px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-flex.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.book-cta-content {
  padding-right: 20px;
  padding-left: 20px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.link-social-media-icon {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9348;
  font-size: 20px;
  text-decoration: none;
}

.link-social-media-icon:hover {
  color: #756431;
}

.fa-icon.brand {
  font-family: 'Fa brands 400', sans-serif;
}

.link-no-decoration {
  text-decoration: none;
}

.link-no-decoration.colophon {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #756431;
}

.link-no-decoration.colophon:hover {
  color: #222;
}

.collection-item {
  height: auto;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.collection-item.by-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-body {
  width: 100%;
  margin-top: 0px;
  padding: 20px 20px 15px;
}

.card-link {
  margin-top: 0px;
  border-bottom: 2px none #ac9348;
  font-family: Montserrat, sans-serif;
  color: #ac9348;
  font-weight: 600;
  text-decoration: none;
}

.card-link.event-link {
  margin-top: 20px;
}

.text-card-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9348;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.border-card-link {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  border-bottom: 2px none #000;
  background-color: #ac9348;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.collection-list-wrapper {
  display: block;
}

.collection-list-wrapper.services {
  display: none;
}

.service-categories-background {
  height: 840px;
  margin-bottom: 100px;
  background-image: url('../images/rc-ship.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.tabs-menu.details {
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content {
  overflow: visible;
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px 20px 40px;
}

.collection-list-poker-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-poker-tour.by-sea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.poker-tour-card {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -1px 12px 12px rgba(0, 0, 0, 0.02);
}

.card-subtitle {
  margin-top: 5px;
  color: #aaa;
}

.collection-list-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 -1px 12px 18px rgba(0, 0, 0, 0.02);
  color: #222;
  text-decoration: none;
}

.event-card.last-event {
  padding: 25px 20px 40px;
  box-shadow: 0 -1px 12px 12px rgba(0, 0, 0, 0.02);
}

.event-card-content {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  height: 100%;
}

.event-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.event-text-wrapper.end {
  margin-top: 5px;
}

.event-date {
  padding-left: 10px;
  color: #999;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px hsla(0, 0%, 40%, 0.1);
  text-decoration: none;
}

.card-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.card-footer.tour-card {
  padding-top: 20px;
}

.card-footer.events {
  padding: 20px 0px 0px;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 22px;
  line-height: 32px;
}

.card-title.card-title-small {
  font-size: 18px;
  line-height: 28px;
}

.card-image {
  width: 100%;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-fluid.inner-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  max-width: 1920px;
}

.column-2.inner-hero {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.lead.inner-hero {
  margin-top: 30px;
  color: #666;
  font-size: 18px;
  line-height: 34px;
}

.column-1.inner-hero {
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.column-2-image.inner-hero {
  height: 100%;
  box-shadow: 0 0 48px 16px transparent;
}

.column-2-image.inner-hero.private-travel {
  background-image: url('../images/travel-tools.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2-image.inner-hero.private-travel.by-sea {
  background-image: url('../images/private-sea-travel.jpeg');
  background-position: 50% 50%;
}

.column-2-image.inner-hero.private-travel.by-land {
  background-image: url('../images/wpt_esports.jpeg');
}

.column-2-image.inner-hero.travel-insurance {
  background-image: url('../images/travel-tools.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2-image.inner-hero.travel-insurance.by-sea {
  background-image: url('../images/travel-insurance-sea.jpeg');
}

.column-2-image.inner-hero.travel-insurance.by-land {
  background-image: url('../images/31041651756_a6fd0cbafe_h.jpeg');
}

.column-2-image.inner-hero.contact {
  background-image: url('../images/documents.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2-image.inner-hero.poker.by-land {
  background-image: url('../images/poker-tours-land.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2-image.inner-hero.poker.by-sea {
  background-image: url('../images/rc-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
}

.paragraph.lead-lg {
  margin-top: 40px;
  color: #666;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.paragraph.lead-lg.simple {
  margin-top: 0px;
}

.paragraph.lead-lg.left-align {
  text-align: left;
}

.paragraph.details {
  border-style: none;
  border-width: 1px;
  border-color: #222;
  color: #666;
  line-height: 26px;
}

.paragraph.details.tab-content {
  margin-top: 20px;
  border-style: none;
  color: #666;
}

.paragraph.details.column {
  margin-top: 10px;
  line-height: 28px;
}

.paragraph.enhancements {
  width: 100%;
  max-width: 534px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #666;
  text-align: center;
}

.tabs-content {
  margin-top: 40px;
}

.tab-link.details {
  padding: 12px 32px;
  border-style: solid none;
  border-width: 2px;
  border-color: #666 #666 #666 #000;
  background-color: #fff;
  color: #666;
  font-weight: 600;
  letter-spacing: 1px;
}

.tab-link.details.w--current {
  color: #fff;
}

.tab-link.details.middle {
  border-color: #00abab;
  border-right-style: solid;
  border-left-style: solid;
  color: #00abab;
}

.tab-link.details.middle.w--current {
  background-color: #00abab;
  color: #fff;
}

.tab-link.details.last {
  border-top-color: #005a78;
  border-right-style: solid;
  border-right-color: #005a78;
  border-bottom-color: #005a78;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #005a78;
}

.tab-link.details.last.w--current {
  background-color: #005a78;
  color: #fff;
}

.tab-link.details.first {
  border-top-color: #b6c40d;
  border-bottom-color: #b6c40d;
  border-left-style: solid;
  border-left-color: #b6c40d;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #b6c40d;
}

.tab-link.details.first.w--current {
  background-color: #b6c40d;
  color: #fff;
}

.tab-pane.details {
  margin-top: 0px;
}

.paragraph-link {
  color: #222;
  font-weight: 700;
  text-decoration: none;
}

.header-card-2.enhancements {
  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;
}

.card-2 {
  margin-top: 40px;
}

.card-2.enhancements {
  padding: 30px 30px 20px;
  border-radius: 16px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.03);
}

.card-2-icon {
  position: static;
  margin-right: 20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #666;
  font-size: 42px;
}

.card-2-icon.red {
  color: #db2121;
}

.card-2-icon.orange {
  color: #ee8437;
}

.card-2-icon.gray {
  color: #948989;
}

.card-2-icon.brown {
  color: #af7e34;
}

.card-2-icon.blue {
  color: #4acbe8;
}

.card-2-icon.yellow {
  color: #e8d84e;
}

.card-2-icon.green {
  color: #87e385;
}

.card-2-icon.purple {
  color: #9228d2;
}

.card-2-icon.pink {
  color: #f25cec;
}

.card-2-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 20px;
}

.card-2-title.red {
  color: #db2121;
}

.card-2-title.gray {
  color: #948989;
}

.card-2-title.orange {
  color: #ee8437;
}

.card-2-title.brown {
  color: #af7e34;
}

.card-2-title.blue {
  color: #4acbe8;
}

.card-2-title.yellow {
  color: #e8d84e;
}

.card-2-title.green {
  color: #87e385;
}

.card-2-title.purple {
  color: #9228d2;
}

.card-2-title.pink {
  color: #f25cec;
}

.card-2-subtitle {
  color: #aaa;
  font-size: 14px;
}

.embed.table {
  overflow: auto;
  margin-top: 60px;
  margin-bottom: 70px;
  -o-object-fit: fill;
  object-fit: fill;
}

.embed.map {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
}

.text-span {
  font-family: 'Fa solid 900', sans-serif;
}

.bold-text {
  font-family: 'Fa solid 900', sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block.card-contact-details {
  display: block;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.image-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.logo.logo-grid {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.logo.logo-grid.bg {
  background-color: #f5f5f5;
}

.mb-100 {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.text-block.content {
  margin-top: 10px;
  color: #666;
}

.text-block.content.contact-form-details-content {
  padding-left: 40px;
}

.text-block.cms-banner {
  color: #666;
  text-align: center;
}

.text-block.cta {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #f5f5f5;
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.link-block.link {
  display: block;
  margin-top: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
  text-decoration: none;
}

.link-block.link:hover {
  color: #ac9348;
}

.contact-details-card {
  padding-left: 40px;
}

.contact-details-card.mt-2 {
  margin-top: 20px;
}

.contact-details-card.mt-40 {
  margin-top: 40px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form.contact {
  background-color: transparent;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-grid.widget {
  margin-top: 20px;
}

.banner-image.cms-banner-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-image.cms-banner {
  margin-top: 40px;
}

.subheading.cms-banner {
  margin-top: 10px;
  color: #666;
  text-align: center;
}

.subheading.hero {
  margin-top: 20px;
}

.date-wrapper.cms-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
}

.date.cms-banner {
  padding-right: 10px;
  padding-left: 10px;
}

.ship-link.cms-banner {
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.trip-wrapper.cms-banner {
  color: #666;
  text-align: center;
}

.trip-link.cms-banner {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9348;
  text-decoration: none;
}

.trip-link.cms-banner:hover {
  color: #756431;
}

.trip-label.cms-banner {
  display: inline-block;
  margin-right: 10px;
}

.col-1.sb {
  padding-right: 40px;
}

.heading-2 {
  color: #666;
}

.rich-text.cms-content {
  margin-top: 20px;
}

.rich-text.cms-content.itinerary {
  margin-top: 20px;
}

.heading-2-copy {
  color: #666;
}

.itinerary.cms-content {
  margin-top: 60px;
}

.cms-content.poker-room {
  margin-top: 60px;
}

.cms-widget {
  padding: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #666;
}

.cms-widget.cruise {
  margin-top: 60px;
  padding-bottom: 20px;
  box-shadow: none;
}

.cms-widget.table {
  margin-top: 60px;
}

.cms-widget.widget-table {
  margin-top: 60px;
}

.cms-widget.ship {
  margin-top: 60px;
}

.cms-widget.ship.first {
  margin-top: 0px;
}

.cms-widget.booking-form {
  margin-top: 60px;
}

.cms-widget-heading.cruse {
  margin-top: 0px;
  color: #666;
}

.cms-widget-heading.ship {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b80c1a;
}

.cms-widget-heading.ship.rooms {
  margin-top: 40px;
  color: #666;
}

.cms-widget-heading.ship.room {
  color: #666;
}

.cms-widget-heading.ship.sub {
  margin-top: 60px;
  font-size: 18px;
}

.cms-widget-heading.ship.sub.first {
  margin-top: 0px;
}

.cms-widget-heading.cruise {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
}

.cms-widget-heading.cruise.form {
  margin-bottom: 20px;
}

.widget-content.cruise {
  margin-top: 20px;
}

.cms-widget-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cms-widget-date-wrapper.cruise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.cms-widget-label.tour-card {
  margin-right: 10px;
  color: #222;
}

.bold-text-2 {
  display: inline-block;
  padding-right: 10px;
}

.cms-widget-label-content {
  font-size: 14px;
  line-height: 20px;
}

.cms-widget-location-wrapper.cruise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-weight: 700;
}

.cms-widget-location-wrapper.tour-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  color: #666;
}

.cms-widget-text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9348;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.cms-widget-text-link.cruise:hover {
  color: #756431;
}

.cms-date.cms-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
  color: #666;
}

.cms-date-text.cms-banner {
  padding-right: 10px;
  padding-left: 10px;
}

.cms-date-text.cms-banner.date-separator {
  padding-right: 0px;
  padding-left: 0px;
}

.cms-roundtrip-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  color: #666;
}

.cms-label.cms-banner {
  margin-right: 10px;
}

.cms-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9348;
  text-decoration: none;
}

.cms-link:hover {
  color: #756431;
}

.cms-banner-image {
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
}

.cms-banner-image.cms-banner {
  margin-top: 60px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
}

.col-2.cta {
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cms-rich-text {
  margin-top: 20px;
}

.cms-rich-text.rooms {
  margin-top: 10px;
  font-size: 14px;
}

.cms-rich-text.ship-content {
  margin-top: 0px;
}

.cms-rich-text.location {
  margin-top: 40px;
}

.cms-rich-text.cms-content-table {
  margin-top: 60px;
}

.cms-widget-rich-text.cruise {
  overflow: hidden;
  margin-top: 20px;
}

.cms-widget-rich-text.table {
  overflow: hidden;
}

.bold-text-3 {
  margin-right: 10px;
}

.cms-widget-image.ship {
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(34, 34, 34, 0.1);
}

.cms-widget-rooms.ship {
  margin-top: 10px;
}

.collection-item-2 {
  margin-top: 40px;
}

.item.tours {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form.book {
  display: none;
  margin-top: 40px;
}

.dropdown-toggle {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
}

.dropdown {
  display: block;
}

.dropdown.book {
  margin-top: 30px;
}

.datepicker.book {
  height: 50px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.placeholder {
  color: #999;
}

.datepicker-wrapper {
  position: relative;
}

.input.book {
  height: 50px;
  padding: 24px 20px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.input.form {
  padding: 24px 20px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.input.element-form {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 8px;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.input.sublabel {
  margin-bottom: 5px;
}

.select.form {
  margin-top: 30px;
  padding: 24px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  color: #222;
}

.select.element-form {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 85px;
}

.select.book {
  height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.col-1.cta {
  display: block;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/appstore-bg-lg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

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

.text-block-3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-3 {
  text-align: right;
}

.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;
}

.radio-button-field {
  padding-top: 0px;
}

.button-2 {
  background-color: transparent;
  background-image: url('../images/btn-playstore.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button---store.google-play {
  width: 172px;
  height: 49px;
  margin-left: 20px;
  background-color: transparent;
  background-image: url('../images/btn-playstore.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button---store.google-play:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button---store.app-store {
  width: 151px;
  height: 49px;
  background-color: transparent;
  background-image: url('../images/btn-appstore.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button---store.app-store:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.cta-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.card-text.location {
  display: inline-block;
  padding-right: 10px;
  color: #222;
}

.card-text.label {
  display: inline-block;
  padding-right: 10px;
  color: #222;
}

.card-text.label-content {
  display: inline-block;
  color: #222;
}

.card-text.label-content.separator {
  padding-right: 5px;
  padding-left: 5px;
}

.card-text-wrapper {
  display: block;
}

.card-text-wrapper.card-tagline {
  margin-top: 20px;
}

.button-wrapper-card-footer {
  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;
}

.card-link-events-footer {
  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;
}

.dropdown-toggle-2 {
  padding: 0px 20px 0px 0px;
}

.icon {
  margin-right: 0px;
}

.header-nav-dropdown {
  padding: 0px 20px 0px 0px;
}

.dropdown-link-child-header {
  font-weight: 600;
}

.dropdown-link-child-header:hover {
  background-color: #f5f5f5;
}

.dropdown-link-child-header.w--current {
  color: #ac9348;
}

.cta-floating-images-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-floating-image.cta-floating-image-1 {
  position: absolute;
  left: 10%;
  top: 0px;
}

.cta-floating-image.cta-floating-image-2 {
  position: absolute;
  left: 30%;
  top: 0%;
}

.cta-floating-image.cta-floating-image-3 {
  position: absolute;
  top: 40%;
  right: 15%;
}

.contact-form-details-content {
  padding-left: 0px;
}

.bg-ace.gold-lobby {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 548px;
  background-image: url('../images/ace-3.png');
  background-size: cover;
}

.div.ship-footer {
  padding-left: 20px;
}

.div.form {
  margin-top: 40px;
}

.select-group.form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rdo-child-group {
  margin-top: 40px;
}

.rdo-child-group.form {
  margin-top: 40px;
}

.radio-button {
  margin-top: 7px;
}

.radio-button-2 {
  margin-top: 7px;
}

.radio-button-3 {
  margin-top: 7px;
}

.form-head.form {
  margin-top: 40px;
}

.checkbox {
  margin-top: 7px;
}

.text.form {
  font-style: normal;
}

.italic-text {
  font-style: normal;
}

.sublabel.form {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.sublabel.form.newline {
  margin-top: 20px;
}

.field-label {
  margin-bottom: 0px;
}

.heading-3 {
  color: #ac9348;
}

.bg-img.contact-form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-img.contact-form.img-1 {
  left: -50%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.bg-img.contact-form.img-2 {
  left: auto;
  top: 0%;
  right: -50%;
  bottom: auto;
}

.bg-booking-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  height: 100vh;
  background-image: url('../images/poker-chips-cards.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-featured-image.cruise {
  margin-right: auto;
  margin-left: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  border-radius: 8px;
  background-image: url('../images/rccl-main-1.jpeg');
  background-position: 50% 60%;
  background-size: cover;
  box-shadow: 0 0 48px 12px rgba(0, 0, 0, 0.1);
}

.html-embed {
  background-color: transparent;
}

/* Table */
table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 48px 16px rgb(0 0 0 / 3%);
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table.comparison {
    max-width: none;
}
th {
  text-align: left;
}
thead th {
  background-color: #666;
  color: #fff;
}
.first thead th {
  background-color: #b6c40d;
}
.middle thead th {
  background-color: #00abab;
}
.last thead th {
  background-color: #005a78;
}

thead {
  background-color: #222;
}

th,
td {
  padding: 0.8rem 1.2rem;
  line-height: 1.7rem;
  color: #666;
}

tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

th li {
  margin-top: 5px;
  font-weight: initial;
}

th small,
td small {
  display: block;
}

.comparison td {
  text-align: center;
}

.table.comparison .column-1 {
  background-color: rgba(182, 196, 13, 0.75);
}

.table.comparison .column-2 {
  background-color: rgba(0, 171, 171, 0.75);
}

.table.comparison .column-3 {
  background-color: rgba(0, 90, 120, 0.75);
}

.table.comparison .column-1,
.table.comparison .column-2,
.table.comparison .column-3 {
  font-weight: 600;
  color: #fff;
}

.table.comparison .column-1 small,
.table.comparison .column-2 small,
.table.comparison .column-3 small {
  font-weight: 300;
  color: #fff;
}

.column-heading-wrapper {
  vertical-align: baseline;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.column-heading {
  font-size: 24px;
}

.table small {
  color: #aaa;
}

.table tbody tr:hover {
  background-color: #ddd !important;
}

.cms-rich-text.rooms figure,
.cms-rich-text.itinerary figure {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 1rem;
}
  
.cms-rich-text.itinerary figure {
  	float: right;
    margin: 0 0 1em 1em;
}
  
.cms-rich-text.itinerary figure > div,
.cms-rich-text.rooms figure > div {
    width: 100%;
}

.cms-rich-text.itinerary figure img,
.cms-rich-text.rooms figure img{
    box-shadow: 0 0 48px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.showmore_box.hide {
    display: none;
}
  
.cms-rich-text.rooms a {
    color: #b8a262;
    text-decoration: none;
}
  
.cms-rich-text.rooms a:hover {
    color: #756431;
}
  
.cms-content-table {
    overflow-x: auto;
}

th, td {
    padding: 0.8rem 1.2rem;
}

.icon-check--table {
    height: 16px;
}



.heading.gold {
background: #756431;
background: -webkit-gradient(linear, left bottom, right top, from(#756431), to(#AC9348));
background: -o-linear-gradient(bottom left, #756431 0%, #AC9348 100%);
background: linear-gradient(to top right, #756431 0%, #AC9348 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.button.gold,
.button.button-tab.w--current {
background: rgb(117,100,49);
background: -o-linear-gradient(
297deg
, rgba(117,100,49,1) 0%, rgba(172,147,72,1) 20%, rgba(117,100,49,1) 46%, rgba(172,147,72,1) 70%, rgba(117,100,49,1) 100%);
background: linear-gradient(
153deg
, rgba(117,100,49,1) 0%, rgba(172,147,72,1) 20%, rgba(117,100,49,1) 46%, rgba(172,147,72,1) 70%, rgba(117,100,49,1) 100%);
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.button.gold:hover {
-webkit-filter: brightness(0.85);
filter: brightness(0.85);
}
.button.button-tab {
background: transparent;
}
.list-item.hero {
position: relative;
padding-left: 16px;
}
.list-item.hero:before {
content: '⦁';
position: absolute;
left: 0;
color: #b8a262;
}
.text-glowing {
	-webkit-animation: glow 3s ease-in-out 0s infinite;
	
animation: glow 3s ease-in-out 0s infinite;
}
#brands-list-slider {
	-webkit-transition-timing-function: linear;
	
-o-transition-timing-function: linear;
	
transition-timing-function: linear;
}
/* Table */
table {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 48px 16px rgb(0 0 0 / 3%);
max-width: 768px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
table.comparison {
max-width: none;
}
th {
text-align: left;
}
thead th {
background-color: #666;
color: #fff;
}
.first thead th {
background-color: #b6c40d;
}
.middle thead th {
background-color: #00abab;
}
.last thead th {
background-color: #005a78;
}
thead {
background-color: #222;
}
th,
td {
padding: 0.8rem 1.2rem;
line-height: 1.7rem;
color: #666;
}
tbody tr:nth-child(odd) {
background-color: #f5f5f5;
}
th li {
margin-top: 5px;
font-weight: initial;
}
th small,
td small {
display: block;
}
.comparison td {
text-align: center;
}
.table.comparison .column-1 {
background-color: rgba(182, 196, 13, 0.75);
}
.table.comparison .column-2 {
background-color: rgba(0, 171, 171, 0.75);
}
.table.comparison .column-3 {
background-color: rgba(0, 90, 120, 0.75);
}
.table.comparison .column-1,
.table.comparison .column-2,
.table.comparison .column-3 {
font-weight: 600;
color: #fff;
}
.table.comparison .column-1 small,
.table.comparison .column-2 small,
.table.comparison .column-3 small {
font-weight: 300;
color: #fff;
}
.column-heading-wrapper {
vertical-align: baseline;
border-bottom: 2px solid #fff;
text-align: center;
}
.column-heading {
font-size: 24px;
}
.table small {
color: #aaa;
}
.table tbody tr:hover {
background-color: #ddd !important;
}
.cms-rich-text.rooms figure,
.cms-rich-text.itinerary figure {
max-width: 100% !important;
width: 100%;
margin-bottom: 1rem;
}
.cms-rich-text.itinerary figure {
	float: right;
margin: 0 0 1em 1em;
}
.cms-rich-text.itinerary figure > div,
.cms-rich-text.rooms figure > div {
width: 100%;
}
.cms-rich-text.itinerary figure img,
.cms-rich-text.rooms figure img{
box-shadow: 0 0 48px 16px rgb(0 0 0 / 10%);
border-radius: 8px;
}
.showmore_box.hide {
display: none;
}
.cms-rich-text.rooms a {
color: #b8a262;
text-decoration: none;
}
.cms-rich-text.rooms a:hover {
color: #756431;
}
.cms-content-table {
overflow-x: auto;
}

.poker-room .cms-rich-text,
.pricing .w-richtext {
  white-space: pre-wrap;
}

.about figure iframe {
    width: 100%;
    height: 400px;
}

.about figure {
    max-width: none;
    width: 100%;
}

.w-embed.w-script html {
  background-color: transparent !important;
}
/* Form */
.rdo-child-group {
	display: none;
}
.rdo-child-group.show {
display: block;
}
.rdo-child-group select {
	width: 100%;
padding: 8px 13px;
border: 1px solid #cccccc;
}

.tab-link.details.first {
  border-right: 2px solid;
}

.tab-link.details.last {
  border-left: 2px solid;
}

.text.disclaimer {
  line-height: 1.3rem;
}

.text-center.colophon {
    line-height: 1.7rem;
}

@-webkit-keyframes glow {
0% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0);
} 50% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0.9);
} 100% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0);
}
}
@keyframes glow {
0% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0);
} 50% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0.9);
} 100% {
text-shadow: 2px 0px 7px rgba(170, 145, 71, 0);
}
}
@media ( min-width:769px ) and ( max-width: 1199px ) {
header .nav-link {
margin-left: 16px;
}
.event-card {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.event-card-content {
margin-top: 20px;
padding-left: initial;
}
}
@media ( min-width: 1024px ) and ( max-width: 1199px ) {
.w-nav-brand {
width: 196px;
}
}
@media ( min-width: 1024px ) {
header .nav-link {
position: relative;
}
header .nav-link:after {
content: '';
position: absolute;
width: 30px;
height: 2px;
bottom: 0;
left: 0;
background-color: transparent;
}
header .nav-link.w--current:after {
background-color: #b8a262;
}
.cms-rich-text.itinerary figure {
	float: right;
margin: 0 0 1em 1em;
width: 32%;
}
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.cta {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#311249), to(transparent));
    background-image: linear-gradient(0deg, #311249, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .brand-text {
    display: block;
  }

  .brand-text.mobile {
    display: inline-block;
    margin-left: 5px;
    color: #ac9348;
  }

  .brand-text.mobile.first-child {
    margin-left: 0px;
  }

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

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fdfdfd;
  }

  .navbar-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .nav-link {
    margin-left: 20px;
  }

  .nav-link.first-child {
    margin-left: 20px;
  }

  .menu-button {
    border-radius: 8px;
    background-color: #ac9348;
    color: #fff;
  }

  .columns {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column.hero.column-1 {
    padding: 40px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/hero-sm-08-02.jpeg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .column.hero.column-2 {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #26b3d1;
  }

  .column.welcome.brands {
    width: 33.33%;
    height: auto;
    margin-top: 20px;
    padding-top: 0px;
  }

  .hero-background.full {
    display: none;
  }

  .heading.card-title.event-title {
    margin-top: 0px;
    font-size: 24px;
  }

  .heading.inner-hero {
    color: #fff;
  }

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

  .transparent-card.hero.card-2 {
    box-shadow: 0 -1px 12px 9px rgba(0, 0, 0, 0.05);
  }

  .transparent-card.hero.card-1 {
    width: 100%;
    max-width: 894px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-card-background.column-2 {
    opacity: 0.9;
  }

  .text.book-text {
    margin-top: 5px;
  }

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

  .button.button-tab {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.button-tab.last-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .button.button-tab.first-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .button.button-tab.gold {
    margin-right: 8px;
    margin-left: 8px;
  }

  .button.outline.inner-hero {
    border-color: #fff;
    color: #fff;
  }

  .button.outline.inner-hero.desktop {
    display: none;
    border-color: #ac9348;
    color: #ac9348;
  }

  .button.outline.inner-hero.mobile {
    display: inline-block;
    max-width: none;
  }

  .button.outline.inner-hero.mobile.poker-tour-by-land {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .row.d-flex.align-items-center.justify-content-center.brands {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.d-flex.align-items-center.justify-content-center.brands.brands-list-slider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image.navbar-image {
    display: block;
    max-width: 200px;
  }

  .image.navbar-image.colophon {
    margin-right: auto;
    margin-left: auto;
  }

  .image.welcome.brand {
    padding-right: 16px;
    padding-left: 16px;
  }

  .collection-list-service-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item {
    width: 50%;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-item.event {
    width: 100%;
    margin-top: 20px;
  }

  .card-body {
    padding: 20px;
  }

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

  .collection-list-poker-tour.by-sea {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .poker-tour-card {
    height: 100%;
  }

  .event-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2.inner-hero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2.inner-hero.hide-on-mobile {
    display: none;
  }

  .column-2.inner-hero.background {
    -webkit-filter: brightness(45%);
    filter: brightness(45%);
  }

  .lead.inner-hero {
    color: #fff;
  }

  .column-1.inner-hero {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-1.inner-hero.hide-on-mobile {
    display: none;
  }

  .embed.table {
    margin-top: 50px;
    margin-bottom: 60px;
  }

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

  .logo.logo-grid.bg {
    background-color: transparent;
  }

  .text-block.cta {
    font-size: 18px;
    font-weight: 400;
  }

  .contact-details-card {
    padding-left: 20px;
  }

  .datepicker.book {
    margin-top: 10px;
  }

  .select.book {
    margin-top: 10px;
  }

  .column-3 {
    display: none;
  }

    .subheading.hero {
    position: relative;
    padding: 20px;
  }

  .subheading.hero:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    background-color: #222;
    opacity: 0.6;
    border-radius: 8px;
  }

  .subheading.hero > * {
    position: relative;
  }

  .header-nav-dropdown-wrapper {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading.hero {
        font-size: 26px;
  }
  .section.cms-content.ship {
    padding-bottom: 60px;
  }

  .section.cta {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#311249), to(transparent));
    background-image: linear-gradient(0deg, #311249, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .column.hero.column-1 {
    padding-left: 16px;
  }

  .column.enhancements {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading.card-title.event-title {
    margin-top: 20px;
  }

  .list.details {
    padding-left: 30px;
  }

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

  .button.book-link {
    margin-top: 20px;
  }

  .text-center.colophon {
    margin-top: 60px;
  }

  .d-flex.align-items-center.flex-wrap-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d-flex.align-items-center.header-wrapper-book {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d-flex.align-items-end {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d-flex.align-items-end.justify-content-between.book-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-cta-content {
    margin-top: 20px;
    padding-left: 0px;
  }

  .link-no-decoration.colophon {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-link.event-link {
    margin-top: 40px;
  }

  .event-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event-card.last-event {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event-card-content {
    margin-top: 20px;
    padding-left: 0px;
  }

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

  .contact-details-card {
    margin-top: 40px;
    padding-left: 0px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .col-1.sb {
    padding-right: 10px;
  }

  .col-2.sb {
    margin-top: 60px;
  }

  .col-1.cta {
    height: 400px;
    margin-bottom: 40px;
    background-image: url('../images/appstore-bg-lg.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .button-wrapper-card-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link.details {
    border-radius: 0 !important;
  }

  .section.contact-form,
  .container.contact-form.w-container {
    padding-left: initial;
    padding-right: initial;
  }

  .col-2.cta.w-col.w-col-6 {
    margin-top: 40px;
  }

  .text.disclaimer {
    margin-top: 20px;
    text-align: center;
  }

  .event-card {
    flex-direction: column;
  }

  .event-card-content {
    width: 100%;
  }

  .event-card > img {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  h2.heading.card-title.event-title {
    text-align: center;
  }

  .event-text-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section.welcome {
    width: auto;
    max-width: none;
  }

  .section.inner-page.lead-lg.bg-light {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.inner-page.contact-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brand-text {
    display: none;
  }

  .brand-text.mobile {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #ac9348;
  }

  .brand-text.mobile.first-child {
    margin-bottom: 0px;
  }

  .container {
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-button {
    padding: 8px;
  }

  .columns.enhancements {
    margin-top: 20px;
  }

  .columns.contact-details {
    margin-right: -16px;
    margin-left: -16px;
  }

  .column.hero.column-1 {
    /* height: 90vh;
    max-height: 840px;
    min-height: 640px; */
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.welcome.brands {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading.welcome {
    font-size: 28px;
  }

  .heading.book {
    font-size: 28px;
  }

  .heading.inner-hero {
    font-size: 32px;
    line-height: 44px;
  }

  .heading.cms-banner {
    font-size: 28px;
    line-height: 32px;
  }

  .heading.cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 30px;
  }

  .transparent-card.hero.card-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .transparent-card.hero.card-1 {
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .list.details {
    padding-left: 20px;
  }

  .list.alert.details {
    padding-left: 40px;
  }

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

  .button {
    display: block;
    width: 100%;
  }

  .button.hero {
    line-height: 27px;
  }

  .button.book-link {
    line-height: 27px;
  }

  .button.button-tab.w--current {
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .button.button-tab.last-button {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .button.button-tab.first-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }

  .button.button-tab.gold {
    margin-top: 10px;
  }

  .button.outline.inner-hero.mobile {
    display: block;
  }

  .button.text-shadow-wrd {
    display: block;
  }

  .button.text-shadow-wrd.cta {
    font-size: 12px;
  }

  .text-center {
    line-height: 16px;
  }

  .text-center.brand-text-wrapper {
    display: block;
    margin-bottom: 10px;
  }

  .book-cta-content {
    margin-top: 20px;
    padding-left: 0px;
  }

  .collection-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-card-link.contact-us {
    margin-top: 20px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-content {
    padding: 40px 20px;
  }

  .column-1.inner-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph.lead-lg {
    font-size: 18px;
  }

  .paragraph.details.tab-content {
    padding-top: 0px;
  }

  .tab-link.details {
    width: 100%;
    text-align: center;
  }

  .tab-link.details.w--current {
    border-top-style: none;
    border-left-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

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

  .text-block.cta {
    font-size: 16px;
  }

  .contact-details-card {
    margin-top: 40px;
  }

  .col-1.cta {
    height: 420px;
  }

  .button---store.google-play {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 50%;
    background-size: contain;
    text-align: left;
  }

  .button---store.app-store {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: contain;
  }

  .cta-button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .card-link-events-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-2 {
    margin-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }


}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}