/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #E8DFD9);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #e3d8d0);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #dccec5);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #8c6b54);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #030303);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #1c1c1c);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #353535);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #818181);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #A6A8A3);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #b7b9b4);
  --color-accent-text-minor-shade-is-light:var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #c7c9c5);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #f9f9f8);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Montserrat);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Montserrat);
  --heading-ratio:var(--draft-heading-ratio, 3.0);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1680px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* AQUANAUT: presentation site styles. System InSales templates are kept in the archive,
   but commercial sections are intentionally absent from the public navigation. */
/* line 30, theme.scss */
.aq {
  --aq-navy:#1e2e55;
  --aq-deep:#13213d;
  --aq-ink:#17243c;
  --aq-blue:#4e92fb;
  --aq-line:#d5dbe3;
  --aq-soft:#f0f3f6;
  --aq-legal:#e8dfd9;
  color: var(--aq-ink);
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.55; }

/* line 31, theme.scss */
.aq *, .aq *::before, .aq *::after {
  box-sizing: border-box; }

/* line 32, theme.scss */
.aq h1, .aq h2, .aq h3, .aq p, .aq figure, .aq dl {
  margin: 0; }

/* line 33, theme.scss */
.aq a {
  color: inherit;
  text-decoration: none; }

/* line 34, theme.scss */
.aq button, .aq input {
  font: inherit; }

/* line 35, theme.scss */
.aq img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 36, theme.scss */
.aq a:focus-visible, .aq button:focus-visible, .aq input:focus-visible, .aq summary:focus-visible {
  outline: 3px solid #e97b18;
  outline-offset: 5px; }

/* line 37, theme.scss */
.aq a:hover {
  text-decoration: underline;
  text-underline-offset: 5px; }

/* line 38, theme.scss */
.aq-wrap {
  width: calc(100% - 96px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

/* Header */
/* line 41, theme.scss */
.aq-header {
  background: var(--aq-deep);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

/* line 42, theme.scss */
.aq-header-row {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 126px;
  padding-top: 26px;
  padding-bottom: 26px; }

/* line 43, theme.scss */
.aq-brand {
  display: block;
  width: 285px;
  flex-shrink: 0; }

/* line 44, theme.scss */
.aq-brand img {
  width: 100%;
  height: auto; }

/* line 45, theme.scss */
.aq-brand span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 2.2px; }

/* line 46, theme.scss */
.aq-desktop-nav {
  display: flex;
  gap: 23px;
  margin-left: auto;
  font-size: 13px; }

/* line 47, theme.scss */
.aq-header-phone {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap; }

/* line 48, theme.scss */
.aq-menu {
  position: relative;
  z-index: 30;
  font-size: 14px; }

/* line 49, theme.scss */
.aq-menu summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px; }

/* line 50, theme.scss */
.aq-menu summary::-webkit-details-marker {
  display: none; }

/* line 51, theme.scss */
.aq-menu summary span {
  font-size: 28px;
  line-height: 1; }

/* line 52, theme.scss */
.aq-menu nav {
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  background: white;
  color: var(--aq-ink);
  width: 280px;
  max-width: calc(100vw - 40px);
  border: 1px solid var(--aq-line);
  padding: 15px;
  box-shadow: 0 12px 24px rgba(11, 23, 51, 0.16); }

/* line 53, theme.scss */
.aq-menu nav a {
  display: block;
  padding: 11px 14px; }

/* line 54, theme.scss */
.aq-menu nav a:hover {
  background: #edf3fd;
  text-decoration: none; }

/* Hero */
/* line 57, theme.scss */
.aq-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--aq-navy);
  background-image: url("aq-symbols.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  padding: 30px 0 42px; }

/* line 58, theme.scss */
.aq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 33, 61, 0.92) 0%, rgba(19, 33, 61, 0.9) 38%, rgba(19, 33, 61, 0.82) 62%, rgba(19, 33, 61, 0.78) 100%), radial-gradient(ellipse 38% 34% at 25% 47%, rgba(19, 33, 61, 0.98) 0%, rgba(19, 33, 61, 0.97) 44%, rgba(19, 33, 61, 0.85) 62%, rgba(19, 33, 61, 0.22) 78%, rgba(19, 33, 61, 0) 100%), radial-gradient(ellipse 26% 16% at 24% 62%, rgba(19, 33, 61, 0.97) 0%, rgba(19, 33, 61, 0.94) 56%, rgba(19, 33, 61, 0.24) 78%, rgba(19, 33, 61, 0) 100%);
  pointer-events: none; }

