.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2.03125;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.71428571rem;
    line-height: 1.925;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  line-height: 1.30208333;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.92rem;
    line-height: 1.3671875;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.64383562rem;
    line-height: 1.140625;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.36363636rem;
    line-height: 1.375;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ac4626 !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #dcc187 !important;
}
.bg-warning {
  background-color: #0e2d3b !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ac4626 !important;
  border-color: #ac4626 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ac4626;
  border-color: #ac4626;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ac4626 !important;
  border-color: #ac4626 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dcc187 !important;
  border-color: #dcc187 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #dcc187;
  border-color: #dcc187;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dcc187 !important;
  border-color: #dcc187 !important;
}
.btn-info:hover {
  background-color: #d0ad60 !important;
  border-color: #d0ad60 !important;
}
.btn-success,
.btn-success:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-success:hover {
  background-color: #012955 !important;
  border-color: #012955 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0e2d3b;
  border-color: #0e2d3b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
}
.btn-warning:hover {
  background-color: #184c64 !important;
  border-color: #184c64 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ac4626;
  color: #ac4626;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ac4626 !important;
  border-color: #ac4626;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ac4626 !important;
  border-color: #ac4626 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #dcc187;
  color: #dcc187;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #dcc187 !important;
  border-color: #dcc187;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #dcc187 !important;
  border-color: #dcc187 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0e2d3b;
  color: #0e2d3b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #0e2d3b !important;
  border-color: #0e2d3b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ac4626 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #dcc187 !important;
}
.text-warning {
  color: #0e2d3b !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d76a48 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c49839 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0e2d3b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ac4626 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #dcc187;
}
.alert-warning {
  background-color: #0e2d3b;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ac4626;
  border-color: #ac4626;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ac4626;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e08c72;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #57afd7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
blockquote {
  border-color: #ac4626;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ac4626;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ac4626;
  border-bottom-color: #ac4626;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ac4626 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 0.72rem;
  line-height: 1.40625;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTXSRSGyIj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vipdhowcruise-banner-1920x600.jpg");
}
@media (min-width: 768px) {
  .cid-sTXSRSGyIj {
    align-items: flex-start;
  }
  .cid-sTXSRSGyIj .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sTXSRSGyIj {
    align-items: center;
  }
  .cid-sTXSRSGyIj .row {
    justify-content: center;
  }
}
.cid-sTXSRSGyIj .mbr-section-title,
.cid-sTXSRSGyIj .card_topic {
  margin-bottom: 12px;
}
.cid-sTXSRSGyIj .item-wrapper {
  padding-bottom: 24px;
}
.cid-sTXSRSGyIj .item-wrapper:hover .mbr-section-title a {
  color: #dddddd !important;
}
.cid-sTXSRSGyIj .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sTXSRSGyIj .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-sTXSRSGyIj .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sTXSRSGyIj .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sTXSRSGyIj .category_content,
.cid-sTXSRSGyIj .date,
.cid-sTXSRSGyIj .name_author {
  opacity: .8;
}
.cid-sTXSRSGyIj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #dddddd;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sTXSRSGyIj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sTXSRSGyIj .mbr-section-title,
.cid-sTXSRSGyIj .post_wrap {
  text-align: left;
  color: #003d59;
}
.cid-tZ0GonhyN6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ0GonhyN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0GonhyN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0GonhyN6 .row {
  flex-direction: row-reverse;
}
.cid-tZ09WpinYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ09WpinYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ09WpinYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ09WpinYb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tZ09WpinYb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ09WpinYb .container {
    padding: 0 24px;
  }
}
.cid-tZ09WpinYb .row {
  justify-content: center;
}
.cid-tZ09WpinYb .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tZ09WpinYb .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tZ09WpinYb .content-wrapper {
    padding: 32px;
  }
}
.cid-tZ09WpinYb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ09WpinYb .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tZ09WpinYb .mbr-section-title {
  color: #003d59;
}
.cid-tZ09WpinYb .mbr-text {
  color: #262642;
  text-align: left;
}
.cid-tZ0hH8BnCO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ0hH8BnCO img,
.cid-tZ0hH8BnCO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ0hH8BnCO .item:focus,
.cid-tZ0hH8BnCO span:focus {
  outline: none;
}
.cid-tZ0hH8BnCO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ0hH8BnCO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ0hH8BnCO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ0hH8BnCO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ0hH8BnCO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ0hH8BnCO .mbr-section-title {
  color: #003d59;
}
.cid-tZ0hH8BnCO .mbr-text,
.cid-tZ0hH8BnCO .mbr-section-btn {
  text-align: left;
}
.cid-tZ0hH8BnCO .item-title {
  text-align: left;
  color: #003d59;
}
.cid-tZ0hH8BnCO .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tZ0jAehJzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ0jAehJzy img,
.cid-tZ0jAehJzy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ0jAehJzy .item:focus,
.cid-tZ0jAehJzy span:focus {
  outline: none;
}
.cid-tZ0jAehJzy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ0jAehJzy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ0jAehJzy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ0jAehJzy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ0jAehJzy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ0jAehJzy .mbr-section-title {
  color: #003d59;
}
.cid-tZ0jAehJzy .mbr-text,
.cid-tZ0jAehJzy .mbr-section-btn {
  text-align: left;
}
.cid-tZ0jAehJzy .item-title {
  text-align: left;
  color: #003d59;
}
.cid-tZ0jAehJzy .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sQrfK9Uh4m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQrfK9Uh4m .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sQrfK9Uh4m .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sQrfK9Uh4m .card-wrapper:hover .ico2 {
  color: #ac4626 !important;
}
.cid-sQrfK9Uh4m .ico2 {
  color: #dcc187 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sQrfK9Uh4m .text-info:hover {
  color: inherit !important;
}
.cid-sQrfK9Uh4m .card-box {
  padding: 0rem 1rem;
}
.cid-sQrfK9Uh4m .ico1 {
  font-size: 3rem !important;
}
.cid-sQrfK9Uh4m h3,
.cid-sQrfK9Uh4m h4 {
  padding: 0;
  margin: 0;
}
.cid-sQrfK9Uh4m .card-title {
  color: #0d85ee;
}
.cid-sIevAa5ofQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sIevAa5ofQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sIevAa5ofQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sIevAa5ofQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sIevAa5ofQ .menu__item {
  margin-bottom: 10px;
}
.cid-sIevAa5ofQ .menu__item a {
  font-weight: 600;
}
.cid-sIevAa5ofQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sIevAa5ofQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sIevAa5ofQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sIevAa5ofQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIevAa5ofQ .menu__item {
    text-align: center;
  }
  .cid-sIevAa5ofQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPZktlXW61 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/vipdhowcruise-banner-1920x600.jpg");
}
.cid-sPZktlXW61 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sPZktlXW61 .mbr-section-title b,
.cid-sPZktlXW61 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sPZktlXW61 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sPZktlXW61 .mbr-section-title,
.cid-sPZktlXW61 .mbr-section-btn {
  color: #ffffff;
}
.cid-sPZskVmcgG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZskVmcgG img,
.cid-sPZskVmcgG .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZskVmcgG .item:focus,
.cid-sPZskVmcgG span:focus {
  outline: none;
}
.cid-sPZskVmcgG .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZskVmcgG .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZskVmcgG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZskVmcgG .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZskVmcgG .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZskVmcgG .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZskVmcgG .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-sPZskVmcgG .item-title {
  color: #282727;
  text-align: left;
}
.cid-sPZskVmcgG .item-subtitle {
  color: #d3045f;
}
.cid-sPZskVmcgG .mbr-text,
.cid-sPZskVmcgG .mbr-section-btn {
  color: #ff0000;
}
.cid-sPZskVmcgG .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZskVmcgG .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-sPZskVmcgG .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZ1yh9IqYi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ1yh9IqYi img,
.cid-tZ1yh9IqYi .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ1yh9IqYi .item:focus,
.cid-tZ1yh9IqYi span:focus {
  outline: none;
}
.cid-tZ1yh9IqYi .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ1yh9IqYi .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ1yh9IqYi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ1yh9IqYi .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ1yh9IqYi .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ1yh9IqYi .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ1yh9IqYi .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-tZ1yh9IqYi .item-title {
  color: #282727;
  text-align: left;
}
.cid-tZ1yh9IqYi .item-subtitle {
  color: #d3045f;
}
.cid-tZ1yh9IqYi .mbr-text,
.cid-tZ1yh9IqYi .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ1yh9IqYi .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-tZ1yh9IqYi .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-sPZB6HRTe2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZB6HRTe2 img,
.cid-sPZB6HRTe2 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZB6HRTe2 .item:focus,
.cid-sPZB6HRTe2 span:focus {
  outline: none;
}
.cid-sPZB6HRTe2 .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZB6HRTe2 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZB6HRTe2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZB6HRTe2 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZB6HRTe2 .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZB6HRTe2 .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZB6HRTe2 .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-sPZB6HRTe2 .item-title {
  color: #282727;
}
.cid-sPZB6HRTe2 .item-subtitle {
  color: #d3045f;
}
.cid-sPZB6HRTe2 .mbr-text,
.cid-sPZB6HRTe2 .mbr-section-btn {
  color: #ff0000;
}
.cid-sPZB6HRTe2 .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZB6HRTe2 .mbr-section-subtitle {
  color: #282727;
}
.cid-tZ1ByrBu2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ1ByrBu2h img,
.cid-tZ1ByrBu2h .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ1ByrBu2h .item:focus,
.cid-tZ1ByrBu2h span:focus {
  outline: none;
}
.cid-tZ1ByrBu2h .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ1ByrBu2h .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ1ByrBu2h .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ1ByrBu2h .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ1ByrBu2h .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ1ByrBu2h .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ1ByrBu2h .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-tZ1ByrBu2h .item-title {
  color: #282727;
  text-align: left;
}
.cid-tZ1ByrBu2h .item-subtitle {
  color: #d3045f;
}
.cid-tZ1ByrBu2h .mbr-text,
.cid-tZ1ByrBu2h .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ1ByrBu2h .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-tZ1ByrBu2h .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-tZ1FxdD5ck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ1FxdD5ck img,
.cid-tZ1FxdD5ck .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ1FxdD5ck .item:focus,
.cid-tZ1FxdD5ck span:focus {
  outline: none;
}
.cid-tZ1FxdD5ck .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ1FxdD5ck .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ1FxdD5ck .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ1FxdD5ck .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ1FxdD5ck .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ1FxdD5ck .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ1FxdD5ck .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-tZ1FxdD5ck .item-title {
  color: #282727;
  text-align: left;
}
.cid-tZ1FxdD5ck .item-subtitle {
  color: #d3045f;
}
.cid-tZ1FxdD5ck .mbr-text,
.cid-tZ1FxdD5ck .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ1FxdD5ck .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-tZ1FxdD5ck .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-sIevAa5ofQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sIevAa5ofQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sIevAa5ofQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sIevAa5ofQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sIevAa5ofQ .menu__item {
  margin-bottom: 10px;
}
.cid-sIevAa5ofQ .menu__item a {
  font-weight: 600;
}
.cid-sIevAa5ofQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sIevAa5ofQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sIevAa5ofQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sIevAa5ofQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIevAa5ofQ .menu__item {
    text-align: center;
  }
  .cid-sIevAa5ofQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5aQnaL5d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5aQnaL5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5aQnaL5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5aQnaL5d .row {
  flex-direction: row-reverse;
}
.cid-tZ1Z0pAUmy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ1Z0pAUmy img,
.cid-tZ1Z0pAUmy .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ1Z0pAUmy .item:focus,
.cid-tZ1Z0pAUmy span:focus {
  outline: none;
}
.cid-tZ1Z0pAUmy .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ1Z0pAUmy .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ1Z0pAUmy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ1Z0pAUmy .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ1Z0pAUmy .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ1Z0pAUmy .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ1Z0pAUmy .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-tZ1Z0pAUmy .item-title {
  color: #282727;
  text-align: left;
}
.cid-tZ1Z0pAUmy .item-subtitle {
  color: #d3045f;
}
.cid-tZ1Z0pAUmy .mbr-text,
.cid-tZ1Z0pAUmy .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ1Z0pAUmy .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-tZ1Z0pAUmy .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-sIevAa5ofQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sIevAa5ofQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sIevAa5ofQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sIevAa5ofQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sIevAa5ofQ .menu__item {
  margin-bottom: 10px;
}
.cid-sIevAa5ofQ .menu__item a {
  font-weight: 600;
}
.cid-sIevAa5ofQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sIevAa5ofQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sIevAa5ofQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sIevAa5ofQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIevAa5ofQ .menu__item {
    text-align: center;
  }
  .cid-sIevAa5ofQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPZinBNo1D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/vip-dhow-cruise-dubai-safari-1600x500.jpg");
}
.cid-sPZinBNo1D .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sPZinBNo1D .mbr-section-title b,
.cid-sPZinBNo1D .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sPZinBNo1D .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sPZinBNo1D .mbr-section-title,
.cid-sPZinBNo1D .mbr-section-btn {
  color: #ffffff;
}
.cid-sPYoeS7uQU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPYoeS7uQU img,
.cid-sPYoeS7uQU .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-sPYoeS7uQU .item:focus,
.cid-sPYoeS7uQU span:focus {
  outline: none;
}
.cid-sPYoeS7uQU .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPYoeS7uQU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPYoeS7uQU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPYoeS7uQU .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPYoeS7uQU .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPYoeS7uQU .item-content {
    padding: 1rem 0;
  }
}
.cid-sPYoeS7uQU .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-sPYoeS7uQU .item-title {
  color: #003d59;
}
.cid-sPYoeS7uQU .item-subtitle {
  color: #d3045f;
}
.cid-sPYoeS7uQU .mbr-text,
.cid-sPYoeS7uQU .mbr-section-btn {
  color: #ff0000;
}
.cid-sPYoeS7uQU .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPYoeS7uQU .mbr-section-subtitle {
  text-align: center;
  color: #282727;
}
.cid-sPYoxz9Wjg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPYoxz9Wjg img,
.cid-sPYoxz9Wjg .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPYoxz9Wjg .item:focus,
.cid-sPYoxz9Wjg span:focus {
  outline: none;
}
.cid-sPYoxz9Wjg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPYoxz9Wjg .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPYoxz9Wjg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPYoxz9Wjg .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPYoxz9Wjg .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPYoxz9Wjg .item-content {
    padding: 1rem 0;
  }
}
.cid-sPYoxz9Wjg .mbr-section-title {
  color: #36187d;
}
.cid-sPYoxz9Wjg .item-title {
  color: #003d59;
}
.cid-sPYoxz9Wjg .item-subtitle {
  color: #d3045f;
}
.cid-sPYoxz9Wjg .mbr-text,
.cid-sPYoxz9Wjg .mbr-section-btn {
  color: #ff0000;
}
.cid-sPYoxz9Wjg .mbr-link {
  color: #fe5925;
}
.cid-sPYoxz9Wjg H3 {
  color: #d3045f;
}
.cid-sPYHOB1qnU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPYHOB1qnU img,
.cid-sPYHOB1qnU .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPYHOB1qnU .item:focus,
.cid-sPYHOB1qnU span:focus {
  outline: none;
}
.cid-sPYHOB1qnU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPYHOB1qnU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPYHOB1qnU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPYHOB1qnU .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPYHOB1qnU .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPYHOB1qnU .item-content {
    padding: 1rem 0;
  }
}
.cid-sPYHOB1qnU .mbr-section-title {
  color: #36187d;
}
.cid-sPYHOB1qnU .item-title {
  color: #003d59;
}
.cid-sPYHOB1qnU .item-subtitle {
  color: #d3045f;
}
.cid-sPYHOB1qnU .mbr-text,
.cid-sPYHOB1qnU .mbr-section-btn {
  color: #ff0000;
}
.cid-sPYHOB1qnU .mbr-link {
  color: #fe5925;
}
.cid-sIevAa5ofQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sIevAa5ofQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sIevAa5ofQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sIevAa5ofQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sIevAa5ofQ .menu__item {
  margin-bottom: 10px;
}
.cid-sIevAa5ofQ .menu__item a {
  font-weight: 600;
}
.cid-sIevAa5ofQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sIevAa5ofQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sIevAa5ofQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sIevAa5ofQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIevAa5ofQ .menu__item {
    text-align: center;
  }
  .cid-sIevAa5ofQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOL9Uxdj9M {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sOL9Uxdj9M .title__block {
  padding-bottom: 40px;
}
.cid-sOL9Uxdj9M .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sOL9Uxdj9M .mbr-section-title b,
.cid-sOL9Uxdj9M .mbr-section-title strong {
  font-weight: 500;
}
.cid-sOL9Uxdj9M .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-sOL9Uxdj9M .mbr-text {
  margin-bottom: 43px;
}
.cid-sOL9Uxdj9M .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-sOL9Uxdj9M .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-sOL9Uxdj9M .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-sOL9Uxdj9M .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-sOL9Uxdj9M .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-sOL9Uxdj9M .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sOL9Uxdj9M .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-sOL9Uxdj9M .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-sOL9Uxdj9M .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sOL9Uxdj9M .row {
    text-align: center;
  }
  .cid-sOL9Uxdj9M .title__block {
    padding-bottom: 0;
  }
  .cid-sOL9Uxdj9M .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-sOL9Uxdj9M .figure:before {
    content: none;
  }
  .cid-sOL9Uxdj9M .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sOL9Uxdj9M .mbr-text {
    margin-bottom: 30px;
  }
  .cid-sOL9Uxdj9M .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-sOL9Uxdj9M .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-sPZltOtQmk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZltOtQmk img,
.cid-sPZltOtQmk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZltOtQmk .item:focus,
.cid-sPZltOtQmk span:focus {
  outline: none;
}
.cid-sPZltOtQmk .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZltOtQmk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZltOtQmk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZltOtQmk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZltOtQmk .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZltOtQmk .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZltOtQmk .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZltOtQmk .item-title {
  color: #d39a14;
}
.cid-sPZltOtQmk .item-subtitle {
  color: #003d59;
}
.cid-sPZltOtQmk .mbr-text,
.cid-sPZltOtQmk .mbr-section-btn {
  color: #000000;
}
.cid-sPZltOtQmk .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZmtEAgb1 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sPZmtEAgb1 img,
.cid-sPZmtEAgb1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZmtEAgb1 .item:focus,
.cid-sPZmtEAgb1 span:focus {
  outline: none;
}
.cid-sPZmtEAgb1 .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZmtEAgb1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZmtEAgb1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZmtEAgb1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZmtEAgb1 .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZmtEAgb1 .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZmtEAgb1 .mbr-section-title {
  color: #36187d;
}
.cid-sPZmtEAgb1 .item-title {
  color: #d39a14;
}
.cid-sPZmtEAgb1 .item-subtitle {
  color: #003d59;
}
.cid-sPZmtEAgb1 .mbr-text,
.cid-sPZmtEAgb1 .mbr-section-btn {
  color: #000000;
}
.cid-sPZmtEAgb1 .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sOL8hPJo3k {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sOL8hPJo3k .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sOL8hPJo3k .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sOL8hPJo3k .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sOL8hPJo3k .menu__item {
  margin-bottom: 10px;
}
.cid-sOL8hPJo3k .menu__item a {
  font-weight: 600;
}
.cid-sOL8hPJo3k .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sOL8hPJo3k .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sOL8hPJo3k .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sOL8hPJo3k .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOL8hPJo3k .menu__item {
    text-align: center;
  }
  .cid-sOL8hPJo3k .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sPZFOiZABw.popup-builder {
  background-color: #ffffff;
}
.cid-sPZFOiZABw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPZFOiZABw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPZFOiZABw .modal-content,
.cid-sPZFOiZABw .modal-dialog {
  height: auto;
}
.cid-sPZFOiZABw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPZFOiZABw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPZFOiZABw .form-wrapper .mbr-form .form-group,
  .cid-sPZFOiZABw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPZFOiZABw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPZFOiZABw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPZFOiZABw .mbr-text {
  text-align: center;
}
.cid-sPZFOiZABw .pt-0 {
  padding-top: 0 !important;
}
.cid-sPZFOiZABw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPZFOiZABw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPZFOiZABw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPZFOiZABw .modal-open {
  overflow: hidden;
}
.cid-sPZFOiZABw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPZFOiZABw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPZFOiZABw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPZFOiZABw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPZFOiZABw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPZFOiZABw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPZFOiZABw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPZFOiZABw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPZFOiZABw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPZFOiZABw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPZFOiZABw .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPZFOiZABw .modal-backdrop.show {
  opacity: .5;
}
.cid-sPZFOiZABw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPZFOiZABw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZFOiZABw .modal-header {
    padding: 1rem;
  }
}
.cid-sPZFOiZABw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPZFOiZABw .modal-header .close svg {
  fill: #353535;
}
.cid-sPZFOiZABw .modal-header .close:hover {
  opacity: 1;
}
.cid-sPZFOiZABw .modal-header .close:focus {
  outline: none;
}
.cid-sPZFOiZABw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPZFOiZABw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPZFOiZABw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZFOiZABw .modal-body {
    padding: 1rem;
  }
}
.cid-sPZFOiZABw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPZFOiZABw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZFOiZABw .modal-footer {
    padding: 1rem;
  }
}
.cid-sPZFOiZABw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPZFOiZABw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPZFOiZABw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPZFOiZABw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPZFOiZABw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPZFOiZABw .modal-lg,
  .cid-sPZFOiZABw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPZFOiZABw .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPZFOiZABw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPZFOiZABw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPZFOiZABw .form-group {
  margin-bottom: 1rem;
}
.cid-sPZFOiZABw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPZFOiZABw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPZFOiZABw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPZFOiZABw .mbr-section-btn {
  margin: 0;
}
.cid-sPZFOiZABw .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPZttt4xOn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sPZttt4xOn .title__block {
  padding-bottom: 40px;
}
.cid-sPZttt4xOn .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sPZttt4xOn .mbr-section-title b,
.cid-sPZttt4xOn .mbr-section-title strong {
  font-weight: 500;
}
.cid-sPZttt4xOn .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-sPZttt4xOn .mbr-text {
  margin-bottom: 43px;
}
.cid-sPZttt4xOn .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-sPZttt4xOn .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-sPZttt4xOn .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-sPZttt4xOn .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-sPZttt4xOn .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-sPZttt4xOn .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sPZttt4xOn .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-sPZttt4xOn .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-sPZttt4xOn .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sPZttt4xOn .row {
    text-align: center;
  }
  .cid-sPZttt4xOn .title__block {
    padding-bottom: 0;
  }
  .cid-sPZttt4xOn .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-sPZttt4xOn .figure:before {
    content: none;
  }
  .cid-sPZttt4xOn .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sPZttt4xOn .mbr-text {
    margin-bottom: 30px;
  }
  .cid-sPZttt4xOn .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-sPZttt4xOn .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-sPZtttBXrP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZtttBXrP img,
