:root {
  --blue-dark: #091057;
  --blue-mid: #21469d;
  --blue-light: #387adf;
  --white: white;
  --card-corner-30px: 30px;
  --card-corner-16px: 16px;
  --blue-bg: #eaf2ff;
  --card-corner-4px: 4px;
  --orange: #f29c04;
  --card-corner-8px: 8px;
  --card-corner-12px: 12px;
  --card-carner-10px: 10px;
  --error: #d93134;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--blue-dark);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--blue-mid);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: var(--blue-mid);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h3 {
  color: var(--blue-mid);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

a {
  color: var(--blue-light);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo {
  height: 64px;
}

.nav-text {
  color: var(--white);
  padding: 12px 24px;
  font-size: 24px;
  line-height: 32px;
}

.nav-button {
  color: var(--blue-mid);
  background-color: #fffc;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.nav-button:hover {
  background-color: #fff;
}

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

.header {
  background-color: #6495ed;
  background-image: url('../../images/header-background-sea.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.header.is-for-nav {
  background-image: url('../../images/navbar-img.png');
  background-position: 50% 0;
  height: 92px;
  padding-top: 0;
  padding-bottom: 0;
}

.header.is-home {
  padding-bottom: 50px;
}

.header-cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--card-corner-30px);
  background-color: var(--blue-mid);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.6fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.filter-card {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.filter-card-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-bg);
  border-bottom: 1px solid #0910571a;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.filter-card-header-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-card-items {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 401px;
  padding: 6px 6px 12px;
  display: flex;
  overflow: auto;
}

.filter-card-items.is-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  position: relative;
}

.filter-card-item {
  border-radius: var(--card-corner-4px);
  color: var(--blue-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 2px 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
  overflow: hidden;
}

.filter-card-item:hover {
  background-color: #fabf0280;
}

.filter-card-item.is-active {
  background-color: var(--orange);
  color: var(--white);
}

.filter-card-icon {
  width: 18px;
  max-width: none;
  height: 18px;
}

.filter-card-title {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.filter-calendar-months {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--blue-dark);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.filter-calendar-months.is-gap-10px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: auto auto auto auto;
  width: 70%;
}

.filter-calendar-item {
  border: 1px solid var(--blue-dark);
  color: var(--blue-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 10px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.filter-calendar-item:hover {
  background-color: #fabf02cc;
}

.filter-calendar-item.is-disable {
  color: #0910574d;
  cursor: auto;
  border-color: #0910574d;
}

.filter-calendar-item.is-disable:hover {
  background-color: #fabf0200;
}

.filter-calendar-item.is-active {
  background-color: var(--orange);
  color: var(--white);
  border-color: #c27d03;
}

.filter-calendar-item.is-large {
  width: 60px;
  height: 60px;
}

.newsletter-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 144px;
  padding: 12px;
  display: flex;
}

.span-semibold {
  font-weight: 600;
}

.subscribe-form-field {
  border: 1px solid var(--blue-dark);
  background-color: #fff0;
  border-radius: 32px;
  width: 440px;
  max-width: 440px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 120px 10px 20px;
}

.subscribe-form-field::placeholder {
  color: #09105780;
}

.subscribe-form-field.is-full-width {
  width: 100%;
  max-width: 100%;
}

.newsletter-form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.newsletter-form-block.is-full-width {
  width: 100%;
}

.main-button {
  border-radius: var(--card-corner-16px);
  background-color: var(--blue-light);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.main-button:hover {
  background-color: #356fc9;
}

.main-button.is-orange {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange);
  text-align: center;
  text-transform: none;
  flex-flow: column;
  font-size: 16px;
  line-height: 24px;
}

.main-button.is-orange:hover {
  background-color: #e2940a;
}

.filter-result-count {
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
}

.success-message {
  color: #095730;
  background-color: #ddd0;
  padding: 8px 8px 8px 0;
}

.error-message {
  color: #c51313;
  background-color: #ffdede00;
  margin-top: 4px;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}

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

.section.is-small-padding {
  background-color: var(--blue-mid);
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.is-bg-blue {
  background-color: var(--blue-bg);
  padding-top: 20px;
  padding-bottom: 40px;
}

.content_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.span-lightblue {
  color: var(--blue-light);
  font-weight: 600;
}

.cruise-cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cruise-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue-mid);
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.cruise-card-img {
  border-radius: var(--card-corner-8px);
  object-fit: cover;
  width: 100%;
  height: 180px;
  max-height: 260px;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 36px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

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

.button.is-mobile-32px {
  padding: 4px 24px;
}

.button.is-mobile-32px.is-negative-margin {
  margin-left: -110px;
}

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

.button.is-blue {
  border-radius: var(--card-corner-30px);
  background-color: var(--blue-light);
  padding: 8px 36px;
}

.button.is-extrasmall {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 16px;
}

.button.is-extrasmall.is-hide {
  display: none;
}

.button.is-large {
  border-radius: var(--card-corner-12px);
  justify-content: space-between;
  padding: 12px 4px 12px 12px;
  font-size: 16px;
  font-weight: 700;
}

.button.is-small {
  padding: 4px 24px;
}

.cruise-card-title {
  margin-bottom: 8px;
}

.button.is-small.is-large-text {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.cruise-card-header {
  margin-bottom: 24px;
}

.cruise-card-price {
  color: var(--blue-light);
  font-weight: 500;
}

.cruise-card-price.is-regular {
  font-size: 24px;
  font-weight: 600;
}

.cruise-card-detail_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cruise-card-detail {
  color: var(--blue-mid);
  font-weight: 600;
}

.cruise-card-detail.is-regular {
  font-weight: 400;
}

.cruise-card-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--blue-mid);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-content {
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: opacity .25s ease-in-out;
}

.footer-link:hover {
  opacity: .8;
}

.secondary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #0000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 36px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.secondary-button:hover {
  background-color: #f29c041a;
}

.secondary-button.is-large {
  padding: 12px 60px;
  font-size: 18px;
  line-height: 26px;
}

.secondary-button.is-extrasmall {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 16px;
}

.secondary-button.is-color-blue {
  border-color: var(--blue-light);
  color: var(--blue-light);
}

.secondary-button.is-color-blue:hover {
  background-color: #387adf1a;
}

.filter-card-header-value {
  color: var(--blue-dark);
  display: none;
}

.filter-card-header-value.is-show-desktop {
  line-height: 16px;
  display: block;
}

.componenets_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.component-label {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.component_bg {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--blue-mid);
  background-color: #fdfdfd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 56px 32px;
  display: flex;
}

.component_bg.is-light-blue {
  background-color: #f1f8ff;
}

.grid-item_wrap {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.component_wrap {
  width: 100%;
  max-width: 300px;
}

.component_wrap._350px {
  max-width: 350px;
}

.component_wrap.is-700px {
  max-width: 700px;
}

.component-title {
  color: var(--blue-mid);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.filter-pop-up_wrap {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.filter-pop-up-items {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px 12px;
  display: flex;
  overflow: auto;
}

.filter-pop-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-bg);
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  display: none;
}

.filter-pop-header.is-show {
  display: flex;
}

.pop-up-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.filter-pop-up {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.filter-pop-up.is-width-300px {
  width: 300px;
}

.filter-pop-up-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  padding: 16px;
  display: none;
}

.filter-pop-up-icon {
  width: 18px;
  max-width: none;
  height: 18px;
}

.filter-pop-hero {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.filter-pop-up-title {
  color: var(--blue-dark);
  font-size: 18px;
  line-height: 18px;
}

.filter-pop-calendar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--blue-dark);
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: auto;
  margin-bottom: 32px;
  text-decoration: none;
  display: grid;
}

.filter-pop-calendar-item {
  border: 1px solid var(--blue-dark);
  color: var(--blue-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.filter-pop-calendar-item:hover {
  background-color: #fabf02cc;
}

.filter-pop-calendar-item.is-disable {
  color: #091057cc;
  cursor: auto;
  background-color: #eee;
  border-color: #091057cc;
}

.filter-pop-calendar-item.is-active {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.filter-pop-calendar-year {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--blue-dark);
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.filter-pop-calendar-month {
  color: var(--blue-dark);
  text-align: center;
  margin-bottom: 44px;
}

.sailing-result-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--card-corner-16px);
  background-color: var(--blue-bg);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.sailing-result-header.is-vertical {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.sailing-result-filter {
  border: 1px solid var(--blue-mid);
  border-radius: 12px;
  width: 170px;
  margin-left: 0;
}

.sailing-result-filter_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.sailing-result-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-weight: 400;
  display: flex;
}

.sailing-result-filter-list_wrap.w--open {
  background-color: #ddd0;
  padding-top: 12px;
}

.sailing-result-filter-item {
  color: var(--blue-mid);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: color .25s ease-in-out;
}

.sailing-result-filter-item:hover, .sailing-result-filter-item.is-active {
  color: var(--blue-light);
}

.sailing-result-filter-icon {
  margin-right: 0;
  position: static;
}

.large-card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.sailing-cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sailing-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.sailing-card-img {
  border-radius: var(--card-carner-10px);
  object-fit: cover;
  width: 180px;
  height: 114px;
}

.sailing-card-title {
  color: var(--blue-mid);
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.sailing-card-price_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.sailing-card-price-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sailing-card-price-items.is-vertical {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.sailing-card-price {
  color: var(--blue-light);
}

.sailing-card-price.is-large {
  font-size: 24px;
  font-weight: 700;
}

.sailing-card-price.is-small {
  font-size: 15px;
}

.sailing-card-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sailing-card-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 230px;
  display: flex;
}

.sailing-card-info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.sailing-card-info-label {
  color: var(--blue-mid);
  font-weight: 600;
}

.sailing-card-info-value {
  color: var(--blue-mid);
}

.filter-panel-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-12px);
  background-color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 17%;
  padding: 10px;
  display: flex;
}

.filter-panel-item.is-small {
  width: 10%;
}

.filter-panel-item.is-mid {
  width: 13%;
}

.filter-panel-item-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter-panel-item-icon {
  width: 18px;
  max-width: none;
  height: 18px;
}

.filter-panel-item-title {
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.filter-panel-item-value {
  color: #21469dcc;
  font-size: 12px;
  line-height: 14px;
}

.filter-panel-item-value.no-wrap {
  white-space: nowrap;
}

.filter-panel-items_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .8fr .8fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: auto;
}

.filter-panel-items_wrap.is-mobile-hidden {
  justify-content: space-between;
  align-items: center;
}

.filter-panel-items_wrap.is-desktop-hidden {
  display: none;
}

.sailing-result-filter-list {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 4px #00000040;
}

.sailling-card-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 36px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.sailling-card-button:hover {
  background-color: #e2940a;
}

.filter-by-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-12px);
  background-color: var(--blue-bg);
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.filter-by-item-icon {
  width: 18px;
  max-width: none;
  height: 18px;
}

.filter-by-item-title {
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.filter-by-item-value {
  color: #21469dcc;
  font-size: 12px;
  line-height: 14px;
}

.filter-by-items_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 16px 12px;
  display: flex;
  overflow: auto;
}

.filter-pop-up-inner {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sailing-card-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: grid;
}

.sailing-card-grid.is-100 {
  grid-template-columns: 1fr 1fr auto .5fr;
  width: 100%;
}

.sailing-card-button_wrap {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sailing-card-logo_wrap {
  min-width: 230px;
}

.sailing-card-info_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.filter-by-item-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter-card-arrow-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.filter-pop-up-arrows {
  z-index: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.filter-pop-up-arrows.is-desktop-static {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
  position: static;
}

.filter-pop-up-calendar-value {
  display: none;
}

.filter-pop-up-calendar-value.is-large {
  font-size: 18px;
}

.filter-pop-up-calendar-value.is-show-desktop {
  font-size: 20px;
  display: block;
}

.page-tab {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-12px);
  background-color: var(--white);
  color: var(--blue-mid);
  text-align: center;
  white-space: pre-wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.page-tab.w--current {
  color: var(--blue-mid);
  font-weight: 700;
}

.large-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--card-corner-30px);
  background-color: var(--blue-mid);
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.large-card-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--card-corner-16px);
  background-color: var(--blue-bg);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cards_wrap.is-mobile-horizontal {
  width: 75%;
}

.cards-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 73%;
  display: flex;
}

.cards-column.is-small {
  width: 27%;
  position: relative;
}

.cards-column.is-full-width {
  width: 100%;
}

.cards-column.is-25 {
  width: 25%;
}

.cards-column.is-34 {
  width: 34%;
}

.cards-column.is-64 {
  width: 64%;
}

.card {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  padding: 20px;
}

.card.is-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card.is-center-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overview-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overview-img-overlay {
  color: var(--white);
  background-image: linear-gradient(#0000, #0a275499);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overview-img-card {
  border-radius: var(--card-corner-16px);
  position: relative;
  overflow: hidden;
}

.card-title {
  color: var(--blue-mid);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.card-title.is-buttom-margin-12px {
  margin-bottom: 12px;
}

.card-title.no-margin {
  margin-bottom: 0;
}

.card-title.is-buttom-margin-8px {
  margin-bottom: 8px;
}

.table-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-cell, .table-cell-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  width: 185px;
  padding: 14px 12px;
  display: flex;
}

.table-cell.is-grow {
  flex: 1;
  width: auto;
}

.table-cell.is-100px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
}

.table-cell.is-250px {
  width: 250px;
}

.table-cell.is-120px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
}