/* line 59, theme.scss */
.aq-hero > .aq-wrap {
  position: relative;
  z-index: 1; }

/* line 60, theme.scss */
.aq-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #c1cee6;
  font-size: 10px;
  letter-spacing: 1.8px;
  margin-bottom: 40px; }

/* line 61, theme.scss */
.aq-hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 52px;
  align-items: center; }

/* line 62, theme.scss */
.aq-kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1.5; }

/* line 63, theme.scss */
.aq-hero-copy > .aq-kicker {
  color: #cbd8ef;
  margin-bottom: 22px; }

/* line 64, theme.scss */
.aq h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -2.9px; }

/* line 65, theme.scss */
.aq h1 span {
  color: #72acff; }

/* line 66, theme.scss */
.aq-lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 490px; }

/* line 67, theme.scss */
.aq-hero-copy > .aq-lead {
  color: #deE6f3;
  margin: 26px 0 30px;
  font-size: 16px;
  max-width: 440px;
  text-shadow: 0 1px 0 rgba(8, 14, 28, 0.18); }

/* line 68, theme.scss */
.aq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 15px 23px;
  background: var(--aq-navy);
  color: white!important;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease,transform .2s ease; }

/* line 69, theme.scss */
.aq-btn:hover {
  background: #304773;
  text-decoration: none!important;
  transform: translateY(-1px); }

/* line 70, theme.scss */
.aq-btn-blue {
  background: #4e92fb;
  color: #0c2347!important; }

/* line 71, theme.scss */
.aq-btn-blue:hover {
  background: #78adff; }

/* line 72, theme.scss */
.aq-btn-outline {
  background: transparent;
  border-color: #92a3bf; }

/* line 73, theme.scss */
.aq-btn:disabled {
  opacity: .55;
  cursor: wait; }

/* line 74, theme.scss */
.aq-hero-photo {
  align-self: center;
  border: 1px solid #586480;
  background: #162641; }

/* line 75, theme.scss */
.aq-hero-photo > a {
  display: block;
  position: relative;
  overflow: hidden; }

/* line 76, theme.scss */
.aq-hero-photo img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center 55%; }

/* line 77, theme.scss */
.aq-hero-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #c0cee5; }

/* line 78, theme.scss */
.aq-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #51607e;
  margin-top: 46px;
  padding-top: 24px; }

/* line 79, theme.scss */
.aq-facts > div {
  padding-left: 32px;
  border-left: 1px solid #51607e; }

/* line 80, theme.scss */
.aq-facts > div:first-child {
  padding-left: 0;
  border: 0; }

/* line 81, theme.scss */
.aq-facts strong {
  display: block;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 400; }

/* line 82, theme.scss */
.aq-facts small {
  font-size: 18px; }

/* line 83, theme.scss */
.aq-facts span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #bfcde6; }

/* Common sections */
/* line 86, theme.scss */
.aq-section {
  padding: 100px 0;
  scroll-margin-top: 20px;
  background: #fff; }

/* line 87, theme.scss */
.aq-section-head {
  display: grid;
  grid-template-columns: .65fr 1.5fr 1fr;
  gap: 35px;
  align-items: start;
  margin-bottom: 52px; }

/* line 88, theme.scss */
.aq-section-head > .aq-kicker {
  padding-top: 10px;
  color: #53647e; }

/* line 89, theme.scss */
.aq h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: 700; }

/* line 90, theme.scss */
.aq-section-head > p:last-child {
  font-size: 15px;
  color: #536178;
  padding-top: 7px; }

/* line 91, theme.scss */
.aq-section-tint {
  background: var(--aq-soft); }

/* line 92, theme.scss */
.aq h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.6px;
  font-weight: 700; }

/* line 93, theme.scss */
.aq-note {
  font-size: 13px;
  line-height: 1.6;
  color: #536178; }

/* line 94, theme.scss */
.aq-text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #96a7bd;
  padding-bottom: 5px; }

/* Services */
/* line 97, theme.scss */
.aq-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--aq-line);
  border-left: 1px solid var(--aq-line); }

/* line 98, theme.scss */
.aq-services > article, .aq-services > .aq-service-link {
  padding: 32px;
  min-height: 250px;
  border-right: 1px solid var(--aq-line);
  border-bottom: 1px solid var(--aq-line); }

/* line 99, theme.scss */
.aq-services > article > span, .aq-service-link > span:first-child {
  font-size: 11px;
  color: #53647e;
  letter-spacing: 1px; }

/* line 100, theme.scss */
.aq-services h3 {
  margin: 20px 0 14px; }

/* line 101, theme.scss */
.aq-service-icon {
  width: 72px;
  height: 72px;
  margin-top: 26px; }

/* line 102, theme.scss */
.aq-services p {
  font-size: 14px;
  line-height: 1.6;
  color: #536178;
  max-width: 310px; }

/* line 103, theme.scss */
.aq-service-link {
  display: block;
  background: #eaf2ff;
  position: relative;
  transition: background .2s ease; }

/* line 104, theme.scss */
.aq-service-link:hover {
  background: #dceaff;
  text-decoration: none!important; }

/* line 105, theme.scss */
.aq-large-arrow {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 42px;
  color: #235ab2; }

/* Supplied brand symbolism */
/* line 108, theme.scss */
.aq-identity {
  background: var(--aq-navy);
  overflow: hidden; }

/* line 109, theme.scss */
.aq-identity img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  object-position: center; }

/* Vessel and large imagery */
/* line 112, theme.scss */
.aq-vessel-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 58px;
  align-items: start; }