.cid-sPZtttBXrP .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZtttBXrP .item:focus,
.cid-sPZtttBXrP span:focus {
  outline: none;
}
.cid-sPZtttBXrP .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZtttBXrP .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZtttBXrP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZtttBXrP .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZtttBXrP .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZtttBXrP .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZtttBXrP .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZtttBXrP .item-title {
  color: #d39a14;
}
.cid-sPZtttBXrP .item-subtitle {
  color: #003d59;
}
.cid-sPZtttBXrP .mbr-text,
.cid-sPZtttBXrP .mbr-section-btn {
  color: #000000;
}
.cid-sPZtttBXrP .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZttunUFv {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sPZttunUFv img,
.cid-sPZttunUFv .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZttunUFv .item:focus,
.cid-sPZttunUFv span:focus {
  outline: none;
}
.cid-sPZttunUFv .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZttunUFv .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZttunUFv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZttunUFv .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZttunUFv .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZttunUFv .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZttunUFv .mbr-section-title {
  color: #36187d;
}
.cid-sPZttunUFv .item-title {
  color: #d39a14;
}
.cid-sPZttunUFv .item-subtitle {
  color: #003d59;
}
.cid-sPZttunUFv .mbr-text,
.cid-sPZttunUFv .mbr-section-btn {
  color: #000000;
}
.cid-sPZttunUFv .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZttwjpIf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sPZttwjpIf .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sPZttwjpIf .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sPZttwjpIf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sPZttwjpIf .menu__item {
  margin-bottom: 10px;
}
.cid-sPZttwjpIf .menu__item a {
  font-weight: 600;
}
.cid-sPZttwjpIf .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sPZttwjpIf .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sPZttwjpIf .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sPZttwjpIf .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sPZttwjpIf .menu__item {
    text-align: center;
  }
  .cid-sPZttwjpIf .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sPZEAnME7w.popup-builder {
  background-color: #ffffff;
}
.cid-sPZEAnME7w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPZEAnME7w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPZEAnME7w .modal-content,
.cid-sPZEAnME7w .modal-dialog {
  height: auto;
}
.cid-sPZEAnME7w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPZEAnME7w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPZEAnME7w .form-wrapper .mbr-form .form-group,
  .cid-sPZEAnME7w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPZEAnME7w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPZEAnME7w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPZEAnME7w .mbr-text {
  text-align: center;
}
.cid-sPZEAnME7w .pt-0 {
  padding-top: 0 !important;
}
.cid-sPZEAnME7w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPZEAnME7w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPZEAnME7w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPZEAnME7w .modal-open {
  overflow: hidden;
}
.cid-sPZEAnME7w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPZEAnME7w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPZEAnME7w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPZEAnME7w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPZEAnME7w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPZEAnME7w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPZEAnME7w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPZEAnME7w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPZEAnME7w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPZEAnME7w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPZEAnME7w .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPZEAnME7w .modal-backdrop.show {
  opacity: .5;
}
.cid-sPZEAnME7w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPZEAnME7w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZEAnME7w .modal-header {
    padding: 1rem;
  }
}
.cid-sPZEAnME7w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPZEAnME7w .modal-header .close svg {
  fill: #353535;
}
.cid-sPZEAnME7w .modal-header .close:hover {
  opacity: 1;
}
.cid-sPZEAnME7w .modal-header .close:focus {
  outline: none;
}
.cid-sPZEAnME7w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPZEAnME7w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPZEAnME7w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZEAnME7w .modal-body {
    padding: 1rem;
  }
}
.cid-sPZEAnME7w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPZEAnME7w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPZEAnME7w .modal-footer {
    padding: 1rem;
  }
}
.cid-sPZEAnME7w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPZEAnME7w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPZEAnME7w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPZEAnME7w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPZEAnME7w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPZEAnME7w .modal-lg,
  .cid-sPZEAnME7w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPZEAnME7w .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPZEAnME7w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPZEAnME7w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPZEAnME7w .form-group {
  margin-bottom: 1rem;
}
.cid-sPZEAnME7w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPZEAnME7w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPZEAnME7w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPZEAnME7w .mbr-section-btn {
  margin: 0;
}
.cid-sPZEAnME7w .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPZZLatInq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sPZZLatInq .title__block {
  padding-bottom: 40px;
}
.cid-sPZZLatInq .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sPZZLatInq .mbr-section-title b,
.cid-sPZZLatInq .mbr-section-title strong {
  font-weight: 500;
}
.cid-sPZZLatInq .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-sPZZLatInq .mbr-text {
  margin-bottom: 43px;
}
.cid-sPZZLatInq .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-sPZZLatInq .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-sPZZLatInq .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-sPZZLatInq .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-sPZZLatInq .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-sPZZLatInq .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sPZZLatInq .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-sPZZLatInq .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-sPZZLatInq .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sPZZLatInq .row {
    text-align: center;
  }
  .cid-sPZZLatInq .title__block {
    padding-bottom: 0;
  }
  .cid-sPZZLatInq .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-sPZZLatInq .figure:before {
    content: none;
  }
  .cid-sPZZLatInq .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sPZZLatInq .mbr-text {
    margin-bottom: 30px;
  }
  .cid-sPZZLatInq .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-sPZZLatInq .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-sPZBEKAJ99 {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sPZBEKAJ99 img,
.cid-sPZBEKAJ99 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZBEKAJ99 .item:focus,
.cid-sPZBEKAJ99 span:focus {
  outline: none;
}
.cid-sPZBEKAJ99 .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZBEKAJ99 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZBEKAJ99 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZBEKAJ99 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZBEKAJ99 .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZBEKAJ99 .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZBEKAJ99 .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZBEKAJ99 .item-title {
  color: #d39a14;
}
.cid-sPZBEKAJ99 .item-subtitle {
  color: #003d59;
}
.cid-sPZBEKAJ99 .mbr-text,
.cid-sPZBEKAJ99 .mbr-section-btn {
  color: #000000;
}
.cid-sPZBEKAJ99 .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZtvzzS34 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sPZtvzzS34 .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sPZtvzzS34 .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sPZtvzzS34 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sPZtvzzS34 .menu__item {
  margin-bottom: 10px;
}
.cid-sPZtvzzS34 .menu__item a {
  font-weight: 600;
}
.cid-sPZtvzzS34 .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sPZtvzzS34 .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sPZtvzzS34 .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sPZtvzzS34 .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sPZtvzzS34 .menu__item {
    text-align: center;
  }
  .cid-sPZtvzzS34 .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPZv0ZLr6F {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1271.jpg");
}
.cid-sPZv0ZLr6F .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sPZv0ZLr6F .mbr-section-title b,
.cid-sPZv0ZLr6F .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sPZv0ZLr6F .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sPZv0ZLr6F .mbr-section-title,
.cid-sPZv0ZLr6F .mbr-section-btn {
  color: #ffffff;
}
.cid-sPZuWcj3pY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZuWcj3pY img,
.cid-sPZuWcj3pY .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZuWcj3pY .item:focus,
.cid-sPZuWcj3pY span:focus {
  outline: none;
}
.cid-sPZuWcj3pY .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZuWcj3pY .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZuWcj3pY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZuWcj3pY .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZuWcj3pY .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZuWcj3pY .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZuWcj3pY .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZuWcj3pY .item-title {
  color: #003d59;
}
.cid-sPZuWcj3pY .item-subtitle {
  color: #d3045f;
}
.cid-sPZuWcj3pY .mbr-text,
.cid-sPZuWcj3pY .mbr-section-btn {
  color: #000000;
}
.cid-sPZuWcj3pY .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sQ0xRvZ1M9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sQ0xRvZ1M9 img,
.cid-sQ0xRvZ1M9 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sQ0xRvZ1M9 .item:focus,
.cid-sQ0xRvZ1M9 span:focus {
  outline: none;
}
.cid-sQ0xRvZ1M9 .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sQ0xRvZ1M9 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sQ0xRvZ1M9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sQ0xRvZ1M9 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sQ0xRvZ1M9 .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sQ0xRvZ1M9 .item-content {
    padding: 1rem 0;
  }
}
.cid-sQ0xRvZ1M9 .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sQ0xRvZ1M9 .item-title {
  color: #003d59;
}
.cid-sQ0xRvZ1M9 .item-subtitle {
  color: #d3045f;
}
.cid-sQ0xRvZ1M9 .mbr-text,
.cid-sQ0xRvZ1M9 .mbr-section-btn {
  color: #000000;
}
.cid-sQ0xRvZ1M9 .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZxpvjMZQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPZxpvjMZQ img,
.cid-sPZxpvjMZQ .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZxpvjMZQ .item:focus,
.cid-sPZxpvjMZQ span:focus {
  outline: none;
}
.cid-sPZxpvjMZQ .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZxpvjMZQ .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZxpvjMZQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZxpvjMZQ .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZxpvjMZQ .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZxpvjMZQ .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZxpvjMZQ .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZxpvjMZQ .item-title {
  color: #003d59;
}
.cid-sPZxpvjMZQ .item-subtitle {
  color: #d3045f;
}
.cid-sPZxpvjMZQ .mbr-text,
.cid-sPZxpvjMZQ .mbr-section-btn {
  color: #000000;
}
.cid-sPZxpvjMZQ .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZxz9ZNrp {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sPZxz9ZNrp img,
.cid-sPZxz9ZNrp .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPZxz9ZNrp .item:focus,
.cid-sPZxz9ZNrp span:focus {
  outline: none;
}
.cid-sPZxz9ZNrp .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sPZxz9ZNrp .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sPZxz9ZNrp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sPZxz9ZNrp .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sPZxz9ZNrp .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sPZxz9ZNrp .item-content {
    padding: 1rem 0;
  }
}
.cid-sPZxz9ZNrp .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sPZxz9ZNrp .item-title {
  color: #003d59;
}
.cid-sPZxz9ZNrp .item-subtitle {
  color: #d3045f;
}
.cid-sPZxz9ZNrp .mbr-text,
.cid-sPZxz9ZNrp .mbr-section-btn {
  color: #000000;
}
.cid-sPZxz9ZNrp .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sPZuWegwgJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sPZuWegwgJ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sPZuWegwgJ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sPZuWegwgJ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sPZuWegwgJ .menu__item {
  margin-bottom: 10px;
}
.cid-sPZuWegwgJ .menu__item a {
  font-weight: 600;
}
.cid-sPZuWegwgJ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sPZuWegwgJ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sPZuWegwgJ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sPZuWegwgJ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sPZuWegwgJ .menu__item {
    text-align: center;
  }
  .cid-sPZuWegwgJ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0b7V6Hwi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0b7V6Hwi .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0b7V6Hwi .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0b7V6Hwi .list-img {
  width: 100px;
}
.cid-sQ0b7V6Hwi .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0b7V6Hwi .btn {
  margin: 0px !important;
}
.cid-sQ0b7V6Hwi .text-box {
  padding: 1rem;
}
.cid-sQ0b7V6Hwi .text-box p {
  margin: 0;
}
.cid-sQ0b7V6Hwi .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0b7V6Hwi .ico-box p {
  margin: 0;
}
.cid-sQ0b7V6Hwi .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0b7V6Hwi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0b7V6Hwi .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0b7V6Hwi .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0b7V6Hwi .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0b7V6Hwi .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0b7V6Hwi .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0b7V6Hwi .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0b7V6Hwi .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0b7V6Hwi .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0b7V6Hwi .li1 {
  background-image: url("../../../assets/images/cruise-premium-1-720x480.jpg");
}
.cid-sQ0b7V6Hwi .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0b7V6Hwi .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0b7V6Hwi .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0b7V6Hwi .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0b7V6Hwi .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0b7V6Hwi .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0b7V6Hwi .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0b7V6Hwi .card-title2 {
  color: #fe5925;
}
.cid-sQ0b7V6Hwi .sq {
  color: #656565;
}
.cid-sQ0b7V6Hwi .item {
  color: #656565;
}
.cid-sQ01ZgsqyI {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ01ZgsqyI .content {
    flex-wrap: nowrap;
  }
  .cid-sQ01ZgsqyI .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ01ZgsqyI .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ01ZgsqyI .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ01ZgsqyI .content {
    flex-wrap: wrap;
  }
  .cid-sQ01ZgsqyI .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ01ZgsqyI .section-head p {
    width: 70%;
  }
  .cid-sQ01ZgsqyI .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ01ZgsqyI .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ01ZgsqyI .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ01ZgsqyI .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ01ZgsqyI .panel-title-edit {
  color: #28282c;
}
.cid-sQ01ZgsqyI .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ01ZgsqyI .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ01ZgsqyI .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ01ZgsqyI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ01ZgsqyI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ01ZgsqyI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ01ZgsqyI .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ01ZgsqyI .mbr-text {
  color: #9b9ba5;
}
.cid-sQ00BKA3U1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ00BKA3U1 .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ00BKA3U1 .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ00BKA3U1 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ00BKA3U1 .menu__item {
  margin-bottom: 10px;
}
.cid-sQ00BKA3U1 .menu__item a {
  font-weight: 600;
}
.cid-sQ00BKA3U1 .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ00BKA3U1 .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ00BKA3U1 .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ00BKA3U1 .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ00BKA3U1 .menu__item {
    text-align: center;
  }
  .cid-sQ00BKA3U1 .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ00BLHdB4.popup-builder {
  background-color: #ffffff;
}
.cid-sQ00BLHdB4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ00BLHdB4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ00BLHdB4 .modal-content,
.cid-sQ00BLHdB4 .modal-dialog {
  height: auto;
}
.cid-sQ00BLHdB4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ00BLHdB4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ00BLHdB4 .form-wrapper .mbr-form .form-group,
  .cid-sQ00BLHdB4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ00BLHdB4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ00BLHdB4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ00BLHdB4 .mbr-text {
  text-align: center;
}
.cid-sQ00BLHdB4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ00BLHdB4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ00BLHdB4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ00BLHdB4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ00BLHdB4 .modal-open {
  overflow: hidden;
}
.cid-sQ00BLHdB4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ00BLHdB4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ00BLHdB4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ00BLHdB4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ00BLHdB4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ00BLHdB4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ00BLHdB4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ00BLHdB4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ00BLHdB4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ00BLHdB4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ00BLHdB4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ00BLHdB4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ00BLHdB4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ00BLHdB4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ00BLHdB4 .modal-header {
    padding: 1rem;
  }
}
.cid-sQ00BLHdB4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ00BLHdB4 .modal-header .close svg {
  fill: #353535;
}
.cid-sQ00BLHdB4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ00BLHdB4 .modal-header .close:focus {
  outline: none;
}
.cid-sQ00BLHdB4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ00BLHdB4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ00BLHdB4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ00BLHdB4 .modal-body {
    padding: 1rem;
  }
}
.cid-sQ00BLHdB4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ00BLHdB4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ00BLHdB4 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ00BLHdB4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ00BLHdB4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ00BLHdB4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ00BLHdB4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ00BLHdB4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ00BLHdB4 .modal-lg,
  .cid-sQ00BLHdB4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ00BLHdB4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ00BLHdB4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ00BLHdB4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ00BLHdB4 .form-group {
  margin-bottom: 1rem;
}
.cid-sQ00BLHdB4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ00BLHdB4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ00BLHdB4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ00BLHdB4 .mbr-section-btn {
  margin: 0;
}
.cid-sQ00BLHdB4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0D43LFuq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0D43LFuq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0D43LFuq .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0D43LFuq .list-img {
  width: 100px;
}
.cid-sQ0D43LFuq .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0D43LFuq .btn {
  margin: 0px !important;
}
.cid-sQ0D43LFuq .text-box {
  padding: 1rem;
}
.cid-sQ0D43LFuq .text-box p {
  margin: 0;
}
.cid-sQ0D43LFuq .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0D43LFuq .ico-box p {
  margin: 0;
}
.cid-sQ0D43LFuq .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D43LFuq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D43LFuq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0D43LFuq .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0D43LFuq .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0D43LFuq .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0D43LFuq .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0D43LFuq .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0D43LFuq .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0D43LFuq .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0D43LFuq .li1 {
  background-image: url("../../../assets/images/marina-adv-1-719x480.jpg");
}
.cid-sQ0D43LFuq .li2 {
  background-image: url("../../../assets/images/marina-adv-2-720x480.jpg");
}
.cid-sQ0D43LFuq .li3 {
  background-image: url("../../../assets/images/marina-adv-3-720x480.jpg");
}
.cid-sQ0D43LFuq .li4 {
  background-image: url("../../../assets/images/marina-adv-4-720x480.jpg");
}
.cid-sQ0D43LFuq .li5 {
  background-image: url("../../../assets/images/marina-adv-5-720x480.jpg");
}
.cid-sQ0D43LFuq .li6 {
  background-image: url("../../../assets/images/marina-adv-6-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0D43LFuq .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0D43LFuq .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0D43LFuq .card-title2 {
  color: #fe5925;
}
.cid-sQ0D43LFuq .sq {
  color: #656565;
}
.cid-sQ0D43LFuq .item {
  color: #656565;
}
.cid-sQ0D453byW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0D453byW .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0D453byW .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0D453byW .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0D453byW .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0D453byW .content {
    flex-wrap: wrap;
  }
  .cid-sQ0D453byW .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0D453byW .section-head p {
    width: 70%;
  }
  .cid-sQ0D453byW .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0D453byW .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D453byW .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D453byW .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0D453byW .panel-title-edit {
  color: #28282c;
}
.cid-sQ0D453byW .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0D453byW .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0D453byW .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0D453byW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0D453byW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0D453byW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0D453byW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0D453byW .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0D45VdrS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0D45VdrS .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0D45VdrS .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0D45VdrS .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0D45VdrS .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0D45VdrS .menu__item a {
  font-weight: 600;
}
.cid-sQ0D45VdrS .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0D45VdrS .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0D45VdrS .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0D45VdrS .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0D45VdrS .menu__item {
    text-align: center;
  }
  .cid-sQ0D45VdrS .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0D47lFsZ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0D47lFsZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0D47lFsZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0D47lFsZ .modal-content,
.cid-sQ0D47lFsZ .modal-dialog {
  height: auto;
}
.cid-sQ0D47lFsZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0D47lFsZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0D47lFsZ .form-wrapper .mbr-form .form-group,
  .cid-sQ0D47lFsZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0D47lFsZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0D47lFsZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0D47lFsZ .mbr-text {
  text-align: center;
}
.cid-sQ0D47lFsZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0D47lFsZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0D47lFsZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0D47lFsZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0D47lFsZ .modal-open {
  overflow: hidden;
}
.cid-sQ0D47lFsZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0D47lFsZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0D47lFsZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0D47lFsZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0D47lFsZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0D47lFsZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0D47lFsZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0D47lFsZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0D47lFsZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0D47lFsZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0D47lFsZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0D47lFsZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0D47lFsZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0D47lFsZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D47lFsZ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0D47lFsZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0D47lFsZ .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0D47lFsZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0D47lFsZ .modal-header .close:focus {
  outline: none;
}
.cid-sQ0D47lFsZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0D47lFsZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0D47lFsZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D47lFsZ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0D47lFsZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0D47lFsZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D47lFsZ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0D47lFsZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0D47lFsZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0D47lFsZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0D47lFsZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0D47lFsZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0D47lFsZ .modal-lg,
  .cid-sQ0D47lFsZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0D47lFsZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0D47lFsZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0D47lFsZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0D47lFsZ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0D47lFsZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0D47lFsZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0D47lFsZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0D47lFsZ .mbr-section-btn {
  margin: 0;
}
.cid-sQ0D47lFsZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0D336J1m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0D336J1m .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0D336J1m .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0D336J1m .list-img {
  width: 100px;
}
.cid-sQ0D336J1m .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0D336J1m .btn {
  margin: 0px !important;
}
.cid-sQ0D336J1m .text-box {
  padding: 1rem;
}
.cid-sQ0D336J1m .text-box p {
  margin: 0;
}
.cid-sQ0D336J1m .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0D336J1m .ico-box p {
  margin: 0;
}
.cid-sQ0D336J1m .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D336J1m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D336J1m .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0D336J1m .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0D336J1m .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0D336J1m .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0D336J1m .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0D336J1m .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0D336J1m .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0D336J1m .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0D336J1m .li1 {
  background-image: url("../../../assets/images/marina-cruise-dinner1-720x480.jpg");
}
.cid-sQ0D336J1m .li2 {
  background-image: url("../../../assets/images/marina-classic-5-720x480.jpg");
}
.cid-sQ0D336J1m .li3 {
  background-image: url("../../../assets/images/marina-classic-4-720x480.jpg");
}
.cid-sQ0D336J1m .li4 {
  background-image: url("../../../assets/images/marina-classic-3-719x480.jpg");
}
.cid-sQ0D336J1m .li5 {
  background-image: url("../../../assets/images/creek-dance-1-720x480.jpg");
}
.cid-sQ0D336J1m .li6 {
  background-image: url("../../../assets/images/marina11-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0D336J1m .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0D336J1m .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0D336J1m .card-title2 {
  color: #fe5925;
}
.cid-sQ0D336J1m .sq {
  color: #656565;
}
.cid-sQ0D336J1m .item {
  color: #656565;
}
.cid-sQ0D34mPAq {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0D34mPAq .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0D34mPAq .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0D34mPAq .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0D34mPAq .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0D34mPAq .content {
    flex-wrap: wrap;
  }
  .cid-sQ0D34mPAq .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0D34mPAq .section-head p {
    width: 70%;
  }
  .cid-sQ0D34mPAq .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0D34mPAq .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D34mPAq .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D34mPAq .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0D34mPAq .panel-title-edit {
  color: #28282c;
}
.cid-sQ0D34mPAq .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0D34mPAq .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0D34mPAq .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0D34mPAq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0D34mPAq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0D34mPAq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0D34mPAq .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0D34mPAq .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0D359kRT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0D359kRT .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0D359kRT .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0D359kRT .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0D359kRT .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0D359kRT .menu__item a {
  font-weight: 600;
}
.cid-sQ0D359kRT .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0D359kRT .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0D359kRT .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0D359kRT .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0D359kRT .menu__item {
    text-align: center;
  }
  .cid-sQ0D359kRT .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0D36sQzW.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0D36sQzW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0D36sQzW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0D36sQzW .modal-content,
.cid-sQ0D36sQzW .modal-dialog {
  height: auto;
}
.cid-sQ0D36sQzW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0D36sQzW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0D36sQzW .form-wrapper .mbr-form .form-group,
  .cid-sQ0D36sQzW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0D36sQzW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0D36sQzW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0D36sQzW .mbr-text {
  text-align: center;
}
.cid-sQ0D36sQzW .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0D36sQzW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0D36sQzW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0D36sQzW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0D36sQzW .modal-open {
  overflow: hidden;
}
.cid-sQ0D36sQzW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0D36sQzW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0D36sQzW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0D36sQzW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0D36sQzW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0D36sQzW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0D36sQzW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0D36sQzW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0D36sQzW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0D36sQzW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0D36sQzW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0D36sQzW .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0D36sQzW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0D36sQzW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D36sQzW .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0D36sQzW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0D36sQzW .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0D36sQzW .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0D36sQzW .modal-header .close:focus {
  outline: none;
}
.cid-sQ0D36sQzW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0D36sQzW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0D36sQzW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D36sQzW .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0D36sQzW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0D36sQzW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D36sQzW .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0D36sQzW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0D36sQzW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0D36sQzW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0D36sQzW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0D36sQzW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0D36sQzW .modal-lg,
  .cid-sQ0D36sQzW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0D36sQzW .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0D36sQzW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0D36sQzW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0D36sQzW .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0D36sQzW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0D36sQzW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0D36sQzW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0D36sQzW .mbr-section-btn {
  margin: 0;
}
.cid-sQ0D36sQzW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0D1Xsep3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0D1Xsep3 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0D1Xsep3 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0D1Xsep3 .list-img {
  width: 100px;
}
.cid-sQ0D1Xsep3 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0D1Xsep3 .btn {
  margin: 0px !important;
}
.cid-sQ0D1Xsep3 .text-box {
  padding: 1rem;
}
.cid-sQ0D1Xsep3 .text-box p {
  margin: 0;
}
.cid-sQ0D1Xsep3 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0D1Xsep3 .ico-box p {
  margin: 0;
}
.cid-sQ0D1Xsep3 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D1Xsep3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0D1Xsep3 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0D1Xsep3 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0D1Xsep3 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0D1Xsep3 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0D1Xsep3 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0D1Xsep3 .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0D1Xsep3 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0D1Xsep3 .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0D1Xsep3 .li1 {
  background-image: url("../../../assets/images/marina11-720x480.jpg");
}
.cid-sQ0D1Xsep3 .li2 {
  background-image: url("../../../assets/images/creek-basic-6-720x480.jpg");
}
.cid-sQ0D1Xsep3 .li3 {
  background-image: url("../../../assets/images/creek-basic-7-720x480.jpg");
}
.cid-sQ0D1Xsep3 .li4 {
  background-image: url("../../../assets/images/creek-basic-8-720x480.jpg");
}
.cid-sQ0D1Xsep3 .li5 {
  background-image: url("../../../assets/images/creek-basic-11-720x480.jpg");
}
.cid-sQ0D1Xsep3 .li6 {
  background-image: url("../../../assets/images/creek-dance-1-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0D1Xsep3 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0D1Xsep3 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0D1Xsep3 .card-title2 {
  color: #fe5925;
}
.cid-sQ0D1Xsep3 .sq {
  color: #656565;
}
.cid-sQ0D1Xsep3 .item {
  color: #656565;
}
.cid-sQ0D1YQxFi {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0D1YQxFi .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0D1YQxFi .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0D1YQxFi .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0D1YQxFi .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0D1YQxFi .content {
    flex-wrap: wrap;
  }
  .cid-sQ0D1YQxFi .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0D1YQxFi .section-head p {
    width: 70%;
  }
  .cid-sQ0D1YQxFi .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0D1YQxFi .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D1YQxFi .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0D1YQxFi .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0D1YQxFi .panel-title-edit {
  color: #28282c;
}
.cid-sQ0D1YQxFi .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0D1YQxFi .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0D1YQxFi .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0D1YQxFi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0D1YQxFi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0D1YQxFi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0D1YQxFi .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0D1YQxFi .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0D1ZRqoy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0D1ZRqoy .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0D1ZRqoy .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0D1ZRqoy .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0D1ZRqoy .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0D1ZRqoy .menu__item a {
  font-weight: 600;
}
.cid-sQ0D1ZRqoy .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0D1ZRqoy .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0D1ZRqoy .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0D1ZRqoy .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0D1ZRqoy .menu__item {
    text-align: center;
  }
  .cid-sQ0D1ZRqoy .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0D21fQ4i.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0D21fQ4i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0D21fQ4i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0D21fQ4i .modal-content,
.cid-sQ0D21fQ4i .modal-dialog {
  height: auto;
}
.cid-sQ0D21fQ4i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0D21fQ4i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0D21fQ4i .form-wrapper .mbr-form .form-group,
  .cid-sQ0D21fQ4i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0D21fQ4i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0D21fQ4i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0D21fQ4i .mbr-text {
  text-align: center;
}
.cid-sQ0D21fQ4i .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0D21fQ4i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0D21fQ4i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0D21fQ4i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0D21fQ4i .modal-open {
  overflow: hidden;
}
.cid-sQ0D21fQ4i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0D21fQ4i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0D21fQ4i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0D21fQ4i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0D21fQ4i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0D21fQ4i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0D21fQ4i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0D21fQ4i .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0D21fQ4i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0D21fQ4i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0D21fQ4i .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0D21fQ4i .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0D21fQ4i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0D21fQ4i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D21fQ4i .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0D21fQ4i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0D21fQ4i .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0D21fQ4i .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0D21fQ4i .modal-header .close:focus {
  outline: none;
}
.cid-sQ0D21fQ4i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0D21fQ4i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0D21fQ4i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D21fQ4i .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0D21fQ4i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0D21fQ4i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0D21fQ4i .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0D21fQ4i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0D21fQ4i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0D21fQ4i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0D21fQ4i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0D21fQ4i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0D21fQ4i .modal-lg,
  .cid-sQ0D21fQ4i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0D21fQ4i .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0D21fQ4i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0D21fQ4i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0D21fQ4i .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0D21fQ4i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0D21fQ4i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0D21fQ4i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0D21fQ4i .mbr-section-btn {
  margin: 0;
}
.cid-sQ0D21fQ4i .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0H9FfhkO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0H9FfhkO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0H9FfhkO .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0H9FfhkO .list-img {
  width: 100px;
}
.cid-sQ0H9FfhkO .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0H9FfhkO .btn {
  margin: 0px !important;
}
.cid-sQ0H9FfhkO .text-box {
  padding: 1rem;
}
.cid-sQ0H9FfhkO .text-box p {
  margin: 0;
}
.cid-sQ0H9FfhkO .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0H9FfhkO .ico-box p {
  margin: 0;
}
.cid-sQ0H9FfhkO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H9FfhkO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H9FfhkO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0H9FfhkO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0H9FfhkO .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0H9FfhkO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0H9FfhkO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0H9FfhkO .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0H9FfhkO .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0H9FfhkO .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0H9FfhkO .li1 {
  background-image: url("../../../assets/images/sunset-creek-1-720x480.jpg");
}
.cid-sQ0H9FfhkO .li2 {
  background-image: url("../../../assets/images/creek-premium-2-720x480.jpg");
}
.cid-sQ0H9FfhkO .li3 {
  background-image: url("../../../assets/images/creek-premium-11-720x480.jpg");
}
.cid-sQ0H9FfhkO .li4 {
  background-image: url("../../../assets/images/creek-premium-8-720x480.jpg");
}
.cid-sQ0H9FfhkO .li5 {
  background-image: url("../../../assets/images/creek-premium-5-720x480.jpg");
}
.cid-sQ0H9FfhkO .li6 {
  background-image: url("../../../assets/images/creek-dance-1-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0H9FfhkO .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0H9FfhkO .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0H9FfhkO .card-title2 {
  color: #fe5925;
}
.cid-sQ0H9FfhkO .sq {
  color: #656565;
}
.cid-sQ0H9FfhkO .item {
  color: #656565;
}
.cid-sQ0H9GM4Jc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0H9GM4Jc .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0H9GM4Jc .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0H9GM4Jc .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0H9GM4Jc .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0H9GM4Jc .content {
    flex-wrap: wrap;
  }
  .cid-sQ0H9GM4Jc .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0H9GM4Jc .section-head p {
    width: 70%;
  }
  .cid-sQ0H9GM4Jc .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0H9GM4Jc .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H9GM4Jc .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H9GM4Jc .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0H9GM4Jc .panel-title-edit {
  color: #28282c;
}
.cid-sQ0H9GM4Jc .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0H9GM4Jc .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0H9GM4Jc .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0H9GM4Jc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0H9GM4Jc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0H9GM4Jc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0H9GM4Jc .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0H9GM4Jc .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0H9IzTWq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0H9IzTWq .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0H9IzTWq .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0H9IzTWq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0H9IzTWq .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0H9IzTWq .menu__item a {
  font-weight: 600;
}
.cid-sQ0H9IzTWq .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0H9IzTWq .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0H9IzTWq .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0H9IzTWq .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0H9IzTWq .menu__item {
    text-align: center;
  }
  .cid-sQ0H9IzTWq .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0H9Kh4hW.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0H9Kh4hW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0H9Kh4hW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0H9Kh4hW .modal-content,
.cid-sQ0H9Kh4hW .modal-dialog {
  height: auto;
}
.cid-sQ0H9Kh4hW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0H9Kh4hW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0H9Kh4hW .form-wrapper .mbr-form .form-group,
  .cid-sQ0H9Kh4hW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0H9Kh4hW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0H9Kh4hW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0H9Kh4hW .mbr-text {
  text-align: center;
}
.cid-sQ0H9Kh4hW .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0H9Kh4hW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0H9Kh4hW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0H9Kh4hW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0H9Kh4hW .modal-open {
  overflow: hidden;
}
.cid-sQ0H9Kh4hW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0H9Kh4hW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0H9Kh4hW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0H9Kh4hW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0H9Kh4hW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0H9Kh4hW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0H9Kh4hW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0H9Kh4hW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0H9Kh4hW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0H9Kh4hW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0H9Kh4hW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0H9Kh4hW .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0H9Kh4hW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0H9Kh4hW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H9Kh4hW .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0H9Kh4hW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0H9Kh4hW .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0H9Kh4hW .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0H9Kh4hW .modal-header .close:focus {
  outline: none;
}
.cid-sQ0H9Kh4hW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0H9Kh4hW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0H9Kh4hW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H9Kh4hW .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0H9Kh4hW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0H9Kh4hW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H9Kh4hW .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0H9Kh4hW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0H9Kh4hW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0H9Kh4hW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0H9Kh4hW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0H9Kh4hW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0H9Kh4hW .modal-lg,
  .cid-sQ0H9Kh4hW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0H9Kh4hW .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0H9Kh4hW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0H9Kh4hW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0H9Kh4hW .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0H9Kh4hW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0H9Kh4hW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0H9Kh4hW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0H9Kh4hW .mbr-section-btn {
  margin: 0;
}
.cid-sQ0H9Kh4hW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0H8UA16T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0H8UA16T .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0H8UA16T .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0H8UA16T .list-img {
  width: 100px;
}
.cid-sQ0H8UA16T .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0H8UA16T .btn {
  margin: 0px !important;
}
.cid-sQ0H8UA16T .text-box {
  padding: 1rem;
}
.cid-sQ0H8UA16T .text-box p {
  margin: 0;
}
.cid-sQ0H8UA16T .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0H8UA16T .ico-box p {
  margin: 0;
}
.cid-sQ0H8UA16T .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H8UA16T .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H8UA16T .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0H8UA16T .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0H8UA16T .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0H8UA16T .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0H8UA16T .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0H8UA16T .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0H8UA16T .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0H8UA16T .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0H8UA16T .li1 {
  background-image: url("../../../assets/images/combo3-720x480.jpg");
}
.cid-sQ0H8UA16T .li2 {
  background-image: url("../../../assets/images/creek-adv-1-720x480.jpg");
}
.cid-sQ0H8UA16T .li3 {
  background-image: url("../../../assets/images/creek-adv-2-720x479.jpg");
}
.cid-sQ0H8UA16T .li4 {
  background-image: url("../../../assets/images/creek-adv-3-720x480.jpg");
}
.cid-sQ0H8UA16T .li5 {
  background-image: url("../../../assets/images/creek-dance-1-720x480.jpg");
}
.cid-sQ0H8UA16T .li6 {
  background-image: url("../../../assets/images/creek-adv-4-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0H8UA16T .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0H8UA16T .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0H8UA16T .card-title2 {
  color: #fe5925;
}
.cid-sQ0H8UA16T .sq {
  color: #656565;
}
.cid-sQ0H8UA16T .item {
  color: #656565;
}
.cid-sQ0H8Wj67C {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0H8Wj67C .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0H8Wj67C .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0H8Wj67C .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0H8Wj67C .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0H8Wj67C .content {
    flex-wrap: wrap;
  }
  .cid-sQ0H8Wj67C .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0H8Wj67C .section-head p {
    width: 70%;
  }
  .cid-sQ0H8Wj67C .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0H8Wj67C .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H8Wj67C .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H8Wj67C .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0H8Wj67C .panel-title-edit {
  color: #28282c;
}
.cid-sQ0H8Wj67C .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0H8Wj67C .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0H8Wj67C .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0H8Wj67C .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0H8Wj67C .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0H8Wj67C .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0H8Wj67C .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0H8Wj67C .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0H8XllKI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0H8XllKI .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0H8XllKI .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0H8XllKI .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0H8XllKI .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0H8XllKI .menu__item a {
  font-weight: 600;
}
.cid-sQ0H8XllKI .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0H8XllKI .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0H8XllKI .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0H8XllKI .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0H8XllKI .menu__item {
    text-align: center;
  }
  .cid-sQ0H8XllKI .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0H8YQrhB.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0H8YQrhB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0H8YQrhB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0H8YQrhB .modal-content,
.cid-sQ0H8YQrhB .modal-dialog {
  height: auto;
}
.cid-sQ0H8YQrhB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0H8YQrhB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0H8YQrhB .form-wrapper .mbr-form .form-group,
  .cid-sQ0H8YQrhB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0H8YQrhB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0H8YQrhB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0H8YQrhB .mbr-text {
  text-align: center;
}
.cid-sQ0H8YQrhB .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0H8YQrhB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0H8YQrhB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0H8YQrhB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0H8YQrhB .modal-open {
  overflow: hidden;
}
.cid-sQ0H8YQrhB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0H8YQrhB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0H8YQrhB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0H8YQrhB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0H8YQrhB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0H8YQrhB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0H8YQrhB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0H8YQrhB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0H8YQrhB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0H8YQrhB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0H8YQrhB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0H8YQrhB .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0H8YQrhB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0H8YQrhB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H8YQrhB .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0H8YQrhB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0H8YQrhB .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0H8YQrhB .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0H8YQrhB .modal-header .close:focus {
  outline: none;
}
.cid-sQ0H8YQrhB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0H8YQrhB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0H8YQrhB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H8YQrhB .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0H8YQrhB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0H8YQrhB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H8YQrhB .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0H8YQrhB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0H8YQrhB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0H8YQrhB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0H8YQrhB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0H8YQrhB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0H8YQrhB .modal-lg,
  .cid-sQ0H8YQrhB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0H8YQrhB .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0H8YQrhB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0H8YQrhB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0H8YQrhB .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0H8YQrhB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0H8YQrhB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0H8YQrhB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0H8YQrhB .mbr-section-btn {
  margin: 0;
}
.cid-sQ0H8YQrhB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0H81dNOO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0H81dNOO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0H81dNOO .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0H81dNOO .list-img {
  width: 100px;
}
.cid-sQ0H81dNOO .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0H81dNOO .btn {
  margin: 0px !important;
}
.cid-sQ0H81dNOO .text-box {
  padding: 1rem;
}
.cid-sQ0H81dNOO .text-box p {
  margin: 0;
}
.cid-sQ0H81dNOO .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0H81dNOO .ico-box p {
  margin: 0;
}
.cid-sQ0H81dNOO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H81dNOO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H81dNOO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0H81dNOO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0H81dNOO .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0H81dNOO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0H81dNOO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0H81dNOO .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0H81dNOO .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0H81dNOO .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0H81dNOO .li1 {
  background-image: url("../../../assets/images/dinner-cruise-creek-720x480.jpg");
}
.cid-sQ0H81dNOO .li2 {
  background-image: url("../../../assets/images/creek-classic-8-680x510.jpg");
}
.cid-sQ0H81dNOO .li3 {
  background-image: url("../../../assets/images/creek-classic-6-680x510.jpg");
}
.cid-sQ0H81dNOO .li4 {
  background-image: url("../../../assets/images/creek-classic-5-680x510.jpg");
}
.cid-sQ0H81dNOO .li5 {
  background-image: url("../../../assets/images/creek-classic-3-674x446.jpg");
}
.cid-sQ0H81dNOO .li6 {
  background-image: url("../../../assets/images/tanura-792x528.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0H81dNOO .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0H81dNOO .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0H81dNOO .card-title2 {
  color: #fe5925;
}
.cid-sQ0H81dNOO .sq {
  color: #656565;
}
.cid-sQ0H81dNOO .item {
  color: #656565;
}
.cid-sQoQlp8RBI {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQoQlp8RBI .content {
    flex-wrap: nowrap;
  }
  .cid-sQoQlp8RBI .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQoQlp8RBI .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQoQlp8RBI .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQoQlp8RBI .content {
    flex-wrap: wrap;
  }
  .cid-sQoQlp8RBI .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQoQlp8RBI .section-head p {
    width: 70%;
  }
  .cid-sQoQlp8RBI .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQoQlp8RBI .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQoQlp8RBI .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQoQlp8RBI .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQoQlp8RBI .panel-title-edit {
  color: #28282c;
}
.cid-sQoQlp8RBI .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQoQlp8RBI .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQoQlp8RBI .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQoQlp8RBI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQoQlp8RBI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQoQlp8RBI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQoQlp8RBI .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQoQlp8RBI .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0H83t5QT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0H83t5QT .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0H83t5QT .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0H83t5QT .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0H83t5QT .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0H83t5QT .menu__item a {
  font-weight: 600;
}
.cid-sQ0H83t5QT .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0H83t5QT .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0H83t5QT .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0H83t5QT .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0H83t5QT .menu__item {
    text-align: center;
  }
  .cid-sQ0H83t5QT .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0H84NijJ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0H84NijJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0H84NijJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0H84NijJ .modal-content,
.cid-sQ0H84NijJ .modal-dialog {
  height: auto;
}
.cid-sQ0H84NijJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0H84NijJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0H84NijJ .form-wrapper .mbr-form .form-group,
  .cid-sQ0H84NijJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0H84NijJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0H84NijJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0H84NijJ .mbr-text {
  text-align: center;
}
.cid-sQ0H84NijJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0H84NijJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0H84NijJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0H84NijJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0H84NijJ .modal-open {
  overflow: hidden;
}
.cid-sQ0H84NijJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0H84NijJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0H84NijJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0H84NijJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0H84NijJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0H84NijJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0H84NijJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0H84NijJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0H84NijJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0H84NijJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0H84NijJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0H84NijJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0H84NijJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0H84NijJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H84NijJ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0H84NijJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0H84NijJ .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0H84NijJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0H84NijJ .modal-header .close:focus {
  outline: none;
}
.cid-sQ0H84NijJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0H84NijJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0H84NijJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H84NijJ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0H84NijJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0H84NijJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H84NijJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0H84NijJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0H84NijJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0H84NijJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0H84NijJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0H84NijJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0H84NijJ .modal-lg,
  .cid-sQ0H84NijJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0H84NijJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0H84NijJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0H84NijJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0H84NijJ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0H84NijJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0H84NijJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0H84NijJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0H84NijJ .mbr-section-btn {
  margin: 0;
}
.cid-sQ0H84NijJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0H79qjaN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0H79qjaN .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0H79qjaN .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0H79qjaN .list-img {
  width: 100px;
}
.cid-sQ0H79qjaN .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0H79qjaN .btn {
  margin: 0px !important;
}
.cid-sQ0H79qjaN .text-box {
  padding: 1rem;
}
.cid-sQ0H79qjaN .text-box p {
  margin: 0;
}
.cid-sQ0H79qjaN .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0H79qjaN .ico-box p {
  margin: 0;
}
.cid-sQ0H79qjaN .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H79qjaN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0H79qjaN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0H79qjaN .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0H79qjaN .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0H79qjaN .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0H79qjaN .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0H79qjaN .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0H79qjaN .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0H79qjaN .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0H79qjaN .li1 {
  background-image: url("../../../assets/images/creek-dinner-720x480.jpg");
}
.cid-sQ0H79qjaN .li2 {
  background-image: url("../../../assets/images/creek-basic-6-720x480.jpg");
}
.cid-sQ0H79qjaN .li3 {
  background-image: url("../../../assets/images/creek-basic-8-720x480.jpg");
}
.cid-sQ0H79qjaN .li4 {
  background-image: url("../../../assets/images/creek-basic-11-720x480.jpg");
}
.cid-sQ0H79qjaN .li5 {
  background-image: url("../../../assets/images/creek-basic-1-975x600.jpg");
}
.cid-sQ0H79qjaN .li6 {
  background-image: url("../../../assets/images/creek-1-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0H79qjaN .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0H79qjaN .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0H79qjaN .card-title2 {
  color: #fe5925;
}
.cid-sQ0H79qjaN .sq {
  color: #656565;
}
.cid-sQ0H79qjaN .item {
  color: #656565;
}
.cid-sQ0H7aWK4Y {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0H7aWK4Y .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0H7aWK4Y .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0H7aWK4Y .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0H7aWK4Y .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0H7aWK4Y .content {
    flex-wrap: wrap;
  }
  .cid-sQ0H7aWK4Y .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0H7aWK4Y .section-head p {
    width: 70%;
  }
  .cid-sQ0H7aWK4Y .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0H7aWK4Y .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H7aWK4Y .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0H7aWK4Y .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0H7aWK4Y .panel-title-edit {
  color: #28282c;
}
.cid-sQ0H7aWK4Y .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0H7aWK4Y .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0H7aWK4Y .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0H7aWK4Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0H7aWK4Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0H7aWK4Y .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0H7aWK4Y .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0H7aWK4Y .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0H7bPRNC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0H7bPRNC .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0H7bPRNC .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0H7bPRNC .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0H7bPRNC .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0H7bPRNC .menu__item a {
  font-weight: 600;
}
.cid-sQ0H7bPRNC .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0H7bPRNC .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0H7bPRNC .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0H7bPRNC .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0H7bPRNC .menu__item {
    text-align: center;
  }
  .cid-sQ0H7bPRNC .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0H7d5wUG.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0H7d5wUG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0H7d5wUG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0H7d5wUG .modal-content,
.cid-sQ0H7d5wUG .modal-dialog {
  height: auto;
}
.cid-sQ0H7d5wUG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0H7d5wUG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0H7d5wUG .form-wrapper .mbr-form .form-group,
  .cid-sQ0H7d5wUG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0H7d5wUG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0H7d5wUG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0H7d5wUG .mbr-text {
  text-align: center;
}
.cid-sQ0H7d5wUG .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0H7d5wUG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0H7d5wUG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0H7d5wUG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0H7d5wUG .modal-open {
  overflow: hidden;
}
.cid-sQ0H7d5wUG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0H7d5wUG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0H7d5wUG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0H7d5wUG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0H7d5wUG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0H7d5wUG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0H7d5wUG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0H7d5wUG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0H7d5wUG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0H7d5wUG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0H7d5wUG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0H7d5wUG .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0H7d5wUG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0H7d5wUG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H7d5wUG .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0H7d5wUG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0H7d5wUG .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0H7d5wUG .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0H7d5wUG .modal-header .close:focus {
  outline: none;
}
.cid-sQ0H7d5wUG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0H7d5wUG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0H7d5wUG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H7d5wUG .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0H7d5wUG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0H7d5wUG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0H7d5wUG .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0H7d5wUG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0H7d5wUG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0H7d5wUG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0H7d5wUG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0H7d5wUG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0H7d5wUG .modal-lg,
  .cid-sQ0H7d5wUG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0H7d5wUG .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0H7d5wUG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0H7d5wUG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0H7d5wUG .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0H7d5wUG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0H7d5wUG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0H7d5wUG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0H7d5wUG .mbr-section-btn {
  margin: 0;
}
.cid-sQ0H7d5wUG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0KPCPVhE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0KPCPVhE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0KPCPVhE .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0KPCPVhE .list-img {
  width: 100px;
}
.cid-sQ0KPCPVhE .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0KPCPVhE .btn {
  margin: 0px !important;
}
.cid-sQ0KPCPVhE .text-box {
  padding: 1rem;
}
.cid-sQ0KPCPVhE .text-box p {
  margin: 0;
}
.cid-sQ0KPCPVhE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0KPCPVhE .ico-box p {
  margin: 0;
}
.cid-sQ0KPCPVhE .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KPCPVhE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KPCPVhE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0KPCPVhE .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0KPCPVhE .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0KPCPVhE .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0KPCPVhE .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0KPCPVhE .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0KPCPVhE .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0KPCPVhE .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0KPCPVhE .li1 {
  background-image: url("../../../assets/images/cruise-dinner-new-canal-1076x761.jpeg");
}
.cid-sQ0KPCPVhE .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0KPCPVhE .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0KPCPVhE .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0KPCPVhE .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0KPCPVhE .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0KPCPVhE .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0KPCPVhE .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0KPCPVhE .card-title2 {
  color: #fe5925;
}
.cid-sQ0KPCPVhE .sq {
  color: #656565;
}
.cid-sQ0KPCPVhE .item {
  color: #656565;
}
.cid-sQ0KPErkAZ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0KPErkAZ .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0KPErkAZ .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0KPErkAZ .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0KPErkAZ .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0KPErkAZ .content {
    flex-wrap: wrap;
  }
  .cid-sQ0KPErkAZ .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0KPErkAZ .section-head p {
    width: 70%;
  }
  .cid-sQ0KPErkAZ .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0KPErkAZ .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KPErkAZ .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KPErkAZ .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0KPErkAZ .panel-title-edit {
  color: #28282c;
}
.cid-sQ0KPErkAZ .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0KPErkAZ .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0KPErkAZ .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0KPErkAZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0KPErkAZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0KPErkAZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0KPErkAZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0KPErkAZ .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0KPFnzH4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0KPFnzH4 .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0KPFnzH4 .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0KPFnzH4 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0KPFnzH4 .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0KPFnzH4 .menu__item a {
  font-weight: 600;
}
.cid-sQ0KPFnzH4 .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0KPFnzH4 .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0KPFnzH4 .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0KPFnzH4 .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0KPFnzH4 .menu__item {
    text-align: center;
  }
  .cid-sQ0KPFnzH4 .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0KPGCcEk.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0KPGCcEk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0KPGCcEk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0KPGCcEk .modal-content,
.cid-sQ0KPGCcEk .modal-dialog {
  height: auto;
}
.cid-sQ0KPGCcEk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0KPGCcEk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0KPGCcEk .form-wrapper .mbr-form .form-group,
  .cid-sQ0KPGCcEk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0KPGCcEk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0KPGCcEk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0KPGCcEk .mbr-text {
  text-align: center;
}
.cid-sQ0KPGCcEk .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0KPGCcEk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0KPGCcEk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0KPGCcEk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0KPGCcEk .modal-open {
  overflow: hidden;
}
.cid-sQ0KPGCcEk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0KPGCcEk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0KPGCcEk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0KPGCcEk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0KPGCcEk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0KPGCcEk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0KPGCcEk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0KPGCcEk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0KPGCcEk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0KPGCcEk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0KPGCcEk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0KPGCcEk .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0KPGCcEk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0KPGCcEk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KPGCcEk .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0KPGCcEk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0KPGCcEk .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0KPGCcEk .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0KPGCcEk .modal-header .close:focus {
  outline: none;
}
.cid-sQ0KPGCcEk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0KPGCcEk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0KPGCcEk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KPGCcEk .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0KPGCcEk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0KPGCcEk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KPGCcEk .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0KPGCcEk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0KPGCcEk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0KPGCcEk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0KPGCcEk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0KPGCcEk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0KPGCcEk .modal-lg,
  .cid-sQ0KPGCcEk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0KPGCcEk .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0KPGCcEk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0KPGCcEk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0KPGCcEk .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0KPGCcEk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0KPGCcEk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0KPGCcEk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0KPGCcEk .mbr-section-btn {
  margin: 0;
}
.cid-sQ0KPGCcEk .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0KOBjnCC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0KOBjnCC .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0KOBjnCC .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0KOBjnCC .list-img {
  width: 100px;
}
.cid-sQ0KOBjnCC .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0KOBjnCC .btn {
  margin: 0px !important;
}
.cid-sQ0KOBjnCC .text-box {
  padding: 1rem;
}
.cid-sQ0KOBjnCC .text-box p {
  margin: 0;
}
.cid-sQ0KOBjnCC .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0KOBjnCC .ico-box p {
  margin: 0;
}
.cid-sQ0KOBjnCC .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KOBjnCC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KOBjnCC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0KOBjnCC .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0KOBjnCC .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0KOBjnCC .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0KOBjnCC .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0KOBjnCC .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0KOBjnCC .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0KOBjnCC .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0KOBjnCC .li1 {
  background-image: url("../../../assets/images/canal-dinner-cruise-720x480.jpg");
}
.cid-sQ0KOBjnCC .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0KOBjnCC .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0KOBjnCC .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0KOBjnCC .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0KOBjnCC .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0KOBjnCC .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0KOBjnCC .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0KOBjnCC .card-title2 {
  color: #fe5925;
}
.cid-sQ0KOBjnCC .sq {
  color: #656565;
}
.cid-sQ0KOBjnCC .item {
  color: #656565;
}
.cid-sQ0KOCKmwn {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0KOCKmwn .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0KOCKmwn .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0KOCKmwn .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0KOCKmwn .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0KOCKmwn .content {
    flex-wrap: wrap;
  }
  .cid-sQ0KOCKmwn .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0KOCKmwn .section-head p {
    width: 70%;
  }
  .cid-sQ0KOCKmwn .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0KOCKmwn .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KOCKmwn .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KOCKmwn .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0KOCKmwn .panel-title-edit {
  color: #28282c;
}
.cid-sQ0KOCKmwn .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0KOCKmwn .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0KOCKmwn .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0KOCKmwn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0KOCKmwn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0KOCKmwn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0KOCKmwn .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0KOCKmwn .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0KODEHxL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0KODEHxL .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0KODEHxL .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0KODEHxL .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0KODEHxL .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0KODEHxL .menu__item a {
  font-weight: 600;
}
.cid-sQ0KODEHxL .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0KODEHxL .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0KODEHxL .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0KODEHxL .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0KODEHxL .menu__item {
    text-align: center;
  }
  .cid-sQ0KODEHxL .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0KOEZXQQ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0KOEZXQQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0KOEZXQQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0KOEZXQQ .modal-content,
.cid-sQ0KOEZXQQ .modal-dialog {
  height: auto;
}
.cid-sQ0KOEZXQQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0KOEZXQQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0KOEZXQQ .form-wrapper .mbr-form .form-group,
  .cid-sQ0KOEZXQQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0KOEZXQQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0KOEZXQQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0KOEZXQQ .mbr-text {
  text-align: center;
}
.cid-sQ0KOEZXQQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0KOEZXQQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0KOEZXQQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0KOEZXQQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0KOEZXQQ .modal-open {
  overflow: hidden;
}
.cid-sQ0KOEZXQQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0KOEZXQQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0KOEZXQQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0KOEZXQQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0KOEZXQQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0KOEZXQQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0KOEZXQQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0KOEZXQQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0KOEZXQQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0KOEZXQQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0KOEZXQQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0KOEZXQQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0KOEZXQQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0KOEZXQQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KOEZXQQ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0KOEZXQQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0KOEZXQQ .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0KOEZXQQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0KOEZXQQ .modal-header .close:focus {
  outline: none;
}
.cid-sQ0KOEZXQQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0KOEZXQQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0KOEZXQQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KOEZXQQ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0KOEZXQQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0KOEZXQQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KOEZXQQ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0KOEZXQQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0KOEZXQQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0KOEZXQQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0KOEZXQQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0KOEZXQQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0KOEZXQQ .modal-lg,
  .cid-sQ0KOEZXQQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0KOEZXQQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0KOEZXQQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0KOEZXQQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0KOEZXQQ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0KOEZXQQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0KOEZXQQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0KOEZXQQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0KOEZXQQ .mbr-section-btn {
  margin: 0;
}
.cid-sQ0KOEZXQQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0KNGo718 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0KNGo718 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0KNGo718 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0KNGo718 .list-img {
  width: 100px;
}
.cid-sQ0KNGo718 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0KNGo718 .btn {
  margin: 0px !important;
}
.cid-sQ0KNGo718 .text-box {
  padding: 1rem;
}
.cid-sQ0KNGo718 .text-box p {
  margin: 0;
}
.cid-sQ0KNGo718 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0KNGo718 .ico-box p {
  margin: 0;
}
.cid-sQ0KNGo718 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KNGo718 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KNGo718 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0KNGo718 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0KNGo718 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0KNGo718 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0KNGo718 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0KNGo718 .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0KNGo718 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0KNGo718 .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0KNGo718 .li1 {
  background-image: url("../../../assets/images/canal-dinner-cruise-720x480.jpg");
}
.cid-sQ0KNGo718 .li2 {
  background-image: url("../../../assets/images/canal-basic-1-719x480.jpg");
}
.cid-sQ0KNGo718 .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0KNGo718 .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0KNGo718 .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0KNGo718 .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0KNGo718 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0KNGo718 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0KNGo718 .card-title2 {
  color: #fe5925;
}
.cid-sQ0KNGo718 .sq {
  color: #656565;
}
.cid-sQ0KNGo718 .item {
  color: #656565;
}
.cid-sQ0KNHStfL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0KNHStfL .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0KNHStfL .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0KNHStfL .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0KNHStfL .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0KNHStfL .content {
    flex-wrap: wrap;
  }
  .cid-sQ0KNHStfL .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0KNHStfL .section-head p {
    width: 70%;
  }
  .cid-sQ0KNHStfL .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0KNHStfL .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KNHStfL .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KNHStfL .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0KNHStfL .panel-title-edit {
  color: #28282c;
}
.cid-sQ0KNHStfL .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0KNHStfL .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0KNHStfL .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0KNHStfL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0KNHStfL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0KNHStfL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0KNHStfL .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0KNHStfL .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0KNIORum {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0KNIORum .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0KNIORum .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0KNIORum .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0KNIORum .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0KNIORum .menu__item a {
  font-weight: 600;
}
.cid-sQ0KNIORum .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0KNIORum .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0KNIORum .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0KNIORum .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0KNIORum .menu__item {
    text-align: center;
  }
  .cid-sQ0KNIORum .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0KNK7QZp.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0KNK7QZp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0KNK7QZp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0KNK7QZp .modal-content,
.cid-sQ0KNK7QZp .modal-dialog {
  height: auto;
}
.cid-sQ0KNK7QZp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0KNK7QZp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0KNK7QZp .form-wrapper .mbr-form .form-group,
  .cid-sQ0KNK7QZp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0KNK7QZp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0KNK7QZp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0KNK7QZp .mbr-text {
  text-align: center;
}
.cid-sQ0KNK7QZp .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0KNK7QZp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0KNK7QZp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0KNK7QZp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0KNK7QZp .modal-open {
  overflow: hidden;
}
.cid-sQ0KNK7QZp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0KNK7QZp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0KNK7QZp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0KNK7QZp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0KNK7QZp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0KNK7QZp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0KNK7QZp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0KNK7QZp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0KNK7QZp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0KNK7QZp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0KNK7QZp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0KNK7QZp .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0KNK7QZp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0KNK7QZp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KNK7QZp .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0KNK7QZp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0KNK7QZp .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0KNK7QZp .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0KNK7QZp .modal-header .close:focus {
  outline: none;
}
.cid-sQ0KNK7QZp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0KNK7QZp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0KNK7QZp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KNK7QZp .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0KNK7QZp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0KNK7QZp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KNK7QZp .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0KNK7QZp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0KNK7QZp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0KNK7QZp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0KNK7QZp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0KNK7QZp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0KNK7QZp .modal-lg,
  .cid-sQ0KNK7QZp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0KNK7QZp .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0KNK7QZp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0KNK7QZp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0KNK7QZp .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0KNK7QZp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0KNK7QZp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0KNK7QZp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0KNK7QZp .mbr-section-btn {
  margin: 0;
}
.cid-sQ0KNK7QZp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PyoGu3F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PyoGu3F .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PyoGu3F .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PyoGu3F .list-img {
  width: 100px;
}
.cid-sQ0PyoGu3F .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PyoGu3F .btn {
  margin: 0px !important;
}
.cid-sQ0PyoGu3F .text-box {
  padding: 1rem;
}
.cid-sQ0PyoGu3F .text-box p {
  margin: 0;
}
.cid-sQ0PyoGu3F .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PyoGu3F .ico-box p {
  margin: 0;
}
.cid-sQ0PyoGu3F .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PyoGu3F .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PyoGu3F .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PyoGu3F .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PyoGu3F .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PyoGu3F .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PyoGu3F .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PyoGu3F .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PyoGu3F .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PyoGu3F .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PyoGu3F .li1 {
  background-image: url("../../../assets/images/vip-lux-safari1-720x480.jpg");
}
.cid-sQ0PyoGu3F .li2 {
  background-image: url("../../../assets/images/safari-prime-6-720x480.jpg");
}
.cid-sQ0PyoGu3F .li3 {
  background-image: url("../../../assets/images/safari-prime-2-720x480.jpg");
}
.cid-sQ0PyoGu3F .li4 {
  background-image: url("../../../assets/images/safari-prime-5-720x480.jpg");
}
.cid-sQ0PyoGu3F .li5 {
  background-image: url("../../../assets/images/safari-prime-4-720x479.jpg");
}
.cid-sQ0PyoGu3F .li6 {
  background-image: url("../../../assets/images/safari-prime-7-720x479.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PyoGu3F .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PyoGu3F .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PyoGu3F .card-title2 {
  color: #fe5925;
}
.cid-sQ0PyoGu3F .sq {
  color: #656565;
}
.cid-sQ0PyoGu3F .item {
  color: #656565;
}
.cid-sQ0Pyq9Sjx {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0Pyq9Sjx .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0Pyq9Sjx .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0Pyq9Sjx .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0Pyq9Sjx .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0Pyq9Sjx .content {
    flex-wrap: wrap;
  }
  .cid-sQ0Pyq9Sjx .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0Pyq9Sjx .section-head p {
    width: 70%;
  }
  .cid-sQ0Pyq9Sjx .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0Pyq9Sjx .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Pyq9Sjx .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Pyq9Sjx .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0Pyq9Sjx .panel-title-edit {
  color: #28282c;
}
.cid-sQ0Pyq9Sjx .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0Pyq9Sjx .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0Pyq9Sjx .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0Pyq9Sjx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0Pyq9Sjx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0Pyq9Sjx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0Pyq9Sjx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0Pyq9Sjx .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0Pyr76qu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0Pyr76qu .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0Pyr76qu .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0Pyr76qu .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0Pyr76qu .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0Pyr76qu .menu__item a {
  font-weight: 600;
}
.cid-sQ0Pyr76qu .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0Pyr76qu .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0Pyr76qu .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0Pyr76qu .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0Pyr76qu .menu__item {
    text-align: center;
  }
  .cid-sQ0Pyr76qu .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PyszPSD.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PyszPSD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PyszPSD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PyszPSD .modal-content,
.cid-sQ0PyszPSD .modal-dialog {
  height: auto;
}
.cid-sQ0PyszPSD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PyszPSD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PyszPSD .form-wrapper .mbr-form .form-group,
  .cid-sQ0PyszPSD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PyszPSD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PyszPSD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PyszPSD .mbr-text {
  text-align: center;
}
.cid-sQ0PyszPSD .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PyszPSD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PyszPSD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PyszPSD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PyszPSD .modal-open {
  overflow: hidden;
}
.cid-sQ0PyszPSD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PyszPSD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PyszPSD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PyszPSD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PyszPSD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PyszPSD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PyszPSD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PyszPSD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PyszPSD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PyszPSD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PyszPSD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PyszPSD .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PyszPSD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PyszPSD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PyszPSD .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PyszPSD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PyszPSD .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PyszPSD .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PyszPSD .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PyszPSD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PyszPSD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PyszPSD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PyszPSD .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PyszPSD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PyszPSD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PyszPSD .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PyszPSD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PyszPSD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PyszPSD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PyszPSD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PyszPSD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PyszPSD .modal-lg,
  .cid-sQ0PyszPSD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PyszPSD .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PyszPSD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PyszPSD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PyszPSD .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PyszPSD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PyszPSD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PyszPSD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PyszPSD .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PyszPSD .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PA6h0UQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PA6h0UQ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PA6h0UQ .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PA6h0UQ .list-img {
  width: 100px;
}
.cid-sQ0PA6h0UQ .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PA6h0UQ .btn {
  margin: 0px !important;
}
.cid-sQ0PA6h0UQ .text-box {
  padding: 1rem;
}
.cid-sQ0PA6h0UQ .text-box p {
  margin: 0;
}
.cid-sQ0PA6h0UQ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PA6h0UQ .ico-box p {
  margin: 0;
}
.cid-sQ0PA6h0UQ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PA6h0UQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PA6h0UQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PA6h0UQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PA6h0UQ .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PA6h0UQ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PA6h0UQ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PA6h0UQ .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PA6h0UQ .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PA6h0UQ .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PA6h0UQ .li1 {
  background-image: url("../../../assets/images/vip-quad-bike1-1-728x545.jpeg");
}
.cid-sQ0PA6h0UQ .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PA6h0UQ .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PA6h0UQ .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PA6h0UQ .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PA6h0UQ .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PA6h0UQ .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PA6h0UQ .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PA6h0UQ .card-title2 {
  color: #fe5925;
}
.cid-sQ0PA6h0UQ .sq {
  color: #656565;
}
.cid-sQ0PA6h0UQ .item {
  color: #656565;
}
.cid-sQ0PA7VA7W {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PA7VA7W .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PA7VA7W .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PA7VA7W .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PA7VA7W .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PA7VA7W .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PA7VA7W .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PA7VA7W .section-head p {
    width: 70%;
  }
  .cid-sQ0PA7VA7W .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PA7VA7W .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PA7VA7W .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PA7VA7W .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PA7VA7W .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PA7VA7W .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PA7VA7W .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PA7VA7W .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PA7VA7W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PA7VA7W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PA7VA7W .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PA7VA7W .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PA7VA7W .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PA8VxYf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PA8VxYf .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PA8VxYf .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PA8VxYf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PA8VxYf .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PA8VxYf .menu__item a {
  font-weight: 600;
}
.cid-sQ0PA8VxYf .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PA8VxYf .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PA8VxYf .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PA8VxYf .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PA8VxYf .menu__item {
    text-align: center;
  }
  .cid-sQ0PA8VxYf .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PAaiLq8.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PAaiLq8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PAaiLq8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PAaiLq8 .modal-content,
.cid-sQ0PAaiLq8 .modal-dialog {
  height: auto;
}
.cid-sQ0PAaiLq8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PAaiLq8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PAaiLq8 .form-wrapper .mbr-form .form-group,
  .cid-sQ0PAaiLq8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PAaiLq8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PAaiLq8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PAaiLq8 .mbr-text {
  text-align: center;
}
.cid-sQ0PAaiLq8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PAaiLq8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PAaiLq8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PAaiLq8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PAaiLq8 .modal-open {
  overflow: hidden;
}
.cid-sQ0PAaiLq8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PAaiLq8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PAaiLq8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PAaiLq8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PAaiLq8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PAaiLq8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PAaiLq8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PAaiLq8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PAaiLq8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PAaiLq8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PAaiLq8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PAaiLq8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PAaiLq8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PAaiLq8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PAaiLq8 .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PAaiLq8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PAaiLq8 .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PAaiLq8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PAaiLq8 .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PAaiLq8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PAaiLq8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PAaiLq8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PAaiLq8 .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PAaiLq8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PAaiLq8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PAaiLq8 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PAaiLq8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PAaiLq8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PAaiLq8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PAaiLq8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PAaiLq8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PAaiLq8 .modal-lg,
  .cid-sQ0PAaiLq8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PAaiLq8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PAaiLq8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PAaiLq8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PAaiLq8 .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PAaiLq8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PAaiLq8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PAaiLq8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PAaiLq8 .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PAaiLq8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PAZVlJl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PAZVlJl .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PAZVlJl .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PAZVlJl .list-img {
  width: 100px;
}
.cid-sQ0PAZVlJl .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PAZVlJl .btn {
  margin: 0px !important;
}
.cid-sQ0PAZVlJl .text-box {
  padding: 1rem;
}
.cid-sQ0PAZVlJl .text-box p {
  margin: 0;
}
.cid-sQ0PAZVlJl .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PAZVlJl .ico-box p {
  margin: 0;
}
.cid-sQ0PAZVlJl .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PAZVlJl .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PAZVlJl .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PAZVlJl .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PAZVlJl .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PAZVlJl .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PAZVlJl .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PAZVlJl .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PAZVlJl .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PAZVlJl .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PAZVlJl .li1 {
  background-image: url("../../../assets/images/vip-safari-720x480.jpg");
}
.cid-sQ0PAZVlJl .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PAZVlJl .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PAZVlJl .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PAZVlJl .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PAZVlJl .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PAZVlJl .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PAZVlJl .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PAZVlJl .card-title2 {
  color: #fe5925;
}
.cid-sQ0PAZVlJl .sq {
  color: #656565;
}
.cid-sQ0PAZVlJl .item {
  color: #656565;
}
.cid-sQ0PB1vPPh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PB1vPPh .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PB1vPPh .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PB1vPPh .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PB1vPPh .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PB1vPPh .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PB1vPPh .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PB1vPPh .section-head p {
    width: 70%;
  }
  .cid-sQ0PB1vPPh .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PB1vPPh .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PB1vPPh .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PB1vPPh .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PB1vPPh .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PB1vPPh .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PB1vPPh .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PB1vPPh .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PB1vPPh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PB1vPPh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PB1vPPh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PB1vPPh .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PB1vPPh .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PB2qr8N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PB2qr8N .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PB2qr8N .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PB2qr8N .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PB2qr8N .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PB2qr8N .menu__item a {
  font-weight: 600;
}
.cid-sQ0PB2qr8N .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PB2qr8N .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PB2qr8N .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PB2qr8N .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PB2qr8N .menu__item {
    text-align: center;
  }
  .cid-sQ0PB2qr8N .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PB3P7zg.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PB3P7zg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PB3P7zg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PB3P7zg .modal-content,
.cid-sQ0PB3P7zg .modal-dialog {
  height: auto;
}
.cid-sQ0PB3P7zg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PB3P7zg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PB3P7zg .form-wrapper .mbr-form .form-group,
  .cid-sQ0PB3P7zg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PB3P7zg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PB3P7zg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PB3P7zg .mbr-text {
  text-align: center;
}
.cid-sQ0PB3P7zg .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PB3P7zg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PB3P7zg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PB3P7zg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PB3P7zg .modal-open {
  overflow: hidden;
}
.cid-sQ0PB3P7zg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PB3P7zg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PB3P7zg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PB3P7zg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PB3P7zg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PB3P7zg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PB3P7zg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PB3P7zg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PB3P7zg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PB3P7zg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PB3P7zg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PB3P7zg .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PB3P7zg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PB3P7zg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PB3P7zg .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PB3P7zg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PB3P7zg .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PB3P7zg .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PB3P7zg .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PB3P7zg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PB3P7zg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PB3P7zg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PB3P7zg .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PB3P7zg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PB3P7zg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PB3P7zg .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PB3P7zg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PB3P7zg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PB3P7zg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PB3P7zg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PB3P7zg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PB3P7zg .modal-lg,
  .cid-sQ0PB3P7zg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PB3P7zg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PB3P7zg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PB3P7zg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PB3P7zg .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PB3P7zg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PB3P7zg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PB3P7zg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PB3P7zg .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PB3P7zg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PCAP8QR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PCAP8QR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PCAP8QR .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PCAP8QR .list-img {
  width: 100px;
}
.cid-sQ0PCAP8QR .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PCAP8QR .btn {
  margin: 0px !important;
}
.cid-sQ0PCAP8QR .text-box {
  padding: 1rem;
}
.cid-sQ0PCAP8QR .text-box p {
  margin: 0;
}
.cid-sQ0PCAP8QR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PCAP8QR .ico-box p {
  margin: 0;
}
.cid-sQ0PCAP8QR .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PCAP8QR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PCAP8QR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PCAP8QR .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PCAP8QR .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PCAP8QR .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PCAP8QR .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PCAP8QR .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PCAP8QR .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PCAP8QR .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PCAP8QR .li1 {
  background-image: url("../../../assets/images/morning-safari-1-719x480.jpg");
}
.cid-sQ0PCAP8QR .li2 {
  background-image: url("../../../assets/images/vip-morning-1-728x485.jpg");
}
.cid-sQ0PCAP8QR .li3 {
  background-image: url("../../../assets/images/vip-caravan-1-720x480.jpg");
}
.cid-sQ0PCAP8QR .li4 {
  background-image: url("../../../assets/images/vip-sunrise-1-728x484.jpg");
}
.cid-sQ0PCAP8QR .li5 {
  background-image: url("../../../assets/images/combo1-720x480.jpg");
}
.cid-sQ0PCAP8QR .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PCAP8QR .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PCAP8QR .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PCAP8QR .card-title2 {
  color: #fe5925;
}
.cid-sQ0PCAP8QR .sq {
  color: #656565;
}
.cid-sQ0PCAP8QR .item {
  color: #656565;
}
.cid-sQ0PCCO8Ku {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PCCO8Ku .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PCCO8Ku .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PCCO8Ku .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PCCO8Ku .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PCCO8Ku .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PCCO8Ku .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PCCO8Ku .section-head p {
    width: 70%;
  }
  .cid-sQ0PCCO8Ku .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PCCO8Ku .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PCCO8Ku .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PCCO8Ku .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PCCO8Ku .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PCCO8Ku .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PCCO8Ku .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PCCO8Ku .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PCCO8Ku .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PCCO8Ku .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PCCO8Ku .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PCCO8Ku .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PCCO8Ku .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PCDYvYW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PCDYvYW .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PCDYvYW .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PCDYvYW .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PCDYvYW .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PCDYvYW .menu__item a {
  font-weight: 600;
}
.cid-sQ0PCDYvYW .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PCDYvYW .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PCDYvYW .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PCDYvYW .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PCDYvYW .menu__item {
    text-align: center;
  }
  .cid-sQ0PCDYvYW .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PCFwo2I.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PCFwo2I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PCFwo2I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PCFwo2I .modal-content,
.cid-sQ0PCFwo2I .modal-dialog {
  height: auto;
}
.cid-sQ0PCFwo2I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PCFwo2I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PCFwo2I .form-wrapper .mbr-form .form-group,
  .cid-sQ0PCFwo2I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PCFwo2I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PCFwo2I .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PCFwo2I .mbr-text {
  text-align: center;
}
.cid-sQ0PCFwo2I .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PCFwo2I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PCFwo2I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PCFwo2I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PCFwo2I .modal-open {
  overflow: hidden;
}
.cid-sQ0PCFwo2I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PCFwo2I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PCFwo2I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PCFwo2I .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PCFwo2I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PCFwo2I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PCFwo2I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PCFwo2I .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PCFwo2I .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PCFwo2I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PCFwo2I .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PCFwo2I .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PCFwo2I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PCFwo2I .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PCFwo2I .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PCFwo2I .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PCFwo2I .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PCFwo2I .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PCFwo2I .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PCFwo2I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PCFwo2I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PCFwo2I .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PCFwo2I .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PCFwo2I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PCFwo2I .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PCFwo2I .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PCFwo2I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PCFwo2I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PCFwo2I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PCFwo2I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PCFwo2I .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PCFwo2I .modal-lg,
  .cid-sQ0PCFwo2I .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PCFwo2I .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PCFwo2I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PCFwo2I .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PCFwo2I .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PCFwo2I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PCFwo2I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PCFwo2I .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PCFwo2I .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PCFwo2I .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PDFgPfg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PDFgPfg .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PDFgPfg .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PDFgPfg .list-img {
  width: 100px;
}
.cid-sQ0PDFgPfg .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PDFgPfg .btn {
  margin: 0px !important;
}
.cid-sQ0PDFgPfg .text-box {
  padding: 1rem;
}
.cid-sQ0PDFgPfg .text-box p {
  margin: 0;
}
.cid-sQ0PDFgPfg .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PDFgPfg .ico-box p {
  margin: 0;
}
.cid-sQ0PDFgPfg .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PDFgPfg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PDFgPfg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PDFgPfg .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PDFgPfg .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PDFgPfg .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PDFgPfg .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PDFgPfg .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PDFgPfg .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PDFgPfg .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PDFgPfg .li1 {
  background-image: url("../../../assets/images/vip-heritage-1-728x485.jpg");
}
.cid-sQ0PDFgPfg .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PDFgPfg .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PDFgPfg .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PDFgPfg .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PDFgPfg .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PDFgPfg .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PDFgPfg .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PDFgPfg .card-title2 {
  color: #fe5925;
}
.cid-sQ0PDFgPfg .sq {
  color: #656565;
}
.cid-sQ0PDFgPfg .item {
  color: #656565;
}
.cid-sQ0PDGAi5Y {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PDGAi5Y .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PDGAi5Y .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PDGAi5Y .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PDGAi5Y .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PDGAi5Y .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PDGAi5Y .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PDGAi5Y .section-head p {
    width: 70%;
  }
  .cid-sQ0PDGAi5Y .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PDGAi5Y .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PDGAi5Y .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PDGAi5Y .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PDGAi5Y .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PDGAi5Y .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PDGAi5Y .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PDGAi5Y .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PDGAi5Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PDGAi5Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PDGAi5Y .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PDGAi5Y .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PDGAi5Y .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PDHvsvm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PDHvsvm .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PDHvsvm .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PDHvsvm .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PDHvsvm .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PDHvsvm .menu__item a {
  font-weight: 600;
}
.cid-sQ0PDHvsvm .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PDHvsvm .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PDHvsvm .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PDHvsvm .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PDHvsvm .menu__item {
    text-align: center;
  }
  .cid-sQ0PDHvsvm .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PDJ0GED.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PDJ0GED.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PDJ0GED.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PDJ0GED .modal-content,
.cid-sQ0PDJ0GED .modal-dialog {
  height: auto;
}
.cid-sQ0PDJ0GED .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PDJ0GED .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PDJ0GED .form-wrapper .mbr-form .form-group,
  .cid-sQ0PDJ0GED .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PDJ0GED .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PDJ0GED .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PDJ0GED .mbr-text {
  text-align: center;
}
.cid-sQ0PDJ0GED .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PDJ0GED .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PDJ0GED .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PDJ0GED .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PDJ0GED .modal-open {
  overflow: hidden;
}
.cid-sQ0PDJ0GED .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PDJ0GED .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PDJ0GED .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PDJ0GED .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PDJ0GED .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PDJ0GED .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PDJ0GED .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PDJ0GED .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PDJ0GED .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PDJ0GED .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PDJ0GED .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PDJ0GED .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PDJ0GED .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PDJ0GED .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PDJ0GED .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PDJ0GED .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PDJ0GED .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PDJ0GED .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PDJ0GED .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PDJ0GED .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PDJ0GED .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PDJ0GED .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PDJ0GED .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PDJ0GED .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PDJ0GED .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PDJ0GED .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PDJ0GED .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PDJ0GED .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PDJ0GED .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PDJ0GED .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PDJ0GED .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PDJ0GED .modal-lg,
  .cid-sQ0PDJ0GED .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PDJ0GED .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PDJ0GED .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PDJ0GED .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PDJ0GED .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PDJ0GED .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PDJ0GED .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PDJ0GED .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PDJ0GED .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PDJ0GED .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PFhmHvP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PFhmHvP .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PFhmHvP .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PFhmHvP .list-img {
  width: 100px;
}
.cid-sQ0PFhmHvP .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PFhmHvP .btn {
  margin: 0px !important;
}
.cid-sQ0PFhmHvP .text-box {
  padding: 1rem;
}
.cid-sQ0PFhmHvP .text-box p {
  margin: 0;
}
.cid-sQ0PFhmHvP .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PFhmHvP .ico-box p {
  margin: 0;
}
.cid-sQ0PFhmHvP .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PFhmHvP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PFhmHvP .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PFhmHvP .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PFhmHvP .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PFhmHvP .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PFhmHvP .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PFhmHvP .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PFhmHvP .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PFhmHvP .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PFhmHvP .li1 {
  background-image: url("../../../assets/images/heritage-safari-792x528.jpg");
}
.cid-sQ0PFhmHvP .li2 {
  background-image: url("../../../assets/images/heritage-2-1300x867.jpg");
}
.cid-sQ0PFhmHvP .li3 {
  background-image: url("../../../assets/images/heritage-3-1440x960.jpg");
}
.cid-sQ0PFhmHvP .li4 {
  background-image: url("../../../assets/images/heritage-4-1440x960.jpg");
}
.cid-sQ0PFhmHvP .li5 {
  background-image: url("../../../assets/images/heritage-5-1300x867.jpg");
}
.cid-sQ0PFhmHvP .li6 {
  background-image: url("../../../assets/images/heritage-6-1295x642.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PFhmHvP .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PFhmHvP .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PFhmHvP .card-title2 {
  color: #fe5925;
}
.cid-sQ0PFhmHvP .sq {
  color: #656565;
}
.cid-sQ0PFhmHvP .item {
  color: #656565;
}
.cid-sQ0PFjfVoH {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PFjfVoH .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PFjfVoH .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PFjfVoH .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PFjfVoH .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PFjfVoH .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PFjfVoH .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PFjfVoH .section-head p {
    width: 70%;
  }
  .cid-sQ0PFjfVoH .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PFjfVoH .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PFjfVoH .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PFjfVoH .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PFjfVoH .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PFjfVoH .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PFjfVoH .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PFjfVoH .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PFjfVoH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PFjfVoH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PFjfVoH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PFjfVoH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PFjfVoH .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PFlgJRW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PFlgJRW .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PFlgJRW .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PFlgJRW .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PFlgJRW .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PFlgJRW .menu__item a {
  font-weight: 600;
}
.cid-sQ0PFlgJRW .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PFlgJRW .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PFlgJRW .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PFlgJRW .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PFlgJRW .menu__item {
    text-align: center;
  }
  .cid-sQ0PFlgJRW .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PFngUPf.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PFngUPf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PFngUPf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PFngUPf .modal-content,
.cid-sQ0PFngUPf .modal-dialog {
  height: auto;
}
.cid-sQ0PFngUPf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PFngUPf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PFngUPf .form-wrapper .mbr-form .form-group,
  .cid-sQ0PFngUPf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PFngUPf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PFngUPf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PFngUPf .mbr-text {
  text-align: center;
}
.cid-sQ0PFngUPf .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PFngUPf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PFngUPf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PFngUPf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PFngUPf .modal-open {
  overflow: hidden;
}
.cid-sQ0PFngUPf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PFngUPf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PFngUPf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PFngUPf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PFngUPf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PFngUPf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PFngUPf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PFngUPf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PFngUPf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PFngUPf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PFngUPf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PFngUPf .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PFngUPf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PFngUPf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PFngUPf .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PFngUPf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PFngUPf .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PFngUPf .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PFngUPf .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PFngUPf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PFngUPf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PFngUPf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PFngUPf .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PFngUPf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PFngUPf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PFngUPf .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PFngUPf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PFngUPf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PFngUPf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PFngUPf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PFngUPf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PFngUPf .modal-lg,
  .cid-sQ0PFngUPf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PFngUPf .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PFngUPf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PFngUPf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PFngUPf .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PFngUPf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PFngUPf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PFngUPf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PFngUPf .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PFngUPf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PGdcV53 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PGdcV53 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PGdcV53 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PGdcV53 .list-img {
  width: 100px;
}
.cid-sQ0PGdcV53 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PGdcV53 .btn {
  margin: 0px !important;
}
.cid-sQ0PGdcV53 .text-box {
  padding: 1rem;
}
.cid-sQ0PGdcV53 .text-box p {
  margin: 0;
}
.cid-sQ0PGdcV53 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PGdcV53 .ico-box p {
  margin: 0;
}
.cid-sQ0PGdcV53 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PGdcV53 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PGdcV53 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PGdcV53 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PGdcV53 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PGdcV53 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PGdcV53 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PGdcV53 .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PGdcV53 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PGdcV53 .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PGdcV53 .li1 {
  background-image: url("../../../assets/images/vip-sunrise-1-728x484.jpg");
}
.cid-sQ0PGdcV53 .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PGdcV53 .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PGdcV53 .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PGdcV53 .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PGdcV53 .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PGdcV53 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PGdcV53 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PGdcV53 .card-title2 {
  color: #fe5925;
}
.cid-sQ0PGdcV53 .sq {
  color: #656565;
}
.cid-sQ0PGdcV53 .item {
  color: #656565;
}
.cid-sQ0PGg0WCV {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PGg0WCV .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PGg0WCV .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PGg0WCV .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PGg0WCV .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PGg0WCV .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PGg0WCV .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PGg0WCV .section-head p {
    width: 70%;
  }
  .cid-sQ0PGg0WCV .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PGg0WCV .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PGg0WCV .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PGg0WCV .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PGg0WCV .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PGg0WCV .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PGg0WCV .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PGg0WCV .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PGg0WCV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PGg0WCV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PGg0WCV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PGg0WCV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PGg0WCV .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PGhrFLe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PGhrFLe .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PGhrFLe .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PGhrFLe .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PGhrFLe .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PGhrFLe .menu__item a {
  font-weight: 600;
}
.cid-sQ0PGhrFLe .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PGhrFLe .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PGhrFLe .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PGhrFLe .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PGhrFLe .menu__item {
    text-align: center;
  }
  .cid-sQ0PGhrFLe .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PGjcyrn.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PGjcyrn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PGjcyrn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PGjcyrn .modal-content,
.cid-sQ0PGjcyrn .modal-dialog {
  height: auto;
}
.cid-sQ0PGjcyrn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PGjcyrn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PGjcyrn .form-wrapper .mbr-form .form-group,
  .cid-sQ0PGjcyrn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PGjcyrn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PGjcyrn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PGjcyrn .mbr-text {
  text-align: center;
}
.cid-sQ0PGjcyrn .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PGjcyrn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PGjcyrn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PGjcyrn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PGjcyrn .modal-open {
  overflow: hidden;
}
.cid-sQ0PGjcyrn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PGjcyrn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PGjcyrn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PGjcyrn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PGjcyrn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PGjcyrn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PGjcyrn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PGjcyrn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PGjcyrn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PGjcyrn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PGjcyrn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PGjcyrn .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PGjcyrn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PGjcyrn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PGjcyrn .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PGjcyrn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PGjcyrn .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PGjcyrn .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PGjcyrn .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PGjcyrn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PGjcyrn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PGjcyrn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PGjcyrn .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PGjcyrn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PGjcyrn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PGjcyrn .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PGjcyrn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PGjcyrn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PGjcyrn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PGjcyrn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PGjcyrn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PGjcyrn .modal-lg,
  .cid-sQ0PGjcyrn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PGjcyrn .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PGjcyrn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PGjcyrn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PGjcyrn .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PGjcyrn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PGjcyrn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PGjcyrn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PGjcyrn .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PGjcyrn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PHcwT4j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PHcwT4j .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PHcwT4j .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PHcwT4j .list-img {
  width: 100px;
}
.cid-sQ0PHcwT4j .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PHcwT4j .btn {
  margin: 0px !important;
}
.cid-sQ0PHcwT4j .text-box {
  padding: 1rem;
}
.cid-sQ0PHcwT4j .text-box p {
  margin: 0;
}
.cid-sQ0PHcwT4j .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PHcwT4j .ico-box p {
  margin: 0;
}
.cid-sQ0PHcwT4j .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PHcwT4j .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PHcwT4j .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PHcwT4j .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PHcwT4j .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PHcwT4j .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PHcwT4j .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PHcwT4j .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PHcwT4j .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PHcwT4j .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PHcwT4j .li1 {
  background-image: url("../../../assets/images/vip-morning-2-640x428.jpg");
}
.cid-sQ0PHcwT4j .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PHcwT4j .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PHcwT4j .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PHcwT4j .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PHcwT4j .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PHcwT4j .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PHcwT4j .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PHcwT4j .card-title2 {
  color: #fe5925;
}
.cid-sQ0PHcwT4j .sq {
  color: #656565;
}
.cid-sQ0PHcwT4j .item {
  color: #656565;
}
.cid-sQ0PHdTl2i {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PHdTl2i .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PHdTl2i .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PHdTl2i .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PHdTl2i .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PHdTl2i .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PHdTl2i .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PHdTl2i .section-head p {
    width: 70%;
  }
  .cid-sQ0PHdTl2i .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PHdTl2i .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PHdTl2i .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PHdTl2i .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PHdTl2i .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PHdTl2i .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PHdTl2i .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PHdTl2i .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PHdTl2i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PHdTl2i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PHdTl2i .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PHdTl2i .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PHdTl2i .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PHeOghf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PHeOghf .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PHeOghf .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PHeOghf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PHeOghf .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PHeOghf .menu__item a {
  font-weight: 600;
}
.cid-sQ0PHeOghf .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PHeOghf .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PHeOghf .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PHeOghf .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PHeOghf .menu__item {
    text-align: center;
  }
  .cid-sQ0PHeOghf .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PHgljUc.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PHgljUc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PHgljUc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PHgljUc .modal-content,
.cid-sQ0PHgljUc .modal-dialog {
  height: auto;
}
.cid-sQ0PHgljUc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PHgljUc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PHgljUc .form-wrapper .mbr-form .form-group,
  .cid-sQ0PHgljUc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PHgljUc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PHgljUc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PHgljUc .mbr-text {
  text-align: center;
}
.cid-sQ0PHgljUc .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PHgljUc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PHgljUc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PHgljUc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PHgljUc .modal-open {
  overflow: hidden;
}
.cid-sQ0PHgljUc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PHgljUc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PHgljUc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PHgljUc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PHgljUc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PHgljUc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PHgljUc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PHgljUc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PHgljUc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PHgljUc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PHgljUc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PHgljUc .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PHgljUc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PHgljUc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PHgljUc .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PHgljUc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PHgljUc .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PHgljUc .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PHgljUc .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PHgljUc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PHgljUc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PHgljUc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PHgljUc .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PHgljUc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PHgljUc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PHgljUc .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PHgljUc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PHgljUc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PHgljUc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PHgljUc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PHgljUc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PHgljUc .modal-lg,
  .cid-sQ0PHgljUc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PHgljUc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PHgljUc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PHgljUc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PHgljUc .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PHgljUc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PHgljUc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PHgljUc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PHgljUc .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PHgljUc .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PIx4R5l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PIx4R5l .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PIx4R5l .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PIx4R5l .list-img {
  width: 100px;
}
.cid-sQ0PIx4R5l .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PIx4R5l .btn {
  margin: 0px !important;
}
.cid-sQ0PIx4R5l .text-box {
  padding: 1rem;
}
.cid-sQ0PIx4R5l .text-box p {
  margin: 0;
}
.cid-sQ0PIx4R5l .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PIx4R5l .ico-box p {
  margin: 0;
}
.cid-sQ0PIx4R5l .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PIx4R5l .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PIx4R5l .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PIx4R5l .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PIx4R5l .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PIx4R5l .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PIx4R5l .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PIx4R5l .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PIx4R5l .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PIx4R5l .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PIx4R5l .li1 {
  background-image: url("../../../assets/images/vip-quadbike-1-720x480.jpg");
}
.cid-sQ0PIx4R5l .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PIx4R5l .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PIx4R5l .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PIx4R5l .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PIx4R5l .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PIx4R5l .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PIx4R5l .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PIx4R5l .card-title2 {
  color: #fe5925;
}
.cid-sQ0PIx4R5l .sq {
  color: #656565;
}
.cid-sQ0PIx4R5l .item {
  color: #656565;
}
.cid-sQ0PIzphr1 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PIzphr1 .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PIzphr1 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PIzphr1 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PIzphr1 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PIzphr1 .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PIzphr1 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PIzphr1 .section-head p {
    width: 70%;
  }
  .cid-sQ0PIzphr1 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PIzphr1 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PIzphr1 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PIzphr1 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PIzphr1 .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PIzphr1 .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PIzphr1 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PIzphr1 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PIzphr1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PIzphr1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PIzphr1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PIzphr1 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PIzphr1 .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PIACoTU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PIACoTU .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PIACoTU .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PIACoTU .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PIACoTU .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PIACoTU .menu__item a {
  font-weight: 600;
}
.cid-sQ0PIACoTU .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PIACoTU .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PIACoTU .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PIACoTU .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PIACoTU .menu__item {
    text-align: center;
  }
  .cid-sQ0PIACoTU .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PICdGEJ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PICdGEJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PICdGEJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PICdGEJ .modal-content,
.cid-sQ0PICdGEJ .modal-dialog {
  height: auto;
}
.cid-sQ0PICdGEJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PICdGEJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PICdGEJ .form-wrapper .mbr-form .form-group,
  .cid-sQ0PICdGEJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PICdGEJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PICdGEJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PICdGEJ .mbr-text {
  text-align: center;
}
.cid-sQ0PICdGEJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PICdGEJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PICdGEJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PICdGEJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PICdGEJ .modal-open {
  overflow: hidden;
}
.cid-sQ0PICdGEJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PICdGEJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PICdGEJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PICdGEJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PICdGEJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PICdGEJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PICdGEJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PICdGEJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PICdGEJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PICdGEJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PICdGEJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PICdGEJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PICdGEJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PICdGEJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PICdGEJ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PICdGEJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PICdGEJ .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PICdGEJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PICdGEJ .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PICdGEJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PICdGEJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PICdGEJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PICdGEJ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PICdGEJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PICdGEJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PICdGEJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PICdGEJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PICdGEJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PICdGEJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PICdGEJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PICdGEJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PICdGEJ .modal-lg,
  .cid-sQ0PICdGEJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PICdGEJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PICdGEJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PICdGEJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PICdGEJ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PICdGEJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PICdGEJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PICdGEJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PICdGEJ .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PICdGEJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PKwQqrI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PKwQqrI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PKwQqrI .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PKwQqrI .list-img {
  width: 100px;
}
.cid-sQ0PKwQqrI .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PKwQqrI .btn {
  margin: 0px !important;
}
.cid-sQ0PKwQqrI .text-box {
  padding: 1rem;
}
.cid-sQ0PKwQqrI .text-box p {
  margin: 0;
}
.cid-sQ0PKwQqrI .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PKwQqrI .ico-box p {
  margin: 0;
}
.cid-sQ0PKwQqrI .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PKwQqrI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PKwQqrI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PKwQqrI .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PKwQqrI .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PKwQqrI .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PKwQqrI .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PKwQqrI .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PKwQqrI .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PKwQqrI .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PKwQqrI .li1 {
  background-image: url("../../../assets/images/morning-safari-719x480.jpg");
}
.cid-sQ0PKwQqrI .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PKwQqrI .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PKwQqrI .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PKwQqrI .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PKwQqrI .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PKwQqrI .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PKwQqrI .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PKwQqrI .card-title2 {
  color: #fe5925;
}
.cid-sQ0PKwQqrI .sq {
  color: #656565;
}
.cid-sQ0PKwQqrI .item {
  color: #656565;
}
.cid-sQ0PKzjOLW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PKzjOLW .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PKzjOLW .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PKzjOLW .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PKzjOLW .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PKzjOLW .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PKzjOLW .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PKzjOLW .section-head p {
    width: 70%;
  }
  .cid-sQ0PKzjOLW .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PKzjOLW .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PKzjOLW .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PKzjOLW .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PKzjOLW .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PKzjOLW .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PKzjOLW .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PKzjOLW .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PKzjOLW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PKzjOLW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PKzjOLW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PKzjOLW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PKzjOLW .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PKAsozW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PKAsozW .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PKAsozW .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PKAsozW .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PKAsozW .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PKAsozW .menu__item a {
  font-weight: 600;
}
.cid-sQ0PKAsozW .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PKAsozW .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PKAsozW .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PKAsozW .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PKAsozW .menu__item {
    text-align: center;
  }
  .cid-sQ0PKAsozW .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PKCfcVJ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PKCfcVJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PKCfcVJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PKCfcVJ .modal-content,
.cid-sQ0PKCfcVJ .modal-dialog {
  height: auto;
}
.cid-sQ0PKCfcVJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PKCfcVJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PKCfcVJ .form-wrapper .mbr-form .form-group,
  .cid-sQ0PKCfcVJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PKCfcVJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PKCfcVJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PKCfcVJ .mbr-text {
  text-align: center;
}
.cid-sQ0PKCfcVJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PKCfcVJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PKCfcVJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PKCfcVJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PKCfcVJ .modal-open {
  overflow: hidden;
}
.cid-sQ0PKCfcVJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PKCfcVJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PKCfcVJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PKCfcVJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PKCfcVJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PKCfcVJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PKCfcVJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PKCfcVJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PKCfcVJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PKCfcVJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PKCfcVJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PKCfcVJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PKCfcVJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PKCfcVJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PKCfcVJ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PKCfcVJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PKCfcVJ .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PKCfcVJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PKCfcVJ .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PKCfcVJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PKCfcVJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PKCfcVJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PKCfcVJ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PKCfcVJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PKCfcVJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PKCfcVJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PKCfcVJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PKCfcVJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PKCfcVJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PKCfcVJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PKCfcVJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PKCfcVJ .modal-lg,
  .cid-sQ0PKCfcVJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PKCfcVJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PKCfcVJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PKCfcVJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PKCfcVJ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PKCfcVJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PKCfcVJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PKCfcVJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PKCfcVJ .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PKCfcVJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PLFPSMj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PLFPSMj .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PLFPSMj .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PLFPSMj .list-img {
  width: 100px;
}
.cid-sQ0PLFPSMj .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PLFPSMj .btn {
  margin: 0px !important;
}
.cid-sQ0PLFPSMj .text-box {
  padding: 1rem;
}
.cid-sQ0PLFPSMj .text-box p {
  margin: 0;
}
.cid-sQ0PLFPSMj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PLFPSMj .ico-box p {
  margin: 0;
}
.cid-sQ0PLFPSMj .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PLFPSMj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PLFPSMj .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PLFPSMj .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PLFPSMj .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PLFPSMj .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PLFPSMj .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PLFPSMj .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PLFPSMj .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PLFPSMj .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PLFPSMj .li1 {
  background-image: url("../../../assets/images/private-safari-exclusive-720x480.jpg");
}
.cid-sQ0PLFPSMj .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PLFPSMj .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PLFPSMj .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PLFPSMj .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PLFPSMj .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PLFPSMj .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PLFPSMj .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PLFPSMj .card-title2 {
  color: #fe5925;
}
.cid-sQ0PLFPSMj .sq {
  color: #656565;
}
.cid-sQ0PLFPSMj .item {
  color: #656565;
}
.cid-sQ0PLH9QKb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PLH9QKb .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PLH9QKb .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PLH9QKb .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PLH9QKb .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PLH9QKb .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PLH9QKb .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PLH9QKb .section-head p {
    width: 70%;
  }
  .cid-sQ0PLH9QKb .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PLH9QKb .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PLH9QKb .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PLH9QKb .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PLH9QKb .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PLH9QKb .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PLH9QKb .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PLH9QKb .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PLH9QKb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PLH9QKb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PLH9QKb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PLH9QKb .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PLH9QKb .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PLI1fMK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PLI1fMK .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PLI1fMK .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PLI1fMK .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PLI1fMK .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PLI1fMK .menu__item a {
  font-weight: 600;
}
.cid-sQ0PLI1fMK .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PLI1fMK .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PLI1fMK .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PLI1fMK .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PLI1fMK .menu__item {
    text-align: center;
  }
  .cid-sQ0PLI1fMK .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PLKmew2.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PLKmew2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PLKmew2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PLKmew2 .modal-content,
.cid-sQ0PLKmew2 .modal-dialog {
  height: auto;
}
.cid-sQ0PLKmew2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PLKmew2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PLKmew2 .form-wrapper .mbr-form .form-group,
  .cid-sQ0PLKmew2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PLKmew2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PLKmew2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PLKmew2 .mbr-text {
  text-align: center;
}
.cid-sQ0PLKmew2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PLKmew2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PLKmew2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PLKmew2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PLKmew2 .modal-open {
  overflow: hidden;
}
.cid-sQ0PLKmew2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PLKmew2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PLKmew2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PLKmew2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PLKmew2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PLKmew2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PLKmew2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PLKmew2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PLKmew2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PLKmew2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PLKmew2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PLKmew2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PLKmew2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PLKmew2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PLKmew2 .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PLKmew2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PLKmew2 .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PLKmew2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PLKmew2 .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PLKmew2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PLKmew2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PLKmew2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PLKmew2 .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PLKmew2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PLKmew2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PLKmew2 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PLKmew2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PLKmew2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PLKmew2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PLKmew2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PLKmew2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PLKmew2 .modal-lg,
  .cid-sQ0PLKmew2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PLKmew2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PLKmew2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PLKmew2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PLKmew2 .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PLKmew2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PLKmew2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PLKmew2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PLKmew2 .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PLKmew2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PPalqeZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PPalqeZ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PPalqeZ .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PPalqeZ .list-img {
  width: 100px;
}
.cid-sQ0PPalqeZ .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PPalqeZ .btn {
  margin: 0px !important;
}
.cid-sQ0PPalqeZ .text-box {
  padding: 1rem;
}
.cid-sQ0PPalqeZ .text-box p {
  margin: 0;
}
.cid-sQ0PPalqeZ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PPalqeZ .ico-box p {
  margin: 0;
}
.cid-sQ0PPalqeZ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PPalqeZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PPalqeZ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PPalqeZ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PPalqeZ .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PPalqeZ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PPalqeZ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PPalqeZ .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PPalqeZ .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PPalqeZ .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PPalqeZ .li1 {
  background-image: url("../../../assets/images/wildlife-desert-safari-988x618.jpg");
}
.cid-sQ0PPalqeZ .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PPalqeZ .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PPalqeZ .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PPalqeZ .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PPalqeZ .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PPalqeZ .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PPalqeZ .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PPalqeZ .card-title2 {
  color: #fe5925;
}
.cid-sQ0PPalqeZ .sq {
  color: #656565;
}
.cid-sQ0PPalqeZ .item {
  color: #656565;
}
.cid-sQ0PPbEM7k {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PPbEM7k .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PPbEM7k .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PPbEM7k .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PPbEM7k .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PPbEM7k .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PPbEM7k .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PPbEM7k .section-head p {
    width: 70%;
  }
  .cid-sQ0PPbEM7k .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PPbEM7k .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PPbEM7k .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PPbEM7k .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PPbEM7k .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PPbEM7k .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PPbEM7k .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PPbEM7k .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PPbEM7k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PPbEM7k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PPbEM7k .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PPbEM7k .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PPbEM7k .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PPcBvZb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PPcBvZb .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PPcBvZb .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PPcBvZb .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PPcBvZb .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PPcBvZb .menu__item a {
  font-weight: 600;
}
.cid-sQ0PPcBvZb .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PPcBvZb .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PPcBvZb .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PPcBvZb .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PPcBvZb .menu__item {
    text-align: center;
  }
  .cid-sQ0PPcBvZb .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PPdZTsO.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PPdZTsO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PPdZTsO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PPdZTsO .modal-content,
.cid-sQ0PPdZTsO .modal-dialog {
  height: auto;
}
.cid-sQ0PPdZTsO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PPdZTsO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PPdZTsO .form-wrapper .mbr-form .form-group,
  .cid-sQ0PPdZTsO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PPdZTsO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PPdZTsO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PPdZTsO .mbr-text {
  text-align: center;
}
.cid-sQ0PPdZTsO .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PPdZTsO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PPdZTsO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PPdZTsO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PPdZTsO .modal-open {
  overflow: hidden;
}
.cid-sQ0PPdZTsO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PPdZTsO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PPdZTsO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PPdZTsO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PPdZTsO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PPdZTsO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PPdZTsO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PPdZTsO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PPdZTsO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PPdZTsO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PPdZTsO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PPdZTsO .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PPdZTsO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PPdZTsO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PPdZTsO .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PPdZTsO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PPdZTsO .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PPdZTsO .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PPdZTsO .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PPdZTsO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PPdZTsO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PPdZTsO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PPdZTsO .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PPdZTsO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PPdZTsO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PPdZTsO .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PPdZTsO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PPdZTsO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PPdZTsO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PPdZTsO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PPdZTsO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PPdZTsO .modal-lg,
  .cid-sQ0PPdZTsO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PPdZTsO .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PPdZTsO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PPdZTsO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PPdZTsO .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PPdZTsO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PPdZTsO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PPdZTsO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PPdZTsO .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PPdZTsO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PQjgCVv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PQjgCVv .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PQjgCVv .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PQjgCVv .list-img {
  width: 100px;
}
.cid-sQ0PQjgCVv .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PQjgCVv .btn {
  margin: 0px !important;
}
.cid-sQ0PQjgCVv .text-box {
  padding: 1rem;
}
.cid-sQ0PQjgCVv .text-box p {
  margin: 0;
}
.cid-sQ0PQjgCVv .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PQjgCVv .ico-box p {
  margin: 0;
}
.cid-sQ0PQjgCVv .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PQjgCVv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PQjgCVv .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PQjgCVv .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PQjgCVv .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PQjgCVv .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PQjgCVv .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PQjgCVv .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PQjgCVv .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PQjgCVv .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PQjgCVv .li1 {
  background-image: url("../../../assets/images/hummer-safari-1-720x480.jpg");
}
.cid-sQ0PQjgCVv .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PQjgCVv .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PQjgCVv .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PQjgCVv .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PQjgCVv .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PQjgCVv .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PQjgCVv .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PQjgCVv .card-title2 {
  color: #fe5925;
}
.cid-sQ0PQjgCVv .sq {
  color: #656565;
}
.cid-sQ0PQjgCVv .item {
  color: #656565;
}
.cid-sQ0PQkCOve {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PQkCOve .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PQkCOve .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PQkCOve .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PQkCOve .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PQkCOve .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PQkCOve .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PQkCOve .section-head p {
    width: 70%;
  }
  .cid-sQ0PQkCOve .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PQkCOve .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PQkCOve .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PQkCOve .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PQkCOve .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PQkCOve .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PQkCOve .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PQkCOve .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PQkCOve .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PQkCOve .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PQkCOve .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PQkCOve .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PQkCOve .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PQlBlVj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PQlBlVj .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PQlBlVj .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PQlBlVj .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PQlBlVj .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PQlBlVj .menu__item a {
  font-weight: 600;
}
.cid-sQ0PQlBlVj .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PQlBlVj .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PQlBlVj .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PQlBlVj .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PQlBlVj .menu__item {
    text-align: center;
  }
  .cid-sQ0PQlBlVj .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PQn48dp.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PQn48dp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PQn48dp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PQn48dp .modal-content,
.cid-sQ0PQn48dp .modal-dialog {
  height: auto;
}
.cid-sQ0PQn48dp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PQn48dp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PQn48dp .form-wrapper .mbr-form .form-group,
  .cid-sQ0PQn48dp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PQn48dp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PQn48dp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PQn48dp .mbr-text {
  text-align: center;
}
.cid-sQ0PQn48dp .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PQn48dp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PQn48dp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PQn48dp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PQn48dp .modal-open {
  overflow: hidden;
}
.cid-sQ0PQn48dp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PQn48dp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PQn48dp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PQn48dp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PQn48dp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PQn48dp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PQn48dp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PQn48dp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PQn48dp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PQn48dp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PQn48dp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PQn48dp .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PQn48dp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PQn48dp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PQn48dp .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PQn48dp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PQn48dp .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PQn48dp .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PQn48dp .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PQn48dp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PQn48dp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PQn48dp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PQn48dp .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PQn48dp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PQn48dp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PQn48dp .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PQn48dp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PQn48dp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PQn48dp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PQn48dp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PQn48dp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PQn48dp .modal-lg,
  .cid-sQ0PQn48dp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PQn48dp .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PQn48dp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PQn48dp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PQn48dp .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PQn48dp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PQn48dp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PQn48dp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PQn48dp .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PQn48dp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PSVG2mt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PSVG2mt .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PSVG2mt .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PSVG2mt .list-img {
  width: 100px;
}
.cid-sQ0PSVG2mt .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PSVG2mt .btn {
  margin: 0px !important;
}
.cid-sQ0PSVG2mt .text-box {
  padding: 1rem;
}
.cid-sQ0PSVG2mt .text-box p {
  margin: 0;
}
.cid-sQ0PSVG2mt .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PSVG2mt .ico-box p {
  margin: 0;
}
.cid-sQ0PSVG2mt .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PSVG2mt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PSVG2mt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PSVG2mt .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PSVG2mt .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PSVG2mt .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PSVG2mt .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PSVG2mt .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PSVG2mt .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PSVG2mt .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PSVG2mt .li1 {
  background-image: url("../../../assets/images/mbr-1-1808x1205.jpeg");
}
.cid-sQ0PSVG2mt .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PSVG2mt .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PSVG2mt .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PSVG2mt .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PSVG2mt .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PSVG2mt .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PSVG2mt .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PSVG2mt .card-title2 {
  color: #fe5925;
}
.cid-sQ0PSVG2mt .sq {
  color: #656565;
}
.cid-sQ0PSVG2mt .item {
  color: #656565;
}
.cid-sQ0PSXBKYv {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PSXBKYv .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PSXBKYv .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PSXBKYv .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PSXBKYv .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PSXBKYv .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PSXBKYv .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PSXBKYv .section-head p {
    width: 70%;
  }
  .cid-sQ0PSXBKYv .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PSXBKYv .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PSXBKYv .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PSXBKYv .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PSXBKYv .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PSXBKYv .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PSXBKYv .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PSXBKYv .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PSXBKYv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PSXBKYv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PSXBKYv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PSXBKYv .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PSXBKYv .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PSYEZnA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PSYEZnA .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PSYEZnA .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PSYEZnA .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PSYEZnA .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PSYEZnA .menu__item a {
  font-weight: 600;
}
.cid-sQ0PSYEZnA .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PSYEZnA .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PSYEZnA .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PSYEZnA .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PSYEZnA .menu__item {
    text-align: center;
  }
  .cid-sQ0PSYEZnA .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PT0oKtt.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PT0oKtt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PT0oKtt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PT0oKtt .modal-content,
.cid-sQ0PT0oKtt .modal-dialog {
  height: auto;
}
.cid-sQ0PT0oKtt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PT0oKtt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PT0oKtt .form-wrapper .mbr-form .form-group,
  .cid-sQ0PT0oKtt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PT0oKtt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PT0oKtt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PT0oKtt .mbr-text {
  text-align: center;
}
.cid-sQ0PT0oKtt .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PT0oKtt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PT0oKtt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PT0oKtt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PT0oKtt .modal-open {
  overflow: hidden;
}
.cid-sQ0PT0oKtt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PT0oKtt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PT0oKtt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PT0oKtt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PT0oKtt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PT0oKtt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PT0oKtt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PT0oKtt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PT0oKtt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PT0oKtt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PT0oKtt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PT0oKtt .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PT0oKtt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PT0oKtt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PT0oKtt .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PT0oKtt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PT0oKtt .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PT0oKtt .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PT0oKtt .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PT0oKtt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PT0oKtt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PT0oKtt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PT0oKtt .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PT0oKtt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PT0oKtt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PT0oKtt .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PT0oKtt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PT0oKtt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PT0oKtt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PT0oKtt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PT0oKtt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PT0oKtt .modal-lg,
  .cid-sQ0PT0oKtt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PT0oKtt .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PT0oKtt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PT0oKtt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PT0oKtt .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PT0oKtt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PT0oKtt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PT0oKtt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PT0oKtt .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PT0oKtt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PUBHSaT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PUBHSaT .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PUBHSaT .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PUBHSaT .list-img {
  width: 100px;
}
.cid-sQ0PUBHSaT .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PUBHSaT .btn {
  margin: 0px !important;
}
.cid-sQ0PUBHSaT .text-box {
  padding: 1rem;
}
.cid-sQ0PUBHSaT .text-box p {
  margin: 0;
}
.cid-sQ0PUBHSaT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PUBHSaT .ico-box p {
  margin: 0;
}
.cid-sQ0PUBHSaT .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PUBHSaT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PUBHSaT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PUBHSaT .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PUBHSaT .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PUBHSaT .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PUBHSaT .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PUBHSaT .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PUBHSaT .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PUBHSaT .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PUBHSaT .li1 {
  background-image: url("../../../assets/images/vip-quad-1-720x480.jpg");
}
.cid-sQ0PUBHSaT .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PUBHSaT .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PUBHSaT .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PUBHSaT .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PUBHSaT .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PUBHSaT .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PUBHSaT .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PUBHSaT .card-title2 {
  color: #fe5925;
}
.cid-sQ0PUBHSaT .sq {
  color: #656565;
}
.cid-sQ0PUBHSaT .item {
  color: #656565;
}
.cid-sQ0PUD32WR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PUD32WR .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PUD32WR .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PUD32WR .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PUD32WR .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PUD32WR .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PUD32WR .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PUD32WR .section-head p {
    width: 70%;
  }
  .cid-sQ0PUD32WR .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PUD32WR .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PUD32WR .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PUD32WR .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PUD32WR .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PUD32WR .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PUD32WR .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PUD32WR .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PUD32WR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PUD32WR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PUD32WR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PUD32WR .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PUD32WR .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PUE4rWV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PUE4rWV .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PUE4rWV .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PUE4rWV .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PUE4rWV .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PUE4rWV .menu__item a {
  font-weight: 600;
}
.cid-sQ0PUE4rWV .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PUE4rWV .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PUE4rWV .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PUE4rWV .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PUE4rWV .menu__item {
    text-align: center;
  }
  .cid-sQ0PUE4rWV .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PUFx6m2.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PUFx6m2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PUFx6m2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PUFx6m2 .modal-content,
.cid-sQ0PUFx6m2 .modal-dialog {
  height: auto;
}
.cid-sQ0PUFx6m2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PUFx6m2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PUFx6m2 .form-wrapper .mbr-form .form-group,
  .cid-sQ0PUFx6m2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PUFx6m2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PUFx6m2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PUFx6m2 .mbr-text {
  text-align: center;
}
.cid-sQ0PUFx6m2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PUFx6m2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PUFx6m2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PUFx6m2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PUFx6m2 .modal-open {
  overflow: hidden;
}
.cid-sQ0PUFx6m2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PUFx6m2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PUFx6m2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PUFx6m2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PUFx6m2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PUFx6m2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PUFx6m2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PUFx6m2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PUFx6m2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PUFx6m2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PUFx6m2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PUFx6m2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PUFx6m2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PUFx6m2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PUFx6m2 .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PUFx6m2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PUFx6m2 .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PUFx6m2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PUFx6m2 .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PUFx6m2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PUFx6m2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PUFx6m2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PUFx6m2 .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PUFx6m2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PUFx6m2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PUFx6m2 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PUFx6m2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PUFx6m2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PUFx6m2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PUFx6m2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PUFx6m2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PUFx6m2 .modal-lg,
  .cid-sQ0PUFx6m2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PUFx6m2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PUFx6m2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PUFx6m2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PUFx6m2 .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PUFx6m2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PUFx6m2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PUFx6m2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PUFx6m2 .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PUFx6m2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PVTwOAc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PVTwOAc .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PVTwOAc .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PVTwOAc .list-img {
  width: 100px;
}
.cid-sQ0PVTwOAc .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PVTwOAc .btn {
  margin: 0px !important;
}
.cid-sQ0PVTwOAc .text-box {
  padding: 1rem;
}
.cid-sQ0PVTwOAc .text-box p {
  margin: 0;
}
.cid-sQ0PVTwOAc .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PVTwOAc .ico-box p {
  margin: 0;
}
.cid-sQ0PVTwOAc .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PVTwOAc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PVTwOAc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PVTwOAc .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PVTwOAc .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PVTwOAc .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PVTwOAc .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PVTwOAc .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PVTwOAc .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PVTwOAc .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PVTwOAc .li1 {
  background-image: url("../../../assets/images/vip-wrangler-1-719x480.jpg");
}
.cid-sQ0PVTwOAc .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PVTwOAc .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PVTwOAc .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PVTwOAc .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PVTwOAc .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PVTwOAc .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PVTwOAc .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PVTwOAc .card-title2 {
  color: #fe5925;
}
.cid-sQ0PVTwOAc .sq {
  color: #656565;
}
.cid-sQ0PVTwOAc .item {
  color: #656565;
}
.cid-sQ0PVVnQKm {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PVVnQKm .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PVVnQKm .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PVVnQKm .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PVVnQKm .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PVVnQKm .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PVVnQKm .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PVVnQKm .section-head p {
    width: 70%;
  }
  .cid-sQ0PVVnQKm .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PVVnQKm .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PVVnQKm .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PVVnQKm .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PVVnQKm .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PVVnQKm .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PVVnQKm .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PVVnQKm .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PVVnQKm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PVVnQKm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PVVnQKm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PVVnQKm .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PVVnQKm .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PVWwsCe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PVWwsCe .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PVWwsCe .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PVWwsCe .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PVWwsCe .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PVWwsCe .menu__item a {
  font-weight: 600;
}
.cid-sQ0PVWwsCe .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PVWwsCe .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PVWwsCe .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PVWwsCe .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PVWwsCe .menu__item {
    text-align: center;
  }
  .cid-sQ0PVWwsCe .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PVXVyfV.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PVXVyfV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PVXVyfV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PVXVyfV .modal-content,
.cid-sQ0PVXVyfV .modal-dialog {
  height: auto;
}
.cid-sQ0PVXVyfV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PVXVyfV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PVXVyfV .form-wrapper .mbr-form .form-group,
  .cid-sQ0PVXVyfV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PVXVyfV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PVXVyfV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PVXVyfV .mbr-text {
  text-align: center;
}
.cid-sQ0PVXVyfV .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PVXVyfV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PVXVyfV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PVXVyfV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PVXVyfV .modal-open {
  overflow: hidden;
}
.cid-sQ0PVXVyfV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PVXVyfV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PVXVyfV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PVXVyfV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PVXVyfV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PVXVyfV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PVXVyfV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PVXVyfV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PVXVyfV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PVXVyfV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PVXVyfV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PVXVyfV .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PVXVyfV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PVXVyfV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PVXVyfV .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PVXVyfV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PVXVyfV .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PVXVyfV .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PVXVyfV .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PVXVyfV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PVXVyfV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PVXVyfV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PVXVyfV .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PVXVyfV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PVXVyfV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PVXVyfV .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PVXVyfV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PVXVyfV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PVXVyfV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PVXVyfV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PVXVyfV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PVXVyfV .modal-lg,
  .cid-sQ0PVXVyfV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PVXVyfV .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PVXVyfV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PVXVyfV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PVXVyfV .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PVXVyfV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PVXVyfV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PVXVyfV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PVXVyfV .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PVXVyfV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PXub1ma {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PXub1ma .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PXub1ma .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PXub1ma .list-img {
  width: 100px;
}
.cid-sQ0PXub1ma .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PXub1ma .btn {
  margin: 0px !important;
}
.cid-sQ0PXub1ma .text-box {
  padding: 1rem;
}
.cid-sQ0PXub1ma .text-box p {
  margin: 0;
}
.cid-sQ0PXub1ma .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PXub1ma .ico-box p {
  margin: 0;
}
.cid-sQ0PXub1ma .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PXub1ma .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PXub1ma .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PXub1ma .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PXub1ma .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PXub1ma .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PXub1ma .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PXub1ma .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PXub1ma .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PXub1ma .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PXub1ma .li1 {
  background-image: url("../../../assets/images/vip-hatta-1-719x480.jpg");
}
.cid-sQ0PXub1ma .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PXub1ma .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PXub1ma .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PXub1ma .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PXub1ma .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PXub1ma .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PXub1ma .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PXub1ma .card-title2 {
  color: #fe5925;
}
.cid-sQ0PXub1ma .sq {
  color: #656565;
}
.cid-sQ0PXub1ma .item {
  color: #656565;
}
.cid-sQ0PXvMvkE {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PXvMvkE .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PXvMvkE .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PXvMvkE .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PXvMvkE .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PXvMvkE .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PXvMvkE .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PXvMvkE .section-head p {
    width: 70%;
  }
  .cid-sQ0PXvMvkE .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PXvMvkE .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PXvMvkE .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PXvMvkE .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PXvMvkE .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PXvMvkE .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PXvMvkE .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PXvMvkE .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PXvMvkE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PXvMvkE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PXvMvkE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PXvMvkE .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PXvMvkE .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PXwNZvZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PXwNZvZ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PXwNZvZ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PXwNZvZ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PXwNZvZ .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PXwNZvZ .menu__item a {
  font-weight: 600;
}
.cid-sQ0PXwNZvZ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PXwNZvZ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PXwNZvZ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PXwNZvZ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PXwNZvZ .menu__item {
    text-align: center;
  }
  .cid-sQ0PXwNZvZ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PXyqUWh.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PXyqUWh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PXyqUWh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PXyqUWh .modal-content,
.cid-sQ0PXyqUWh .modal-dialog {
  height: auto;
}
.cid-sQ0PXyqUWh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PXyqUWh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PXyqUWh .form-wrapper .mbr-form .form-group,
  .cid-sQ0PXyqUWh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PXyqUWh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PXyqUWh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PXyqUWh .mbr-text {
  text-align: center;
}
.cid-sQ0PXyqUWh .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PXyqUWh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PXyqUWh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PXyqUWh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PXyqUWh .modal-open {
  overflow: hidden;
}
.cid-sQ0PXyqUWh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PXyqUWh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PXyqUWh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PXyqUWh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PXyqUWh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PXyqUWh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PXyqUWh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PXyqUWh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PXyqUWh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PXyqUWh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PXyqUWh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PXyqUWh .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PXyqUWh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PXyqUWh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PXyqUWh .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PXyqUWh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PXyqUWh .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PXyqUWh .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PXyqUWh .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PXyqUWh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PXyqUWh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PXyqUWh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PXyqUWh .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PXyqUWh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PXyqUWh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PXyqUWh .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PXyqUWh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PXyqUWh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PXyqUWh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PXyqUWh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PXyqUWh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PXyqUWh .modal-lg,
  .cid-sQ0PXyqUWh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PXyqUWh .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PXyqUWh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PXyqUWh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PXyqUWh .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PXyqUWh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PXyqUWh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PXyqUWh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PXyqUWh .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PXyqUWh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0PYPV7k4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0PYPV7k4 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0PYPV7k4 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0PYPV7k4 .list-img {
  width: 100px;
}
.cid-sQ0PYPV7k4 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0PYPV7k4 .btn {
  margin: 0px !important;
}
.cid-sQ0PYPV7k4 .text-box {
  padding: 1rem;
}
.cid-sQ0PYPV7k4 .text-box p {
  margin: 0;
}
.cid-sQ0PYPV7k4 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0PYPV7k4 .ico-box p {
  margin: 0;
}
.cid-sQ0PYPV7k4 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PYPV7k4 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0PYPV7k4 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0PYPV7k4 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0PYPV7k4 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0PYPV7k4 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0PYPV7k4 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0PYPV7k4 .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0PYPV7k4 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0PYPV7k4 .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0PYPV7k4 .li1 {
  background-image: url("../../../assets/images/vip-atv-1-720x480.jpg");
}
.cid-sQ0PYPV7k4 .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0PYPV7k4 .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0PYPV7k4 .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0PYPV7k4 .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0PYPV7k4 .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0PYPV7k4 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0PYPV7k4 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0PYPV7k4 .card-title2 {
  color: #fe5925;
}
.cid-sQ0PYPV7k4 .sq {
  color: #656565;
}
.cid-sQ0PYPV7k4 .item {
  color: #656565;
}
.cid-sQ0PYRxORZ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0PYRxORZ .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0PYRxORZ .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0PYRxORZ .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0PYRxORZ .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0PYRxORZ .content {
    flex-wrap: wrap;
  }
  .cid-sQ0PYRxORZ .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0PYRxORZ .section-head p {
    width: 70%;
  }
  .cid-sQ0PYRxORZ .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0PYRxORZ .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PYRxORZ .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0PYRxORZ .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0PYRxORZ .panel-title-edit {
  color: #28282c;
}
.cid-sQ0PYRxORZ .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0PYRxORZ .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0PYRxORZ .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0PYRxORZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0PYRxORZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0PYRxORZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0PYRxORZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0PYRxORZ .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0PYSAhpf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0PYSAhpf .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0PYSAhpf .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0PYSAhpf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0PYSAhpf .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0PYSAhpf .menu__item a {
  font-weight: 600;
}
.cid-sQ0PYSAhpf .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0PYSAhpf .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0PYSAhpf .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0PYSAhpf .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0PYSAhpf .menu__item {
    text-align: center;
  }
  .cid-sQ0PYSAhpf .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0PYTWtKf.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0PYTWtKf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0PYTWtKf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0PYTWtKf .modal-content,
.cid-sQ0PYTWtKf .modal-dialog {
  height: auto;
}
.cid-sQ0PYTWtKf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0PYTWtKf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0PYTWtKf .form-wrapper .mbr-form .form-group,
  .cid-sQ0PYTWtKf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0PYTWtKf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0PYTWtKf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0PYTWtKf .mbr-text {
  text-align: center;
}
.cid-sQ0PYTWtKf .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0PYTWtKf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0PYTWtKf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0PYTWtKf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0PYTWtKf .modal-open {
  overflow: hidden;
}
.cid-sQ0PYTWtKf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0PYTWtKf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0PYTWtKf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0PYTWtKf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0PYTWtKf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0PYTWtKf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0PYTWtKf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0PYTWtKf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0PYTWtKf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0PYTWtKf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0PYTWtKf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0PYTWtKf .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0PYTWtKf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0PYTWtKf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PYTWtKf .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0PYTWtKf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0PYTWtKf .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0PYTWtKf .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0PYTWtKf .modal-header .close:focus {
  outline: none;
}
.cid-sQ0PYTWtKf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0PYTWtKf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0PYTWtKf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PYTWtKf .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0PYTWtKf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0PYTWtKf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0PYTWtKf .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0PYTWtKf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0PYTWtKf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0PYTWtKf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0PYTWtKf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0PYTWtKf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0PYTWtKf .modal-lg,
  .cid-sQ0PYTWtKf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0PYTWtKf .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0PYTWtKf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0PYTWtKf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0PYTWtKf .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0PYTWtKf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0PYTWtKf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0PYTWtKf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0PYTWtKf .mbr-section-btn {
  margin: 0;
}
.cid-sQ0PYTWtKf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0Q17Qiri {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0Q17Qiri .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0Q17Qiri .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0Q17Qiri .list-img {
  width: 100px;
}
.cid-sQ0Q17Qiri .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0Q17Qiri .btn {
  margin: 0px !important;
}
.cid-sQ0Q17Qiri .text-box {
  padding: 1rem;
}
.cid-sQ0Q17Qiri .text-box p {
  margin: 0;
}
.cid-sQ0Q17Qiri .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0Q17Qiri .ico-box p {
  margin: 0;
}
.cid-sQ0Q17Qiri .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0Q17Qiri .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0Q17Qiri .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0Q17Qiri .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0Q17Qiri .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0Q17Qiri .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0Q17Qiri .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0Q17Qiri .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0Q17Qiri .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0Q17Qiri .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0Q17Qiri .li1 {
  background-image: url("../../../assets/images/vip-caravan-1-720x480.jpg");
}
.cid-sQ0Q17Qiri .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0Q17Qiri .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0Q17Qiri .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0Q17Qiri .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0Q17Qiri .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0Q17Qiri .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0Q17Qiri .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0Q17Qiri .card-title2 {
  color: #fe5925;
}
.cid-sQ0Q17Qiri .sq {
  color: #656565;
}
.cid-sQ0Q17Qiri .item {
  color: #656565;
}
.cid-sQ0Q19m4v8 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0Q19m4v8 .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0Q19m4v8 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0Q19m4v8 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0Q19m4v8 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0Q19m4v8 .content {
    flex-wrap: wrap;
  }
  .cid-sQ0Q19m4v8 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0Q19m4v8 .section-head p {
    width: 70%;
  }
  .cid-sQ0Q19m4v8 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0Q19m4v8 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Q19m4v8 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Q19m4v8 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0Q19m4v8 .panel-title-edit {
  color: #28282c;
}
.cid-sQ0Q19m4v8 .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0Q19m4v8 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0Q19m4v8 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0Q19m4v8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0Q19m4v8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0Q19m4v8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0Q19m4v8 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0Q19m4v8 .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0Q1ap9Ku {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0Q1ap9Ku .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0Q1ap9Ku .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0Q1ap9Ku .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0Q1ap9Ku .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0Q1ap9Ku .menu__item a {
  font-weight: 600;
}
.cid-sQ0Q1ap9Ku .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0Q1ap9Ku .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0Q1ap9Ku .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0Q1ap9Ku .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0Q1ap9Ku .menu__item {
    text-align: center;
  }
  .cid-sQ0Q1ap9Ku .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0Q1bP88S.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0Q1bP88S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0Q1bP88S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0Q1bP88S .modal-content,
.cid-sQ0Q1bP88S .modal-dialog {
  height: auto;
}
.cid-sQ0Q1bP88S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0Q1bP88S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0Q1bP88S .form-wrapper .mbr-form .form-group,
  .cid-sQ0Q1bP88S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0Q1bP88S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0Q1bP88S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0Q1bP88S .mbr-text {
  text-align: center;
}
.cid-sQ0Q1bP88S .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0Q1bP88S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0Q1bP88S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0Q1bP88S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0Q1bP88S .modal-open {
  overflow: hidden;
}
.cid-sQ0Q1bP88S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0Q1bP88S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0Q1bP88S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0Q1bP88S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0Q1bP88S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0Q1bP88S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0Q1bP88S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0Q1bP88S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0Q1bP88S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0Q1bP88S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0Q1bP88S .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0Q1bP88S .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0Q1bP88S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0Q1bP88S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q1bP88S .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0Q1bP88S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0Q1bP88S .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0Q1bP88S .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0Q1bP88S .modal-header .close:focus {
  outline: none;
}
.cid-sQ0Q1bP88S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0Q1bP88S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0Q1bP88S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q1bP88S .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0Q1bP88S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0Q1bP88S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q1bP88S .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0Q1bP88S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0Q1bP88S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0Q1bP88S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0Q1bP88S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0Q1bP88S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0Q1bP88S .modal-lg,
  .cid-sQ0Q1bP88S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0Q1bP88S .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0Q1bP88S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0Q1bP88S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0Q1bP88S .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0Q1bP88S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0Q1bP88S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0Q1bP88S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0Q1bP88S .mbr-section-btn {
  margin: 0;
}
.cid-sQ0Q1bP88S .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0Q2DGpKo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0Q2DGpKo .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0Q2DGpKo .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0Q2DGpKo .list-img {
  width: 100px;
}
.cid-sQ0Q2DGpKo .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0Q2DGpKo .btn {
  margin: 0px !important;
}
.cid-sQ0Q2DGpKo .text-box {
  padding: 1rem;
}
.cid-sQ0Q2DGpKo .text-box p {
  margin: 0;
}
.cid-sQ0Q2DGpKo .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0Q2DGpKo .ico-box p {
  margin: 0;
}
.cid-sQ0Q2DGpKo .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0Q2DGpKo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0Q2DGpKo .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0Q2DGpKo .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0Q2DGpKo .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0Q2DGpKo .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0Q2DGpKo .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0Q2DGpKo .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0Q2DGpKo .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0Q2DGpKo .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0Q2DGpKo .li1 {
  background-image: url("../../../assets/images/vip-buggy-1-720x480.jpg");
}
.cid-sQ0Q2DGpKo .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0Q2DGpKo .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0Q2DGpKo .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0Q2DGpKo .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0Q2DGpKo .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0Q2DGpKo .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0Q2DGpKo .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0Q2DGpKo .card-title2 {
  color: #fe5925;
}
.cid-sQ0Q2DGpKo .sq {
  color: #656565;
}
.cid-sQ0Q2DGpKo .item {
  color: #656565;
}
.cid-sQ0Q2F1IdG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0Q2F1IdG .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0Q2F1IdG .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0Q2F1IdG .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0Q2F1IdG .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0Q2F1IdG .content {
    flex-wrap: wrap;
  }
  .cid-sQ0Q2F1IdG .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0Q2F1IdG .section-head p {
    width: 70%;
  }
  .cid-sQ0Q2F1IdG .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0Q2F1IdG .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Q2F1IdG .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0Q2F1IdG .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0Q2F1IdG .panel-title-edit {
  color: #28282c;
}
.cid-sQ0Q2F1IdG .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0Q2F1IdG .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0Q2F1IdG .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0Q2F1IdG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0Q2F1IdG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0Q2F1IdG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0Q2F1IdG .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0Q2F1IdG .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0Q2GINbc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0Q2GINbc .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0Q2GINbc .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0Q2GINbc .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0Q2GINbc .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0Q2GINbc .menu__item a {
  font-weight: 600;
}
.cid-sQ0Q2GINbc .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0Q2GINbc .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0Q2GINbc .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0Q2GINbc .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0Q2GINbc .menu__item {
    text-align: center;
  }
  .cid-sQ0Q2GINbc .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0Q2IKrNc.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0Q2IKrNc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0Q2IKrNc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0Q2IKrNc .modal-content,
.cid-sQ0Q2IKrNc .modal-dialog {
  height: auto;
}
.cid-sQ0Q2IKrNc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0Q2IKrNc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0Q2IKrNc .form-wrapper .mbr-form .form-group,
  .cid-sQ0Q2IKrNc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0Q2IKrNc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0Q2IKrNc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0Q2IKrNc .mbr-text {
  text-align: center;
}
.cid-sQ0Q2IKrNc .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0Q2IKrNc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0Q2IKrNc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0Q2IKrNc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0Q2IKrNc .modal-open {
  overflow: hidden;
}
.cid-sQ0Q2IKrNc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0Q2IKrNc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0Q2IKrNc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0Q2IKrNc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0Q2IKrNc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0Q2IKrNc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0Q2IKrNc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0Q2IKrNc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0Q2IKrNc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0Q2IKrNc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0Q2IKrNc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0Q2IKrNc .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0Q2IKrNc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0Q2IKrNc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q2IKrNc .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0Q2IKrNc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0Q2IKrNc .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0Q2IKrNc .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0Q2IKrNc .modal-header .close:focus {
  outline: none;
}
.cid-sQ0Q2IKrNc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0Q2IKrNc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0Q2IKrNc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q2IKrNc .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0Q2IKrNc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0Q2IKrNc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0Q2IKrNc .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0Q2IKrNc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0Q2IKrNc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0Q2IKrNc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0Q2IKrNc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0Q2IKrNc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0Q2IKrNc .modal-lg,
  .cid-sQ0Q2IKrNc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0Q2IKrNc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0Q2IKrNc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0Q2IKrNc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0Q2IKrNc .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0Q2IKrNc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0Q2IKrNc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0Q2IKrNc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0Q2IKrNc .mbr-section-btn {
  margin: 0;
}
.cid-sQ0Q2IKrNc .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ0KQWX1K9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ0KQWX1K9 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sQ0KQWX1K9 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sQ0KQWX1K9 .list-img {
  width: 100px;
}
.cid-sQ0KQWX1K9 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-sQ0KQWX1K9 .btn {
  margin: 0px !important;
}
.cid-sQ0KQWX1K9 .text-box {
  padding: 1rem;
}
.cid-sQ0KQWX1K9 .text-box p {
  margin: 0;
}
.cid-sQ0KQWX1K9 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sQ0KQWX1K9 .ico-box p {
  margin: 0;
}
.cid-sQ0KQWX1K9 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KQWX1K9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ0KQWX1K9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQ0KQWX1K9 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQ0KQWX1K9 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sQ0KQWX1K9 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sQ0KQWX1K9 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sQ0KQWX1K9 .carousel-indicators li {
  display: inline-block;
}
.cid-sQ0KQWX1K9 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sQ0KQWX1K9 .carousel-indicators li.active {
  border: 0px;
}
.cid-sQ0KQWX1K9 .li1 {
  background-image: url("../../../assets/images/mbr-1-1808x1205.jpeg");
}
.cid-sQ0KQWX1K9 .li2 {
  background-image: url("../../../assets/images/cruise-premium-5-720x480.jpg");
}
.cid-sQ0KQWX1K9 .li3 {
  background-image: url("../../../assets/images/cruise-premium-6-720x480.jpg");
}
.cid-sQ0KQWX1K9 .li4 {
  background-image: url("../../../assets/images/cruise-premium-8-720x480.jpg");
}
.cid-sQ0KQWX1K9 .li5 {
  background-image: url("../../../assets/images/cruise-premium-13-720x480.jpg");
}
.cid-sQ0KQWX1K9 .li6 {
  background-image: url("../../../assets/images/cruise-premium-7-720x480.jpg");
}
@media (max-width: 992px) {
  .cid-sQ0KQWX1K9 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sQ0KQWX1K9 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sQ0KQWX1K9 .card-title2 {
  color: #fe5925;
}
.cid-sQ0KQWX1K9 .sq {
  color: #656565;
}
.cid-sQ0KQWX1K9 .item {
  color: #656565;
}
.cid-sQ0KQYBPbq {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQ0KQYBPbq .content {
    flex-wrap: nowrap;
  }
  .cid-sQ0KQYBPbq .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQ0KQYBPbq .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQ0KQYBPbq .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQ0KQYBPbq .content {
    flex-wrap: wrap;
  }
  .cid-sQ0KQYBPbq .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQ0KQYBPbq .section-head p {
    width: 70%;
  }
  .cid-sQ0KQYBPbq .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQ0KQYBPbq .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KQYBPbq .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQ0KQYBPbq .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQ0KQYBPbq .panel-title-edit {
  color: #28282c;
}
.cid-sQ0KQYBPbq .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQ0KQYBPbq .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQ0KQYBPbq .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQ0KQYBPbq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQ0KQYBPbq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQ0KQYBPbq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQ0KQYBPbq .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQ0KQYBPbq .mbr-text {
  color: #9b9ba5;
}
.cid-sQ0KQZDpGL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQ0KQZDpGL .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQ0KQZDpGL .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQ0KQZDpGL .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQ0KQZDpGL .menu__item {
  margin-bottom: 10px;
}
.cid-sQ0KQZDpGL .menu__item a {
  font-weight: 600;
}
.cid-sQ0KQZDpGL .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQ0KQZDpGL .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQ0KQZDpGL .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQ0KQZDpGL .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQ0KQZDpGL .menu__item {
    text-align: center;
  }
  .cid-sQ0KQZDpGL .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQ0KR11Gxn.popup-builder {
  background-color: #ffffff;
}
.cid-sQ0KR11Gxn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ0KR11Gxn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ0KR11Gxn .modal-content,
.cid-sQ0KR11Gxn .modal-dialog {
  height: auto;
}
.cid-sQ0KR11Gxn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ0KR11Gxn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ0KR11Gxn .form-wrapper .mbr-form .form-group,
  .cid-sQ0KR11Gxn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ0KR11Gxn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ0KR11Gxn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ0KR11Gxn .mbr-text {
  text-align: center;
}
.cid-sQ0KR11Gxn .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ0KR11Gxn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ0KR11Gxn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ0KR11Gxn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ0KR11Gxn .modal-open {
  overflow: hidden;
}
.cid-sQ0KR11Gxn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ0KR11Gxn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ0KR11Gxn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ0KR11Gxn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQ0KR11Gxn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ0KR11Gxn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ0KR11Gxn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ0KR11Gxn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQ0KR11Gxn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQ0KR11Gxn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ0KR11Gxn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ0KR11Gxn .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ0KR11Gxn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ0KR11Gxn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KR11Gxn .modal-header {
    padding: 1rem;
  }
}
.cid-sQ0KR11Gxn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ0KR11Gxn .modal-header .close svg {
  fill: #353535;
}
.cid-sQ0KR11Gxn .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ0KR11Gxn .modal-header .close:focus {
  outline: none;
}
.cid-sQ0KR11Gxn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ0KR11Gxn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQ0KR11Gxn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KR11Gxn .modal-body {
    padding: 1rem;
  }
}
.cid-sQ0KR11Gxn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ0KR11Gxn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ0KR11Gxn .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ0KR11Gxn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ0KR11Gxn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ0KR11Gxn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ0KR11Gxn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ0KR11Gxn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQ0KR11Gxn .modal-lg,
  .cid-sQ0KR11Gxn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ0KR11Gxn .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQ0KR11Gxn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ0KR11Gxn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQ0KR11Gxn .form-group {
  margin-bottom: 1rem;
}
.cid-sQ0KR11Gxn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ0KR11Gxn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ0KR11Gxn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQ0KR11Gxn .mbr-section-btn {
  margin: 0;
}
.cid-sQ0KR11Gxn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhEpKTXmI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2-1920x1271.jpg");
}
.cid-sQhEpKTXmI .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sQhEpKTXmI .mbr-section-title b,
.cid-sQhEpKTXmI .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sQhEpKTXmI .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sQhEpKTXmI .mbr-section-title,
.cid-sQhEpKTXmI .mbr-section-btn {
  color: #ffffff;
}
.cid-sQhFW4KxlE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003d59;
}
.cid-sQhFW4KxlE .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-sQhFW4KxlE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQhFW4KxlE img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-sQhFW4KxlE img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sQhFW4KxlE img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sQhFW4KxlE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQhFW4KxlE .mbr-section-subtitle {
  color: #fa4529;
}
.cid-sQhFW4KxlE .mbr-text {
  color: #ffffff;
}
.cid-sQhFW4KxlE .mbr-section-title {
  color: #ffffff;
}
.cid-sQhEpLuBrP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQhEpLuBrP img,
.cid-sQhEpLuBrP .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-sQhEpLuBrP .item:focus,
.cid-sQhEpLuBrP span:focus {
  outline: none;
}
.cid-sQhEpLuBrP .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sQhEpLuBrP .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sQhEpLuBrP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sQhEpLuBrP .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sQhEpLuBrP .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sQhEpLuBrP .item-content {
    padding: 1rem 0;
  }
}
.cid-sQhEpLuBrP .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-sQhEpLuBrP .item-title {
  color: #003d59;
}
.cid-sQhEpLuBrP .item-subtitle {
  color: #003d59;
}
.cid-sQhEpLuBrP .mbr-text,
.cid-sQhEpLuBrP .mbr-section-btn {
  color: #000000;
}
.cid-sQhEpLuBrP .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sQonI6mvhl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sQonI6mvhl .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sQonI6mvhl .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sQonI6mvhl .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQonI6mvhl .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sQonI6mvhl .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQonI6mvhl .mbr-text {
  color: #000000;
}
.cid-sQhKXzmiCh {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQhKXzmiCh .content {
    flex-wrap: nowrap;
  }
  .cid-sQhKXzmiCh .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQhKXzmiCh .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQhKXzmiCh .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQhKXzmiCh .content {
    flex-wrap: wrap;
  }
  .cid-sQhKXzmiCh .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQhKXzmiCh .section-head p {
    width: 70%;
  }
  .cid-sQhKXzmiCh .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQhKXzmiCh .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQhKXzmiCh .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQhKXzmiCh .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQhKXzmiCh .panel-title-edit {
  color: #28282c;
}
.cid-sQhKXzmiCh .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQhKXzmiCh .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQhKXzmiCh .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQhKXzmiCh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQhKXzmiCh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQhKXzmiCh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQhKXzmiCh .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQhKXzmiCh .mbr-text {
  color: #9b9ba5;
}
.cid-sQhEpPOhdQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQhEpPOhdQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQhEpPOhdQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQhEpPOhdQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQhEpPOhdQ .menu__item {
  margin-bottom: 10px;
}
.cid-sQhEpPOhdQ .menu__item a {
  font-weight: 600;
}
.cid-sQhEpPOhdQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQhEpPOhdQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQhEpPOhdQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQhEpPOhdQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQhEpPOhdQ .menu__item {
    text-align: center;
  }
  .cid-sQhEpPOhdQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQhH6gGwjT.popup-builder {
  background-color: #ffffff;
}
.cid-sQhH6gGwjT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQhH6gGwjT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQhH6gGwjT .modal-content,
.cid-sQhH6gGwjT .modal-dialog {
  height: auto;
}
.cid-sQhH6gGwjT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQhH6gGwjT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQhH6gGwjT .form-wrapper .mbr-form .form-group,
  .cid-sQhH6gGwjT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQhH6gGwjT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQhH6gGwjT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQhH6gGwjT .mbr-text {
  text-align: center;
}
.cid-sQhH6gGwjT .pt-0 {
  padding-top: 0 !important;
}
.cid-sQhH6gGwjT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQhH6gGwjT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQhH6gGwjT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQhH6gGwjT .modal-open {
  overflow: hidden;
}
.cid-sQhH6gGwjT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQhH6gGwjT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQhH6gGwjT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQhH6gGwjT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQhH6gGwjT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQhH6gGwjT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQhH6gGwjT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQhH6gGwjT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQhH6gGwjT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQhH6gGwjT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQhH6gGwjT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQhH6gGwjT .modal-backdrop.show {
  opacity: .5;
}
.cid-sQhH6gGwjT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQhH6gGwjT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhH6gGwjT .modal-header {
    padding: 1rem;
  }
}
.cid-sQhH6gGwjT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQhH6gGwjT .modal-header .close svg {
  fill: #353535;
}
.cid-sQhH6gGwjT .modal-header .close:hover {
  opacity: 1;
}
.cid-sQhH6gGwjT .modal-header .close:focus {
  outline: none;
}
.cid-sQhH6gGwjT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQhH6gGwjT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQhH6gGwjT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhH6gGwjT .modal-body {
    padding: 1rem;
  }
}
.cid-sQhH6gGwjT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQhH6gGwjT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhH6gGwjT .modal-footer {
    padding: 1rem;
  }
}
.cid-sQhH6gGwjT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQhH6gGwjT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQhH6gGwjT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQhH6gGwjT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQhH6gGwjT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQhH6gGwjT .modal-lg,
  .cid-sQhH6gGwjT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQhH6gGwjT .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQhH6gGwjT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQhH6gGwjT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQhH6gGwjT .form-group {
  margin-bottom: 1rem;
}
.cid-sQhH6gGwjT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQhH6gGwjT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQhH6gGwjT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQhH6gGwjT .mbr-section-btn {
  margin: 0;
}
.cid-sQhH6gGwjT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhKHh9VQ7 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/helicopter-dubai-1647x446.png");
}
.cid-sQhKHh9VQ7 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sQhKHh9VQ7 .mbr-section-title b,
.cid-sQhKHh9VQ7 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sQhKHh9VQ7 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sQhKHh9VQ7 .mbr-section-title,
.cid-sQhKHh9VQ7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sQhL3ZpWQ2 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sQhL3ZpWQ2 .content {
    flex-wrap: nowrap;
  }
  .cid-sQhL3ZpWQ2 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sQhL3ZpWQ2 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sQhL3ZpWQ2 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sQhL3ZpWQ2 .content {
    flex-wrap: wrap;
  }
  .cid-sQhL3ZpWQ2 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sQhL3ZpWQ2 .section-head p {
    width: 70%;
  }
  .cid-sQhL3ZpWQ2 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sQhL3ZpWQ2 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQhL3ZpWQ2 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sQhL3ZpWQ2 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sQhL3ZpWQ2 .panel-title-edit {
  color: #28282c;
}
.cid-sQhL3ZpWQ2 .panel-text {
  color: #000000;
  padding: 1rem 0;
}
.cid-sQhL3ZpWQ2 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sQhL3ZpWQ2 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sQhL3ZpWQ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQhL3ZpWQ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQhL3ZpWQ2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sQhL3ZpWQ2 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQhL3ZpWQ2 .mbr-text {
  color: #9b9ba5;
}
.cid-sQhMiCiMxS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQhMiCiMxS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQhMiCiMxS .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sQhMiCiMxS .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sQhMiCiMxS .btn-primary-outline:active {
  color: gray;
}
.cid-sQhMiCiMxS .btn-primary-outline:hover {
  color: white;
}
.cid-sQhMiCiMxS .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sQhMiCiMxS div {
  overflow: hidden;
}
.cid-sQhMiCiMxS li.active .btn-primary-outline {
  color: white;
}
.cid-sQhMiCiMxS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQhMiCiMxS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQhMiCiMxS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQhMiCiMxS .mbr-gallery-item {
  overflow: hidden;
}
.cid-sQhMiCiMxS .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sQhMiCiMxS .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sQhMiCiMxS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQhMiCiMxS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQhMiCiMxS .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sQhMiCiMxS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sQhMiCiMxS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sQhKHiDrjG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQhKHiDrjG .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQhKHiDrjG .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQhKHiDrjG .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQhKHiDrjG .menu__item {
  margin-bottom: 10px;
}
.cid-sQhKHiDrjG .menu__item a {
  font-weight: 600;
}
.cid-sQhKHiDrjG .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQhKHiDrjG .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQhKHiDrjG .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQhKHiDrjG .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQhKHiDrjG .menu__item {
    text-align: center;
  }
  .cid-sQhKHiDrjG .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQhKHjRhNu.popup-builder {
  background-color: #ffffff;
}
.cid-sQhKHjRhNu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQhKHjRhNu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQhKHjRhNu .modal-content,
.cid-sQhKHjRhNu .modal-dialog {
  height: auto;
}
.cid-sQhKHjRhNu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQhKHjRhNu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQhKHjRhNu .form-wrapper .mbr-form .form-group,
  .cid-sQhKHjRhNu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQhKHjRhNu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQhKHjRhNu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQhKHjRhNu .mbr-text {
  text-align: center;
}
.cid-sQhKHjRhNu .pt-0 {
  padding-top: 0 !important;
}
.cid-sQhKHjRhNu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQhKHjRhNu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQhKHjRhNu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQhKHjRhNu .modal-open {
  overflow: hidden;
}
.cid-sQhKHjRhNu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQhKHjRhNu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQhKHjRhNu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQhKHjRhNu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQhKHjRhNu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQhKHjRhNu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQhKHjRhNu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQhKHjRhNu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQhKHjRhNu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQhKHjRhNu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQhKHjRhNu .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQhKHjRhNu .modal-backdrop.show {
  opacity: .5;
}
.cid-sQhKHjRhNu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQhKHjRhNu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhKHjRhNu .modal-header {
    padding: 1rem;
  }
}
.cid-sQhKHjRhNu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQhKHjRhNu .modal-header .close svg {
  fill: #353535;
}
.cid-sQhKHjRhNu .modal-header .close:hover {
  opacity: 1;
}
.cid-sQhKHjRhNu .modal-header .close:focus {
  outline: none;
}
.cid-sQhKHjRhNu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQhKHjRhNu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQhKHjRhNu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhKHjRhNu .modal-body {
    padding: 1rem;
  }
}
.cid-sQhKHjRhNu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQhKHjRhNu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQhKHjRhNu .modal-footer {
    padding: 1rem;
  }
}
.cid-sQhKHjRhNu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQhKHjRhNu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQhKHjRhNu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQhKHjRhNu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQhKHjRhNu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQhKHjRhNu .modal-lg,
  .cid-sQhKHjRhNu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQhKHjRhNu .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQhKHjRhNu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQhKHjRhNu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQhKHjRhNu .form-group {
  margin-bottom: 1rem;
}
.cid-sQhKHjRhNu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQhKHjRhNu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQhKHjRhNu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQhKHjRhNu .mbr-section-btn {
  margin: 0;
}
.cid-sQhKHjRhNu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5aDioaR7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5aDioaR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5aDioaR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5aDioaR7 .row {
  flex-direction: row-reverse;
}
.cid-tYYJYWGt0A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafaf9;
}
.cid-tYYJYWGt0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYJYWGt0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYJYWGt0A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYJYWGt0A .row {
  flex-direction: row-reverse;
}
.cid-tYYJYWGt0A img {
  width: 100%;
  border: 3px solid #ac4626;
  border-radius: 2rem;
}
.cid-tYYJYWGt0A .mbr-text {
  color: #1c277b;
}
.cid-tYYML6yhdR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-tYYML6yhdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYML6yhdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYML6yhdR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYML6yhdR .row {
  flex-direction: row-reverse;
}
.cid-tYYML6yhdR img {
  width: 100%;
  border: 3px solid #ac4626;
  border-radius: 2rem;
}
.cid-tYYML6yhdR .mbr-text {
  color: #1c277b;
}
.cid-sQoLEsxTqw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sQoLEsxTqw .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sQoLEsxTqw .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sQoLEsxTqw .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQoLEsxTqw .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sQoLEsxTqw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQoLEsxTqw .mbr-text {
  color: #000000;
}
.cid-sQhObzwoDv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQhObzwoDv .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQhObzwoDv .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQhObzwoDv .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQhObzwoDv .menu__item {
  margin-bottom: 10px;
}
.cid-sQhObzwoDv .menu__item a {
  font-weight: 600;
}
.cid-sQhObzwoDv .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQhObzwoDv .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQhObzwoDv .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQhObzwoDv .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQhObzwoDv .menu__item {
    text-align: center;
  }
  .cid-sQhObzwoDv .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sQhS54pSsL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #003d59;
}
.cid-sQhS54pSsL .row {
  align-items: center;
}
.cid-sQhS54pSsL .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sQhS54pSsL .mbr-text,
.cid-sQhS54pSsL .mbr-section-btn {
  color: #000000;
}
.cid-sQhS54pSsL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQhS54pSsL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-sQhS54pSsL .social-list .mbr-iconfont-social:hover {
  background: #ac4626;
  color: white;
}
.cid-sQhS54pSsL .social-list .soc-item {
  margin-right: 1rem;
}
.cid-sQhS54pSsL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-sQhS54pSsL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQhS54pSsL .mbr-text-title {
  color: #bbbbbb;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS5qs6KykM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
.cid-sS5qs6KykM .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sS5qs6KykM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sS5qs6KykM .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sS5qs6KykM .item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  padding: 0;
  min-height: 400px;
}
@media (min-width: 992px) {
  .cid-sS5qs6KykM .item-image {
    min-height: 794px;
  }
}
.cid-sS5qs6KykM .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-image: url("../../../assets/images/christmas-ban-1232x428.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sS5qs8nGqV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS5qs8nGqV .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sS5qs8nGqV .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sS5qs8nGqV .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS5qs8nGqV .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sS5qs8nGqV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sS5qs8nGqV .mbr-text {
  color: #0e2d3b;
}
.cid-sS5qs8nGqV .mbr-section-title {
  color: #fe5925;
}
.cid-sS5qs8TS8T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sS5qs8TS8T .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sS5qs8TS8T .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sS5qs8TS8T .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sS5qs8TS8T .menu__item {
  margin-bottom: 10px;
}
.cid-sS5qs8TS8T .menu__item a {
  font-weight: 600;
}
.cid-sS5qs8TS8T .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sS5qs8TS8T .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sS5qs8TS8T .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sS5qs8TS8T .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sS5qs8TS8T .menu__item {
    text-align: center;
  }
  .cid-sS5qs8TS8T .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sS5qsanv8m {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #003d59;
}
.cid-sS5qsanv8m .row {
  align-items: center;
}
.cid-sS5qsanv8m .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sS5qsanv8m .mbr-text,
.cid-sS5qsanv8m .mbr-section-btn {
  color: #000000;
}
.cid-sS5qsanv8m .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS5qsanv8m .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-sS5qsanv8m .social-list .mbr-iconfont-social:hover {
  background: #ac4626;
  color: white;
}
.cid-sS5qsanv8m .social-list .soc-item {
  margin-right: 1rem;
}
.cid-sS5qsanv8m .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-sS5qsanv8m .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS5qsanv8m .mbr-text-title {
  color: #bbbbbb;
}
.cid-sS5qsb0YZo.popup-builder {
  background-color: #ffffff;
}
.cid-sS5qsb0YZo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sS5qsb0YZo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sS5qsb0YZo .modal-content,
.cid-sS5qsb0YZo .modal-dialog {
  height: auto;
}
.cid-sS5qsb0YZo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sS5qsb0YZo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sS5qsb0YZo .form-wrapper .mbr-form .form-group,
  .cid-sS5qsb0YZo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sS5qsb0YZo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sS5qsb0YZo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS5qsb0YZo .mbr-text {
  text-align: center;
}
.cid-sS5qsb0YZo .pt-0 {
  padding-top: 0 !important;
}
.cid-sS5qsb0YZo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sS5qsb0YZo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sS5qsb0YZo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sS5qsb0YZo .modal-open {
  overflow: hidden;
}
.cid-sS5qsb0YZo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sS5qsb0YZo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sS5qsb0YZo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sS5qsb0YZo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sS5qsb0YZo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sS5qsb0YZo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sS5qsb0YZo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sS5qsb0YZo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sS5qsb0YZo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sS5qsb0YZo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sS5qsb0YZo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sS5qsb0YZo .modal-backdrop.show {
  opacity: .5;
}
.cid-sS5qsb0YZo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sS5qsb0YZo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sS5qsb0YZo .modal-header {
    padding: 1rem;
  }
}
.cid-sS5qsb0YZo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sS5qsb0YZo .modal-header .close svg {
  fill: #353535;
}
.cid-sS5qsb0YZo .modal-header .close:hover {
  opacity: 1;
}
.cid-sS5qsb0YZo .modal-header .close:focus {
  outline: none;
}
.cid-sS5qsb0YZo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sS5qsb0YZo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sS5qsb0YZo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sS5qsb0YZo .modal-body {
    padding: 1rem;
  }
}
.cid-sS5qsb0YZo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sS5qsb0YZo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sS5qsb0YZo .modal-footer {
    padding: 1rem;
  }
}
.cid-sS5qsb0YZo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sS5qsb0YZo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sS5qsb0YZo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sS5qsb0YZo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sS5qsb0YZo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sS5qsb0YZo .modal-lg,
  .cid-sS5qsb0YZo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sS5qsb0YZo .modal-xl {
    max-width: 1140px;
  }
}
.cid-sS5qsb0YZo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sS5qsb0YZo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sS5qsb0YZo .form-group {
  margin-bottom: 1rem;
}
.cid-sS5qsb0YZo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sS5qsb0YZo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sS5qsb0YZo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sS5qsb0YZo .mbr-section-btn {
  margin: 0;
}
.cid-sS5qsb0YZo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVrePYAVjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVrePYAVjp .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sVrePYAVjp .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-sVrePYAVjp .p:last-child {
  padding-bottom: 0;
}
.cid-sVrePYAVjp .row {
  justify-content: center;
}
.cid-sVreBWT9Gb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sVreBWT9Gb .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sVreBWT9Gb .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sVreBWT9Gb .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sVreBWT9Gb .menu__item {
  margin-bottom: 10px;
}
.cid-sVreBWT9Gb .menu__item a {
  font-weight: 600;
}
.cid-sVreBWT9Gb .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sVreBWT9Gb .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sVreBWT9Gb .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sVreBWT9Gb .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sVreBWT9Gb .menu__item {
    text-align: center;
  }
  .cid-sVreBWT9Gb .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sVreBXXa7S.popup-builder {
  background-color: #ffffff;
}
.cid-sVreBXXa7S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVreBXXa7S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVreBXXa7S .modal-content,
.cid-sVreBXXa7S .modal-dialog {
  height: auto;
}
.cid-sVreBXXa7S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVreBXXa7S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVreBXXa7S .form-wrapper .mbr-form .form-group,
  .cid-sVreBXXa7S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVreBXXa7S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVreBXXa7S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVreBXXa7S .mbr-text {
  text-align: center;
}
.cid-sVreBXXa7S .pt-0 {
  padding-top: 0 !important;
}
.cid-sVreBXXa7S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVreBXXa7S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVreBXXa7S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVreBXXa7S .modal-open {
  overflow: hidden;
}
.cid-sVreBXXa7S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVreBXXa7S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVreBXXa7S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVreBXXa7S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVreBXXa7S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVreBXXa7S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVreBXXa7S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVreBXXa7S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVreBXXa7S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVreBXXa7S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVreBXXa7S .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVreBXXa7S .modal-backdrop.show {
  opacity: .5;
}
.cid-sVreBXXa7S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVreBXXa7S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVreBXXa7S .modal-header {
    padding: 1rem;
  }
}
.cid-sVreBXXa7S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVreBXXa7S .modal-header .close svg {
  fill: #353535;
}
.cid-sVreBXXa7S .modal-header .close:hover {
  opacity: 1;
}
.cid-sVreBXXa7S .modal-header .close:focus {
  outline: none;
}
.cid-sVreBXXa7S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVreBXXa7S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVreBXXa7S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVreBXXa7S .modal-body {
    padding: 1rem;
  }
}
.cid-sVreBXXa7S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVreBXXa7S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVreBXXa7S .modal-footer {
    padding: 1rem;
  }
}
.cid-sVreBXXa7S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVreBXXa7S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVreBXXa7S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVreBXXa7S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVreBXXa7S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVreBXXa7S .modal-lg,
  .cid-sVreBXXa7S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVreBXXa7S .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVreBXXa7S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVreBXXa7S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVreBXXa7S .form-group {
  margin-bottom: 1rem;
}
.cid-sVreBXXa7S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVreBXXa7S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVreBXXa7S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVreBXXa7S .mbr-section-btn {
  margin: 0;
}
.cid-sVreBXXa7S .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVrfmkW6jH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVrfmkW6jH .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sVrfmkW6jH .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-sVrfmkW6jH .p:last-child {
  padding-bottom: 0;
}
.cid-sVrfmkW6jH .row {
  justify-content: center;
}
.cid-sVrfmmi04t {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sVrfmmi04t .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sVrfmmi04t .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sVrfmmi04t .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sVrfmmi04t .menu__item {
  margin-bottom: 10px;
}
.cid-sVrfmmi04t .menu__item a {
  font-weight: 600;
}
.cid-sVrfmmi04t .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sVrfmmi04t .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sVrfmmi04t .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sVrfmmi04t .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sVrfmmi04t .menu__item {
    text-align: center;
  }
  .cid-sVrfmmi04t .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sVrfmnWYL6.popup-builder {
  background-color: #ffffff;
}
.cid-sVrfmnWYL6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVrfmnWYL6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVrfmnWYL6 .modal-content,
.cid-sVrfmnWYL6 .modal-dialog {
  height: auto;
}
.cid-sVrfmnWYL6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVrfmnWYL6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVrfmnWYL6 .form-wrapper .mbr-form .form-group,
  .cid-sVrfmnWYL6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVrfmnWYL6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVrfmnWYL6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVrfmnWYL6 .mbr-text {
  text-align: center;
}
.cid-sVrfmnWYL6 .pt-0 {
  padding-top: 0 !important;
}
.cid-sVrfmnWYL6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVrfmnWYL6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVrfmnWYL6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVrfmnWYL6 .modal-open {
  overflow: hidden;
}
.cid-sVrfmnWYL6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVrfmnWYL6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVrfmnWYL6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVrfmnWYL6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVrfmnWYL6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVrfmnWYL6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVrfmnWYL6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVrfmnWYL6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVrfmnWYL6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVrfmnWYL6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVrfmnWYL6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVrfmnWYL6 .modal-backdrop.show {
  opacity: .5;
}
.cid-sVrfmnWYL6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVrfmnWYL6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfmnWYL6 .modal-header {
    padding: 1rem;
  }
}
.cid-sVrfmnWYL6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVrfmnWYL6 .modal-header .close svg {
  fill: #353535;
}
.cid-sVrfmnWYL6 .modal-header .close:hover {
  opacity: 1;
}
.cid-sVrfmnWYL6 .modal-header .close:focus {
  outline: none;
}
.cid-sVrfmnWYL6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVrfmnWYL6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVrfmnWYL6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfmnWYL6 .modal-body {
    padding: 1rem;
  }
}
.cid-sVrfmnWYL6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVrfmnWYL6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfmnWYL6 .modal-footer {
    padding: 1rem;
  }
}
.cid-sVrfmnWYL6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVrfmnWYL6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVrfmnWYL6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVrfmnWYL6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVrfmnWYL6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVrfmnWYL6 .modal-lg,
  .cid-sVrfmnWYL6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVrfmnWYL6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVrfmnWYL6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVrfmnWYL6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVrfmnWYL6 .form-group {
  margin-bottom: 1rem;
}
.cid-sVrfmnWYL6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVrfmnWYL6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVrfmnWYL6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVrfmnWYL6 .mbr-section-btn {
  margin: 0;
}
.cid-sVrfmnWYL6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVrfUziSWr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sVrfUziSWr .mbr-section-title {
  font-weight: 300;
  margin-bottom: 20px;
}
.cid-sVrfUziSWr .mbr-section-title b,
.cid-sVrfUziSWr .mbr-section-title strong {
  font-weight: 500;
}
.cid-sVrfUziSWr .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sVrfUziSWr .link a {
  font-weight: 700;
}
.cid-sVrfUziSWr .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sVrfUziSWr .link:hover span {
  transform: translateX(9px);
}
.cid-sVrfUziSWr .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-sVrfUziSWr .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-sVrfUziSWr .card__block:nth-child(3) .card__content::before {
  background-color: #ac4626;
}
.cid-sVrfUziSWr .card__block:nth-child(4) .card__content::before {
  background-color: #0e2d3b;
}
.cid-sVrfUziSWr .card__block:nth-child(6) .card__content::before {
  background-color: #014188;
}
.cid-sVrfUziSWr .card__block:nth-child(7) .card__content::before {
  background-color: #dcc187;
}
.cid-sVrfUziSWr .card__block:nth-child(8) .card__content::before {
  background-color: #dddddd;
}
.cid-sVrfUziSWr .card__content {
  position: relative;
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-sVrfUziSWr .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-sVrfUziSWr .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-sVrfUziSWr .card__content .card__image {
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-sVrfUziSWr .card__content .card__image img {
  max-width: 145px;
}
.cid-sVrfUziSWr .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-sVrfUziSWr .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cid-sVrfUziSWr .title__block {
    padding: 24px 17px;
  }
  .cid-sVrfUziSWr .card__content {
    padding: 15px 13px 20px;
  }
  .cid-sVrfUziSWr .card__content .card__image {
    height: 73px;
  }
  .cid-sVrfUziSWr .card__content .card__image img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .cid-sVrfUziSWr .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-sVrfUziSWr .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-sVrfUziSWr .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sVrfUziSWr .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-sVrfUziSWr .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-sVrfyjdz69 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sVrfyjdz69 .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sVrfyjdz69 .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sVrfyjdz69 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sVrfyjdz69 .menu__item {
  margin-bottom: 10px;
}
.cid-sVrfyjdz69 .menu__item a {
  font-weight: 600;
}
.cid-sVrfyjdz69 .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sVrfyjdz69 .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sVrfyjdz69 .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sVrfyjdz69 .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sVrfyjdz69 .menu__item {
    text-align: center;
  }
  .cid-sVrfyjdz69 .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sVrfykGThO.popup-builder {
  background-color: #ffffff;
}
.cid-sVrfykGThO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVrfykGThO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVrfykGThO .modal-content,
.cid-sVrfykGThO .modal-dialog {
  height: auto;
}
.cid-sVrfykGThO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVrfykGThO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVrfykGThO .form-wrapper .mbr-form .form-group,
  .cid-sVrfykGThO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVrfykGThO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVrfykGThO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVrfykGThO .mbr-text {
  text-align: center;
}
.cid-sVrfykGThO .pt-0 {
  padding-top: 0 !important;
}
.cid-sVrfykGThO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVrfykGThO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVrfykGThO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVrfykGThO .modal-open {
  overflow: hidden;
}
.cid-sVrfykGThO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVrfykGThO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVrfykGThO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVrfykGThO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVrfykGThO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVrfykGThO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVrfykGThO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVrfykGThO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVrfykGThO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVrfykGThO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVrfykGThO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVrfykGThO .modal-backdrop.show {
  opacity: .5;
}
.cid-sVrfykGThO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVrfykGThO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfykGThO .modal-header {
    padding: 1rem;
  }
}
.cid-sVrfykGThO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVrfykGThO .modal-header .close svg {
  fill: #353535;
}
.cid-sVrfykGThO .modal-header .close:hover {
  opacity: 1;
}
.cid-sVrfykGThO .modal-header .close:focus {
  outline: none;
}
.cid-sVrfykGThO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVrfykGThO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVrfykGThO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfykGThO .modal-body {
    padding: 1rem;
  }
}
.cid-sVrfykGThO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVrfykGThO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrfykGThO .modal-footer {
    padding: 1rem;
  }
}
.cid-sVrfykGThO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVrfykGThO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVrfykGThO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVrfykGThO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVrfykGThO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVrfykGThO .modal-lg,
  .cid-sVrfykGThO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVrfykGThO .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVrfykGThO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVrfykGThO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVrfykGThO .form-group {
  margin-bottom: 1rem;
}
.cid-sVrfykGThO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVrfykGThO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVrfykGThO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVrfykGThO .mbr-section-btn {
  margin: 0;
}
.cid-sVrfykGThO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVrhLhmTv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVrhLhmTv3 .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sVrhLhmTv3 .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-sVrhLhmTv3 .p:last-child {
  padding-bottom: 0;
}
.cid-sVrhLhmTv3 .row {
  justify-content: center;
}
.cid-sVrhsxZw5l {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sVrhsxZw5l .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sVrhsxZw5l .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sVrhsxZw5l .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sVrhsxZw5l .menu__item {
  margin-bottom: 10px;
}
.cid-sVrhsxZw5l .menu__item a {
  font-weight: 600;
}
.cid-sVrhsxZw5l .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sVrhsxZw5l .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sVrhsxZw5l .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sVrhsxZw5l .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sVrhsxZw5l .menu__item {
    text-align: center;
  }
  .cid-sVrhsxZw5l .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-sVrhszYSS6.popup-builder {
  background-color: #ffffff;
}
.cid-sVrhszYSS6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVrhszYSS6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVrhszYSS6 .modal-content,
.cid-sVrhszYSS6 .modal-dialog {
  height: auto;
}
.cid-sVrhszYSS6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVrhszYSS6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVrhszYSS6 .form-wrapper .mbr-form .form-group,
  .cid-sVrhszYSS6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVrhszYSS6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVrhszYSS6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVrhszYSS6 .mbr-text {
  text-align: center;
}
.cid-sVrhszYSS6 .pt-0 {
  padding-top: 0 !important;
}
.cid-sVrhszYSS6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVrhszYSS6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVrhszYSS6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVrhszYSS6 .modal-open {
  overflow: hidden;
}
.cid-sVrhszYSS6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVrhszYSS6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVrhszYSS6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVrhszYSS6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVrhszYSS6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVrhszYSS6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVrhszYSS6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVrhszYSS6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVrhszYSS6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVrhszYSS6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVrhszYSS6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVrhszYSS6 .modal-backdrop.show {
  opacity: .5;
}
.cid-sVrhszYSS6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVrhszYSS6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrhszYSS6 .modal-header {
    padding: 1rem;
  }
}
.cid-sVrhszYSS6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVrhszYSS6 .modal-header .close svg {
  fill: #353535;
}
.cid-sVrhszYSS6 .modal-header .close:hover {
  opacity: 1;
}
.cid-sVrhszYSS6 .modal-header .close:focus {
  outline: none;
}
.cid-sVrhszYSS6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVrhszYSS6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVrhszYSS6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrhszYSS6 .modal-body {
    padding: 1rem;
  }
}
.cid-sVrhszYSS6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVrhszYSS6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVrhszYSS6 .modal-footer {
    padding: 1rem;
  }
}
.cid-sVrhszYSS6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVrhszYSS6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVrhszYSS6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVrhszYSS6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVrhszYSS6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVrhszYSS6 .modal-lg,
  .cid-sVrhszYSS6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVrhszYSS6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVrhszYSS6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVrhszYSS6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVrhszYSS6 .form-group {
  margin-bottom: 1rem;
}
.cid-sVrhszYSS6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVrhszYSS6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVrhszYSS6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVrhszYSS6 .mbr-section-btn {
  margin: 0;
}
.cid-sVrhszYSS6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXkHTv3u8C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXkHTv3u8C h2,
.cid-sXkHTv3u8C p {
  margin: 0;
}
.cid-sXkHTv3u8C .heading {
  margin-bottom: 50px;
}
.cid-sXkHTv3u8C .mbr-section-title {
  color: #ff0000;
  margin-bottom: 30px;
}
.cid-sXkHTv3u8C .mbr-text {
  color: #6b6b6b;
}
.cid-sXkHTv3u8C .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-sXkHTv3u8C .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-sXkHTv3u8C .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-sXkHTv3u8C .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-sXkHTv3u8C .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-sXkHTv3u8C .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
@media (max-width: 1440px) {
  .cid-sXkHTv3u8C .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-sXkHTv3u8C .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-sXkHTv3u8C .image-left {
    width: 100%;
  }
}
.cid-sXkHTv3u8C .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (max-width: 1440px) {
  .cid-sXkHTv3u8C .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-sXkHTv3u8C .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-sXkHTv3u8C .image-middle {
    width: 100%;
  }
}
.cid-sXkHTv3u8C .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
@media (max-width: 1440px) {
  .cid-sXkHTv3u8C .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-sXkHTv3u8C .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-sXkHTv3u8C .image-right {
    width: 100%;
  }
}
.cid-sXfqtBSeDN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c12d2d;
}
.cid-sXfqtBSeDN img,
.cid-sXfqtBSeDN .item-img {
  width: 100%;
}
.cid-sXfqtBSeDN .item:focus,
.cid-sXfqtBSeDN span:focus {
  outline: none;
}
.cid-sXfqtBSeDN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXfqtBSeDN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXfqtBSeDN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXfqtBSeDN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXfqtBSeDN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXfqtBSeDN .mbr-section-title {
  color: #ffffff;
}
.cid-sXfqtBSeDN .mbr-text,
.cid-sXfqtBSeDN .mbr-section-btn {
  text-align: left;
}
.cid-sXfqtBSeDN .item-title {
  text-align: left;
  color: #ff0000;
}
.cid-sXfqtBSeDN .item-subtitle {
  text-align: center;
}
.cid-sXfqtBSeDN .mbr-section-subtitle {
  color: #eef5f4;
}
.cid-sIevAa5ofQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sIevAa5ofQ .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sIevAa5ofQ .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sIevAa5ofQ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sIevAa5ofQ .menu__item {
  margin-bottom: 10px;
}
.cid-sIevAa5ofQ .menu__item a {
  font-weight: 600;
}
.cid-sIevAa5ofQ .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sIevAa5ofQ .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sIevAa5ofQ .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sIevAa5ofQ .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIevAa5ofQ .menu__item {
    text-align: center;
  }
  .cid-sIevAa5ofQ .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-tYBOhBe3y8 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tYBOhBe3y8 .nav-link,
.cid-tYBOhBe3y8 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tYBOhBe3y8 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tYBOhBe3y8 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tYBOhBe3y8 .nav-link.text-primary:hover,
.cid-tYBOhBe3y8 .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-tYBOhBe3y8 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tYBOhBe3y8 .nav-link:hover:before {
  opacity: 1;
}
.cid-tYBOhBe3y8 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tYBOhBe3y8 .nav-link {
    margin: 0 !important;
  }
}
.cid-tYBOhBe3y8 .icons-menu {
  line-height: 0;
}
.cid-tYBOhBe3y8 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tYBOhBe3y8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tYBOhBe3y8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tYBOhBe3y8 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tYBOhBe3y8 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-tYBOhBe3y8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tYBOhBe3y8.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tYBOhBe3y8 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tYBOhBe3y8 .btn {
    white-space: nowrap;
  }
  .cid-tYBOhBe3y8 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-tYBOhBe3y8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tYBOhBe3y8 .nav-item.dropdown:hover::before,
  .cid-tYBOhBe3y8 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tYBOhBe3y8 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tYBOhBe3y8 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tYBOhBe3y8 .navbar > .container,
.cid-tYBOhBe3y8 .navbar > .container-fluid {
  align-items: center;
}
.cid-tYBOhBe3y8 .dropdown-toggle::after,
.cid-tYBOhBe3y8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-tYBOhBe3y8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tYBOhBe3y8 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tYBOhBe3y8 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tYBOhBe3y8 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tYBOhBe3y8 .nav-item:focus,
.cid-tYBOhBe3y8 .nav-link:focus {
  outline: none;
}
.cid-tYBOhBe3y8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tYBOhBe3y8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYBOhBe3y8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tYBOhBe3y8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tYBOhBe3y8 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tYBOhBe3y8 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tYBOhBe3y8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tYBOhBe3y8 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tYBOhBe3y8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYBOhBe3y8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYBOhBe3y8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-tYBOhBe3y8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYBOhBe3y8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYBOhBe3y8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tYBOhBe3y8 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tYBOhBe3y8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tYBOhBe3y8 .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYBOhBe3y8.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYBOhBe3y8 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tYBOhBe3y8 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tYBOhBe3y8 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tYBOhBe3y8 .navbar-logo {
    margin: 0;
  }
  .cid-tYBOhBe3y8 .navbar-logo img {
    height: 60px !important;
  }
  .cid-tYBOhBe3y8 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tYBOhBe3y8 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYBOhBe3y8 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tYBOhBe3y8 .navbar {
    padding: 13px 90px;
  }
  .cid-tYBOhBe3y8 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tYBOhBe3y8 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tYBOhBe3y8 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tYBOhBe3y8 .dropdown-toggle::after,
  .cid-tYBOhBe3y8 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tYBOhBe3y8 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tYBOhBe3y8 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tYBOhBe3y8 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tYBOhBe3y8 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tYBOhBe3y8 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tYBOhBe3y8.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tYBOhBe3y8.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tYBOhBe3y8.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYBOhBe3y8.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tYBOhBe3y8 .navbar {
    padding: 0 !important;
  }
  .cid-tYBOhBe3y8 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tYBOhBe3y8 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tYBOhBe3y8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tYBOhBe3y8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYBOhBe3y8 .dropdown-item.active,
.cid-tYBOhBe3y8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYBOhBe3y8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYBOhBe3y8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tYBOhBe3y8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYBOhBe3y8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-tYBOhBe3y8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYBOhBe3y8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYBOhBe3y8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYBOhBe3y8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYBOhBe3y8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYBOhBe3y8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYBOhBe3y8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYBOhBe3y8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tYBOhBe3y8 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tYBOhBe3y8 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYBOhBe3y8 .navbar {
    height: 97px;
  }
  .cid-tYBOhBe3y8 .navbar.opened {
    height: auto;
  }
  .cid-tYBOhBe3y8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYBOhy0zDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dark-brown-cups-coffee-shop-menu-10-2000x1500.png");
}
@media (min-width: 768px) {
  .cid-tYBOhy0zDL {
    align-items: flex-start;
  }
  .cid-tYBOhy0zDL .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tYBOhy0zDL {
    align-items: center;
  }
  .cid-tYBOhy0zDL .row {
    justify-content: center;
  }
}
.cid-tYBOhy0zDL .mbr-section-title,
.cid-tYBOhy0zDL .card_topic {
  margin-bottom: 12px;
}
.cid-tYBOhy0zDL .item-wrapper {
  padding-bottom: 24px;
}
.cid-tYBOhy0zDL .item-wrapper:hover .mbr-section-title a {
  color: #dddddd !important;
}
.cid-tYBOhy0zDL .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tYBOhy0zDL .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tYBOhy0zDL .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tYBOhy0zDL .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tYBOhy0zDL .category_content,
.cid-tYBOhy0zDL .date,
.cid-tYBOhy0zDL .name_author {
  opacity: .8;
}
.cid-tYBOhy0zDL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #dddddd;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tYBOhy0zDL .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYBOhy0zDL .mbr-section-title,
.cid-tYBOhy0zDL .post_wrap {
  text-align: left;
  color: #003d59;
}
.cid-tYYCwUolHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYYCwUolHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYCwUolHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYYCwUolHL .container {
    padding: 0 30px;
  }
}
.cid-tYYCwUolHL .items .item {
  margin-bottom: 60px;
}
.cid-tYYCwUolHL .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYYCwUolHL .items .item {
    margin-bottom: 30px;
  }
}
.cid-tYYCwUolHL .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-tYYCwUolHL .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tYYCwUolHL .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-tYYCwUolHL .dragArea.row {
  margin: 0;
}
.cid-tYYCwUolHL .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-tYYCwUolHL .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tYYCwUolHL .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tYYCwUolHL .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-tYYCwUolHL .dragArea.row .form-group .form-control:hover,
.cid-tYYCwUolHL .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-tYYCwUolHL .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tYYCwUolHL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-tYYCwUolHL .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tYYCwUolHL .mbr-section-title {
  color: #000000;
}
.cid-tYYCwUolHL .card-title {
  color: #000000;
}
.cid-tYYCwUolHL .list {
  color: #000000;
}
.cid-tYYCwUolHL .mbr-text {
  color: #000000;
}
.cid-tYYCwUolHL label {
  color: #000000;
}
.cid-tYMBo2mosX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYMBo2mosX .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-tYMBo2mosX .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tYMBo2mosX .card-wrapper:hover .ico2 {
  color: #ac4626 !important;
}
.cid-tYMBo2mosX .ico2 {
  color: #dcc187 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tYMBo2mosX .text-info:hover {
  color: inherit !important;
}
.cid-tYMBo2mosX .card-box {
  padding: 0rem 1rem;
}
.cid-tYMBo2mosX .ico1 {
  font-size: 3rem !important;
}
.cid-tYMBo2mosX h3,
.cid-tYMBo2mosX h4 {
  padding: 0;
  margin: 0;
}
.cid-tYMBo2mosX .card-title {
  color: #0d85ee;
}
.cid-tYBOhA3BDE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tYBOhA3BDE .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tYBOhA3BDE .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tYBOhA3BDE .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tYBOhA3BDE .menu__item {
  margin-bottom: 10px;
}
.cid-tYBOhA3BDE .menu__item a {
  font-weight: 600;
}
.cid-tYBOhA3BDE .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-tYBOhA3BDE .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tYBOhA3BDE .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tYBOhA3BDE .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tYBOhA3BDE .menu__item {
    text-align: center;
  }
  .cid-tYBOhA3BDE .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
.cid-sVBQDqMIHl {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sVBQDqMIHl .nav-link,
.cid-sVBQDqMIHl .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sVBQDqMIHl .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sVBQDqMIHl .nav-link.text-primary:hover,
.cid-sVBQDqMIHl .nav-link.text-primary:focus {
  color: #ac4626 !important;
}
.cid-sVBQDqMIHl .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sVBQDqMIHl .nav-link:hover:before {
  opacity: 1;
}
.cid-sVBQDqMIHl .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .nav-link {
    margin: 0 !important;
  }
}
.cid-sVBQDqMIHl .icons-menu {
  line-height: 0;
}
.cid-sVBQDqMIHl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sVBQDqMIHl .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sVBQDqMIHl .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sVBQDqMIHl .btn {
    white-space: nowrap;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item.dropdown:hover::before,
  .cid-sVBQDqMIHl .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sVBQDqMIHl .navbar > .container,
.cid-sVBQDqMIHl .navbar > .container-fluid {
  align-items: center;
}
.cid-sVBQDqMIHl .dropdown-toggle::after,
.cid-sVBQDqMIHl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sVBQDqMIHl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sVBQDqMIHl .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sVBQDqMIHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sVBQDqMIHl .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sVBQDqMIHl .nav-item:focus,
.cid-sVBQDqMIHl .nav-link:focus {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVBQDqMIHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sVBQDqMIHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sVBQDqMIHl ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sVBQDqMIHl .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sVBQDqMIHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sVBQDqMIHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVBQDqMIHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVBQDqMIHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVBQDqMIHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVBQDqMIHl .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sVBQDqMIHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVBQDqMIHl.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVBQDqMIHl .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sVBQDqMIHl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sVBQDqMIHl .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sVBQDqMIHl .navbar-logo {
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar-logo img {
    height: 60px !important;
  }
  .cid-sVBQDqMIHl .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sVBQDqMIHl .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVBQDqMIHl .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sVBQDqMIHl .navbar {
    padding: 13px 90px;
  }
  .cid-sVBQDqMIHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sVBQDqMIHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sVBQDqMIHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sVBQDqMIHl .dropdown-toggle::after,
  .cid-sVBQDqMIHl .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sVBQDqMIHl .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sVBQDqMIHl a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sVBQDqMIHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sVBQDqMIHl .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sVBQDqMIHl.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sVBQDqMIHl.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVBQDqMIHl.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sVBQDqMIHl .navbar {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sVBQDqMIHl a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sVBQDqMIHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sVBQDqMIHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVBQDqMIHl .dropdown-item.active,
.cid-sVBQDqMIHl .dropdown-item:active {
  background-color: transparent;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVBQDqMIHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sVBQDqMIHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e2d3b;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVBQDqMIHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVBQDqMIHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sVBQDqMIHl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sVBQDqMIHl .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVBQDqMIHl .navbar {
    height: 97px;
  }
  .cid-sVBQDqMIHl .navbar.opened {
    height: auto;
  }
  .cid-sVBQDqMIHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhHTaObjg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/vip-dhow-cruise-dubai-ticket-1600x500.jpg");
}
.cid-sQhHTaObjg .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sQhHTaObjg .mbr-section-title b,
.cid-sQhHTaObjg .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sQhHTaObjg .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sQhHTaObjg .mbr-section-title,
.cid-sQhHTaObjg .mbr-section-btn {
  color: #ffffff;
}
.cid-sQhHTbXtER {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQhHTbXtER img,
.cid-sQhHTbXtER .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-sQhHTbXtER .item:focus,
.cid-sQhHTbXtER span:focus {
  outline: none;
}
.cid-sQhHTbXtER .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-sQhHTbXtER .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sQhHTbXtER .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sQhHTbXtER .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sQhHTbXtER .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-sQhHTbXtER .item-content {
    padding: 1rem 0;
  }
}
.cid-sQhHTbXtER .mbr-section-title {
  color: #003d59;
  text-align: center;
}
.cid-sQhHTbXtER .item-title {
  color: #003d59;
}
.cid-sQhHTbXtER .item-subtitle {
  color: #003d59;
}
.cid-sQhHTbXtER .mbr-text,
.cid-sQhHTbXtER .mbr-section-btn {
  color: #000000;
}
.cid-sQhHTbXtER .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sQhHTbXtER .mbr-section-subtitle {
  color: #282727;
}
.cid-tZ26VcXOPg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ26VcXOPg img,
.cid-tZ26VcXOPg .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ26VcXOPg .item:focus,
.cid-tZ26VcXOPg span:focus {
  outline: none;
}
.cid-tZ26VcXOPg .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ26VcXOPg .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ26VcXOPg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ26VcXOPg .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ26VcXOPg .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ26VcXOPg .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ26VcXOPg .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-tZ26VcXOPg .item-title {
  color: #282727;
}
.cid-tZ26VcXOPg .item-subtitle {
  color: #003d59;
}
.cid-tZ26VcXOPg .mbr-text,
.cid-tZ26VcXOPg .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ26VcXOPg .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-tZ26SE7C0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ26SE7C0e img,
.cid-tZ26SE7C0e .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZ26SE7C0e .item:focus,
.cid-tZ26SE7C0e span:focus {
  outline: none;
}
.cid-tZ26SE7C0e .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-tZ26SE7C0e .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tZ26SE7C0e .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tZ26SE7C0e .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tZ26SE7C0e .item-content {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .cid-tZ26SE7C0e .item-content {
    padding: 1rem 0;
  }
}
.cid-tZ26SE7C0e .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-tZ26SE7C0e .item-title {
  color: #282727;
}
.cid-tZ26SE7C0e .item-subtitle {
  color: #003d59;
}
.cid-tZ26SE7C0e .mbr-text,
.cid-tZ26SE7C0e .mbr-section-btn {
  color: #ff0000;
}
.cid-tZ26SE7C0e .mbr-link {
  color: #fe5925;
  text-align: right;
}
.cid-sQhHTcJjPF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-sQhHTcJjPF .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-sQhHTcJjPF .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-sQhHTcJjPF .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sQhHTcJjPF .menu__item {
  margin-bottom: 10px;
}
.cid-sQhHTcJjPF .menu__item a {
  font-weight: 600;
}
.cid-sQhHTcJjPF .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #003d59;
}
.cid-sQhHTcJjPF .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-sQhHTcJjPF .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-sQhHTcJjPF .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQhHTcJjPF .menu__item {
    text-align: center;
  }
  .cid-sQhHTcJjPF .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tYC07iB0bH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tYC07iB0bH .mbr-text {
  color: #ffffff;
}