.table-cell.is-tablet-30 {
  flex: 1;
  width: auto;
}

.table-cell.is-150px {
  width: 150px;
}

.table-cell.is-link-button {
  color: var(--blue-light);
  flex: 1;
  transition: color .25s;
}

.table-cell.is-link-button:hover {
  color: var(--blue-mid);
}

.table-cell.jkjj {
  flex: 1;
  width: auto;
  min-width: 56px;
}

.table-cards {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.table-cards.is-buttom-margin-16px {
  margin-bottom: 16px;
}

.table-row, .table-row-2 {
  border-radius: var(--card-corner-12px);
  background-color: #387adf0f;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-header-title {
  color: var(--blue-mid);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.table-header-title.in-row {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.table-value {
  color: var(--blue-mid);
  transition: color .25s ease-in-out;
}

.table-value:hover {
  color: var(--blue-mid);
}

.table-value.is-semibold {
  width: 120px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.table-value.is-link {
  color: var(--blue-light);
}

.table-header-cell {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  padding: 6px 12px;
  display: flex;
}

.table-header-cell.is-grow {
  flex: 1;
  width: auto;
}

.table-header-cell.is-100px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
}

.table-header-cell.is-250px {
  width: 250px;
}

.table-header-cell.is-120px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
}

.table-header-cell.is-150px {
  width: 150px;
}

.card-header-text {
  color: var(--blue-mid);
}

.card-hero.is-buttom-margin-16px {
  margin-bottom: 16px;
}

.card-hero.is-fixed-520px {
  max-width: 520px;
}

.videos_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  aspect-ratio: 16 / 9;
  border-radius: var(--card-corner-16px);
  color: var(--blue-dark);
  width: 48%;
  height: 240px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-cover {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.video-cover-overlay {
  background-color: #09105733;
  justify-content: center;
  align-items: center;
  transition: background-color .25s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-cover-overlay:hover {
  background-color: #0910574d;
}

.cabin-cards.is-mobile-gap-24px {
  flex-flow: column;
  display: flex;
}

.cabin-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #21469d33;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.cabin-card.is-for-category {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.cabin-img {
  border-radius: var(--card-corner-12px);
  object-fit: cover;
  width: 120px;
  height: 80px;
}

.cabin-block-text_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cabin-number {
  color: var(--blue-mid);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cabin-text {
  color: var(--blue-mid);
  font-weight: 400;
}

.cabin-price {
  color: var(--blue-mid);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.cabin-card-info_wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cabin-cards_wrap.is-buttom-margin-40px {
  margin-bottom: 40px;
}

.pricing-side-card {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  padding: 20px 16px;
}

.cta-card-price {
  color: var(--blue-light);
  font-size: 18px;
}

.cta-card-price.is-large {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cta-card-price-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-card-price-items.is-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.cta-card-price_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.side-card {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  padding: 20px 16px;
}

.side-card.is-center-align {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-card-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--blue-mid);
  margin-bottom: 12px;
  display: flex;
}

.info-card-logo {
  margin-bottom: 20px;
}

.side-card-title {
  color: var(--blue-mid);
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.info-text-items_wrap {
  grid-column-gap: 80px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-text-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.info-text-label {
  color: var(--blue-mid);
  font-weight: 600;
}

.info-text-value {
  color: var(--blue-mid);
}

.cards-sticky {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 24px;
}

.page-tab-drop-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  color: var(--blue-mid);
  text-align: center;
  white-space: pre-wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.page-tabs_wrap {
  width: 100%;
}

.page-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: static;
}

.cabin-content_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cabin-tabs_wrap {
  width: 100%;
  margin-bottom: 40px;
}

.cabin-tabs_wrap.no-buttom-margin {
  margin-bottom: 0;
}

.cabin-tab-drop-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  color: var(--blue-mid);
  text-align: center;
  white-space: pre-wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.cabin-tabs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ddd0;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: static;
}

.cabin-tab {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: var(--card-corner-12px);
  background-color: var(--blue-bg);
  color: var(--blue-mid);
  text-align: center;
  white-space: pre-wrap;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.cabin-tab.is-active {
  background-color: var(--blue-light);
  color: var(--white);
  font-weight: 600;
}

.span-desktop-block {
  display: block;
}

.sailing-result-text {
  color: var(--blue-mid);
}

.overview-img-title {
  color: var(--white);
  font-weight: 500;
}

.pop-up {
  border: 10px solid var(--blue-mid);
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  width: 600px;
  padding: 20px;
  display: none;
}

.pop-up.is-width-960px {
  width: 960px;
}

.pop-up.is-show {
  display: block;
}

.pop-up.is-error {
  border-color: var(--error);
}

.pop-up-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pop-up-header.is-vertical {
  flex-flow: column;
}

.pop-up_wrap {
  z-index: 99999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up_wrap.is-show {
  display: flex;
}

.pop-up-title {
  color: var(--blue-mid);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.pop-up-title.is-red {
  color: var(--error);
}

.cruise-info-value.is-red {
  color: var(--error);
}

.pop-up-video {
  aspect-ratio: 16 / 9;
  border-radius: var(--card-corner-12px);
  color: var(--blue-dark);
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.explore-photo {
  object-fit: cover;
  border-radius: 16px;
  width: 400px;
  height: auto;
}

.explore-slider_inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cabin-pop-up-arrow {
  color: var(--blue-mid);
  background-color: #387adf1a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.cabin-slide-nav {
  height: 30px;
  font-size: 12px;
  line-height: 16px;
}

.pop-up-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 90%;
}

.pop-up-hero.is-horizontal-stretch {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.pop-up-hero.is-horizontal {
  flex-flow: row;
  width: 100%;
}

.pop-up-hero-text {
  color: var(--blue-mid);
}

.explore-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.explore-tab-link {
  border-radius: var(--card-corner-12px);
  background-color: var(--blue-bg);
  color: var(--blue-mid);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.explore-tab-link.w--current {
  background-color: var(--blue-light);
  color: var(--white);
  font-weight: 600;
}

.explore-slider {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.explore-tab_inner.is-blue {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.explore-tab_inner.is-blue.is-center-aligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-blue {
  border-radius: var(--card-corner-12px);
  background-color: #387adf0f;
  padding: 12px;
}

.filter-sailing-pop-up_wrap {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.filter-sailing-pop-up_wrap.is-show {
  display: flex;
}

.include-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.include-title {
  font-weight: 600;
}

.include-text_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.include-text_wrap.is-50 {
  width: 50%;
}

.card-content.is-horizontal {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-content.is-horizontal-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
}

.include-blocks {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.detail-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cruise-info-label {
  color: var(--blue-mid);
  font-weight: 600;
}

.cruise-info-value {
  color: var(--blue-mid);
}

.cruise-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cruise-info.is-vertical {
  flex-flow: column;
}

.cruise-info_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.cruise-info_wrap.no-margin {
  margin-bottom: 0;
}

.newsletter-card-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.filter-pop-up-2 {
  border: 10px solid var(--blue-mid);
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 600px;
  display: none;
  overflow: hidden;
}

.filter-pop-up-2.is-show, .filter-pop-up-2.is-for-calendar {
  display: flex;
}

.filter-pop-up-1 {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.filter-pop-up-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-bg);
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  display: flex;
}

.filter-pop-up-buttom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.filter-pop-up-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 6px 6px 12px;
  display: flex;
  overflow: auto;
}

.filter-pop-up-content.is-center-aligned {
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
}

.price-info-card {
  background-color: var(--blue-bg);
  border-radius: 16px;
  width: 50%;
  padding: 12px;
}

.price-info-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.price-info-cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.warning-info-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 600;
  display: flex;
}

.port-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.port-content.is-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  margin-bottom: 32px;
  display: flex;
}

.port-content.is-50 {
  width: 50%;
}

.port-content-icon_wrap {
  background-color: #21469d1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
}

.port-content-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.port-content-title {
  font-size: 20px;
  line-height: 28px;
}

.port-content-text_wrap.is-50 {
  width: 50%;
}

.port-content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.port-content-img_wrap {
  border-radius: var(--card-corner-12px);
  position: relative;
  overflow: hidden;
}

.port-content-img_wrap.is-50 {
  width: 50%;
}

.port-img-tag {
  border-radius: var(--card-corner-8px);
  color: var(--white);
  text-align: right;
  background-color: #0000004d;
  max-width: 95%;
  padding: 2px 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.port-content_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.port-img-overlay {
  background-image: linear-gradient(#0000, #0006);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pop-up-calendar-column {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-pop-up-months {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--blue-dark);
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.about-info_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-info-icon {
  width: 24px;
  height: 24px;
}

.about-us-text {
  margin-bottom: 16px;
}

.about-us-content {
  width: 50%;
}

.about-us-img_wrap {
  border-radius: var(--card-corner-12px);
  object-fit: cover;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.about-us-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.include-img {
  border-radius: var(--card-corner-12px);
  object-fit: cover;
  object-position: 50% 0%;
  width: 50%;
}

.cruise-locations_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.cruise-location {
  color: var(--blue-dark);
  text-decoration: none;
}

.cruise-location-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-link {
  color: var(--blue-light);
  font-weight: 600;
  text-decoration: none;
}

.passengers-block_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 24px;
  display: flex;
}

.passengers-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--card-corner-12px);
  text-align: center;
  background-color: #387adf1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.passenger-number-input {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plus-minus-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.passenger-number {
  color: var(--blue-light);
  font-size: 40px;
  line-height: 48px;
}

.passenger-number-icon {
  width: 24px;
  height: 24px;
}

.lets-start-text.is-buttom-margin-24px {
  margin-bottom: 24px;
}

.lets-start-text.is-buttom-margin-16px {
  margin-bottom: 16px;
}

.form-select {
  border-radius: var(--card-corner-8px);
  color: var(--blue-mid);
  background-color: #387adf1a;
  border: 0 solid #000;
  height: 48px;
  margin-bottom: 0;
  padding-right: 10px;
  transition: background-color .25s ease-in-out;
}

.form-select:hover {
  background-color: #387adf33;
}

.form-select:focus-visible {
  background-color: #387adf33;
}

.form-select[data-wf-focus-visible] {
  background-color: #387adf33;
}

.form-select.is-small {
  width: 50%;
  min-width: 76px;
}

.form-select.is-40 {
  width: 40%;
}

.form-text {
  margin-bottom: 12px;
}

.form-checkbox {
  border: 1.5px solid var(--blue-mid);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.form-checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.form-checkbox-label, .lets-start-form-block {
  margin-bottom: 0;
}

.newsletter-pop-up-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.newsletter-pop-up-subtext {
  margin-bottom: 24px;
}

.newsletter-pop-up-form {
  padding-top: 16px;
}

.success-message_inner {
  justify-content: center;
  align-items: center;
  height: 352px;
  display: flex;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-light);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
}

.button-link:hover {
  color: var(--blue-mid);
}

.button-link.is-full-width {
  justify-content: space-between;
  width: 100%;
}

.mobile-cta-button_wrap {
  z-index: 99999;
  background-color: var(--white);
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 10px #0000001a;
}

.option-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--card-corner-12px);
  background-color: var(--white);
  border: 1px solid #21469d33;
  flex-flow: row;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.option-card-price_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.option-card-title {
  color: var(--blue-mid);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.option-card-price-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.option-card-price {
  color: var(--blue-light);
}

.option-card-price.is-large {
  font-size: 24px;
  font-weight: 700;
}

.option-card-price.is-small {
  font-size: 15px;
}

.option-card-info_wrap {
  grid-column-gap: 80px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.option-card-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.option-card-info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.option-card-info-label {
  color: var(--blue-mid);
  font-weight: 600;
}

.option-card-info-value {
  color: var(--blue-mid);
}

.option-card-button_wrap {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.option-card-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 36px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.option-card-button:hover {
  background-color: #e2940a;
}

.option-card-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.option-card-pricing {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.option-cards_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.option-cards_wrap.is-buttom-margin-24px {
  margin-bottom: 24px;
}

.button-line.is-hide-desktop {
  display: none;
}

.cta-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-12px);
  background-color: var(--orange);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px 12px 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.cta-button:hover {
  background-color: #e2940a;
}

.cta-button.is-large {
  border-radius: var(--card-corner-16px);
  justify-content: center;
  align-items: center;
  padding: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.cta-button-icon {
  width: 32px;
  height: 32px;
}

.select-cabin_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.select-cabin-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.select-cabin-text {
  color: var(--blue-mid);
}

.select-cabin-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  min-width: 55px;
}

.select-cabin-item.is-relative {
  position: relative;
}

.select-cabin-item.is-large {
  width: 70px;
}

.select-cabin-item.select-cabin-item-deck {
  justify-content: center;
}

.select-cabin-title {
  color: var(--blue-mid);
  font-weight: 600;
  font-size: 18px;
}

.select-cabin-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cabin-info-icon {
  width: 20px;
  height: 20px;
}

.select-cabin-img {
  width: 100%;
  max-width: 500px;
}

.deck-symbol-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.deck-symbol-icon {
  width: 20px;
  height: 20px;
}

.deck-symbol-icon_wrap {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2px;
  display: flex;
}

.deck-symbol-items_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.select-cabin-button_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  padding-bottom: 0;
  display: flex;
}

.span-inline-responsive {
  display: inline-flex;
}

.option-cards-header {
  border-radius: var(--card-corner-12px);
  background-color: var(--blue-bg);
  color: var(--blue-mid);
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.info_tooltip_wrap {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.info-tooltip {
  border-radius: var(--card-corner-12px);
  background-color: var(--white);
  flex-flow: column;
  width: 400px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -230px 0% auto -32px;
  box-shadow: 0 2px 14px #0000001a;
}

.info-tooltip.is-show {
  display: flex;
}

.info-tooltip-buttom {
  background-color: var(--white);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin-bottom: -20px;
  margin-left: 18px;
  transform: rotate(45deg);
}

.divider {
  background-color: #21469d33;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.divider2 {
  width: 100%;
  margin-top: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.cabin-card-pricing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cabin-card-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cabin-card-price-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  white-space: nowrap;
  display: flex;
}

.cabin-card-price_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-mid);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cabin-card-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.button-mobile-icon {
  width: 24px;
  height: 24px;
}

.button-mobile-icon.is-hidden {
  display: none;
}

.cabins-divider {
  background-color: #21469d33;
  width: 100%;
  height: 1px;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-field {
  border-radius: var(--card-corner-8px);
  color: var(--blue-mid);
  background-color: #387adf1a;
  border: 0 solid #000;
  height: 48px;
  margin-bottom: 0;
  transition: background-color .25s ease-in-out;
}

.form-field:hover {
  background-color: #387adf33;
}

.form-field:focus-visible {
  background-color: #387adf33;
}

.form-field[data-wf-focus-visible] {
  background-color: #387adf33;
}

.form-item {
  width: 100%;
}

.form-item.is-fixed-264 {
  width: 264px;
}

.form-item.is-80 {
  width: 80%;
}

.form-item.is-20 {
  width: 20%;
}

.form-item.is-70 {
  width: 70%;
}

.form-item.is-30 {
  width: 30%;
}

.form-field-label {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.form-items-horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.advantage-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.advantage-items_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.radio-button-field {
  margin-bottom: 0;
}

.radio-button {
  border: 1px solid var(--blue-mid);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  transition: background-color .25s ease-in-out;
}

.radio-button:hover {
  background-color: #387adf1a;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--blue-mid);
}

.radio-button_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.form-fields_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.form-fields_wrap.is-60 {
  width: 60%;
}

.span-link {
  color: var(--blue-light);
  text-decoration: none;
}

.txt-link {
  color: var(--blue-mid);
  text-decoration: none;
}

.total-cost {
  color: var(--blue-mid);
}

.total-cost_wrap {
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

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

.form-items {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-items-vertical {
  width: 100%;
}

.form-accepted-cards {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.form-accepted-card {
  background-color: #0910570f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.form-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.payment-note {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.month-change-slide {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.table-month-cards {
  margin-bottom: 16px;
}

.table-cells_wrap {
  flex: 1;
  width: 100%;
  display: flex;
}

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

.content-text.no-margin {
  margin-bottom: 0;
}

.content-text.is-buttom-margin-8px {
  margin-bottom: 8px;
}

.button_wrap.is-left-aligned {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.button_wrap.is-center-aligned {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.card-subtitle {
  color: var(--blue-mid);
  margin-bottom: 8px;
  font-weight: 600;
}

.side-card-number {
  color: var(--orange);
  margin-bottom: 12px;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.buttons-divider {
  background-color: #21469d33;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.content-rich-text {
  line-height: 28px;
}

.content-rich-text ol {
  padding-left: 20px;
}

.cell-button-icon {
  display: none;
}

.cabin-card-label_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cabin-card-label_wrap.is-gap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.note {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.purchuse-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.confirm-code-blocks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.confirm-code-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  background-color: #387adf0f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.confirm-code-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px;
  display: flex;
}

.confirm-code {
  color: var(--blue-light);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-label {
  color: var(--blue-mid);
  font-weight: 600;
}

.contact-info-value {
  color: var(--blue-mid);
}

.contact-info-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-info_wrap {
  grid-column-gap: 80px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.side-card-text {
  color: var(--blue-mid);
}

.side-card-text.is-buttom-margin-12px {
  margin-bottom: 12px;
}

.div-block {
  width: 40%;
  display: flex;
}

.table-cells_wrap-38 {
  width: 38%;
  display: flex;
}

.pop-up-text {
  margin-bottom: 12px;
}

.info-text-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.email-confirmation_wrap {
  background-color: var(--blue-bg);
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-confirmation_wrap.is-small-padding {
  background-color: var(--blue-mid);
  padding-top: 16px;
  padding-bottom: 16px;
}

.email-confirmation_wrap.is-bg-blue {
  background-color: var(--blue-bg);
  padding-top: 20px;
  padding-bottom: 40px;
}

.email-large-caddrd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--card-corner-30px);
  background-color: var(--blue-mid);
  flex-flow: column;
  width: 100%;
  padding: 20px;
}

.email-card {
  border-radius: var(--card-corner-16px);
  background-color: var(--white);
  margin-bottom: 1rem;
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.email-card.is-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email-card.is-center-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-card.no-margin {
  margin-bottom: 0;
}

.email-card-title {
  color: var(--blue-mid);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.email-card-title.is-buttom-margin-12px {
  margin-bottom: 12px;
}

.email-card-title.no-margin {
  margin-bottom: 0;
}

.email-card-title.is-buttom-margin-8px {
  margin-bottom: 8px;
}

.email-card-text_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ema {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-large-card {
  background-color: var(--blue-mid);
  border-radius: 30px;
  padding: 1.25rem;
}

.email-confirm-code-blocks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
}

.email-confirm-code_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-mid);
  background-color: #387adf00;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: .25rem 0;
}

.email-confirm-code_wrap.is-buttom-margin-16px {
  margin-bottom: 16px;
}

.email-confirm-code {
  color: var(--blue-light);
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: flex;
}

.email-text-mid-blue {
  color: var(--blue-mid);
}

.email-cruise-date_wrap {
  margin-bottom: 1rem;
}

.email-info-text-bold {
  color: var(--blue-mid);
  font-weight: 600;
}

.email-info-text {
  color: var(--blue-mid);
}

.dsds {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: block;
}

.email-info-item-cell {
  padding: 2px;
}

.email-info-items.is-side-padding-0-75rem {
  padding-left: .75rem;
  padding-right: .75rem;
}

.email-table-header-cell {
  color: var(--blue-mid);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.email-table-value {
  color: var(--blue-mid);
  transition: color .25s ease-in-out;
}

.email-table-value:hover {
  color: var(--blue-mid);
}

.email-table-value.is-semibold {
  width: 120px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.email-table-value.is-link {
  color: var(--blue-light);
}

.email-passenger-card.is-buttom-margin-24px {
  margin-bottom: 24px;
}

.email-info-text-item {
  padding: .25rem 0;
}

.email-info-text-item.is-right-aligned {
  text-align: right;
}

.email-info-card {
  background-color: #387adf0f;
  border-radius: 12px;
  padding: .5rem .75rem;
}

.email-info-card.is-buttom-margin-1rem {
  margin-bottom: 1rem;
}

.email-section {
  background-color: var(--blue-bg);
  max-width: 800px;
  padding: 20px;
}

.email-divider {
  background-color: #21469d33;
  height: 1px;
  padding-bottom: 0;
}

.email-text.is-buttom-margin-0-5rem {
  margin-bottom: .5rem;
}

.cost-summary-blocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.cost-summary-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--card-corner-12px);
  background-color: var(--blue-bg);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.cost-summary-block-title {
  color: var(--blue-mid);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.cost-summary-block-title.in-row {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.cost-summary-block-value {
  color: var(--blue-mid);
  font-size: 30px;
  line-height: 30px;
}

.cost-summary-block-value.is-bold {
  font-weight: 600;
}

.pop-up-close_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pop-up-close-text {
  color: var(--blue-mid);
  text-decoration: none;
}

.cruise-card-price-per {
  color: var(--blue-light);
  font-size: 14px;
  font-weight: 500;
}

.cruise-card-price-per.is-regular {
  font-size: 24px;
  font-weight: 600;
}

.sailing-card-price-per {
  color: var(--blue-light);
  width: 40px;
  max-width: 40px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.sailing-card-price-per.is-regular {
  font-size: 24px;
  font-weight: 600;
}

.sailing-card-price-per_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cabin-price-per {
  color: var(--blue-mid);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.cabin-price-per_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title_wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.per-person-info {
  color: var(--blue-mid);
  font-size: 14px;
  line-height: 22px;
}

.cta-card-price-per {
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.cta-card-price-per.is-large {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.side-card-price_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header-cards_wrap {
    grid-template-columns: 1fr 1.6fr 1.3fr 1fr .8fr .8fr;
  }

  .filter-calendar-months {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .subscribe-form-field {
    width: 460px;
    max-width: 460px;
  }

  .section.is-bg-blue.is-min-800px {
    height: 800px;
  }

  .component_bg {
    background-color: #fafcff;
  }

  .filter-panel-item {
    width: 17%;
  }

  .filter-panel-item.is-small {
    width: 9%;
  }

  .filter-panel-item.is-mid {
    width: 15%;
  }

  .filter-panel-items_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr .8fr .8fr .8fr;
    grid-auto-columns: 1fr;
  }

  .filter-pop-up-arrows {
    padding-left: 0;
    padding-right: 0;
  }

  .page-tab-drop-toggle, .cabin-tab-drop-toggle {
    width: 17%;
  }

  .pop-up.is-width-960px {
    width: 1100px;
  }

  .email-confirmation_wrap.is-bg-blue.is-min-800px {
    height: 800px;
  }

  .side-card-per-person, .cta-card-price-per.is-large, .option-card-price-per.is-large {
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    height: 48px;
  }

  .nav-text {
    display: none;
  }

  .nav-button {
    font-size: 20px;
    line-height: 28px;
  }

  .container.mobile-no-padding {
    padding-left: 16px;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-top: 84px;
    padding-bottom: 42px;
  }

  .header.is-for-nav {
    height: 80px;
  }

  .header-cards_wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter-card {
    border-radius: var(--card-corner-16px);
  }

  .filter-card-header {
    border-bottom-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .filter-card-header-title {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .filter-card-items {
    flex-flow: wrap;
    flex: none;
    max-height: 150px;
  }

  .filter-card-items.is-horizontal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-height: 240px;
    padding: 24px 16px;
  }

  .filter-card-item {
    width: 49%;
  }

  .filter-card-item:hover {
    background-color: #fabf0200;
  }

  .filter-card-item.is-active:hover {
    background-color: var(--orange);
  }

  .filter-card-title {
    text-transform: capitalize;
  }

  .filter-calendar-months {
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .filter-calendar-months.is-gap-10px {
    grid-column-gap: 32px;
    grid-row-gap: 10px;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .filter-calendar-item {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .filter-calendar-item:hover {
    background-color: #fabf0200;
  }

  .filter-calendar-item.is-active:hover {
    background-color: var(--orange);
  }

  .newsletter-card {
    height: auto;
  }

  .cruise-cards_wrap {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .cruise-card {
    width: 48%;
  }

  .cruise-card-img {
    max-width: 100%;
    height: 200px;
    overflow: clip;
  }

  .button.is-blue {
    border-radius: var(--card-corner-30px);
  }

  .button.is-blue.is-width-100 {
    flex: 0 auto;
    order: 1;
  }

  .button.is-large {
    flex: 1;
    width: 100%;
    min-width: 400px;
  }

  .button.is-small.is-mobile-circle {
    width: 32px;
    height: 32px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .filter-card-header-value {
    color: #21469dcc;
    line-height: 16px;
    display: block;
  }

  .filter-pop-up_wrap {
    background-color: #0009;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .filter-pop-up_wrap.is-show {
    display: flex;
  }

  .filter-pop-header {
    border-bottom-width: 0;
    display: flex;
  }

  .filter-pop-up {
    border: 10px solid var(--blue-mid);
    border-radius: var(--card-corner-16px);
    width: 600px;
    height: auto;
  }

  .filter-pop-up-buttons {
    display: flex;
  }

  .filter-pop-up-buttons.is-for-calendar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    padding: 0;
  }

  .filter-pop-hero {
    justify-content: flex-start;
    align-items: center;
  }

  .filter-pop-up-title {
    text-transform: capitalize;
  }

  .filter-pop-calendar {
    grid-template-columns: auto auto auto;
  }

  .sailing-card {
    padding-right: 58px;
    position: relative;
    grid-column-gap: 0;
  }

  .sailing-card-img {
    display: none;
  }

  .sailing-card-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sailing-card-info {
    min-width: auto;
  }

  .filter-panel-item.is-for-filter {
    border-radius: var(--card-corner-16px);
    width: 100%;
    overflow: hidden;
  }

  .filter-panel-item-header {
    width: 100%;
  }

  .filter-panel-item-title {
    text-transform: capitalize;
  }

  .filter-panel-item-value {
    color: #21469dcc;
    display: block;
  }

  .filter-panel-items_wrap {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-panel-items_wrap.is-mobile-hidden {
    display: none;
  }

  .filter-panel-items_wrap.is-desktop-hidden {
    display: flex;
  }

  .selling-card-button-text {
    display: none;
  }

  .sailling-card-button {
    z-index: 10;
    border-radius: 0;
    flex: none;
    width: 40px;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .selling-card-button-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .filter-by-item {
    background-color: #387adf0d;
  }

  .filter-by-item-title {
    text-transform: capitalize;
  }

  .filter-by-item-value {
    color: #21469dcc;
    display: block;
  }

  .sailing-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sailing-card-grid.is-100 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sailing-card-button_wrap {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .sailing-card-logo_wrap {
    display: none;
  }

  .filter-by-item-header {
    width: 100%;
  }

  .filter-card-arrow-icon {
    width: 32px;
    height: 32px;
  }

  .filter-pop-up-arrows {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .filter-pop-up-calendar-value {
    text-align: center;
    display: block;
  }

  .filter-pop-up-calendar-value.is-large {
    margin-bottom: 0;
    display: flex;
  }

  .page-tab {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 20px;
  }

  .cards_wrap {
    flex-flow: column;
  }

  .cards_wrap.is-mobile-horizontal {
    flex-flow: row;
    width: 100%;
  }

  .cards-column {
    width: 100%;
  }

  .cards-column.is-small {
    order: -1;
    width: 100%;
  }

  .cards-column.is-small.is-last {
    order: 1;
  }

  .cards-column.is-small.is-mobile-hide {
    display: none;
  }

  .cards-column.is-25 {
    width: 100%;
  }

  .cards-column.is-34 {
    width: 40%;
  }

  .card.is-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .table-header {
    display: none;
  }

  .table-cell {
    width: auto;
    padding: 0;
  }

  .table-cell.is-grow.is-stretch {
    justify-content: space-between;
    width: 100%;
  }

  .table-cell.is-grow.is-mobile-absolute-14px {
    position: absolute;
    inset: 14px 48px auto auto;
  }

  .table-cell.is-grow.is-mobile-absolute-40px {
    position: absolute;
    inset: 40px 48px auto auto;
  }

  .table-cell.is-100px {
    width: auto;
  }

  .table-cell.is-100px.is-empty-hide {
    display: none;
  }

  .table-cell.is-250px {
    flex-flow: wrap;
  }

  .table-cell.is-120px {
    width: auto;
  }

  .table-cell.is-120px.is-stretch {
    border-top: 1px solid #21469d33;
    justify-content: space-between;
    width: 100%;
    padding-top: 14px;
  }

  .table-cell.is-tablet-30 {
    flex: 0 auto;
    width: 30%;
  }

  .table-cell.is-tablet-30.is-empty-hide {
    display: none;
  }

  .table-cell.is-link-button {
    background-color: var(--orange);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .table-cell.is-empty-hide {
    display: none;
  }

  .table-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px;
  }

  .table-row.is-mobile-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #387adf00;
    border: 1px solid #387adf33;
    flex-flow: row;
    position: relative;
    overflow: hidden;
  }

  .table-header-title.in-row {
    display: block;
  }

  .table-header-title.in-row.is-mobile-smaal {
    color: var(--blue-light);
    font-size: 14px;
    line-height: 22px;
  }

  .table-value.is-mobile-bold {
    font-weight: 600;
  }

  .table-value.is-semibold {
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .table-value.is-large-mobile {
    color: var(--blue-light);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .table-value.is-mobile-large {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .video {
    width: 48%;
    height: 220px;
  }

  .cabin-card.is-for-category {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cabin-img {
    width: 100px;
    height: 100px;
  }

  .cabin-block-text_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
  }

  .cabin-card-info_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-side-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .cta-card-price-items.is-vertical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cta-card-price_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .side-card.is-center-align {
    width: 100%;
  }

  .side-card.is-tablet-space-between {
    justify-content: space-between;
    width: 100%;
  }

  .side-card.is-tablet-100 {
    width: 100%;
  }

  .info-text-items_wrap {
    min-width: auto;
  }

  .cards-sticky.is-tablet-horizontal {
    flex-flow: row;
    justify-content: space-between;
  }

  .page-tab-drop-toggle {
    justify-content: space-between;
    padding: 16px 20px;
    display: flex;
  }

  .page-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--card-corner-16px);
    background-color: var(--white);
    flex-flow: column;
    margin-top: 4px;
    display: none;
    position: absolute;
  }

  .page-tabs.w--open {
    box-shadow: 0 2px 6px #0003;
  }

  .cabin-content_wrap {
    justify-content: space-between;
    align-items: center;
  }

  .cabin-tab-drop-toggle {
    background-color: var(--blue-light);
    color: var(--white);
    justify-content: space-between;
    padding: 16px 20px;
    display: flex;
  }

  .cabin-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--card-corner-16px);
    background-color: var(--white);
    flex-flow: column;
    margin-top: 2px;
    display: none;
    position: absolute;
  }

  .cabin-tabs.w--open {
    overflow: hidden;
  }

  .cabin-tab {
    background-color: #eaf2ff00;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 20px;
  }

  .cabin-tab.is-active {
    color: var(--blue-light);
    background-color: #387adf00;
  }

  .span-desktop-block {
    display: inline;
  }

  .pop-up {
    border: 10px solid var(--blue-mid);
    height: auto;
    padding: 16px;
  }

  .pop-up.is-width-960px {
    width: 600px;
  }

  .pop-up-header.is-mobile-margin-8px, .pop-up-header.is-vertical {
    margin-bottom: 8px;
  }

  .pop-up-title {
    font-size: 20px;
    line-height: 26px;
  }

  .pop-up-video {
    aspect-ratio: 16 / 9;
  }

  .explore-photo {
    height: 190px;
  }

  .pop-up-hero.is-mobile-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .pop-up-hero.is-horizontal-stretch, .pop-up-hero.is-horizontal {
    margin-bottom: 4px;
  }

  .explore-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .explore-tab-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 22px;
  }

  .explore-slider {
    width: 100%;
  }

  .explore-tab_inner {
    height: 190px;
  }

  .explore-tab_inner.is-blue {
    max-height: none;
    font-size: 15px;
    line-height: 22px;
  }

  .filter-sailing-pop-up_wrap {
    background-color: #0009;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .include-block {
    flex-flow: row;
  }

  .card-content.is-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cruise-info_wrap.is-buttom-margin-16px {
    margin-bottom: 16px;
  }

  .filter-pop-up-2 {
    border: 10px solid var(--blue-mid);
    border-radius: var(--card-corner-16px);
    width: 600px;
    height: auto;
    display: none;
  }

  .filter-pop-up-2.is-show {
    display: flex;
  }

  .filter-pop-up-1 {
    border: 10px solid var(--blue-mid);
    border-radius: var(--card-corner-16px);
    width: 600px;
    height: auto;
    display: none;
  }

  .filter-pop-up-1.is-show {
    display: flex;
  }

  .filter-pop-up-hero {
    border-bottom-width: 0;
    display: flex;
  }

  .filter-pop-up-buttom {
    display: flex;
  }

  .filter-pop-up-content {
    flex-flow: wrap;
    flex: none;
    height: auto;
  }

  .filter-pop-up-content.is-gap-8px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 12px;
  }

  .filter-pop-up-content.is-for-calendar {
    justify-content: space-between;
    align-items: center;
    max-height: 240px;
    padding: 16px;
  }

  .port-content.is-horizontal {
    margin-bottom: 20px;
  }

  .port-content.is-50, .port-content_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pop-up-calendar-column {
    flex-flow: column;
    width: auto;
    position: static;
  }

  .filter-pop-up-months {
    grid-template-columns: auto auto auto auto;
    width: auto;
    margin-bottom: 24px;
  }

  .about-us-content {
    width: 100%;
  }

  .about-us-img_wrap {
    object-position: 50% 50%;
    order: -1;
    width: 60%;
    height: 450px;
  }

  .include-img {
    order: -1;
    height: 400px;
  }

  .newsletter-pop-up-content {
    flex-flow: wrap;
    flex: none;
    height: auto;
  }

  .newsletter-pop-up-subtext {
    margin-bottom: 8px;
  }

  .button-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .option-card {
    padding-right: 58px;
    position: relative;
  }

  .option-card-price_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .option-card-info_wrap {
    grid-column-gap: 24px;
  }

  .option-card-info {
    min-width: auto;
  }

  .option-card-button_wrap {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .option-card-button {
    z-index: 10;
    border-radius: 0;
    flex: none;
    width: 40px;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-card-button-text {
    display: none;
  }

  .option-card-button-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .button-line.is-hide-desktop {
    display: inline-block;
  }

  .cta-button {
    justify-content: center;
    width: 100%;
    height: 68px;
  }

  .cta-button.is-large {
    flex: 1;
    width: 100%;
    min-width: 400px;
    padding-right: 26px;
  }

  .cabin-card-pricing {
    flex: none;
  }

  .cabin-card-label {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    font-size: 15px;
  }

  .cabin-card-price-info {
    flex: none;
  }

  .cabin-card-price {
    font-size: 18px;
    line-height: 26px;
  }

  .button-text.is-hide-mobile {
    display: none;
  }

  .total-cost_wrap {
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
  }

  .pop-up-video_wrap {
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .table-cells_wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    column-count: 2;
    flex-flow: wrap;
  }

  .table-cells_wrap.is-empty-hide {
    display: none;
  }

  .card-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .content-rich-text {
    line-height: 26px;
  }

  .cell-link-text {
    display: none;
  }

  .cell-button-icon {
    display: block;
  }

  .cabin-card-label_wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .purchuse-content {
    width: 100%;
  }

  .confirm-code-blocks {
    flex-flow: row;
    width: 100%;
  }

  .confirm-code-block {
    width: 50%;
  }

  .contact-info_wrap {
    display: flex;
  }

  .table-cells_wrap-38 {
    flex-flow: column;
    width: auto;
  }

  .email-card.is-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .email-confirm-code-blocks {
    flex-flow: row;
    width: 100%;
  }

  .email-confirm-code_wrap {
    width: 50%;
  }

  .email-table-value.is-mobile-bold {
    font-weight: 600;
  }

  .email-table-value.is-semibold {
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .email-table-value.is-large-mobile {
    color: var(--blue-light);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .email-table-value.is-mobile-large {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .cost-summary-block-title.in-row {
    display: block;
  }

  .cost-summary-block-title.in-row.is-mobile-smaal {
    color: var(--blue-light);
    font-size: 14px;
    line-height: 22px;
  }

  .side-card-price_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    height: 32px;
  }

  .nav-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .container.mobile-no-padding, .container.mobil-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .header.is-for-nav {
    height: 68px;
  }

  .header.is-home {
    padding-bottom: 0;
  }

  .header-cards_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
  }

  .filter-card-items.is-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .filter-card-title {
    font-size: 16px;
    line-height: 16px;
  }

  .filter-calendar-months {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .filter-calendar-months.is-gap-10px {
    grid-column-gap: 16px;
  }

  .filter-calendar-item {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .subscribe-form-field {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .filter-result-count {
    font-size: 32px;
    line-height: 40px;
  }

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

  .section.is-small-padding.no-buttom-padding {
    padding-bottom: 0;
  }

  .section.is-bg-blue {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .cruise-cards_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .cruise-card {
    width: 100%;
  }

  .cruise-card-img {
    height: 230px;
  }

  .button.is-large {
    min-width: 100%;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .filter-card-header-value {
    font-size: 12px;
    line-height: 12px;
  }

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

  .filter-pop-up {
    width: 420px;
  }

  .filter-pop-up-title {
    font-size: 16px;
    line-height: 16px;
  }

  .sailing-result-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

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

  .sailing-cards_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sailing-card {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .sailing-card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sailing-card-price.is-large {
    font-size: 18px;
    line-height: 20px;
  }

  .sailing-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .sailing-card-info_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .filter-card-arrow-icon {
    width: 24px;
    height: 24px;
  }

  .filter-pop-up-arrows {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 24px;
  }

  .filter-pop-up-calendar-value {
    font-size: 16px;
    line-height: 22px;
  }

  .filter-pop-up-calendar-value.is-large {
    font-size: 16px;
  }

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

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    padding: 16px 16px 20px;
  }

  .large-card.is-mobile-top-padding-16px {
    padding-top: 16px;
  }

  .large-card-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

  .cards_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards_wrap.is-mobile-horizontal {
    flex-flow: column;
  }

  .cards-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-column.is-small {
    order: -1;
  }

  .cards-column.is-small.is-last {
    order: 1;
  }

  .cards-column.is-34, .cards-column.is-64 {
    width: 100%;
  }

  .card {
    padding: 16px;
  }

  .overview-img-card {
    height: 220px;
  }

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

  .table-cell.is-tablet-30 {
    width: 46%;
  }

  .table-row.is-mobile-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .video {
    height: 160px;
  }

  .cabin-cards.is-mobile-gap-24px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cabin-card {
    position: relative;
  }

  .cabin-card.is-for-category {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-side-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .info-text-items_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .cards-sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-sticky.is-tablet-horizontal {
    flex-flow: column;
  }

  .page-tab-drop-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cabin-tabs_wrap {
    margin-bottom: 32px;
  }

  .cabin-tab-drop-toggle, .cabin-tab {
    padding-left: 16px;
    padding-right: 16px;
  }

  .span-desktop-block {
    display: block;
  }

  .pop-up-title {
    font-size: 20px;
    line-height: 24px;
  }

  .cabin-pop-up-arrow {
    background-color: #ffffffa3;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pop-up-hero.is-mobile-horizontal, .pop-up-hero.is-horizontal-stretch, .pop-up-hero.is-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .explore-tabs-content {
    height: 100%;
  }

  .explore-tab-link {
    padding: 6px 12px;
    font-size: 14px;
  }

  .explore-slider {
    width: 400px;
  }

  .explore-tab_inner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .include-text_wrap.is-50 {
    width: 100%;
  }

  .card-content.is-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .include-blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .filter-pop-up-2, .filter-pop-up-1 {
    width: 420px;
  }

  .port-content.is-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 16px;
  }

  .port-content.is-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .port-content-title {
    font-size: 18px;
    line-height: 26px;
  }

  .port-content-text_wrap.is-50 {
    width: 100%;
  }

  .port-content-img_wrap.is-50 {
    order: -1;
    width: 100%;
  }

  .port-content_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .pop-up-calendar-values {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .filter-pop-up-months {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-us-img_wrap {
    height: 300px;
  }

  .include-img {
    order: -1;
    width: 60%;
    height: 300px;
  }

  .cruise-locations_wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: 32px;
  }

  .cruise-location-column {
    width: 100%;
  }

  .passengers-block_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 16px;
  }

  .option-card {
    padding: 16px 48px 16px 16px;
  }

  .option-card-price_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: absolute;
    right: 48px;
  }

  .option-card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .option-card-price.is-large {
    font-size: 18px;
    line-height: 20px;
  }

  .option-card-info_wrap {
    grid-column-gap: 16px;
    flex-flow: wrap;
  }

  .button-line, .button-line.is-hide-desktop {
    display: none;
  }

  .cta-button {
    justify-content: center;
    align-items: center;
  }

  .cta-button.is-large {
    min-width: 100%;
    padding: 24px 16px 24px 24px;
    font-size: 22px;
    line-height: 26px;
  }

  .span-mobile-block {
    display: block;
  }

  .cta-button-icon {
    width: 48px;
    height: 48px;
  }

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

  .cabin-card-pricing {
    width: 100%;
  }

  .cabin-card-label.is-mobile-last {
    order: 1;
  }

  .cabin-card-price-info {
    justify-content: flex-end;
    align-items: center;
    width: 220px;
  }

  .cabin-card-price_wrap {
    width: 100%;
  }

  .form-items-horizontal {
    flex-flow: column;
  }

  .form-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pop-up-content-auto {
    height: 250px;
    overflow: auto;
  }

  .card-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .confirm-code-blocks {
    flex-flow: column;
  }

  .confirm-code-block {
    width: 100%;
  }

  .email-confirmation_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .email-confirmation_wrap.is-small-padding.no-buttom-padding {
    padding-bottom: 0;
  }

  .email-confirmation_wrap.is-bg-blue {
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-large-caddrd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    padding: 16px 16px 20px;
  }

  .email-large-caddrd.is-mobile-top-padding-16px {
    padding-top: 16px;
  }

  .email-card {
    padding: 16px;
  }

  .email-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .email-confirm-code-blocks {
    flex-flow: column;
  }

  .email-confirm-code_wrap {
    width: 100%;
  }

  .cost-summary-blocks {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cost-summary-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 16px;
  }

  .cost-summary-block-value {
    font-size: 24px;
    line-height: 24px;
  }

  .cabin-price-per {
    font-size: 10px;
    line-height: 12px;
  }

  .cabin-price-per_wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: 22px 0% auto auto;
  }

  .card-title_wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-logo_wrap {
    padding-left: 0;
  }

  .nav-button {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .header.is-home {
    padding-bottom: 0;
  }

  .header-cards_wrap {
    grid-column-gap: 16px;
    padding: 18px 16px;
  }

  .filter-card-header {
    padding: 8px;
  }

  .filter-card-header-title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .filter-card-items {
    flex-flow: column;
    height: auto;
    max-height: 401px;
  }

  .filter-card-items.is-horizontal {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    max-height: none;
  }

  .filter-card-item {
    width: 100%;
  }

  .filter-card-title {
    font-size: 15px;
  }

  .filter-calendar-months {
    grid-column-gap: 10px;
    grid-template-columns: auto auto auto 1fr;
    width: auto;
    margin-bottom: 16px;
  }

  .filter-calendar-months.is-gap-10px {
    grid-column-gap: 10px;
    order: -1;
    grid-template-columns: auto auto auto auto;
    margin-bottom: 16px;
  }

  .filter-calendar-item {
    width: 50px;
    height: 50px;
  }

  .newsletter-text {
    font-size: 15px;
    line-height: 23px;
  }

  .subscribe-form-field {
    padding-right: 20px;
  }

  .newsletter-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .newsletter-form-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-button {
    text-align: center;
    padding: 16px;
  }

  .filter-result-count {
    font-size: 24px;
    line-height: 32px;
  }

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

  .cruise-card {
    width: 100%;
  }

  .cruise-card-img {
    height: 220px;
  }

  .button.is-mobile-32px {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .button.is-mobile-32px.is-negative-margin {
    width: 100%;
    height: 40px;
    margin-left: 0;
    padding: 4px 24px;
  }

  .button.is-width-100 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-button.is-large {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .secondary-button.is-color-blue {
    width: 100%;
  }

  .component_bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 48px 20px;
  }

  .grid-item_wrap.is-mobile-margin-24px {
    margin-bottom: 24px;
  }

  .component_wrap, .component_wrap._350px, .filter-pop-up_wrap {
    max-width: 100%;
  }

  .filter-pop-up {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .filter-pop-up-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .filter-pop-up-buttons.is-for-calendar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
  }

  .filter-pop-up-title {
    font-size: 15px;
  }

  .sailing-result-filter_wrap {
    flex-flow: wrap;
  }

  .sailing-card-price_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .sailing-card-price-items {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sailing-card-price-items.is-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .sailing-card-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .sailing-card-grid.is-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sailing-card-info_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-top: -10px;
  }

  .filter-card-arrow-icon {
    width: 24px;
  }

  .filter-pop-up-arrows {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-img-overlay {
    font-size: 16px;
  }

  .table-cell.is-grow.is-mobile-absolute-14px, .table-cell.is-grow.is-mobile-absolute-40px {
    right: 40px;
  }

  .table-cell.is-tablet-30 {
    width: 100%;
  }

  .table-cell.is-link-button {
    width: 32px;
  }

  .video {
    width: 100%;
    height: 210px;
  }

  .video-icon {
    width: 32px;
    height: 32px;
  }

  .cta-card-price {
    font-size: 16px;
  }

  .cta-card-price.is-large {
    font-size: 28px;
    line-height: 32px;
  }

  .cta-card-price-items.is-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .cta-card-price_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .pop-up {
    width: 100%;
    height: auto;
    max-height: none;
    padding: 16px;
  }

  .pop-up.is-width-960px {
    width: 100%;
    height: auto;
  }

  .pop-up.is-mobile-stretch {
    flex-flow: column;
    justify-content: space-between;
    height: 416px;
    display: flex;
  }

  .pop-up-title {
    font-size: 18px;
    line-height: 22px;
  }

  .newsletter-pop-up_wrap .pop-up-title {
    width: 90%;
  }

  .pop-up-video {
    width: 100%;
  }

  .cabin-pop-up-arrow {
    width: 32px;
    height: 32px;
  }

  .pop-up-hero.is-mobile-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .explore-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 4px;
    overflow: auto;
  }

  .explore-tabs-content {
    height: auto;
  }

  .explore-tab-link {
    white-space: pre;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 18px;
  }

  .filter-sailing-pop-up_wrap {
    max-width: 100%;
  }

  .include-block {
    flex-flow: column;
  }

  .detail-info {
    flex-flow: wrap;
  }

  .filter-pop-up-2, .filter-pop-up-1 {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .filter-pop-up-content {
    flex-flow: column;
    height: auto;
    max-height: 401px;
  }

  .filter-pop-up-content.is-for-calendar {
    max-height: none;
  }

  .price-info-card {
    width: 100%;
  }

  .price-info-cards_wrap {
    flex-flow: column;
  }

  .port-content.is-horizontal, .port-content.is-50, .port-content_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pop-up-calendar-column {
    width: 100%;
  }

  .filter-pop-up-months {
    grid-template-columns: auto auto auto;
    width: auto;
    margin-bottom: 16px;
  }

  .about-info-item {
    font-size: 14px;
    line-height: 22px;
  }

  .about-us-img_wrap {
    width: 100%;
    height: 250px;
  }

  .include-img {
    width: 100%;
    height: auto;
  }

  .form-select {
    max-width: 100%;
  }

  .form-select.is-small {
    min-width: 70px;
  }

  .form-select.is-40 {
    width: 100%;
  }

  .newsletter-pop-up-content {
    flex-flow: column;
    height: 250px;
  }

  .option-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 44px;
  }

  .option-card-price_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    right: 48px;
  }

  .option-card-info_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .option-card-info-item {
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

  .cta-button.is-large {
    padding: 16px 10px 16px 16px;
    font-size: 22px;
    line-height: 22px;
  }

  .cta-button-icon {
    width: 32px;
    height: 32px;
  }

  .info-tooltip {
    width: 250px;
    top: -374px;
  }

  .cabin-card-price-info {
    min-width: 68%;
  }

  .form-fields_wrap.is-60 {
    width: 100%;
  }

  .form-fields_wrap.is-mobile-vertical {
    flex-flow: column;
  }

  .button_wrap.is-left-aligned {
    justify-content: flex-start;
    align-items: center;
  }

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

  .contact-info {
    flex-flow: wrap;
  }

  .cost-summary-blocks {
    flex-flow: column;
  }

  .sailing-card-price-per {
    width: auto;
    max-width: none;
  }

  .cta-card-price-per.is-large {
    font-size: 28px;
    line-height: 32px;
  }

  .cabin-price-per {
    width: auto;
  }

  .cabin-price-per_wrap {
    flex-flow: column;
    top: 16px;
  }
}

#region, #port, #cruiseline, #price {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#month, #newsletter {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#sailings, #reset-button, #w-node-a0886c9b-8315-1c4f-1cc8-89d5e0461a97-e0461a97, #w-node-_232002c7-afdd-f89b-9cab-6732f0820083-f0820083 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91b4fa30-6050-94d9-865a-cca651e42886-51e42886, #w-node-_308ccfa9-b4b7-e12e-e2e2-15635d86b071-b4f81e44, #w-node-_763db9c7-9177-7e55-01d3-c26b48b1a131-b4f81e44, #w-node-_60281949-0a80-eee4-0ffa-fd89cd433fe7-b4f81e44, #w-node-_14ff563e-1744-e096-2544-1bf08d46a904-b4f81e44, #w-node-_64db3643-0cf6-42c4-4151-49186a39ae29-b4f81e44 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a886f403-8e5d-3605-7755-34539e837c28-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38d8a38d-998c-d9e3-3feb-bff701b34384-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21262644-b65a-0a66-5b58-35db82e001be-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be61-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be64-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be71-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b64ecdb3-4749-da72-bf84-48639daa7673-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b64ecdb3-4749-da72-bf84-48639daa7676-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64ecdb3-4749-da72-bf84-48639daa7683-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187df-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187e2-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187ef-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c99daec2-e22a-2420-c310-fb6673929fa2-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c99daec2-e22a-2420-c310-fb6673929fa5-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c99daec2-e22a-2420-c310-fb6673929fb2-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97e9e-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97ea1-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97eae-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af912295-1f56-221d-8c3c-fd6f6914c34b-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af912295-1f56-221d-8c3c-fd6f6914c34e-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af912295-1f56-221d-8c3c-fd6f6914c35b-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad6a645b-0f24-5cdd-4963-798d82045ae8-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad6a645b-0f24-5cdd-4963-798d82045aeb-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad6a645b-0f24-5cdd-4963-798d82045af8-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6720b-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6720e-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6721b-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bee8d1d4-4493-1f9f-d276-662fb750da85-e21a2803 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bee8d1d4-4493-1f9f-d276-662fb750da88-e21a2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bee8d1d4-4493-1f9f-d276-662fb750da95-e21a2803 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#sailing-date {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#sailing-cruiseline-logo {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#sailing-details {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74bffb-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74bffe-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74c00b-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd07fa-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd07fd-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd080a-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_671946f7-50d0-8c08-c185-1433dd576004-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_671946f7-50d0-8c08-c185-1433dd576007-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_671946f7-50d0-8c08-c185-1433dd576014-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ce81be67-6e8f-892b-581b-847399e803a4-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce81be67-6e8f-892b-581b-847399e803a7-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce81be67-6e8f-892b-581b-847399e803b4-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5f4143e-503c-1d97-8807-3bed549136a1-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5f4143e-503c-1d97-8807-3bed549136a4-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5f4143e-503c-1d97-8807-3bed549136b1-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5748308d-903e-8b61-21af-959c8e741c76-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5748308d-903e-8b61-21af-959c8e741c79-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5748308d-903e-8b61-21af-959c8e741c86-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6cf-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6d2-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6df-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_432bf4d6-9a89-95b7-faa3-90e66571f0f1-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_432bf4d6-9a89-95b7-faa3-90e66571f0f4-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_432bf4d6-9a89-95b7-faa3-90e66571f101-b2355381 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34c18d50-809a-ce33-d91f-e6c740c0f97f-b2355381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34c18d50-809a-ce33-d91f-e6c740c0f982-b2355381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34c18d50-809a-ce33-d91f-e6c740c0f98f-b2355381, #w-node-b6db78c7-2e2f-7c35-b50b-c95f981e6c21-bca6b746, #w-node-_25649101-7f09-38f9-e296-914a80bed645-bca6b746, #w-node-_30c75994-1293-0b3e-0b45-109820c8b059-bca6b746, #w-node-_33e169d2-2d33-e06c-a06d-e82cdd821ea3-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a44355538eb-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a4435553917-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a4435553943-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a443555396f-bca6b746 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #region, #port, #cruiseline, #price {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #newsletter {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0d1a5115-3b2c-20c9-5c3e-759c05982475-48a13e0c, #sailings {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #reset-button {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0886c9b-8315-1c4f-1cc8-89d5e0461a97-e0461a97 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #region {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #port, #cruiseline, #price, #month {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #newsletter {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0d1a5115-3b2c-20c9-5c3e-759c05982475-48a13e0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0886c9b-8315-1c4f-1cc8-89d5e0461a97-e0461a97 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_232002c7-afdd-f89b-9cab-6732f0820083-f0820083 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91b4fa30-6050-94d9-865a-cca651e42886-51e42886, #w-node-_308ccfa9-b4b7-e12e-e2e2-15635d86b071-b4f81e44, #w-node-_763db9c7-9177-7e55-01d3-c26b48b1a131-b4f81e44, #w-node-_60281949-0a80-eee4-0ffa-fd89cd433fe7-b4f81e44, #w-node-_14ff563e-1744-e096-2544-1bf08d46a904-b4f81e44, #w-node-_64db3643-0cf6-42c4-4151-49186a39ae29-b4f81e44, #w-node-a886f403-8e5d-3605-7755-34539e837c28-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_21262644-b65a-0a66-5b58-35db82e001be-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be61-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be71-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b64ecdb3-4749-da72-bf84-48639daa7673-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b64ecdb3-4749-da72-bf84-48639daa7683-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187df-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187ef-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c99daec2-e22a-2420-c310-fb6673929fa2-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c99daec2-e22a-2420-c310-fb6673929fb2-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97e9e-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97eae-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-af912295-1f56-221d-8c3c-fd6f6914c34b-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-af912295-1f56-221d-8c3c-fd6f6914c35b-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad6a645b-0f24-5cdd-4963-798d82045ae8-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ad6a645b-0f24-5cdd-4963-798d82045af8-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6720b-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6721b-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bee8d1d4-4493-1f9f-d276-662fb750da85-e21a2803 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bee8d1d4-4493-1f9f-d276-662fb750da95-e21a2803 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #sailing-date {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #sailing-details {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74bffb-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74c00b-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd07fa-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd080a-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_671946f7-50d0-8c08-c185-1433dd576004-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_671946f7-50d0-8c08-c185-1433dd576014-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ce81be67-6e8f-892b-581b-847399e803a4-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ce81be67-6e8f-892b-581b-847399e803b4-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f5f4143e-503c-1d97-8807-3bed549136a1-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f5f4143e-503c-1d97-8807-3bed549136b1-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5748308d-903e-8b61-21af-959c8e741c76-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5748308d-903e-8b61-21af-959c8e741c86-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6cf-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6df-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_432bf4d6-9a89-95b7-faa3-90e66571f0f1-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_432bf4d6-9a89-95b7-faa3-90e66571f101-b2355381 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34c18d50-809a-ce33-d91f-e6c740c0f97f-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_34c18d50-809a-ce33-d91f-e6c740c0f98f-b2355381, #w-node-b6db78c7-2e2f-7c35-b50b-c95f981e6c21-bca6b746, #w-node-_25649101-7f09-38f9-e296-914a80bed645-bca6b746, #w-node-_30c75994-1293-0b3e-0b45-109820c8b059-bca6b746, #w-node-_33e169d2-2d33-e06c-a06d-e82cdd821ea3-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a44355538eb-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a4435553917-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a4435553943-bca6b746, #w-node-b1d75255-2ab3-0aaf-bdd7-1a443555396f-bca6b746 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #region, #newsletter {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d1a5115-3b2c-20c9-5c3e-759c05982475-48a13e0c, #sailings {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0886c9b-8315-1c4f-1cc8-89d5e0461a97-e0461a97, #w-node-_91b4fa30-6050-94d9-865a-cca651e42886-51e42886, #w-node-_308ccfa9-b4b7-e12e-e2e2-15635d86b071-b4f81e44, #w-node-_763db9c7-9177-7e55-01d3-c26b48b1a131-b4f81e44, #w-node-_60281949-0a80-eee4-0ffa-fd89cd433fe7-b4f81e44, #w-node-_14ff563e-1744-e096-2544-1bf08d46a904-b4f81e44, #w-node-_64db3643-0cf6-42c4-4151-49186a39ae29-b4f81e44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a886f403-8e5d-3605-7755-34539e837c28-e21a2803, #w-node-_4ff47d2a-9fd8-67f1-1304-65499dc6be61-e21a2803, #w-node-b64ecdb3-4749-da72-bf84-48639daa7673-e21a2803, #w-node-c4e36de2-cec6-eb59-2bc8-3a20a0d187df-e21a2803, #w-node-c99daec2-e22a-2420-c310-fb6673929fa2-e21a2803, #w-node-_6c002af2-4e69-5c7c-2bf4-5241b5a97e9e-e21a2803, #w-node-af912295-1f56-221d-8c3c-fd6f6914c34b-e21a2803, #w-node-ad6a645b-0f24-5cdd-4963-798d82045ae8-e21a2803, #w-node-ebc60710-d3da-02cc-abf7-dc6b4bb6720b-e21a2803, #w-node-bee8d1d4-4493-1f9f-d276-662fb750da85-e21a2803, #sailing-date, #w-node-c9a8f7d9-956c-bfac-c9fd-baafcf74bffb-b2355381, #w-node-_69133b0e-5b6e-ca77-6f6c-8cf4aebd07fa-b2355381, #w-node-_671946f7-50d0-8c08-c185-1433dd576004-b2355381, #w-node-ce81be67-6e8f-892b-581b-847399e803a4-b2355381, #w-node-f5f4143e-503c-1d97-8807-3bed549136a1-b2355381, #w-node-_5748308d-903e-8b61-21af-959c8e741c76-b2355381, #w-node-_4542077c-cd8f-8abd-9f19-c3bfc035c6cf-b2355381, #w-node-_432bf4d6-9a89-95b7-faa3-90e66571f0f1-b2355381, #w-node-_34c18d50-809a-ce33-d91f-e6c740c0f97f-b2355381 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #region {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #newsletter {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e62bfe3-0f6a-d5b4-3873-97c0d8433eab-48a13e0c {
    order: 999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d1a5115-3b2c-20c9-5c3e-759c05982475-48a13e0c, #sailings {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #reset-button {
    order: 999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0886c9b-8315-1c4f-1cc8-89d5e0461a97-e0461a97 {
    order: 9999;
  }

  #w-node-_9823ca67-57ae-9408-4236-b8dbb6fdba15-e21a2803 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}



/* ****************** */
/* Costume CSS Codes  */
/* ****************** */

/* Used by JS functions to hide elements on some events */
.is-hide {
  display: none !important;
}

/* Home page custom newsletter error message */
.newsletter-form-block .error-message {
  flex: none;
}

/*  Home page ship image*/
.cruise-card-img {
  height: auto !important;
}

/* Home page deals text */
.homepage-text {
  width: 100%;
  display: inline-block;
}

/* Show sailing filters popup */
.filter-sailing-pop-up_wrap.is-show {
  display: flex;
}

/* Sailing page logo max size */
img.sailing-card-logo{
  max-width: 150px;
}

/* Sailing page ship image */
.sailing-card-img {
  object-fit: fill !important;
  width: auto !important;
}

/* About Us page ports list */
.about-us-Ports {
  display: block;
  line-height: 40px;
}

/* Overview Cabins popup */
.w-slider-mask {
  margin: auto;
}
.overview-img-overlay {
  background-image: none !important;
}

/* Overview ship image */
.overview-img {
  height: auto !important;
}

/* Overview page logo max size */
img.info-card-logo{
  max-width: 150px;
}

/* Overview page Cabin images popup */
.cabin-cards_wrap img.cabin-img {
  min-height: 90px;
  max-width: 135px;
}

/* Booking flow Error message  */
.pop-up.is-show .button_wrap{
  justify-content: center;
  margin-top: 15px;
}

/* Make the more info icon clickable cursor */
.cabin-card-info-icon{
  cursor: pointer;
}

.select-cabin-text {
  font-size: 20px;
}

/* error messages box */
.is-color-red {
  border: 1px solid var(--error);
  color: var(--error);
}

.content_wrap_button .page-tabs {
  top: -255px;
}

/* Desktop devices */
@media screen and (min-width: 992px)
{
  /* Sailing page calendar filter popup for the desktop */
  .cabin-card-pricing{
    min-width: 220px;
  }
  .filter-pop-up-2 .is-for-calendar {
    flex-flow: wrap;
    padding: 16px;
    justify-content: space-between;
  }
  .filter-pop-up-2 .filter-calendar-months {
    width: 59%;
    margin: 0;
  }
  .filter-pop-up-2 .pop-up-calendar-column {
    width: 39%;
    display: block;
  }
  .filter-pop-up-2 .filter-pop-up-arrows{
    position: static;
  }
  .filter-pop-up-2 .filter-pop-up-buttons {
    display: flex;
  }
  .filter-pop-up-2 .button-Clear {
    flex: 0 auto;
    order: 1;
  }
}

/* Tablet Devices */
@media screen and (min-width: 768px)
{
  /* show only one select cabin in the desktop */
  .select-cabin.is-desktop-hidden {
    display: none;
  }
}

/* Overview ship image */
@media screen and (max-width: 767px) {
  .overview-img-card {
    height: auto;
  }
}

/* Desktop Devices */
@media screen and (min-width: 990px) {
  /* Used by JS functions to hide elements on some events */
  .is-desktop-hide {
    display: none !important;
  }
}

/* Tablet Devices */
@media screen and (max-width: 991px)
{
  /* Used by JS functions to hide elements on some events */
  .is-mobile-hide {
    display: none !important;
  }

  /* Hide the desktop filters on the mobile view */
  #filters .filter-panel-item-header , #filters .filter-panel-item-icon {
    display: none;
  }
  #filters .filter-panel-item {
    padding: 0;
  }
  .content_wrap_filter.content_wrap {
    grid-row-gap: 0;
  }

  /* Overview page cabin drop down  */
  a.cabin-tab.w-dropdown-link {
    text-align: left;
  }

  /* Sailing page Departure Date button order */
  .filter-pop-up-buttons.is-for-calendar a.button.button-Apply.is-width-100.w-button {
    flex: 0 auto;
    order: 1;
  }
}

/* Mobile Devices */
@media screen and (max-width: 400px)
{
  /* Hide select button text on Categories page */
  .hide-extra-small {
    display: none !important;
  }
  .show-extra-small {
    display: block !important;
  }
  .button.extra-small{
    padding: 4px !important;
  }
}

/* Mobile Devices */
@media screen and (max-width: 479px)
{
  /*  filter-pop-up*/
  .filter-pop-up-content {
    max-height: fit-content !important;
  }
  .newsletter-pop-up-content {
    height: auto !important;
  }
}

@media screen and (max-width: 600px)
{
  .cabin-text-full{
    max-width: 70%;
  }
  .On-Board-Credit {
    width: 100% !important;
    display: inline-block !important;
    padding: 4px 0 !important;
  }

}

@media screen and (min-width: 992px) and (max-width: 1218px) {
  .cruise-card-credit {
    width: min-content;
    padding-right: 5px;
  }
}

@media screen and (orientation: portrait)
{
  /* Show Go Next Button on the page top in vertical view only */
  .is-show-portrait {
    display: flex !important;
  }
}