/* line 113, theme.scss */
.aq-specs {
  border-top: 1px solid #bcc7d5; }

/* line 114, theme.scss */
.aq-specs > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #d0d8e2;
  padding: 16px 0;
  font-size: 14px; }

/* line 115, theme.scss */
.aq-specs dt {
  color: #536178; }

/* line 116, theme.scss */
.aq-specs dd {
  font-weight: 700;
  text-align: right;
  margin: 0; }

/* line 117, theme.scss */
.aq-vessel-grid .aq-text-link {
  margin-top: 26px; }

/* line 118, theme.scss */
.aq-equipment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px; }

/* line 119, theme.scss */
.aq-equipment img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  background: #293d55; }

/* line 120, theme.scss */
.aq-equipment figcaption, .aq-gallery figcaption {
  font-size: 12px;
  color: #536178;
  padding-top: 12px; }

/* Photo interaction and gallery */
/* line 123, theme.scss */
.aq-photo-card > a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #24364f;
  cursor: zoom-in; }

/* line 124, theme.scss */
.aq-photo-card > a img {
  transition: transform .35s ease,filter .35s ease; }

/* line 125, theme.scss */
.aq-photo-card > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 27, 55, 0);
  transition: background .35s ease;
  pointer-events: none; }

/* line 126, theme.scss */
.aq-photo-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background: rgba(19, 33, 61, 0.88);
  color: #fff;
  padding: 9px 12px;
  font-size: 11px;
  letter-spacing: .4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease,transform .25s ease;
  pointer-events: none; }

/* line 127, theme.scss */
.aq-photo-card > a:hover img {
  transform: scale(1.035);
  filter: saturate(1.04); }

/* line 128, theme.scss */
.aq-photo-card > a:hover::after {
  background: rgba(10, 27, 55, 0.08); }

/* line 129, theme.scss */
.aq-photo-card > a:hover .aq-photo-open, .aq-photo-card > a:focus-visible .aq-photo-open {
  opacity: 1;
  transform: translateY(0); }

/* line 130, theme.scss */
.aq-gallery-section {
  background: #fff; }

/* line 131, theme.scss */
.aq-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 26px; }

/* line 132, theme.scss */
.aq-gallery .aq-photo-card > a {
  height: 430px; }

/* line 133, theme.scss */
.aq-gallery .aq-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 134, theme.scss */
.aq-gallery .aq-gallery-wide {
  grid-row: span 2; }

/* line 135, theme.scss */
.aq-gallery .aq-gallery-wide > a {
  height: 894px; }

