:root {
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.slide-image-container {
  z-index: -1;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body {
  color: #fff;
  font-family: "Source Serif 4", sans-serif;
  font-size: 1rem;
}

.bg-light-blue {
  background-color: #bbdefb;
}

.style-wrap {
  background-color: gray;
}

.heading-1 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Serif 4", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-light-blue {
  color: #42a5f5;
}

.cap-text {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.bg-skyblue {
  background-color: #42a5f5;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
}

.styleguide-parent {
  border-top: 1px solid #000;
  border-bottom: 1px solid #c4c4c4;
  justify-content: flex-start;
  align-items: center;
  padding: 55px;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 5vw;
}

.bg-blue {
  background-color: #0d47a1;
}

.bg-darkblue {
  background-color: #03256c;
}

.heading-4 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-4.text-black {
  color: #000;
}

.heading-5 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-5.centre-text {
  text-align: center;
}

.button-text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.heading-3 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-3.text-grey {
  color: #0009;
  font-size: 4rem;
}

.heading-3.comp {
  font-size: 3.6rem;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.small-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
}

.small-paragraph.centre-text {
  text-align: center;
}

.text-white {
  color: #fff;
}

.body-2 {
  font-family: "Source Serif 4", sans-serif;
}

.hero {
  height: 100svh;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.hero.about {
  z-index: -2;
  background-color: #0081af;
  height: 100svh;
}

.top-tag {
  z-index: 11;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  padding: 1.2rem 1.875rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.top-tag.fixed {
  z-index: 10;
  background-color: #0081af;
  position: relative;
  inset: 0% 0% auto;
}

.nav-logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo-div.opacity-zero, .home-div.opacity-zero {
  opacity: 0;
}

.div-block {
  height: 100%;
}

.content-div {
  height: 100%;
  position: relative;
}

.fixed-nav {
  border-right: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 17.5rem;
  max-width: 20rem;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.fixed-nav.fixed {
  z-index: 9;
  background-color: #0081af;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.fixed-nav.new-fixed {
  z-index: 0;
  background-color: #0081af;
  border-right-style: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 17.5rem;
  max-width: 20rem;
  padding-top: 8rem;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem 10.5rem 4rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-FF137612.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  height: 100%;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 10.4rem;
}

.hero-content.crew {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-FF137620.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-content.compliance {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-Vessel-Aerial-1-shoot-27-of-61.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content.leadership {
  background-color: #00abe7;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 4rem;
}

.hero-content.technical-management {
  background-image: url('../images/Rectangle-304-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-content.crew-management {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-Vessel-Aerial-1-shoot-8-of-61.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-content.technical-management {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-Vessel-Aerial-1-shoot-24-of-61.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-content.leadership-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-SBP09853.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-content.hero {
  justify-content: flex-start;
}

.hero-header-div {
  z-index: 2;
  position: relative;
}

.botton-hero-div {
  z-index: 4;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.scroll-paragraph {
  justify-content: center;
  align-items: flex-end;
  width: 60ch;
  display: flex;
}

.scroll-paragraph.mobilee {
  justify-content: flex-start;
  align-items: flex-end;
}

.about-us-hero {
  background-color: #0081af;
  flex-flow: column;
  justify-content: space-between;
  width: 170px;
  height: 165px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rrow-div {
  justify-content: flex-end;
  display: flex;
}

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

.link {
  color: #fff;
  background-color: #fff0;
  border-radius: 10px;
  height: 40px;
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0% 0% 0% -12px;
}

.link.w--current {
  color: #ffffffe6;
  background-color: #0006;
  text-decoration: none;
  left: 0;
}

.link.reduced-leftpadding {
  padding-right: 6px;
}

.div-block-2 {
  display: inline-block;
}

.link-block {
  width: auto;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.underline {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0;
  transform: translate(-100%);
}

.absolute-img {
  z-index: -1;
  position: absolute;
  inset: -15% 0% 0% auto;
}

.absolute-img.about-img {
  z-index: 0;
  inset: auto 0% 0% auto;
}

.div-block-3 {
  position: relative;
}

.track {
  background-color: #0081af;
  height: 280vw;
}

.track.crew-section {
  height: 400vw;
}

.track.compliance {
  height: 200vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.frame {
  height: 100%;
  display: flex;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
}

.item {
  flex: none;
  width: auto;
  height: 100%;
}

.div-block-5 {
  height: 100%;
  display: flex;
}

.ff {
  width: 20%;
}

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

.about-second-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #c9edfa;
  flex-flow: column;
  justify-content: center;
  width: 70vw;
  height: 100%;
  padding: 4rem 5rem 2rem;
  display: flex;
}

.core-values-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.core-values-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
  display: flex;
}

.greyline {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.second-item {
  flex: none;
  width: 80vw;
  height: 100vh;
}

.large-paragraph {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.875rem;
}

.third-content-section {
  height: 100%;
  display: flex;
}

.left-client-content {
  background-color: #00abe7;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70vw;
  padding-top: 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.right-img-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-FF137620.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  padding-bottom: 5rem;
  padding-right: 3.5rem;
  display: flex;
}

.right-img-div.compliance {
  background-image: url('../images/Copy-of-SBP09853.webp');
  background-position: 100%;
  background-size: cover;
}

.about-client-div {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.arrow-link {
  background-color: #0081af;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.arrow-link.white {
  background-color: #fff;
}

.page-wrap {
  display: block;
  overflow: visible;
}

.seamless-item {
  flex: none;
  width: auto;
  height: 100%;
}

.seamless-client-content-copy {
  background-color: #00abe7;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 5rem;
  padding-left: 7rem;
  padding-right: 6rem;
  display: flex;
}

.seamless-content {
  background-color: #00abe7;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 6rem;
  display: flex;
}

.text-block-2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
}

.white-line {
  background-color: #fff;
  width: 1px;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.img-wrap {
  flex: none;
  padding-left: 8rem;
}

.div-block-7 {
  width: 80ch;
}

.right-img-div-copy {
  background-image: url('../images/Rectangle-309.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 5rem;
  padding-right: 3.5rem;
  display: flex;
}

.compliance-second-section {
  height: 100%;
  display: flex;
}

.heading-3b {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.left-compliance {
  background-color: #00abe7;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  padding-top: 5rem;
  padding-left: 6rem;
  padding-right: 4rem;
  display: flex;
}

.leadership-h {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.ff-copy {
  z-index: 89;
  width: 20%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.technical--mgt-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 4rem 5rem 2rem;
  display: flex;
}

.technical--mgt-wrap-copy {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4rem 5rem 2rem;
  display: flex;
}

.section-wrapper {
  background-color: #0081af;
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.section-wrapper.contact-us {
  height: 100svh;
  padding-bottom: 0;
}

.section-height {
  width: 100%;
  height: 500vw;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-scroll {
  overflow: hidden;
}

.track2 {
  flex: none;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.track-flex {
  margin-right: -100vw;
  padding-top: 9vh;
  padding-left: 17.5rem;
  display: flex;
}

.crew-hero-wrap {
  width: 90vw;
  height: 100%;
}

.top-tag-copy {
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  padding: 1.2rem 1.875rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.top-tag-copy.fixed {
  z-index: 10;
  background-color: #0081af;
  position: relative;
  inset: 0% 0% auto;
}

.top-tag-copy.fixed-copy {
  z-index: 10;
  background-color: #0081af;
  position: fixed;
  inset: 0% 0% auto;
}

.crew-mgt-section2 {
  width: 50vw;
  height: 100%;
}

.div-block-8 {
  height: 100%;
}

.cms2-wrap {
  border-right: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 4rem 3rem 4rem 4rem;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-7 {
  font-size: 12.5rem;
  font-weight: 400;
  line-height: .6;
}

.crew-mgt-section3 {
  width: 300vw;
  height: 100%;
  padding-right: 40px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.section_timeline14 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline14_progress-bar {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: #fff;
  width: 10%;
  height: 3px;
  transition: width .2s;
  position: absolute;
  top: 3.5rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.timeline14_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4rem;
  height: .5rem;
  position: absolute;
  bottom: .75rem;
  right: 0%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.timeline14_tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  overflow: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline14_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(270deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4rem;
  height: 6px;
  position: absolute;
  bottom: .75rem;
  left: 0%;
}

.timeline14_tab-progress {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.timeline14_tab-progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.timeline14_tabs {
  flex-direction: column;
  display: flex;
}

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

.timeline14_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  transition: color .2s;
  display: flex;
}

.timeline14_tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #1e51f71a;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.timeline14_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.heading-style-h3 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeline-14-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  display: none;
}

.timeline14_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 3rem;
  display: flex;
}

.text-size-medium {
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
  line-height: 22px;
}

.timeline14_component {
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.timeline14_circle {
  z-index: 2;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.timeline14_tab-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline14_instructions-callout-image {
  margin-top: 1.5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.timeline14_tab-change {
  display: none;
}

.div-block-10 {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 20px;
}

.nnn {
  font-size: 24px;
}

.crew-mgt-section4 {
  background-image: url('../images/Copy-of-Vessel-Aerial-1-shoot-24-of-61.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 100%;
  padding-bottom: 5rem;
  padding-right: 3rem;
  display: flex;
}

.tech-mgt-section2 {
  width: 70vw;
  height: 100%;
}

.tms2-wrap {
  background-color: #fff;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4rem 7.5rem 4rem 7rem;
  display: flex;
}

.tech-mgt-section3 {
  background-color: #fff;
  width: auto;
  height: 100%;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.div-block-11 {
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30vw;
  padding: 2rem;
  display: flex;
}

.paragraph-2 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
}

.heading-8 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
}

.paragraph-3 {
  color: #0009;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.crew-mgt-section5 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  height: 100%;
  padding: 4rem 4rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-mgt-div {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.tech-mgt-last-sec {
  background-image: url('../images/Copy-of-Vessel-Aerial-1-shoot-27-of-61.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 100%;
  padding-bottom: 5rem;
  padding-right: 3rem;
  display: flex;
}

.leadership-items {
  background-color: #00abe7;
  width: auto;
  height: 100%;
  padding: 5.625rem 8.75rem;
}

.leadership-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.top-align-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-align-div.bottom {
  justify-content: flex-end;
  align-items: center;
}

.bio-content {
  flex: none;
}

.bio-details {
  margin-top: 2.5rem;
}

.leadership-last-section {
  background-image: url('../images/Copy-of-SBP03800.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 100%;
  padding-bottom: 5rem;
  padding-right: 3rem;
  display: flex;
}

.contact-info {
  border-top: 1px solid #fff;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.left-contact {
  margin-right: 10px;
}

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

.contact-link {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}

.cmpliance-text-div {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.crew-maning-last-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Copy-of-Vessel-Aerial-1-shoot-8-of-61.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  padding-bottom: 5rem;
  padding-right: 3.5rem;
  display: flex;
}

.mini-arrow {
  width: 1.5rem;
}

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

.div-block-13 {
  z-index: 9;
  background-color: #000;
  width: 20vw;
  height: 20vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-menu-btn {
  z-index: 9;
  cursor: pointer;
  background-color: #0081af;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 20vw;
  height: 20vh;
  padding: 10.5vh 1.875rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-menu-btn.home-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  display: none;
}

.menu-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem .5rem;
  display: flex;
}

.white-line-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.menu-white-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.black-overlay {
  z-index: 8;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: none;
}

.close-paragraph {
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}

.open-text {
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.legal-cont {
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.padding-global-2 {
  padding: 40px 60px;
  position: relative;
}

.legal-rich-text {
  color: #000a37;
  width: 500px;
}

.legal-cont-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 66px;
  display: flex;
}

.padding-global-3 {
  padding: 40px 60px;
  position: relative;
}

.crew-hero-wrap-copy {
  height: 100%;
  margin-left: 17rem;
  padding-top: 10vh;
}

.image-3 {
  width: 1.5rem;
}

.timeline17_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, );
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .375rem;
  right: 0%;
}

.timeline17_item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.timeline17_list {
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
}

.timeline17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.timeline17_fade-overlay-left {
  z-index: 1;
  background-image: linear-gradient(90deg, , #fff0);
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .375rem;
  left: 0%;
}

.timeline17_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.timeline17_item-content {
  text-align: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.timeline17_circle {
  z-index: 2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  box-shadow: 0 0 0 8px #0081af;
}

.timeline17_progress-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.timeline17_progress-line.is-small-mobile {
  background-color: #fff;
}

.flip-logo {
  opacity: .5;
  width: 30px;
  margin-top: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .fixed-nav.new-fixed, .fixed-nav.mobile {
    display: none;
  }

  .hero-content {
    padding-top: 5.5rem;
  }

  .hero-content.leadership {
    padding-right: 3rem;
  }

  .third-content-section {
    flex-flow: column;
  }

  .left-client-content {
    width: auto;
    padding-bottom: 5rem;
  }

  .right-img-div.compliance {
    width: auto;
    height: 100svh;
  }

  .section-wrapper {
    padding-bottom: 0;
  }

  .section-height {
    height: auto;
  }

  .sticky-wrapper {
    position: relative;
  }

  .sticky-element.disable-scroll {
    position: relative;
    top: auto;
    overflow: visible;
  }

  .track2 {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
  }

  .track-flex {
    flex-flow: column;
    margin-right: 0;
    padding-left: 0;
  }

  .crew-hero-wrap {
    width: 100%;
  }

  .crew-mgt-section2, .crew-mgt-section3 {
    width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline14_tab-link {
    cursor: pointer;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .crew-mgt-section4 {
    width: auto;
    height: 100svh;
  }

  .tech-mgt-section2 {
    width: auto;
  }

  .grid-2-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    width: auto;
  }

  .crew-mgt-section5 {
    width: auto;
    padding-bottom: 4rem;
  }

  .tech-mgt-last-sec {
    width: auto;
    padding-top: 5rem;
  }

  .contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .right-contact {
    flex-flow: column;
  }

  .mobile-menu-btn, .mobile-menu-btn.home-menu {
    display: flex;
  }

  .padding-global-2, .padding-global-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .crew-hero-wrap-copy {
    width: 100%;
  }

  .timeline17_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .div-block-14, .div-block-15 {
    z-index: 9;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 70px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .heading-4 {
    font-size: 40px;
  }

  .heading-4.text-black {
    font-size: 30px;
  }

  .heading-3, .heading-2 {
    font-size: 40px;
  }

  .small-paragraph {
    font-size: 1rem;
  }

  .hero {
    height: 100svh;
    padding-bottom: 2rem;
  }

  .page-wrapper {
    height: 100svh;
    overflow: hidden;
  }

  .home-div {
    display: none;
  }

  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content.about {
    padding-left: 30px;
  }

  .hero-content.compliance {
    height: 100svh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .scroll-paragraph {
    width: auto;
  }

  .scroll-paragraph.mobilee {
    opacity: 0;
  }

  .absolute-img.about-img, .absolute-img.mobile-hero {
    right: -60%;
  }

  .frame {
    flex-flow: column;
    width: 100%;
  }

  .about-second-section {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-paragraph {
    font-size: 20px;
  }

  .left-client-content {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-img-div {
    width: auto;
    height: 100svh;
    padding-right: 30px;
  }

  .right-img-div.compliance {
    padding-bottom: 40px;
  }

  .arrow-div {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .arrow-link {
    width: 52px;
    height: 52px;
  }

  .seamless-item {
    height: auto;
  }

  .seamless-client-content-copy {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .seamless-content {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .white-line {
    width: auto;
    height: 1px;
    margin: 20px 0 40px;
  }

  .img-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-7 {
    width: auto;
  }

  .heading-3b {
    font-size: 40px;
  }

  .leadership-h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .crew-mgt-section2 {
    width: auto;
    height: 130svh;
  }

  .cms2-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .crew-mgt-section3 {
    width: auto;
    height: 100svh;
  }

  .section_timeline14 {
    padding-bottom: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline14_progress-bar {
    top: 3.175rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .timeline14_tabs-menu {
    flex-flow: column;
    width: auto;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .timeline14_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline14_tabs {
    flex-flow: row;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .timeline14_content {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    padding-left: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .timeline14_image {
    width: 18rem;
    height: 18rem;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline14_tab-change {
    display: none;
  }

  .crew-mgt-section4 {
    width: auto;
    height: 100svh;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .tech-mgt-section2 {
    width: auto;
  }

  .tms2-wrap {
    padding: 4px 30px 8px;
  }

  .grid-2-copy {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    width: auto;
  }

  .crew-mgt-section5 {
    width: auto;
    height: 40%;
  }

  .tech-mgt-last-sec {
    width: auto;
    height: 100svh;
  }

  .leadership-items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .leadership-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .leadership-bio {
    width: 276px;
  }

  .leadership-last-section {
    width: auto;
    height: 100svh;
  }

  .contact-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .right-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-link {
    line-height: 1;
  }

  .crew-maning-last-div {
    width: auto;
    height: 100svh;
  }

  .mini-arrow {
    width: 1.5rem;
  }

  .mobile-menu-btn {
    z-index: 2000;
    width: 50%;
    height: 0;
    margin-left: auto;
    padding: 7vh 20px 0;
    inset: 0% 0% auto auto;
  }

  .mobile-menu-btn.home-menu {
    z-index: 9;
    height: 19vh;
  }

  .padding-global-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-rich-text {
    width: 100%;
  }

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

  .timeline17_fade-overlay-right {
    display: none;
  }

  .timeline17_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
  }

  .timeline17_list {
    flex-direction: column;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .timeline17_fade-overlay-left {
    display: none;
  }

  .timeline17_progress-wrapper {
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }

  .timeline17_item-content {
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .timeline17_progress-line {
    width: 3px;
    height: 100%;
  }

  .timeline17_progress-line.is-small-mobile {
    height: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 60px;
  }

  .heading-4, .heading-5.centre-text, .heading-3, .heading-3.text-grey {
    font-size: 30px;
  }

  .hero-content {
    padding-top: 5.5rem;
  }

  .hero-content.about {
    padding-top: 5.4rem;
  }

  .hero-content.compliance {
    height: auto;
  }

  .hero-content.leadership {
    width: 100vw;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content.leadership-hero {
    height: 90svh;
  }

  .scroll-paragraph {
    width: auto;
  }

  .absolute-img.about-img {
    z-index: 0;
    right: -109%;
  }

  .absolute-img.mobile-hero {
    right: -134%;
  }

  .frame {
    height: auto;
    padding-bottom: 0;
  }

  .item, .third-content-section {
    height: auto;
  }

  .seamless-client-content-copy {
    flex-flow: column;
    align-items: stretch;
  }

  .seamless-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 4rem 30px 40px;
  }

  .img-wrap {
    padding-left: 0;
  }

  .div-block-7 {
    width: auto;
  }

  .crew-hero-wrap {
    height: 100svh;
  }

  .crew-mgt-section3 {
    margin-bottom: 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline14_tab-wrapper {
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tech-mgt-section2 {
    width: auto;
    height: 100svh;
  }

  .tms2-wrap {
    align-items: stretch;
    height: 100svh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .crew-mgt-section5 {
    z-index: 3;
    height: 80svh;
    padding-bottom: 4rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tech-mgt-div {
    z-index: 3;
    position: relative;
  }

  .leadership-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .leadership-last-section {
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .contact-link {
    font-size: 24px;
  }

  .crew-maning-last-div {
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .mobile-menu-btn {
    width: 50vw;
    height: 16vh;
    padding-bottom: 1rem;
  }

  .mobile-menu-btn.home-menu {
    z-index: 9;
    height: 19vh;
    inset: 0% auto auto 0%;
  }

  .image {
    width: 1.5rem;
  }

  .crew-hero-wrap-copy {
    height: auto;
  }

  .image-2 {
    width: 1.5rem;
  }

  .timeline17_item {
    grid-template-columns: 3rem 1fr;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .timeline17_item-content {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-fbe90fba-68a0-ea9f-001b-ccb22468d80d-51482d23, #w-node-b2cd3acb-eb5f-439f-cde2-8d5e071d7fd5-51482d23, #w-node-c3f07ee2-450f-2285-be5f-606d7c3c1753-51482d23, #w-node-e1f42f11-72ff-0a53-0d64-ed942f27ca47-51482d23, #w-node-ec47340e-2eb4-dbdb-4f4b-6eff25b5b86b-51482d23, #w-node-_7d107d1e-36c3-55bf-94b6-9ca54b8d090a-51482d23 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-fbe90fba-68a0-ea9f-001b-ccb22468d80d-51482d23 {
    justify-self: stretch;
  }

  #w-node-e1f42f11-72ff-0a53-0d64-ed942f27ca47-51482d23 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec47340e-2eb4-dbdb-4f4b-6eff25b5b86b-51482d23 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15e27ac8-81c4-8d7e-dfd9-349750c2d70d-d7c7207f, #w-node-_9fbb2455-0f74-507c-1e2b-a65b349e9ec2-d7c7207f, #w-node-bdac63b1-6206-7ac2-89c1-219a32a85bef-d7c7207f, #w-node-d0da1fa7-0597-8c9c-f031-eb3b9e5d3aea-d7c7207f, #w-node-_74955c6c-9958-9691-82aa-2f7738a10115-d7c7207f {
    justify-self: center;
  }

  #w-node-fbe90fba-68a0-ea9f-001b-ccb22468d80d-51482d23 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b2cd3acb-eb5f-439f-cde2-8d5e071d7fd5-51482d23 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c3f07ee2-450f-2285-be5f-606d7c3c1753-51482d23 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e1f42f11-72ff-0a53-0d64-ed942f27ca47-51482d23 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec47340e-2eb4-dbdb-4f4b-6eff25b5b86b-51482d23 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1f42f11-72ff-0a53-0d64-ed942f27ca47-51482d23 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec47340e-2eb4-dbdb-4f4b-6eff25b5b86b-51482d23 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


