@font-face {
  font-family: "Neue Regrade Variable Bf 65 Af 35 D 87 B 6 A 7";
  src: url('../fonts/Neue-Regrade-Variable-BF65af35d87b6a7.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6";
  src: url('../fonts/Neue-Regrade-Medium-BF65af35d843ed6.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 E 682";
  src: url('../fonts/Neue-Regrade-Light-BF65af35d81e682.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 8315 F 8";
  src: url('../fonts/Neue-Regrade-ExtraBold-Italic-BF65af35d8315f8.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 84 E 111";
  src: url('../fonts/Neue-Regrade-Bold-BF65af35d84e111.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff";
  src: url('../fonts/Neue-Regrade-Regular-BF65af35d81f2ff.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 8354 A 8";
  src: url('../fonts/Neue-Regrade-Semibold-BF65af35d8354a8.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

body {
  color: #5e4740;
  letter-spacing: -.01em;
  background-color: #faf5ef;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 112%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 112%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-size: 18px;
}

a {
  text-decoration: underline;
}

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

.white {
  color: #fff;
}

.sg-heading {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.class-example {
  color: #4b5563;
  border-radius: 4px;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.sg-logo {
  width: 180px;
}

.paragraph-14px {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-background {
  background-color: #f9fafb00;
  border: 2px #e5e7eb;
  padding: 0;
}

.styleguide-wrapper {
  overflow: hidden;
}

.paragraph-18px {
  color: #a8463f;
  letter-spacing: -.01em;
  width: 714px;
  min-width: 29px;
  margin-right: 200px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-18px.faq-text {
  padding-top: 70px;
}

.paragraph-18px.white {
  color: #333;
}

.paragraph-18px.about2 {
  text-align: justify;
  width: 80%;
  margin-left: 100px;
  margin-right: 40px;
  font-family: Roboto, sans-serif;
}

.sg-text-big {
  font-size: 250px;
  font-weight: 400;
  line-height: 100%;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.typeface {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #e5e7eb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.active-border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.paragraph-16px {
  font-size: 16px;
  line-height: 130%;
}

.section {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  font-size: 21px;
}

.section.bg-green {
  background-color: #0f231b00;
}

.section.home-section-home.section-home {
  margin-top: 0;
  margin-bottom: 0;
}

.section.section-barclay {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container {
  color: #3f7cc3;
  background-color: #dde9f4;
  width: 100%;
  margin-left: 0;
  padding: 39px 0 40px;
  display: block;
}

.container.c-nav {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.container.c-footer {
  background-color: #3f7cc3;
  padding-bottom: 50px;
}

.container.c-footer.v2 {
  padding-top: 50px;
}

.container.no-top-bottom-padding {
  background-color: #dde9f4;
  padding-top: 0;
  padding-bottom: 0;
}

.container.no-top-padding {
  color: #dde9f4;
  background-color: #3f7cc3;
  padding-top: 0;
  padding-bottom: 5px;
}

.container.no-top-padding.contact {
  background-color: #dde9f4;
}

.container.padding-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.intro {
  background-color: #dde9f4;
  padding-top: 0;
}

.container.intro.hero-section-home {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container.container-aboutus {
  padding-top: 0;
}

.container.pasticmas {
  background-color: #3f7cc3;
}

.page-wrapper {
  color: #000;
  contain: paint;
  background-color: #dde9f4;
  padding-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.page-wrapper.hero-section-programs2.home {
  background-color: #1976b8;
  margin-top: 0;
}

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

.navbar {
  aspect-ratio: auto;
  order: 0;
  align-self: auto;
  margin-top: 21px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 0%;
  display: block;
}

.hero-home {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 80px 10px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  border: 1px #000;
  flex: 1;
  min-width: 200px;
  max-width: 200px;
  height: 43px;
  padding-top: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  letter-spacing: .03em;
}

.nav-link.w--current {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  margin-left: -40px;
  margin-right: 0;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.nav-link._2 {
  color: #5e4740;
}

.nav-link.nextcima {
  text-align: left;
  min-width: 100px;
  max-width: 100px;
  margin-right: -40px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.home {
  min-width: 100px;
  max-width: 100px;
  margin-right: -44px;
}

.nav-link.home.w--current {
  text-align: left;
  min-width: 100px;
  max-width: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.pasticma {
  text-align: left;
  min-width: 100px;
  margin-right: -40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.nav-link.cedric {
  text-align: left;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.nav-link.hidedesktop.w--current {
  text-align: left;
  margin-left: 0;
  font-family: Quicksand, sans-serif;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 386px;
  margin-bottom: 220px;
  padding-right: 27px;
  font-family: Roboto, sans-serif;
  display: grid;
  position: relative;
}

.hero-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-row.first {
  justify-content: space-between;
}

.hero-rectangle {
  border: .67px solid #ffffff1a;
  flex: none;
  width: 180px;
  height: 180px;
}

.hero-rectangle._2 {
  border-color: #5e474033;
}

.hero-rectangle.scroll {
  color: #a8463f;
  border: .67px solid #5e4740;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

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

.hero-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 255px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading {
  text-align: center;
  max-width: 732px;
  margin-top: 133px;
  margin-left: 0;
  padding-top: 500px;
  padding-right: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 90%;
  display: block;
}

.hero-lines-wrapper {
  color: #3f7cc3;
}

.hero-line {
  background-color: #fff3;
  width: 100%;
  height: .67px;
  margin-bottom: 30px;
}

.hero-line._2 {
  background-color: #5e474033;
}

.home-about {
  grid-row-gap: 0px;
  background-color: #1976b8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100.001%;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.header-border {
  grid-column-gap: 240px;
  color: #3f7cc3;
  border: 0 #a8463f33;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 80px;
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.header-border._2 {
  color: #fff;
  border-top-color: #ffffff1a;
}

.ha-content {
  grid-column-gap: 23px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ha-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 780px;
  height: 647px;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 50px;
  color: #a8463f;
  border: .7px solid #a8463f;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button:hover {
  border-radius: 20px;
}

.button.button-faq {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.button.button-footer {
  color: #fff;
  border-color: #fff;
  padding: 10px 17px;
}

.button.button-white {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
}

.button.home {
  background-color: #3f7cc3;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
}

.ha-heading {
  color: #e6ebf1;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 126%;
}

.carousel {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel.hero-about {
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  color: #3f7cc3;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-heading {
  color: #3f7cc3;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 153px;
  font-style: italic;
  line-height: 100%;
}

.carousel-circle {
  color: #cc1517;
  background-color: #3f7cc3;
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.home-expertise {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.he-heading {
  max-width: 950px;
  margin-left: auto;
}

.big-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 85%;
  height: 500px;
  margin-top: -120px;
  margin-left: 100px;
  margin-right: 100px;
}

.big-image.position-top {
  object-position: 50% 10%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 90%;
  height: 700px;
  margin-top: 58px;
  margin-left: 60px;
  margin-right: 0;
  padding-right: 0;
}

.big-image.aboutimage2 {
  width: 85%;
  margin-top: 0;
  margin-right: 220px;
}

.big-image.aboutimage1 {
  box-sizing: border-box;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 80%;
  max-width: 80%;
  margin-top: 70px;
  margin-left: 140px;
  margin-right: 0;
  display: inline-block;
}

.home-ups {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hu-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hu-heading {
  width: 100%;
  max-width: 740px;
}

.hu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
}

.hu-grid-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 310px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.hu-grid-border {
  grid-row-gap: 10px;
  color: #a8463f;
  border: 0 solid #a8463f4d;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hu-grid-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home-strategy {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hs-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
  display: flex;
}

.hs-paragraph {
  max-width: 613px;
}

.faq-content {
  border-top: 1px solid #a8463f33;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-content.last {
  border-bottom: 1px solid #a8463f33;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #a8463f;
  width: 1px;
  height: 36px;
}

.faq-line._2 {
  width: 36px;
  height: 1px;
  position: absolute;
  inset: auto;
}

.faq-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faq-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 516px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq {
  width: 100%;
}

.footer {
  color: #000;
  text-align: center;
  background-color: #dde9f4;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
}

.footer-heading {
  color: #fff;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
}

.form-block {
  color: #fff;
}

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

.form-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form-text {
  color: #ffffff4d;
  font-size: 14px;
}

.from-inner {
  width: 100%;
}

.text-field {
  color: #333;
  background-color: #fff0;
  border: 1px #000;
  height: 23px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  overflow: visible;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.text-area {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: 10px;
  font-weight: 400;
}

.checkbox-link {
  color: #fff;
  text-decoration: none;
}

.checkbox {
  border-radius: 8px;
  width: 27px;
  height: 27px;
}

.form-button-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: #ddd0;
}

.footer-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #ffffff26;
  flex-flow: column;
  padding-top: 50px;
  display: flex;
}

.footer-bottom.no-border {
  border-top-style: none;
  padding-top: 0;
}

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

.fb-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fb-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.fb-link:hover {
  letter-spacing: .03em;
}

.fb-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff9;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.menu-button {
  display: none;
}

.hero-about {
  color: #3f7cc3;
}

.contact-header {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.ae-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
  display: flex;
}

.ae-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-right: 100px;
  display: flex;
}

.about-ups {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.au-heading {
  max-width: 950px;
}

.au-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 510px;
  margin-left: auto;
  display: flex;
}

.team {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-wrapper._2 {
  justify-content: space-between;
}

.team-inner {
  grid-row-gap: 31.3083px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.team-image {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 320px;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
}

.team-image:hover {
  border-radius: 100%;
}

.team-block {
  grid-row-gap: 24.6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #5e4740;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.team-profile {
  color: #a8463f;
  border: 1px solid #a8463f33;
  border-width: 1px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.team-social {
  grid-column-gap: 13.4128px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-cta {
  margin-bottom: 280px;
}

.ac-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 950px;
  margin-left: auto;
  display: flex;
}

.about-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.ai-left {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.ai-image {
  object-fit: cover;
}

.ai-image._1 {
  width: 715px;
  height: 429px;
}

.ai-image._2 {
  width: 211px;
  height: 232px;
  margin-left: auto;
  margin-right: 100px;
}

.ai-image._3 {
  width: 550px;
  height: 615px;
  margin-right: 0;
}

.ai-image._4 {
  width: 290px;
  height: 350px;
  margin-left: auto;
  margin-right: 0;
}

.ai-image._5 {
  width: 450px;
  height: 480px;
}

.ai-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.ai-text {
  letter-spacing: -.01em;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}

.ae-text {
  color: #333;
  text-align: justify;
  width: 80%;
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  line-height: 133%;
}

.cta-carousel {
  background-color: #3f7cc3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cc-heading {
  color: #cc1517;
  padding-right: 50px;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 153px;
  line-height: 100%;
}

.cc-heading.animated {
  color: #dde9f4;
  letter-spacing: -.03em;
  text-indent: -1px;
  margin-top: 40px;
  margin-right: 0;
  padding-bottom: 20px;
  padding-right: 100px;
  font-family: Quicksand, sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  position: static;
}

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

.ea-heading {
  color: #fff;
  text-align: justify;
  mix-blend-mode: normal;
  max-width: 970px;
  margin-left: 122px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.expertise-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ei-image {
  object-fit: cover;
}

.ei-image._1 {
  width: 460px;
  height: 480px;
}

.ei-image._2 {
  width: 666px;
  height: 520px;
}

.ei-image.ai-right {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  width: 73%;
  height: 466px;
  line-height: 137%;
}

.ei-content {
  grid-column-gap: 370px;
  grid-row-gap: 370px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.ei-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.cases-about {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.cases-about.casesabout-cedric {
  margin-left: 80px;
  margin-right: 80px;
}

.ca-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: 170px;
  display: flex;
}

.ca-content.cacontent-cedric {
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  margin-left: 0;
}

.ca-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 564px;
  height: auto;
  padding-right: 0;
  display: flex;
}

.ca-scroll {
  color: #a8463f;
  text-transform: uppercase;
  border: 1px solid #a8463f;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 124px;
  display: flex;
}

.case-single {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #a8463f33;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.case-single.cms {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-style: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 0;
}

.case-single-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-single-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 521px;
  display: flex;
}

.case-date {
  color: #a8463f;
  font-style: italic;
  font-weight: 500;
}

.case-heading {
  font-style: normal;
}

.case-heading.cms {
  max-width: 660px;
}

.case-image {
  object-fit: cover;
  width: 504px;
  height: 460px;
}

.case-image.cms {
  width: 100%;
  height: 392px;
}

.case-cms {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-top: 1px solid #a8463f33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.cc-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.cc-date {
  color: #a8463f;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.cc-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-rich-text {
  max-width: 900px;
}

.cc-rich-text.second {
  margin-bottom: -30px;
}

.cc-rich-text.second h1 {
  margin-bottom: 70px;
}

.cc-rich-text.second p {
  margin-bottom: 30px;
}

.cc-rich-text h1 {
  margin-bottom: 70px;
}

.cc-rich-text p {
  margin-bottom: 30px;
}

.cc-line {
  background-color: #a8463f33;
  width: 100%;
  height: 1px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.back-to-cases {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.invertet-arrow {
  transform: rotate(180deg);
}

.ch-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.contact-content {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  border-top: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.contact-column {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.contact-column.first {
  width: 20%;
}

.cc-text {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.contact-office {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.co-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.co-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 320px;
  display: flex;
}

.medium {
  border: 0 solid #000;
  flex: 0 auto;
  min-width: 100px;
  font-size: 17px;
  font-weight: 500;
}

.co-image {
  object-fit: cover;
  width: 70%;
  height: 512px;
}

.terms-content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.tc-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

._404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-carousel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #a8463f33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._404-carousel-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #a8463f;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  display: flex;
}

.about-expertise {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100.001%;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.expertise-hero {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.eh-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
  display: flex;
}

.eh-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-right: 100px;
  display: flex;
}

.eh-text {
  width: 90%;
}

.terms-body p {
  margin-bottom: 15px;
}

.terms-body h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.terms-body a {
  color: #ffc103;
}

.hh-background {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/vessels.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.hh-image {
  object-fit: cover;
  background-image: url('../images/shipping1.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.hh-linear {
  background-image: url('../images/istockphoto-1418267688-1024x1024.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hh-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  color: #333;
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
}

.text-block {
  color: #3f7cc3;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
}

.text-block-2 {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
}

.paragraph {
  color: #333;
  width: 100%;
  margin-left: -98px;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 130%;
}

.paragraph.paragraph-cedric {
  text-align: left;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  font-family: Quicksand, sans-serif;
  display: block;
}

.heading {
  color: #3f7cc3;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 65px;
}

.heading.animation {
  margin-left: 20px;
  font-size: 72px;
}

.heading.animation.heading-cedric {
  color: #ba2905;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 27px;
  font-weight: 600;
  display: block;
  position: relative;
}

.heading-2 {
  color: #cc1517;
  width: 80%;
  margin-left: 140px;
  margin-right: 0;
  padding-top: 60px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.text-block-3 {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
}

.heading-3 {
  color: #3f7cc3;
  width: 800px;
  margin-left: 20px;
  padding-bottom: 20px;
  font-size: 46px;
}

.italic-text {
  color: #cc1517;
  letter-spacing: -.04em;
  margin-left: 40px;
  padding-left: 0;
  font-size: 70px;
}

.italic-text.text-cedric {
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
}

.text-block-4 {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 62px;
}

.italic-text-2 {
  color: #cc1517;
  text-indent: 9px;
  margin-left: 0;
  font-size: 38px;
}

.italic-text-2.ae-text {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  width: 100%;
  margin-left: 20px;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.field-label, .field-label-2, .field-label-3 {
  color: #333;
  margin-left: -200px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: #cc1517;
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block {
  flex: 0 auto;
  max-width: 950px;
  margin-top: -600px;
  margin-left: 60px;
  display: flex;
}

.button-2 {
  background-color: #d50004;
  border: 1px #d50004;
  border-radius: 18px;
  max-width: 210px;
  max-height: 40px;
  margin-top: 90px;
  font-size: 30px;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: auto;
  margin-top: -600px;
  padding-top: 450px;
  display: flex;
}

.image-2 {
  text-align: center;
  border-radius: 13px;
  max-width: 222px;
  max-height: 160px;
  margin-top: 10px;
  margin-left: 215px;
  margin-right: 44px;
  padding-left: 0;
  padding-right: 32px;
}

.text-block-5 {
  height: 42px;
  padding-right: 72px;
  font-size: 10px;
  line-height: 123%;
}

.text-block-6 {
  color: #fff;
  -webkit-text-stroke-color: blue;
  margin-top: 0;
  margin-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.list-item {
  color: #3f7cc3;
}

.image-3 {
  width: 450px;
  max-width: 90%;
  height: 500px;
  margin-left: -41px;
}

.image-3.image-cedricbarclay {
  width: 250px;
  max-width: 250px;
  height: 320px;
  margin-left: 0;
  display: block;
}

.div-block-3 {
  margin-left: 140px;
}

.text-field-2 {
  width: 600px;
  margin-left: -200px;
}

.textarea {
  width: 600px;
  height: 300px;
  min-height: 300px;
  margin-left: -200px;
  padding-right: 0;
}

.paragraph-2 {
  align-self: auto;
  min-width: 17px;
  margin-left: 0;
  margin-right: 100px;
}

.image-4 {
  width: 244px;
  height: 81px;
  padding-left: 29px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.25fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-field-3, .text-field-4 {
  width: 600px;
  margin-left: -200px;
}

.paragraph-3 {
  border-left: 0 solid #000;
  min-width: 0;
}

.paragraph-3.ae-text {
  color: #3f7cc3;
}

.list-2 {
  color: #333;
  text-align: justify;
  letter-spacing: 0;
  width: 390px;
  min-width: 0;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-style: normal;
}

.image-5 {
  width: 500px;
  max-width: 95%;
  height: 477px;
  padding-left: 20px;
  padding-right: 51px;
}

.column {
  text-align: justify;
  padding-left: 220px;
  font-size: 24px;
}

.team-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3f7cc3;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120%;
  padding: 80px 0;
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 57px;
  font-style: italic;
  font-weight: 500;
}

.centered-subheading {
  color: #dde9f4;
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Quicksand, sans-serif;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 99.9999%;
  max-width: 283px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #cc1517;
  margin-bottom: 12px;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}

.team-member-text {
  color: #333;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 12px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.body {
  background-color: #dde9f4;
}

.testimonial-column-dark {
  background-color: #dde9f4;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  font-size: 47px;
  line-height: 109%;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

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

.text-block-7 {
  color: #3f7cc3;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 30px;
  line-height: 131%;
}

.text-block-8, .text-block-9 {
  color: #333;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 122%;
}

.italic-text-3 {
  color: #cc1517;
  font-size: 55px;
}

.italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
  color: #3f7cc3;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 27px 80px 29px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

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

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19 {
  color: #dde9f4;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.link-3 {
  font-family: Roboto, sans-serif;
}

.list-item-20 {
  margin-bottom: 10px;
}

.list-item-21 {
  color: #dde9f4;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.list-item-22 {
  color: #dde9f4;
  font-family: Roboto, sans-serif;
}

.link-4 {
  font-family: Roboto, sans-serif;
}

.text-block-22 {
  text-align: left;
}

.text-block-23 {
  padding-left: 144px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.list-item-23 {
  margin-bottom: 10px;
}

.heading-4 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.italic-text-20 {
  color: #cc1517;
  text-align: center;
  padding-left: 113px;
}

.italic-text-20.text-maritime20 {
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-style: normal;
}

.image-6 {
  text-align: right;
}

.div-block-5 {
  text-align: right;
  height: 139px;
  padding-right: 90px;
}

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

.div-block-6 {
  background-color: #cc1517;
  width: 39px;
  height: 500px;
  line-height: 113%;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-7.height78.topbar-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.text-block-24 {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
}

.body-5 {
  background-color: #dde9f4;
}

.image-7 {
  margin-top: -81px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: -123px;
  padding-left: 74px;
  display: flex;
}

.text-block-25 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-26 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 101px;
  display: flex;
}

.text-block-27 {
  text-align: justify;
  margin-top: -14px;
  font-size: 12px;
  line-height: 128%;
}

.text-block-27.scma {
  text-align: justify;
  overflow-wrap: normal;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  max-width: 100%;
  height: auto;
  min-height: 0;
  margin-top: -48px;
  margin-right: 800px;
  display: block;
  position: static;
}

.image-9 {
  text-align: right;
  vertical-align: top;
  margin-top: -17px;
  padding-top: 0;
  padding-left: 93px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.div-block-10 {
  display: flex;
}

.div-block-10.scma {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  margin-top: 10px;
}

.image-11 {
  margin-top: 3px;
}

.heading-5 {
  max-width: none;
  margin-top: 100px;
  margin-left: 80px;
  margin-right: 80px;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  display: block;
}

.heading-6 {
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 75px;
}

.button-3 {
  text-align: center;
  background-color: #ba2905;
  border-radius: 10px;
  width: 280px;
  height: 60px;
  margin-bottom: 0;
  margin-left: 80px;
  padding: 20px;
  font-size: 25px;
}

.image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
  max-width: 80%;
}

.list-item-24, .list-item-25 {
  color: #2678c3;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
}

.div-block-11 {
  flex: 1;
  min-width: 102px;
  max-width: 372px;
}

.text-block-28 {
  margin-right: -29px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 0;
  margin-top: 0;
  position: relative;
  overflow: auto;
}

.text-block-29 {
  margin-top: 19px;
  padding-top: 1px;
  padding-left: 89px;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 27px;
}

.dropdown-toggle {
  border: 1px #000;
  width: 200px;
  min-width: auto;
  max-width: 100%;
  height: 43.4px;
  margin-right: -41px;
  padding-top: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.icon {
  margin-top: 1px;
  padding-top: 20px;
}

.icon.about {
  padding-left: 40px;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 600;
}

.bold-text-7 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.dropdown {
  min-width: 100px;
  max-width: 100px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.dropdown.dropdown-2.aboutdropdown {
  width: auto;
  min-width: 200px;
  max-width: 200px;
}

.dropdown.dropdown-2 {
  width: 100px;
  font-weight: 600;
}

.dropdown.sub-dropdown {
  min-width: 110px;
  max-width: 110px;
}

.bold-text-8 {
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-4 {
  float: right;
  text-align: center;
  background-color: #ba2905;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 18px;
}

.button-4.mobile-hide {
  margin-top: 20px;
  margin-right: 0;
}

.bold-text-9 {
  font-size: 16px;
  font-weight: 500;
}

.bold-text-10 {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-11 {
  font-weight: 500;
}

.dropdown-link, .dropdown-link-2 {
  font-size: 16px;
}

.heading-7.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
}

.heading-7.heading-5.heading-small {
  padding-bottom: 30px;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-weight: 500;
}

.text-block-30 {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-30.quick1 {
  font-size: 25px;
}

.text-block-30.photo {
  width: 200px;
  position: absolute;
  bottom: 20px;
}

.bold-text-12 {
  font-size: 16px;
  font-weight: 600;
}

.list-3 {
  padding-left: 140px;
  font-family: Quicksand, sans-serif;
}

.heading-8 {
  color: #cc1517;
  text-align: center;
  width: 100%;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-31 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.italic-text-21 {
  color: #dde9f4;
  font-style: normal;
  font-weight: 600;
}

.heading-9 {
  color: #fff;
  padding-top: 60px;
  padding-left: 80px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 0;
}

.image-24 {
  pointer-events: auto;
  cursor: default;
}

.heading-10 {
  color: #fff;
  width: 100%;
  padding-top: 40px;
  padding-left: 120px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.background-video-2 {
  width: 100%;
}

.image-25 {
  width: 300px;
  height: 200px;
  padding-bottom: 0;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
  padding-bottom: 20px;
}

.image-26, .image-27 {
  width: 300px;
  height: 200px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.body-7 {
  font-family: Quicksand, sans-serif;
}

.container-7 {
  max-width: 1020px;
}

.heading-11 {
  color: #cc1517;
  text-align: center;
  padding-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.div-block-15 {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.code-embed-2 {
  padding: 10px;
  font-size: 16px;
}

.heading-12 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-6 {
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.columns {
  padding-top: 40px;
}

.image-28 {
  text-align: center;
  border-radius: 100%;
}

.container-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-29 {
  max-width: 60%;
  padding-bottom: 20px;
}

.paragraph-7 {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-8 {
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-9 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.image-30 {
  width: 350px;
  padding-top: 10px;
  padding-bottom: 0;
}

.image-31 {
  width: 450px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.bold-text-13 {
  font-weight: 600;
}

.image-32 {
  margin-top: 20px;
}

.paragraph-10 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 600;
}

.paragraph-11 {
  font-size: 16px;
}

.div-block-16 {
  background-color: #fafafa;
  margin-top: 30px;
  padding: 30px;
}

.paragraph-12 {
  color: #000;
  background-color: #80cff4;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 600;
}

.paragraph-13 {
  text-align: center;
  font-weight: 600;
}

.image-34 {
  text-align: center;
  width: 250px;
  margin-bottom: 20px;
  display: block;
}

.paragraph-14 {
  text-align: left;
  padding-top: 40px;
  font-size: 16px;
}

.image-35 {
  text-align: center;
}

.slide {
  margin-bottom: 0;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.image-36, .image-37, .image-38, .image-39, .image-40 {
  width: 100%;
}

.heading-13 {
  text-align: center;
  font-size: 26px;
}

.image-41 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 50px;
}

.paragraph-15 {
  text-align: center;
  padding-bottom: 10px;
  font-style: normal;
}

.image-42 {
  width: 200px;
}

.div-block-17 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

.paragraph-16 {
  color: #d60004;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 600;
}

.paragraph-17 {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.columns-2 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-18 {
  padding-bottom: 20px;
  font-size: 16px;
}

.div-block-18 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.paragraph-19 {
  text-align: center;
  font-style: italic;
}

.paragraph-20 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-14 {
  margin-top: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-21 {
  margin-top: 20px;
  font-size: 16px;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-44 {
  opacity: .7;
  text-shadow: 0 1px 1px #0003;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}

.columns-4 {
  width: 100%;
}

.columns-4.gallerystyle {
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: 0%;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.link-block-3 {
  background-color: #008ed6;
  border-radius: 8px;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.column-13 {
  height: 100%;
}

.columns-5 {
  width: 100%;
}

.columns-5.gallerystyle {
  margin-bottom: 100px;
}

.button-5 {
  text-align: center;
  background-color: #cc1517;
  border-radius: 10px;
  margin-top: 40px;
  padding: 14px 25px;
  font-size: 18px;
}

.div-block-19 {
  text-align: center;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
  color: #2678c3;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4.w--current {
  font-weight: 700;
  text-decoration: none;
}

.link-16 {
  color: #2678c3;
  text-decoration: none;
}

.paragraph-22 {
  color: #333;
  margin-bottom: 40px;
  padding-top: 40px;
}

.div-block-20 {
  display: block;
}

.heading-16 {
  display: none;
}

.slide-2 {
  background-image: url('../images/_RZZ5292.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

.slider-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.slide-3 {
  background-image: url('../images/_RZZ5640.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.slide-4 {
  background-image: url('../images/_RZZ5412.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4.type1 {
  background-image: url('../images/MAN00881-min.JPG');
}

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

.heading-17 {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 2px 3px 1px #000;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 120px;
  left: 140px;
}

.text-block-32 {
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  left: 80px;
}

.heading-18 {
  color: #cc1517;
  margin-top: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.text-block-33 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.image-45 {
  border-radius: 100%;
}

.columns-6 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.column-17 {
  padding-bottom: 40px;
}

.section-2 {
  background-color: #008fd5;
  padding: 60px;
}

.heading-19 {
  color: #fff;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .paragraph-18px.about2 {
    font-size: 26px;
  }

  .section {
    height: 100%;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .section.home-section-home.section-home {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container {
    background-color: #dde9f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.c-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.intro.hero-section-home {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container.container-aboutus {
    padding-top: 0;
  }

  .page-wrapper {
    padding-bottom: 40px;
  }

  .page-wrapper.hero-section-programs2.home {
    height: 100%;
  }

  .navbar {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .hero-home {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: 800px;
    padding-top: 70px;
    line-height: 450px;
    display: flex;
  }

  .nav-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 0 160px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    position: relative;
  }

  .nav-link {
    text-align: left;
    min-width: 160px;
    max-width: 270px;
    padding-top: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .nav-link.w--current {
    border: 0 solid #000;
    border-top: 2px solid #cc1517;
    border-bottom-style: none;
    border-radius: 0;
    min-width: 160px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-link.nextcima {
    text-align: left;
    min-width: 100px;
    max-width: 100px;
    margin-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link.contact {
    min-width: 160px;
  }

  .nav-link.home {
    min-width: 100px;
    max-width: 100px;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link.home.w--current {
    text-align: left;
    min-width: 120px;
    max-width: 120px;
    height: 0;
    padding-top: 30px;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
  }

  .nav-link.pasticma {
    text-align: left;
    min-width: 120px;
    max-width: 120px;
    font-family: Quicksand, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .nav-link.cedric {
    text-align: left;
    letter-spacing: -.01em;
    min-width: 140px;
    max-width: 270px;
    height: 0%;
    padding-left: 0;
    padding-right: 0;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link.hidedesktop {
    font-size: 16px;
    font-weight: 600;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 121px;
    padding-right: 38px;
  }

  .hero-heading {
    margin-top: 150px;
    padding-top: 0;
  }

  .home-about {
    height: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0;
    display: block;
  }

  .header-border {
    grid-column-gap: 20px;
    border-style: none;
    border-width: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 160px;
    display: block;
  }

  .ha-heading {
    max-width: 100%;
    margin: 0 0 -20px;
    padding-left: 160px;
    padding-right: 160px;
    font-size: 26px;
    line-height: 123%;
  }

  .big-image.position-top {
    height: 900px;
  }

  .footer {
    color: #000;
    background-color: #dde9f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ae-text {
    text-align: justify;
    margin-bottom: 40px;
  }

  .cc-heading.animated {
    backface-visibility: visible;
    perspective-origin: 0%;
    transform-origin: 0%;
    text-align: left;
    width: 100%;
    padding-left: 122px;
    font-size: 70px;
    display: block;
  }

  .ea-heading {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    color: #fff;
    max-width: 1150px;
    font-size: 28px;
    font-style: normal;
  }

  .cases-about.casesabout-cedric {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 160px;
    margin-right: 160px;
    display: block;
  }

  .ca-content.cacontent-cedric {
    max-width: 100%;
    margin-top: 70px;
    margin-left: 0;
  }

  .hh-background {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/vessels.png');
    background-position: 100% 30%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hh-linear {
    background-image: url('../images/istockphoto-1418267688-1024x1024.jpg'), linear-gradient(#7e7e7e80, #7e7e7e80);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .paragraph.paragraph-cedric {
    text-align: left;
    order: 0;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 137%;
  }

  .heading {
    color: #fff;
    text-align: left;
    width: 100%;
    font-family: Quicksand, sans-serif;
    font-size: 70px;
    font-weight: 600;
  }

  .heading.animation.heading-cedric {
    color: #ba2905;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .heading-3 {
    width: 100%;
    margin-left: -83px;
    padding-bottom: 20px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
  }

  .italic-text.text-cedric {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
  }

  .italic-text-2.ae-text {
    margin-left: 0;
  }

  .div-block {
    height: 200px;
  }

  .div-block-2 {
    height: 200px;
    padding-top: 106px;
  }

  .image-2 {
    margin-right: 29px;
    padding-right: 0;
  }

  .text-block-5 {
    padding-right: 26px;
    font-size: 10px;
  }

  .text-block-6 {
    color: #fff;
    margin-bottom: 60px;
    margin-left: 0;
    font-size: 55px;
    font-weight: 600;
  }

  .image-3.image-cedricbarclay {
    width: 250px;
    max-width: 308px;
    height: 290px;
    margin-left: 0;
    font-size: 20px;
  }

  .image-4 {
    width: 296px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 2.25fr;
    grid-auto-columns: 1fr;
    place-items: start;
    margin-left: 0;
    display: flex;
  }

  .team-slider {
    padding-top: 78px;
  }

  .centered-subheading {
    text-align: justify;
  }

  .team-member-image-two {
    width: 100%;
  }

  .grid {
    grid-column-gap: 32px;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .team-circles {
    padding-left: 0;
    padding-right: 2px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .italic-text-20.text-maritime20 {
    padding-left: 21px;
    font-size: 67px;
  }

  .div-block-5 {
    padding-right: 107px;
  }

  .div-block-7 {
    z-index: auto;
    box-sizing: content-box;
    float: none;
    clear: none;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    flex: 0 auto;
    height: 100%;
    margin-bottom: 0;
    padding-left: 40px;
    display: block;
    position: relative;
  }

  .div-block-7.height78 {
    padding-left: 0;
  }

  .div-block-7.height78.topbar-desktop {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 160px;
    padding-right: 160px;
    display: block;
  }

  .text-block-24 {
    padding-bottom: 10px;
  }

  .image-7 {
    margin-top: -123px;
  }

  .div-block-8 {
    height: 41px;
    position: absolute;
  }

  .div-block-9 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    text-align: right;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 13px;
    display: flex;
  }

  .text-block-27 {
    margin-top: -11px;
  }

  .image-8 {
    text-align: center;
    flex: 0 auto;
    margin-top: 298px;
    padding-bottom: 9px;
    display: block;
  }

  .image-9 {
    text-align: left;
    padding-top: 0;
    padding-left: 114px;
    display: block;
  }

  .image-10 {
    border-bottom: 1px #ddd;
    border-radius: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .image-11 {
    margin-left: 0;
  }

  .heading-5 {
    white-space: normal;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    line-height: 100px;
    position: relative;
  }

  .heading-6 {
    padding-bottom: 0;
    font-size: 80px;
    line-height: 240%;
    position: relative;
    top: -113px;
  }

  .button-3 {
    text-align: center;
    border-radius: 10px;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    height: 80px;
    margin-left: 160px;
    padding-top: 20px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: auto;
  }

  .div-block-11 {
    min-width: 49px;
    max-width: 414px;
  }

  .text-block-28 {
    text-align: left;
    width: 200px;
    min-width: auto;
    margin-left: -53px;
    margin-right: -200px;
    font-size: 16px;
    font-weight: 600;
  }

  .background-video {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: block;
    position: static;
    inset: 0 0% 0%;
  }

  .text-block-29 {
    padding-left: 107px;
  }

  .dropdown-toggle {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 56px;
    padding-right: 87px;
    font-size: 16px;
    font-weight: 600;
  }

  .icon {
    width: 84px;
    margin-left: -502px;
    margin-right: -25px;
    padding-top: 10px;
  }

  .div-block-12 {
    border: 12px solid #cc1517;
    border-radius: 0;
  }

  .div-block-13 {
    width: 0;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown {
    min-width: 120px;
    max-width: 120px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown.dropdown-2.aboutdropdown {
    min-width: 200px;
    max-width: 200px;
  }

  .dropdown.dropdown-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown.sub-dropdown {
    min-width: 120px;
    max-width: 120px;
    display: block;
  }

  .bold-text-8 {
    color: #ba2905;
    text-align: left;
    letter-spacing: .03em;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .button-4 {
    float: right;
    clear: none;
    text-align: center;
    background-color: #ba2905;
    border-radius: 10px;
    margin-top: 21px;
    margin-right: 75px;
    padding: 15px 30px;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .button-4.mobile-hide {
    margin-top: 20px;
    margin-right: 0;
  }

  .bold-text-9 {
    font-weight: 600;
  }

  .bold-text-10 {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
  }

  .bold-text-11 {
    font-weight: 500;
  }

  .heading-7 {
    font-family: Quicksand, sans-serif;
    font-size: 70px;
  }

  .heading-7.heading-5 {
    color: #fff;
    margin-left: 160px;
    line-height: 81px;
  }

  .text-block-30.quick1 {
    line-height: 100%;
  }

  .bold-text-12 {
    font-size: 16px;
  }

  .heading-8 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: 60px;
    font-weight: 600;
  }

  .text-block-31 {
    color: #000;
    letter-spacing: 3px;
    margin-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: inline;
  }

  .heading-9 {
    padding-left: 160px;
    font-size: 50px;
  }

  .lightbox-link {
    flex: 0 auto;
  }

  .container-5 {
    max-width: 1100px;
    padding-bottom: 80px;
  }

  .column-3, .column-4, .column-5 {
    padding-bottom: 20px;
  }

  .heading-10 {
    width: 100%;
    padding-top: 40px;
    padding-left: 122px;
    font-family: Quicksand, sans-serif;
    font-size: 70px;
    font-weight: 600;
  }

  .background-video-2 {
    width: 100%;
    min-width: auto;
    height: 700px;
    min-height: auto;
  }

  .image-25 {
    width: 500px;
    height: 200px;
  }

  .image-26, .image-27 {
    width: 500px;
  }

  .body-7 {
    background-color: #fff;
  }

  .container-7 {
    max-width: 1200px;
  }

  .heading-11 {
    color: #cc1517;
    text-align: center;
    font-size: 60px;
  }

  .div-block-15 {
    padding-top: 0;
  }

  .heading-12 {
    text-align: center;
    padding-bottom: 40px;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
  }

  .paragraph-6 {
    text-align: left;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 132%;
  }

  .columns {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .image-28 {
    border-radius: 100%;
  }

  .column-6 {
    text-align: left;
  }

  .container-9 {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    font-weight: 500;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .bold-text-13 {
    text-align: center;
  }

  .image-32, .image-33 {
    width: 100%;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .image-35 {
    width: 100%;
  }

  .slider {
    margin-bottom: 20px;
  }

  .image-36, .image-37, .image-38, .image-39, .image-40 {
    width: 100%;
  }

  .heading-13 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 24px;
  }

  .image-43 {
    width: 100%;
  }

  .image-44 {
    opacity: .7;
  }

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

  .link-block-3 {
    background-color: #008ed6;
  }

  .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
    color: #2678c3;
    text-decoration: none;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .link-block-4.w--current {
    font-weight: 700;
  }

  .paragraph-22 {
    color: #333;
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 20px;
    line-height: 137%;
  }

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

  .slide-2 {
    background-image: url('../images/_RZZ5292.jpg');
    background-size: auto;
    background-attachment: scroll;
    height: 800px;
  }

  .slider-2 {
    background-image: none;
    height: 800px;
  }

  .slide-3 {
    background-image: url('../images/_RZZ5640.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 800px;
  }

  .heading-17 {
    text-shadow: 2px 3px 1px #000;
  }

  .text-block-32 {
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    bottom: 30px;
    left: 160px;
  }

  .section-2 {
    margin-top: 0;
  }

  .heading-19 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 25px;
  }

  .sg-background {
    padding-left: 0;
  }

  .paragraph-18px {
    width: 400px;
    min-width: 21px;
    font-size: 16px;
  }

  .paragraph-18px.about2 {
    text-align: justify;
  }

  .sg-wrapper.typeface, .sg-wrapper.heading-box {
    grid-template-columns: 1fr;
  }

  .container {
    margin-top: 60px;
    padding-top: 0;
    font-size: 20px;
  }

  .container.c-nav {
    z-index: 99;
    position: relative;
  }

  .container.no-top-padding.pasticmas {
    margin-top: 0;
    padding-top: 40px;
  }

  .container.intro.hero-section-home {
    margin-top: 0;
  }

  .container.pasticmas {
    margin-top: 40px;
  }

  .brand {
    z-index: 99;
    position: relative;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-links-wrapper._2 {
    background-color: #faf5ef;
  }

  .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .nav-link.hidedesktop {
    font-size: 16px;
    font-weight: 600;
  }

  .hero-text-wrapper {
    margin-left: 0;
  }

  .hero-heading {
    padding-right: 20px;
  }

  .home-about {
    grid-row-gap: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 30px;
  }

  .header-border {
    border-style: none;
    border-width: 0;
    padding-left: 0;
  }

  .ha-content {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .ha-wrapper {
    height: auto;
  }

  .ha-heading {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 126%;
  }

  .carousel-heading {
    font-size: 130px;
  }

  .home-expertise {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .big-image {
    height: 400px;
    margin-top: -184px;
  }

  .big-image.position-top {
    height: auto;
    margin-top: 0;
  }

  .big-image.aboutimage1 {
    margin-left: 86px;
  }

  .home-strategy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hs-text-wrapper {
    margin-bottom: 0;
  }

  .menu-button {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    width: 40px;
    margin-left: 29px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hero-about.hero-about-about {
    height: 301px;
  }

  .contact-header {
    grid-row-gap: 50px;
  }

  .ae-content {
    margin-bottom: 60px;
  }

  .ae-wrapper {
    padding-right: 0;
  }

  .about-ups {
    grid-row-gap: 50px;
  }

  .au-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .team-wrapper {
    flex-flow: wrap;
  }

  .ai-image._1 {
    width: 615px;
    height: 330px;
  }

  .ai-image._2 {
    width: 190px;
    height: 200px;
    margin-right: 30px;
  }

  .ai-image._3 {
    width: 400px;
    height: 450px;
  }

  .ai-image._4 {
    width: 200px;
    height: 300px;
  }

  .ai-image._5 {
    width: 300px;
    height: 350px;
  }

  .ai-text {
    font-size: 22.5px;
  }

  .ae-text {
    text-align: justify;
    margin: -29px 8px 40px 92px;
    padding-right: 32px;
    position: relative;
  }

  .cc-heading {
    font-size: 9vw;
  }

  .cc-heading.animated {
    font-size: 54px;
  }

  .ea-heading {
    text-align: justify;
    width: 80%;
    max-width: 780px;
    margin-left: 65px;
    font-size: 24px;
  }

  .ei-image._1 {
    width: 50%;
    height: 340px;
  }

  .ei-image._2 {
    height: 350px;
  }

  .ei-content {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .cases-about {
    grid-row-gap: 50px;
  }

  .cases-about.casesabout-cedric {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 133%;
    display: block;
  }

  .ca-content {
    margin-left: 26px;
  }

  .ca-content.cacontent-cedric {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .ca-wrapper {
    padding-right: 0;
  }

  .case-single {
    flex-flow: column;
  }

  .contact-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
  }

  .contact-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .contact-column.first {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .contact-office {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .co-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .co-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 350px;
  }

  .co-image {
    width: 100%;
    height: 360px;
  }

  .terms-content {
    grid-row-gap: 50px;
  }

  .about-expertise {
    grid-row-gap: 50px;
    max-width: 100%;
    height: 100%;
  }

  .expertise-hero {
    grid-row-gap: 50px;
  }

  .eh-wrapper {
    padding-right: 0;
  }

  .hh-background {
    background-image: url('../images/vessels.png');
    background-position: 50%;
    background-size: auto;
  }

  .hh-linear {
    background-image: url('../images/istockphoto-641116528-2048x2048.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .hh-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .list {
    font-size: 20px;
  }

  .paragraph {
    width: 92%;
    margin-left: 11px;
    margin-right: 200px;
    padding-left: 9px;
    font-size: 18px;
  }

  .paragraph.paragraph-cedric {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 133%;
  }

  .heading.animation {
    font-size: 70px;
    line-height: 87%;
  }

  .heading.animation.heading-cedric {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-left: 86px;
    font-size: 44px;
  }

  .heading-3 {
    text-indent: -2px;
    width: 100%;
    margin-left: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .italic-text {
    width: 284px;
    padding-right: 0;
    font-size: 57px;
    line-height: 93%;
  }

  .italic-text-2.ae-text {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 25px;
    line-height: 126%;
    text-decoration: none;
  }

  .image-2 {
    margin-right: 20px;
    padding-right: 0;
  }

  .text-block-5 {
    padding-right: 20px;
    font-size: 7px;
  }

  .text-block-6 {
    color: #fff;
  }

  .image-3 {
    width: 360px;
    height: 395px;
    margin-left: 20px;
  }

  .image-3.image-cedricbarclay {
    width: 400px;
  }

  .text-field-2, .textarea {
    width: 580px;
  }

  .div-block-4 {
    display: flex;
  }

  .text-field-3, .text-field-4 {
    width: 580px;
  }

  .image-5 {
    width: 500px;
    max-width: 89%;
    height: 487px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 5px;
  }

  .column {
    padding-top: 24px;
    padding-left: 84px;
  }

  .container-2 {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 49px;
  }

  .centered-subheading {
    text-align: justify;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-name-two {
    font-size: 16px;
  }

  .team-member-text {
    font-size: 10px;
    line-height: 118%;
  }

  .form {
    padding-left: 300px;
    font-size: 14px;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 21px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-circles {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .grid-2 {
    grid-column-gap: 8px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .link-3, .list-item-21, .list-item-22, .link-4 {
    font-size: 22px;
  }

  .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    font-size: 11px;
  }

  .text-block-23 {
    padding-top: 0;
    padding-left: 86px;
  }

  .italic-text-20 {
    color: #cc1517;
    text-align: center;
    margin-left: 26px;
  }

  .italic-text-20.text-maritime20 {
    padding-left: 0;
  }

  .div-block-5 {
    margin-right: -5px;
    padding-right: 0;
  }

  .div-block-7.height78.topbar-desktop {
    display: block;
  }

  .text-block-27 {
    font-size: 9px;
    line-height: 128%;
  }

  .image-8 {
    margin-top: -200px;
  }

  .image-9 {
    margin-top: 16px;
  }

  .image-10 {
    width: 200px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .button-3 {
    margin-left: 30px;
  }

  .dropdown-toggle {
    width: 120px;
  }

  .heading-7.heading-5 {
    margin-left: 30px;
    font-size: 30px;
  }

  .heading-7.heading-5.heading-small {
    font-size: 20px;
  }

  .bold-text-12 {
    font-size: 16px;
    font-weight: 600;
  }

  .heading-8 {
    text-align: center;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
  }

  .body-6 {
    background-color: #dde9f4;
  }

  .text-block-31 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .heading-9 {
    padding-left: 30px;
  }

  .heading-10 {
    padding-left: 70px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-14 {
    width: 200px;
  }

  .heading-11 {
    color: #cc1517;
    text-align: center;
    font-size: 43px;
  }

  .div-block-15 {
    padding-bottom: 0;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Quicksand, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .paragraph-6 {
    text-align: left;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-29 {
    width: 500px;
    max-width: 100%;
  }

  .image-32 {
    width: 100%;
  }

  .slider {
    height: 100%;
    margin-bottom: 0;
  }

  .heading-13 {
    text-align: center;
    font-size: 20px;
  }

  .icon-2 {
    display: block;
  }

  .paragraph-16 {
    font-size: 18px;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

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

  .paragraph-22 {
    color: #333;
    font-size: 18px;
    line-height: 133%;
  }

  .heading-17 {
    font-size: 40px;
    top: 40px;
    left: 100px;
  }

  .text-block-32 {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .heading-18 {
    color: #cc1517;
    font-size: 40px;
  }

  .background-video-3 {
    width: 100%;
    max-width: 100%;
  }

  .heading-19 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-18px {
    width: 394px;
    min-width: 20px;
    font-size: 15px;
  }

  .paragraph-18px.about2 {
    margin-left: 50px;
  }

  .section {
    margin-top: 0;
  }

  .container {
    text-align: left;
    margin-left: 0;
    padding: 18px 20px 60px;
    position: sticky;
  }

  .container.no-top-padding.pasticmas {
    margin-top: 0;
    padding-top: 40px;
  }

  .container.intro {
    margin-left: 1px;
    padding-bottom: 0;
  }

  .container.intro.hero-section-home {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.pasticmas {
    margin-top: 0;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 324px;
  }

  .hero-rectangle.mb {
    display: none;
  }

  .hero-heading {
    max-width: 496px;
    font-size: 59px;
  }

  .home-about {
    font-size: 44px;
  }

  .header-border {
    margin-left: 0;
    font-size: 46px;
  }

  .ha-heading {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .carousel-heading {
    font-size: 100px;
  }

  .big-image {
    text-align: left;
    height: 300px;
  }

  .big-image.position-top {
    margin-top: 0;
  }

  .big-image.aboutimage1 {
    margin-top: -173px;
    margin-left: 122px;
    padding-right: 44px;
  }

  .hu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-block {
    display: none;
  }

  .team-inner {
    max-width: none;
  }

  .team-image {
    width: 100%;
  }

  .ai-image._1 {
    height: 300px;
  }

  .ai-image._2 {
    height: 150px;
  }

  .ai-image._3 {
    height: 300px;
  }

  .ai-image._4 {
    width: 150px;
    height: 150px;
  }

  .ai-image._5 {
    height: 250px;
  }

  .ai-text {
    font-size: 20px;
  }

  .ae-text {
    text-align: justify;
    margin-left: 86px;
    font-size: 14px;
  }

  .ea-heading {
    width: 88%;
    max-width: 849px;
    margin-left: 17px;
    font-size: 25px;
  }

  .ei-image._1, .ei-image._2 {
    height: 250px;
  }

  .ei-content {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .cases-about {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cases-about.casesabout-cedric {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ca-content.cacontent-cedric {
    margin-top: 40px;
    margin-left: 0;
  }

  .hh-background {
    background-position: 50%;
  }

  .hh-linear {
    background-image: linear-gradient(#76767680, #76767680), url('../images/straits06a.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .paragraph {
    width: 92%;
    margin-right: 83px;
    padding-left: 8px;
    font-size: 16px;
  }

  .paragraph.paragraph-cedric {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 133%;
  }

  .heading.animation {
    font-size: 3px;
    line-height: 159%;
  }

  .heading.animation.heading-cedric {
    font-size: 30px;
    line-height: 120%;
  }

  .heading-2 {
    margin-left: 86px;
    font-size: 28px;
  }

  .heading-3 {
    letter-spacing: 0;
    text-indent: 0;
    width: 100%;
    margin-left: 0;
  }

  .italic-text {
    font-size: 40px;
  }

  .italic-text-2.ae-text {
    padding-right: 10px;
  }

  .button-2 {
    max-width: 169px;
    font-size: 23px;
  }

  .image-2 {
    margin-left: -23px;
    margin-right: -17px;
    padding-right: 0;
    font-size: 0;
    line-height: 129%;
  }

  .text-block-5 {
    height: 0;
    margin-right: -17px;
    padding-right: 0;
    font-size: 6px;
  }

  .text-block-6 {
    margin-left: 0;
    font-size: 44px;
  }

  .image-3 {
    text-align: left;
    width: 271px;
    height: 347px;
    margin-left: 11px;
    padding-left: 0;
    line-height: 49%;
  }

  .image-3.image-cedricbarclay {
    width: 350px;
    padding-bottom: 20px;
  }

  .text-field-2 {
    width: 100%;
  }

  .textarea {
    width: 100%;
    padding-right: 300px;
  }

  .div-block-4 {
    display: block;
  }

  .text-field-3, .text-field-4 {
    width: 100%;
  }

  .list-2 {
    padding-left: 0;
  }

  .image-5 {
    width: 585px;
    padding-left: 47px;
    padding-right: 0;
  }

  .column {
    padding-left: 80px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .centered-heading {
    font-size: 47px;
  }

  .centered-subheading {
    text-align: justify;
    margin-left: 80px;
    padding-right: 57px;
    font-size: 14px;
  }

  .team-member-name-two {
    width: 48px;
    font-size: 11px;
  }

  .team-member-text {
    text-align: left;
    width: 48px;
    height: 31px;
    margin-bottom: 22px;
    font-size: 9px;
  }

  .form {
    width: 702px;
    padding-left: 220px;
  }

  .features-list, .testimonial-column-dark {
    padding: 60px 15px;
  }

  .centered-heading-2 {
    position: static;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .grid {
    grid-column-gap: 23px;
    grid-template-rows: auto auto auto;
    padding-top: 18px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 103%;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 18px;
  }

  .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 20px;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .container-4 {
    margin-right: 80px;
    padding-right: 63px;
  }

  .team-circles {
    padding: 60px 15px 60px 24px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    margin-right: 20px;
    padding-right: 108px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .link-3, .list-item-21, .list-item-22, .link-4 {
    font-size: 21px;
  }

  .italic-text-13, .italic-text-14, .italic-text-15 {
    font-size: 20px;
  }

  .italic-text-16 {
    font-size: 20px;
    line-height: 73%;
  }

  .italic-text-17, .italic-text-18, .italic-text-19 {
    font-size: 20px;
  }

  .text-block-18 {
    font-size: 9px;
  }

  .text-block-19 {
    font-size: 9px;
    line-height: 16px;
  }

  .text-block-20, .text-block-21 {
    font-size: 9px;
  }

  .text-block-22 {
    padding-top: 18px;
    font-size: 9px;
    line-height: 11px;
  }

  .text-block-23 {
    padding-left: 47px;
  }

  .heading-4 {
    color: #cc1517;
    text-align: center;
  }

  .bold-text-2 {
    font-size: 6px;
  }

  .text-block-27 {
    margin-top: 0;
  }

  .image-9 {
    margin-top: -47px;
  }

  .image-10 {
    width: 200px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .dropdown-toggle {
    width: 120px;
  }

  .list-3 {
    padding-left: 10px;
  }

  .heading-8 {
    font-size: 41px;
    font-weight: 600;
  }

  .heading-9, .heading-10 {
    padding-left: 40px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    color: #cc1517;
    text-align: center;
  }

  .div-block-15 {
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 26px;
  }

  .paragraph-6 {
    padding-top: 30px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-29 {
    width: 450px;
  }

  .image-30 {
    width: 250px;
  }

  .image-31 {
    width: 350px;
  }

  .slider {
    height: 230px;
  }

  .div-block-17 {
    margin-bottom: 0;
  }

  .columns-3 {
    display: block;
  }

  .column-9, .column-10, .column-11, .column-12 {
    margin-bottom: 20px;
  }

  .paragraph-18 {
    padding-top: 20px;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

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

  .link-block-3 {
    background-color: #008ed6;
    margin-bottom: 0;
  }

  .column-13, .column-14 {
    margin-bottom: 20px;
  }

  .column-15 {
    margin-bottom: 0;
  }

  .column-16 {
    margin-bottom: 20px;
  }

  .paragraph-22 {
    padding-top: 20px;
  }

  .slide-3 {
    height: auto;
  }

  .heading-17 {
    font-size: 30px;
    top: 20px;
    left: 80px;
  }

  .text-block-32 {
    font-size: 13px;
  }

  .heading-18 {
    font-size: 34px;
  }

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

  .columns-6 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  li {
    font-size: 18px;
  }

  .sg-background {
    padding-left: 0;
  }

  .paragraph-18px.about2 {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: 23px;
    margin-right: 23px;
    padding-bottom: 0;
    font-size: 13px;
  }

  .sg-text-big {
    font-size: 200px;
  }

  .sg-wrapper.active-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    line-height: 100%;
  }

  .section.bg-green.section-contact {
    height: auto;
    margin-top: 94px;
  }

  .section.home-section-home {
    height: 499px;
  }

  .section.home-section-home.section-home {
    height: 100%;
  }

  .section.home-section-home.section-programs {
    background-color: #3f7cc3;
    height: auto;
    margin-top: 0;
  }

  .section.section-cedricbarclay {
    height: 399px;
    margin-top: 200px;
  }

  .section.section-barclay {
    height: 1105px;
  }

  .container {
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .container.c-nav {
    height: 89px;
  }

  .container.no-top-bottom-padding.container-cedricbarclay {
    padding-left: 0;
  }

  .container.no-top-padding {
    height: 32px;
    margin-left: 0;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 26px;
  }

  .container.no-top-padding.pasticmas {
    height: auto;
    padding-top: 40px;
  }

  .container.padding-50px {
    padding-bottom: 200px;
  }

  .container.intro {
    height: 499px;
  }

  .container.intro.hero-section-home {
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-aboutus {
    height: 100%;
  }

  .container.pasticmas {
    margin-top: 0;
  }

  .page-wrapper {
    height: 100%;
    padding-bottom: 20px;
  }

  .page-wrapper.hero-section-programs2, .page-wrapper.hero-section-programs2.home {
    height: 100%;
  }

  .page-wrapper.hero-section-programs2.pagewrapper-programs {
    height: 1374px;
  }

  .page-wrapper.home-sectioncerdicbarclay {
    height: 1502px;
    padding-bottom: 0;
  }

  .page-wrapper.section-maritime {
    height: 0;
    padding-bottom: 112px;
  }

  .page-wrapper.section-aboutus {
    height: 100%;
  }

  .page-wrapper.section-contact {
    height: auto;
    padding-bottom: 60px;
  }

  .navbar {
    height: 36px;
    display: flex;
  }

  .hero-home {
    justify-content: center;
    height: 100vh;
  }

  .nav-links-wrapper {
    z-index: 1000;
    color: #cc1517;
    background-color: #dde9f4;
    padding-left: 35px;
    font-size: 18px;
    line-height: 78%;
  }

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

  .hero-wrapper {
    margin-top: 395px;
  }

  .hero-heading {
    text-align: center;
    flex: 0 auto;
    width: 101px;
    min-width: 53px;
    max-width: 399px;
    min-height: 23px;
    margin-top: -300px;
    margin-left: -200px;
    padding-top: 790px;
    padding-right: 374px;
    font-size: 14vw;
  }

  .home-about {
    padding: 40px 20px;
  }

  .header-border {
    grid-column-gap: 159px;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 40px;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ha-heading {
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .carousel, .carousel-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .carousel-heading {
    font-size: 70px;
  }

  .big-image {
    max-width: none;
    height: 200px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .big-image.position-top {
    background-image: none;
    height: auto;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-right: 0;
  }

  .big-image.aboutimage2 {
    box-sizing: border-box;
    object-fit: cover;
    height: 232px;
    margin-top: -8px;
    margin-left: 26px;
  }

  .big-image.aboutimage1 {
    width: 87%;
    margin-left: 30px;
    padding-right: 0;
  }

  .hu-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .hu-grid-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .faq-trigger {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 35px;
  }

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

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .hero-about {
    height: 296px;
  }

  .ae-wrapper {
    flex-flow: column;
  }

  .team-inner {
    max-width: none;
  }

  .about-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .about-images {
    flex-flow: column;
  }

  .ai-left {
    width: 100%;
  }

  .ai-image._5 {
    width: 200px;
    height: 150px;
    position: relative;
    top: -250px;
  }

  .ai-right {
    width: 100%;
  }

  .ae-text {
    text-align: justify;
    width: 93%;
    height: 100%;
    margin: -32px 11px 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cc-heading {
    padding-right: 20px;
    font-size: 11vw;
  }

  .cc-heading.animated {
    object-fit: fill;
    margin-top: 1px;
    margin-left: -200px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11vw;
    line-height: 120%;
  }

  .expertise-about {
    height: 500px;
  }

  .ea-heading {
    text-align: left;
    letter-spacing: -.02em;
    width: 266px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-style: normal;
  }

  .expertise-images {
    flex-flow: column;
  }

  .ei-image._1, .ei-content {
    width: 100%;
  }

  .cases-about {
    overflow: visible;
  }

  .cases-about.casesabout-cedric {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ca-content {
    margin-left: 0;
  }

  .ca-content.cacontent-cedric {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 33px;
  }

  .ca-wrapper {
    flex-flow: column;
  }

  .case-single-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .case-image {
    width: 100%;
    height: 300px;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .contact-content {
    width: 100.009%;
    padding-top: 0;
  }

  .about-expertise {
    height: 100%;
  }

  .eh-wrapper {
    flex-flow: column;
  }

  .eh-text {
    width: 100%;
  }

  .hh-background {
    background-position: 50%;
    background-size: auto;
    background-attachment: scroll;
    margin-bottom: -496px;
  }

  .hh-linear {
    background-image: linear-gradient(#7b7b7b80, #7b7b7b80), url('../images/straits06a.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .paragraph {
    width: 100%;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 19px;
    overflow: visible;
  }

  .paragraph.paragraph-cedric {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading.animation {
    padding-top: 0;
  }

  .heading.animation.heading-cedric {
    font-size: 28px;
    line-height: 112%;
  }

  .heading-2 {
    width: 92%;
    margin-left: 11px;
    padding-top: 12px;
    font-size: 21px;
  }

  .heading-3 {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .italic-text {
    font-size: 35px;
    overflow: visible;
  }

  .italic-text.text-cedric {
    text-align: left;
    margin-left: 200px;
  }

  .italic-text-2.ae-text {
    text-align: left;
    letter-spacing: 0;
    text-indent: 0;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 20px;
  }

  .field-label-3 {
    width: 335px;
  }

  .button-2 {
    max-width: 168px;
    margin-top: -72px;
  }

  .div-block-2 {
    height: 476px;
    margin-top: -38px;
    margin-left: -409px;
    padding-top: 300px;
    padding-left: 89px;
    padding-right: 9px;
    font-size: 11px;
  }

  .image-2 {
    margin-left: 161px;
    margin-right: 164px;
    padding-right: 44px;
  }

  .image-2.image2-home {
    margin-right: -17px;
    padding-right: 68px;
  }

  .text-block-5 {
    padding-right: 68px;
    font-size: 5px;
  }

  .text-block-6 {
    margin-top: 0;
    margin-left: 0;
    font-size: 40px;
    font-weight: 600;
  }

  .image-3 {
    width: 163px;
    height: 250px;
    margin-left: -200px;
    padding-left: 0;
    overflow: visible;
  }

  .image-3.image-cedricbarclay {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .text-field-2 {
    width: 100%;
  }

  .textarea {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 200px;
    display: flex;
  }

  .image-4 {
    height: 72.6625px;
  }

  .div-block-4 {
    display: block;
  }

  .list-2 {
    padding-left: 0;
  }

  .image-5 {
    width: 726px;
    max-width: 100%;
    height: 289px;
    margin-top: 20px;
    margin-left: -14px;
    margin-right: -200px;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    padding-left: 17px;
    font-size: 22px;
  }

  .team-slider {
    height: 1167px;
    padding-top: 42px;
    padding-bottom: 117px;
  }

  .container-2 {
    text-align: center;
    max-width: none;
    height: 633px;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .centered-subheading {
    text-align: justify;
    height: 355px;
    margin-left: 26px;
    padding-right: 24px;
    font-size: 14px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    width: 100%;
  }

  .team-block-info {
    padding-left: 7px;
    padding-right: 0;
    line-height: 126%;
  }

  .team-member-name-two {
    width: 48px;
    font-size: 8px;
  }

  .team-member-text {
    font-size: 6px;
  }

  .form {
    width: 414px;
    padding-left: 200px;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .body {
    height: 1493px;
  }

  .body.body-maritime {
    height: 775px;
  }

  .testimonial-column-dark {
    padding-top: 72px;
    padding-bottom: 0;
    position: static;
  }

  .centered-heading-2 {
    width: 293px;
    height: 59px;
    margin-bottom: 46px;
    font-size: 25px;
    line-height: 80%;
    overflow: visible;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .grid {
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto;
    padding-top: 14px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .text-block-8, .text-block-9 {
    font-size: 9px;
    line-height: 118%;
  }

  .paragraph-4 {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .italic-text-3 {
    width: 248px;
    font-size: 0;
    line-height: 70%;
  }

  .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7 {
    font-size: 16px;
  }

  .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 11px;
  }

  .container-4 {
    text-align: center;
    max-width: none;
    margin-left: -23px;
    padding-left: 0;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-circles {
    text-align: left;
    margin-right: 107px;
    padding-top: 1px;
    padding-left: 36px;
    padding-right: 8px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 4px;
  }

  .link {
    font-size: 9px;
    line-height: 100%;
  }

  .link-2 {
    font-size: 9px;
  }

  .bold-text {
    font-size: 11px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .link-3 {
    font-size: 13px;
  }

  .list-item-20 {
    font-size: 11px;
  }

  .list-item-21, .list-item-22, .link-4 {
    font-size: 13px;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    font-size: 9px;
    line-height: 118%;
  }

  .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19 {
    font-size: 11px;
  }

  .text-block-18 {
    font-size: 7px;
  }

  .text-block-19 {
    font-size: 7px;
    line-height: 13px;
  }

  .text-block-20, .text-block-21 {
    font-size: 7px;
  }

  .text-block-22 {
    margin-top: -20px;
    padding-top: 0;
    font-size: 7px;
  }

  .text-block-23 {
    padding-left: 11px;
  }

  .body-2 {
    height: auto;
  }

  .body-3 {
    height: 500px;
  }

  .list-item-23 {
    font-size: 13px;
  }

  .column-2 {
    padding-right: 0;
  }

  .body-4 {
    height: 1501px;
  }

  .heading-4 {
    color: #cc1517;
    text-align: center;
    font-size: 33px;
  }

  .italic-text-20.text-maritime20 {
    margin-left: 5px;
    padding-left: 0;
    font-size: 31px;
  }

  .div-block-5 {
    margin-right: -26px;
  }

  .bold-text-2 {
    font-size: 5px;
  }

  .link-block-2 {
    padding-right: 0;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-27 {
    font-size: 8px;
  }

  .image-8 {
    margin-top: -200px;
    margin-left: -26px;
    padding-right: 0;
  }

  .image-9 {
    margin-top: -241px;
    padding-top: 0;
  }

  .image-10 {
    width: 200px;
    margin-top: 10px;
    padding-left: 0;
  }

  .image-11 {
    vertical-align: baseline;
    margin-top: -2px;
    padding-left: 10px;
    display: inline-block;
  }

  .button-3 {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: none;
    margin-left: 30px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 100%;
  }

  .button-3.new {
    width: auto;
    max-width: 50%;
    height: auto;
    font-size: 20px;
    display: block;
  }

  .button-3.transform {
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    height: 26px;
    margin-left: 20px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 120%;
    display: flex;
  }

  .dropdown-toggle {
    width: 120px;
  }

  .text-block-30.quick1 {
    font-size: 10px;
    line-height: 14px;
  }

  .quick2 {
    max-width: 60%;
  }

  .list-3 {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .body-6 {
    background-color: #dde9f4;
  }

  .text-block-31 {
    padding-right: 10px;
  }

  .heading-9 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .heading-10 {
    margin-top: 30px;
    padding-top: 0;
    font-size: 40px;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    color: #cc1517;
    text-align: center;
    font-size: 34px;
  }

  .div-block-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 20px;
  }

  .container-8 {
    max-width: none;
  }

  .image-28 {
    text-align: center;
  }

  .image-29 {
    width: 100%;
  }

  .image-31 {
    width: 300px;
  }

  .div-block-16 {
    padding: 20px;
  }

  .paragraph-12 {
    margin-bottom: 10px;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .slider {
    background-color: #0000;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-13 {
    text-align: center;
    font-size: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .paragraph-22 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 132%;
  }

  .slide-2 {
    background-image: url('../images/_RZZ5292.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 600px;
  }

  .slider-2 {
    background-image: none;
    height: 300px;
  }

  .slide-3 {
    background-image: url('../images/_RZZ5640.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .slide-4 {
    object-fit: fill;
    background-image: url('../images/MAN00881-min.JPG');
    background-position: 0 0;
    background-size: auto 300px;
    height: auto;
  }

  .slide-4.type1 {
    height: 600px;
  }

  .slide-4.type {
    background-image: url('../images/_RZZ5412.jpg');
    height: 600px;
  }

  .heading-17 {
    font-size: 20px;
    left: 68px;
  }

  .text-block-32 {
    width: 130px;
    font-size: 10px;
    line-height: 14px;
    left: 20px;
    right: auto;
  }

  .divblockmobile {
    width: 130px;
    position: absolute;
    bottom: 60px;
    right: 40px;
  }

  .button3container {
    order: 0;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .button3wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: flex;
  }

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

  .background-video-3 {
    height: 170px;
  }
}

#w-node-_803caca8-44ee-6059-d543-b89c65e93b9a-0685efcc, #w-node-_803caca8-44ee-6059-d543-b89c65e93bb0-0685efcc, #w-node-_803caca8-44ee-6059-d543-b89c65e93bc8-0685efcc {
  place-self: start end;
}

#w-node-_6c4fa29e-739f-b9d9-84b8-7aa717736201-0685efd3, #w-node-_6828c0c2-a343-bb7e-01c7-b081589bbed7-0685efd3, #w-node-_32cb1ab0-df30-4013-c1b3-95e052845618-0685efd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_93d8c84a-f83b-cb95-a57a-1204f4891258-0685efcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_803caca8-44ee-6059-d543-b89c65e93b9a-0685efcc, #w-node-_803caca8-44ee-6059-d543-b89c65e93bb0-0685efcc, #w-node-_803caca8-44ee-6059-d543-b89c65e93bc8-0685efcc {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09df3e60-d8ff-2ccc-b377-809af073eee6-62efb8db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neue Regrade Variable Bf 65 Af 35 D 87 B 6 A 7';
  src: url('../fonts/Neue-Regrade-Variable-BF65af35d87b6a7.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 843 Ed 6';
  src: url('../fonts/Neue-Regrade-Medium-BF65af35d843ed6.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 81 E 682';
  src: url('../fonts/Neue-Regrade-Light-BF65af35d81e682.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 8315 F 8';
  src: url('../fonts/Neue-Regrade-ExtraBold-Italic-BF65af35d8315f8.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 84 E 111';
  src: url('../fonts/Neue-Regrade-Bold-BF65af35d84e111.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 81 F 2 Ff';
  src: url('../fonts/Neue-Regrade-Regular-BF65af35d81f2ff.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 8354 A 8';
  src: url('../fonts/Neue-Regrade-Semibold-BF65af35d8354a8.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}