/* Geography */
/* line 138, theme.scss */
.aq-geography {
  position: relative;
  overflow: hidden;
  background-color: #1e2e55;
  background-image: url("aq-symbols.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }

/* line 139, theme.scss */
.aq-geography::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 33, 61, 0.94) 0%, rgba(19, 33, 61, 0.9) 38%, rgba(19, 33, 61, 0.88) 64%, rgba(19, 33, 61, 0.83) 100%);
  pointer-events: none; }

/* line 140, theme.scss */
.aq-geography > .aq-wrap {
  position: relative;
  z-index: 1; }

/* line 141, theme.scss */
.aq-area-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 110px;
  align-items: center; }

/* line 142, theme.scss */
.aq-area-grid h2 {
  margin: 26px 0;
  color: white; }

/* line 143, theme.scss */
.aq-area-grid .aq-lead {
  color: #cfdaeb; }

/* line 144, theme.scss */
.aq-ports {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 38px; }

/* line 145, theme.scss */
.aq-ports span {
  padding: 7px 13px;
  border: 1px solid #5d6c87;
  font-size: 13px; }

/* line 146, theme.scss */
.aq-area-grid h3 {
  margin-bottom: 15px; }

/* line 147, theme.scss */
.aq-area-grid h3 + p {
  color: #cfdaeb; }

/* line 148, theme.scss */
.aq-area-grid .aq-note {
  color: #b6c6df;
  margin: 22px 0 30px;
  max-width: 440px; }

/* line 149, theme.scss */
.aq-area-grid .aq-kicker, .aq-area-grid .aq-lead, .aq-area-grid p, .aq-area-grid h3, .aq-area-grid span {
  position: relative; }

/* line 150, theme.scss */
.aq-map {
  width: 100%;
  max-width: 425px;
  justify-self: end; }

/* line 151, theme.scss */
.aq-map img {
  width: 100%;
  height: auto;
  border: 1px solid #455477; }

/* Contacts */
/* line 154, theme.scss */
.aq-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center; }

/* line 155, theme.scss */
.aq-contact-grid h2 {
  margin: 25px 0;
  font-size: 56px; }

/* line 156, theme.scss */
.aq-contact-grid h2 span {
  color: #235ab2; }

/* line 157, theme.scss */
.aq-contact-grid .aq-lead {
  color: #536178;
  font-size: 16px; }

/* line 158, theme.scss */
.aq-contact-card {
  background: var(--aq-soft);
  padding: 44px; }

/* line 159, theme.scss */
.aq-contact-card h3 {
  margin: 22px 0 20px;
  font-size: 28px; }

/* line 160, theme.scss */
.aq-contact-phone {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.7px;
  line-height: 1.4; }

/* line 161, theme.scss */
.aq-contact-email {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  overflow-wrap: anywhere; }

/* line 162, theme.scss */
.aq-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin: 30px 0; }

/* Footer */
/* line 166, theme.scss */
.aq-footer {
  background: var(--aq-deep);
  color: white;
  padding: 45px 0 28px; }

/* line 167, theme.scss */
.aq-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-bottom: 35px; }

/* line 168, theme.scss */
.aq-footer-top p, .aq-footer-top > a:last-child {
  font-size: 13px;
  color: #c6d1e5; }

/* line 169, theme.scss */
.aq-footer-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 28px 60px;
  padding-bottom: 34px;
  max-width: 760px; }

/* line 170, theme.scss */
.aq-footer-menu {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 171, theme.scss */
.aq .aq-footer-menu h2 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 12px;
  color: white; }

/* line 172, theme.scss */
.aq-footer-menu a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 0;
  min-height: 40px;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #d1dcee; }

/* line 173, theme.scss */
.aq-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #3e4d67;
  padding-top: 25px;
  font-size: 11px;
  color: #b6c4dc; }

/* Lightbox: links still open the original image normally if JavaScript is unavailable. */
/* line 176, theme.scss */
body.aq-lightbox-open {
  overflow: hidden; }

/* line 177, theme.scss */
.aq-lightbox[hidden] {
  display: none; }

/* line 178, theme.scss */
.aq-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(5, 14, 31, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 28px 28px; }

/* line 179, theme.scss */
.aq-lightbox-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px; }

/* line 180, theme.scss */
.aq-lightbox-dialog img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.34); }

/* line 181, theme.scss */
.aq-lightbox-dialog p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  min-height: 20px; }

/* line 182, theme.scss */
.aq-lightbox-close {
  position: absolute;
  right: 24px;
  top: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer; }

/* line 183, theme.scss */
.aq-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.16); }

/* Keep legal and information pages readable without hiding their header. */
/* line 186, theme.scss */
body[data-theme-template="page"] main {
  overflow-wrap: anywhere;
  padding-bottom: 35px; }

/* line 187, theme.scss */
body[data-theme-template="page"] main table {
  display: block;
  max-width: 100%;
  overflow-x: auto; }

@media (max-width: 1150px) {
  /* line 190, theme.scss */
  .aq-header-row {
    gap: 18px; }

  /* line 190, theme.scss */
  .aq-desktop-nav {
    gap: 16px; }

  /* line 190, theme.scss */
  .aq-header-phone {
    display: none; }

  /* line 190, theme.scss */
  .aq-menu {
    margin-left: auto; }

  /* line 191, theme.scss */
  .aq-section-head {
    grid-template-columns: 1fr 2fr; }

  /* line 191, theme.scss */
  .aq-section-head > p:last-child {
    grid-column: 2; }

  /* line 192, theme.scss */
  .aq-hero-grid {
    gap: 30px; }

  /* line 192, theme.scss */
  .aq h1 {
    font-size: 64px; }

  /* line 192, theme.scss */
  .aq-hero-photo img {
    height: 470px; }

  /* line 193, theme.scss */
  .aq-vessel-grid {
    grid-template-columns: 1fr;
    gap: 38px; }

  /* line 193, theme.scss */
  .aq-equipment-grid {
    max-width: 920px; }

  /* line 194, theme.scss */
  .aq-area-grid {
    gap: 55px; }

  /* line 194, theme.scss */
  .aq-contact-grid {
    gap: 40px; }

  /* line 194, theme.scss */
  .aq-contact-card {
    padding: 30px; }

  /* line 194, theme.scss */
  .aq-actions {
    gap: 17px; }

  /* line 195, theme.scss */
  .aq-services > article, .aq-services > .aq-service-link {
    padding: 25px; }

  /* line 196, theme.scss */
  .aq-gallery .aq-photo-card > a {
    height: 380px; }

  /* line 196, theme.scss */
  .aq-gallery .aq-gallery-wide > a {
    height: 794px; } }
@media (max-width: 767px) {
  /* line 200, theme.scss */
  .aq-wrap {
    width: calc(100% - 40px); }

  /* line 201, theme.scss */
  .aq-hero {
    background-position: center top; }

  /* line 201, theme.scss */
  .aq-header-row {
    min-height: 102px;
    padding-top: 18px;
    padding-bottom: 18px; }

  /* line 201, theme.scss */
  .aq-brand {
    width: 225px; }

  /* line 201, theme.scss */
  .aq-brand span {
    font-size: 9px;
    letter-spacing: 1.5px; }

  /* line 201, theme.scss */
  .aq-desktop-nav {
    display: none; }

  /* line 202, theme.scss */
  .aq-hero {
    padding-top: 23px; }

  /* line 202, theme.scss */
  .aq-hero-top {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 30px; }

  /* line 202, theme.scss */
  .aq-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px; }

  /* line 202, theme.scss */
  .aq h1 {
    font-size: 56px;
    letter-spacing: -2px; }

  /* line 203, theme.scss */
  .aq-hero-copy > .aq-kicker {
    font-size: 10px;
    margin-bottom: 19px; }

  /* line 203, theme.scss */
  .aq-hero-copy > .aq-lead {
    max-width: 500px;
    font-size: 16px;
    margin: 22px 0 25px; }

  /* line 203, theme.scss */
  .aq-hero-photo img {
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover; }

  /* line 203, theme.scss */
  .aq-hero-photo figcaption {
    padding: 14px 16px;
    font-size: 9px; }

  /* line 204, theme.scss */
  .aq-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 0;
    margin-top: 30px;
    padding-top: 23px; }

  /* line 204, theme.scss */
  .aq-facts > div {
    padding-left: 25px; }

  /* line 204, theme.scss */
  .aq-facts > div:nth-child(3) {
    padding-left: 0;
    border: 0; }

  /* line 204, theme.scss */
  .aq-facts strong {
    font-size: 34px; }

  /* line 204, theme.scss */
  .aq-facts small {
    font-size: 17px; }

  /* line 205, theme.scss */
  .aq-section {
    padding: 62px 0; }

  /* line 205, theme.scss */
  .aq-section-head {
    display: block;
    margin-bottom: 34px; }

  /* line 205, theme.scss */
  .aq-section-head > .aq-kicker {
    padding: 0;
    margin-bottom: 18px; }

  /* line 205, theme.scss */
  .aq h2 {
    font-size: 35px;
    letter-spacing: -1px; }

  /* line 205, theme.scss */
  .aq-section-head > p:last-child {
    max-width: 480px;
    margin-top: 20px; }

  /* line 206, theme.scss */
  .aq-services {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 206, theme.scss */
  .aq-services > article, .aq-services > .aq-service-link {
    padding: 23px;
    min-height: 240px; }

  /* line 206, theme.scss */
  .aq-services h3 {
    font-size: 20px;
    overflow-wrap: anywhere; }

  /* line 206, theme.scss */
  .aq-services p {
    font-size: 14px; }

  /* line 206, theme.scss */
  .aq-service-icon {
    width: 64px;
    height: 64px;
    margin-top: 22px; }

  /* line 207, theme.scss */
  .aq-vessel-grid {
    grid-template-columns: 1fr;
    gap: 35px; }

  /* line 207, theme.scss */
  .aq-equipment-grid {
    grid-template-columns: 1fr;
    gap: 26px; }

  /* line 207, theme.scss */
  .aq-equipment img {
    height: auto;
    aspect-ratio: 4/3; }

  /* line 208, theme.scss */
  .aq-gallery {
    grid-template-columns: 1fr;
    gap: 28px; }

  /* line 208, theme.scss */
  .aq-gallery .aq-gallery-wide {
    grid-row: auto; }

  /* line 208, theme.scss */
  .aq-gallery .aq-photo-card > a, .aq-gallery .aq-gallery-wide > a {
    height: auto;
    aspect-ratio: 4/3; }

  /* line 208, theme.scss */
  .aq-gallery .aq-photo-card img {
    height: 100%; }

  /* line 209, theme.scss */
  .aq-photo-open {
    opacity: 1;
    transform: none;
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    background: rgba(19, 33, 61, 0.76); }

  /* line 210, theme.scss */
  .aq-area-grid {
    grid-template-columns: 1fr;
    gap: 40px; }

  /* line 210, theme.scss */
  .aq-map {
    justify-self: center;
    width: 100%;
    max-width: 420px; }

  /* line 211, theme.scss */
  .aq-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px; }

  /* line 211, theme.scss */
  .aq-contact-grid h2 {
    font-size: 40px; }

  /* line 211, theme.scss */
  .aq-contact-card {
    padding: 28px; }

  /* line 211, theme.scss */
  .aq-contact-phone {
    font-size: 25px; }

  /* line 212, theme.scss */
  .aq-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px; }

  /* line 212, theme.scss */
  .aq-footer-navigation {
    grid-template-columns: 1fr;
    gap: 24px; }

  /* line 212, theme.scss */
  .aq-footer-menu {
    border-top: 1px solid #3e4d67;
    padding-top: 22px; }

  /* line 212, theme.scss */
  .aq-footer-bottom {
    flex-direction: column;
    gap: 18px; }

  /* line 213, theme.scss */
  .aq-lightbox {
    padding: 68px 16px 20px; }

  /* line 213, theme.scss */
  .aq-lightbox-close {
    right: 14px;
    top: 14px; }

  /* line 213, theme.scss */
  .aq-lightbox-dialog img {
    max-height: calc(100vh - 135px); }

  /* line 214, theme.scss */
  .aq-specs > div {
    gap: 15px;
    font-size: 13px; } }
@media (max-width: 430px) {
  /* line 218, theme.scss */
  .aq-services {
    grid-template-columns: 1fr; }

  /* line 218, theme.scss */
  .aq-services > article, .aq-services > .aq-service-link {
    min-height: 0;
    padding: 26px; }

  /* line 218, theme.scss */
  .aq-services h3 {
    font-size: 23px;
    margin: 15px 0; }

  /* line 218, theme.scss */
  .aq-services h3 br {
    display: none; }

  /* line 218, theme.scss */
  .aq-services > .aq-service-link {
    min-height: 190px; }

  /* line 218, theme.scss */
  .aq-services p {
    max-width: 100%; }

  /* line 219, theme.scss */
  .aq-contact-phone {
    font-size: 23px; }

  /* line 219, theme.scss */
  .aq-contact-email {
    font-size: 16px; }

  /* line 219, theme.scss */
  .aq-contact-card {
    padding: 24px; }

  /* line 219, theme.scss */
  .aq-hero-top {
    gap: 12px;
    font-size: 7px; }

  /* line 219, theme.scss */
  .aq-hero-top span:last-child {
    white-space: nowrap; }

  /* line 219, theme.scss */
  .aq h1 {
    font-size: 48px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 223, theme.scss */
  .aq * {
    scroll-behavior: auto;
    transition: none!important; } }
/* V5: native InSales feedback form */
/* line 227, theme.scss */
.aq-feedback-form {
  margin-top: 26px;
  position: relative; }

/* line 228, theme.scss */
.aq-honeypot {
  position: absolute!important;
  left: -10000px!important;
  top: auto!important;
  width: 1px!important;
  height: 1px!important;
  overflow: hidden!important; }

/* line 229, theme.scss */
.aq-form-success {
  display: none;
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #dfe9dd;
  border-left: 3px solid #3f7b4c;
  color: #203b27;
  font-size: 14px;
  line-height: 1.45; }

/* line 230, theme.scss */
.aq-form-success.is-show {
  display: block; }

/* line 231, theme.scss */
.aq-form-field {
  margin-bottom: 18px; }

/* line 232, theme.scss */
.aq-form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #42516a; }

/* line 233, theme.scss */
.aq-form-field input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #bdc6d2;
  background: #fff;
  color: var(--aq-ink);
  font: inherit;
  font-size: 16px;
  border-radius: 0;
  outline: none;
  transition: border-color .18s ease,box-shadow .18s ease,background .18s ease; }

/* line 234, theme.scss */
.aq-form-field input::placeholder {
  color: #8b96a7;
  opacity: 1; }

/* line 235, theme.scss */
.aq-form-field input:focus {
  border-color: #355f9e;
  box-shadow: 0 0 0 3px rgba(53, 95, 158, 0.12); }

/* line 236, theme.scss */
.aq-form-field.is-error input, .aq-form-agree.is-error {
  border-color: #b54b4b; }

/* line 237, theme.scss */
.aq-form-error {
  min-height: 18px;
  margin-top: 5px;
  color: #a43f3f;
  font-size: 12px;
  line-height: 1.4; }

/* line 238, theme.scss */
.aq-form-agree {
  margin: 4px 0 20px; }

/* line 239, theme.scss */
.aq-form-agree > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #5a6678;
  font-size: 12px;
  line-height: 1.5; }

/* line 240, theme.scss */
.aq-form-agree input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #1e2e55; }

/* line 241, theme.scss */
.aq-form-agree a {
  text-decoration: underline;
  text-underline-offset: 2px; }

/* line 242, theme.scss */
.aq-captcha-area {
  margin: 0;
  min-height: 0; }

/* line 243, theme.scss */
.aq-captcha-area > .aq-form-error:empty {
  display: none; }

/* line 244, theme.scss */
.aq-form-submit {
  width: 100%;
  justify-content: space-between;
  border-radius: 0; }

/* line 245, theme.scss */
.aq-contact-direct {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #ccd3dc;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 246, theme.scss */
.aq-contact-direct > span {
  margin-bottom: 8px;
  color: #6d7788;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em; }

/* line 247, theme.scss */
.aq-contact-direct > strong {
  font-size: 16px;
  margin-bottom: 2px; }

/* line 248, theme.scss */
.aq-contact-direct .aq-contact-phone {
  font-size: 24px;
  margin-top: 4px; }

/* line 249, theme.scss */
.aq-contact-direct .aq-contact-email {
  font-size: 15px; }

@media (max-width: 430px) {
  /* line 251, theme.scss */
  .aq-form-field input {
    height: 52px;
    font-size: 16px; }

  /* line 251, theme.scss */
  .aq-form-submit {
    min-height: 52px; }

  /* line 251, theme.scss */
  .aq-contact-direct .aq-contact-phone {
    font-size: 21px; } }
