:root {
  --dark-slate-grey: #032832;
  --white: white;
  --deep-sky-blue: #55b9f1;
  --black: #2e2e2e;
  --footer-bg-color: #032835;
  --dim-grey: dimgrey;
  --text-dark-slate-grey: #032832;
  --azure: #e4f5f8;
  --dark-slate-grey-2: #054050;
  --steel-blue: #0a7f9e;
  --white-smoke: #f2f2f2;
  --tabs-color: #ececec;
  --branches-blue: #02283e;
  --progress-bar-inactive: #95b4c2;
  --light-blue: #c9e7f7;
  --divider-line-color: #d2cdcd;
  --discount-cta-green: #1c3d46;
  --midnight-blue-02: #032835;
  --dark-slate-grey-4: #1d3d46;
  --dark-slate-grey-3: #204859;
  --color-s: #0d5163;
  --black-0: black;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karelia, sans-serif;
  font-size: 3.13em;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karelia, sans-serif;
  font-size: 2.55em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karelia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

a {
  text-decoration: none;
}

.page-wrapper.culture {
  width: 100vw;
  overflow: hidden;
}

.navbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(3, 40, 50, .63), rgba(3, 40, 50, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-link {
  flex: none;
  margin-right: 1em;
}

.nav-container {
  max-width: 1100px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: .5em;
  display: flex;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: var(--white);
  white-space: nowrap;
  font-family: Karelia, sans-serif;
  font-size: 1.12em;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--deep-sky-blue);
}

.nav-link.button-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  margin-left: 1em;
  padding: 14px 35px;
  transition: all .2s;
}

.nav-link.button-link:hover {
  opacity: .8;
}

.nav-link.dark {
  color: var(--black);
}

.nav-link.dark.w--open {
  border-radius: 12px;
}

.main-wrapper.branches-color {
  background-color: var(--footer-bg-color);
}

.culture-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 26%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/IMG_5044.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 20em;
  padding-bottom: 20em;
}

.container.medium {
  max-width: 69em;
}

.container.medium.marquee-container {
  overflow: hidden;
}

.container.medium.marquee-container.careers-m-container {
  margin-top: 4em;
}

.container.medium.certified-container {
  margin-top: -6.5em;
}

.container.medium.careers-cta {
  margin-top: 0;
}

.container.medium.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(0, 0, 0, .02), rgba(0, 0, 0, .02));
}

.container.large {
  max-width: 80em;
}

.container.large.high-impact-service-container {
  z-index: 10;
  position: relative;
}

.container.large.map-scale-up {
  transform: scale(1.15);
}

.container.large.certified-container {
  margin-top: -6.5em;
}

.container.footer {
  max-width: 80em;
}

.container.map-heading-container {
  margin-bottom: 9em;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1.67em;
}

.margin-bottom.margin-tiny {
  margin-bottom: 1.25em;
}

.heading-xxlarge {
  font-size: 3.75em;
}

.heading-xxlarge.text-color-white.overlay {
  font-size: 5em;
}

.heading-xxlarge.text-color-white.hero-heading-max-width {
  max-width: 20ch;
}

.text-color-white {
  color: var(--white);
}

.text-wrapper.max-width-medium-para-wrapper {
  max-width: 41%;
}

.text-wrapper.open-positions-wrapper {
  margin-bottom: 2.26em;
}

.text-wrapper.fill-out-form-wrapper {
  margin-top: 2em;
}

.text-wrapper.header-sub-text-wrapper {
  max-width: 50%;
  margin-bottom: 2.2em;
}

.text-wrapper.our-story-wrapper {
  max-width: 71%;
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-wrapper.about-leadership-text {
  margin-top: 1em;
}

.text-wrapper.services-explainer-wrapper {
  max-width: 50%;
  margin-top: 2.22em;
}

.text-wrapper.process-sub-heading-wrapper {
  margin-bottom: 1.5em;
}

.text-wrapper.cta-sub-text {
  max-width: 50%;
  margin-top: 2em;
}

.text-wrapper.slide-quote-wrapper {
  max-width: 70%;
}

.text-wrapper.competitive-advantage-wrapper {
  max-width: 56%;
}

.text-wrapper.ca-list-sub-heading-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-wrapper.carees-sub-text-wrap {
  max-width: 50%;
  margin-top: 2em;
}

.text-wrapper.cetified-by-wrapper {
  max-width: 50%;
  margin-top: 2.5em;
}

.text-wrapper.tap-into-sub-text-wrap {
  max-width: 45%;
  margin-top: 2em;
}

.text-wrapper.part-of-success-wrap {
  width: 69em;
}

.text-wrapper.company-culture-wrap {
  max-width: 80%;
  margin-top: 2em;
}

.text-wrapper.logistics-sub-text-wrap {
  max-width: 62%;
  margin-top: 2em;
  margin-bottom: 8em;
}

.text-wrapper.ship-confidently {
  max-width: 70%;
  margin-top: 2em;
}

.text-wrapper.align-right {
  text-align: right;
}

.text-wrapper.work-with-fc {
  max-width: 50%;
}

.para-01 {
  font-family: Inter, sans-serif;
  font-size: .97em;
  line-height: 1.57;
}

.para-01.text-color-white.no-line-wrap {
  white-space: nowrap;
}

.para-01.text-color-white.home-footer-cta {
  max-width: 67%;
  margin-top: 40px;
}

.para-01.text-color-white.dim {
  opacity: .35;
}

.para-01.text-color-white.home-hero-para {
  margin-top: 2.5em;
}

.para-01.md-rich-text {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.para-01.bold {
  font-weight: 700;
}

.para-01.container-details-header {
  color: var(--dim-grey);
  font-weight: 700;
}

.para-01.choose-para {
  margin-bottom: 1rem;
}

.button-row {
  display: flex;
}

.button-row.services-cta-row {
  margin-top: 2.92em;
}

.button-row.services-tab-cta-row {
  margin-top: 2.5em;
  margin-bottom: 1.4em;
}

.button-row.explore-button-row {
  justify-content: center;
}

.button-wrapper.hero-button-wrapper {
  margin-top: .75em;
  margin-right: 2.08em;
}

.link-block {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: .63em;
  align-items: center;
  display: flex;
}

.link-block.careers-link {
  padding: 1em 2em;
}

.link-block.view-on-linkedin {
  border-top-style: solid;
  border-right-style: none;
  border-bottom-color: var(--text-dark-slate-grey);
  border-left-style: none;
  border-radius: 0;
  padding-bottom: .5em;
}

.link-block.email-link {
  border-style: none;
  padding-top: .4em;
  padding-bottom: .4em;
}

.link-block.services-hero-cta {
  margin-top: .5em;
  padding: .9em 2.3em;
}

.link-block.filled-button {
  background-color: var(--white);
  color: var(--black);
  padding: .8em 2em;
  transition: all .2s;
}

.link-block.filled-button:hover {
  opacity: .8;
  transform: none;
}

.link-block.filled-button.dark {
  border-color: var(--black);
}

.link-block.services-tab-cta {
  background-color: var(--azure);
  padding: 1.1em;
}

.link-block.line-button {
  padding: .8em 2em;
  transition: all .2s;
}

.link-block.line-button:hover {
  opacity: .8;
  transform: none;
}

.link-block.line-button.dark {
  border-color: var(--text-dark-slate-grey);
}

.link-block.line-button.dark.explore-servies-button {
  padding: 1.4em 4em;
}

.link-block.line-button.light {
  color: var(--white);
}

.link-block.careers-form-linkedin-button {
  background-color: var(--deep-sky-blue);
  border-style: none;
  margin-top: 2em;
  margin-bottom: 2.5em;
  padding: 1.7em 8.6em;
}

.link-block.footer-view-on-linkedin-button {
  border-bottom-style: solid;
  border-bottom-color: var(--dark-slate-grey);
  border-radius: 0;
  padding: 10px 0;
  font-size: 1.1em;
}

.link-text {
  text-transform: uppercase;
  font-family: Karelia, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.link-text.text-color-dark.linkedin-link-text {
  text-transform: none;
  font-size: 1em;
}

.link-text.services-tab-link-text {
  color: var(--dark-slate-grey);
  font-size: 1em;
}

.link-text.open-linkedin {
  font-size: .83em;
}

.link-text.small-case {
  text-transform: none;
  font-size: .8em;
}

.image-wrapper.arrow-image-wrapper {
  margin-left: .73em;
}

.image-wrapper.freight-consol-life-image-wrapper-01 {
  margin-bottom: 1.67em;
}

.image-wrapper.external-link-image-wrapper {
  margin-left: .33em;
}

.image-wrapper.review-card {
  position: absolute;
}

.image-wrapper.review-card._01 {
  top: 1.6em;
  bottom: auto;
  left: auto;
  right: 8.5em;
}

.image-wrapper.review-card._02 {
  top: 16.8em;
  bottom: auto;
  left: auto;
  right: 20em;
}

.image-wrapper.review-card._03 {
  top: 27.4em;
  bottom: auto;
  left: auto;
  right: 14.5em;
}

.image-wrapper.review-card._04 {
  top: 39.3em;
  bottom: auto;
  left: auto;
  right: 11.3em;
}

.image-wrapper.quote-image-wrapper {
  position: absolute;
  bottom: auto;
  right: auto;
}

.image-wrapper.services-tab-icon-wrap {
  margin-right: .5em;
}

.image-wrapper.freight-ship-wrapper {
  position: static;
  top: 4em;
}

.image-wrapper.hide {
  display: none;
}

.image-wrapper.leadership-wrapper {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

.cutlure-life-at-section {
  background-image: linear-gradient(to bottom, transparent 75%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), rgba(255, 255, 255, 0)), url('../images/Sea-02-4.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 6em;
  padding-bottom: 8em;
}

.centerd-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centerd-content.process-heading-wrapper {
  align-items: flex-start;
  margin-top: 6em;
}

.centerd-content.mv-heading {
  margin-bottom: 3em;
}

.heading-large {
  font-size: 2.78em;
}

._2-col-grid {
  grid-template-rows: auto;
}

._2-col-grid.frieght-consol-life {
  width: 80%;
  margin-top: 3.75em;
}

._2-col-grid.extraordinary-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

._2-col-grid.contact-form-grid {
  grid-column-gap: 5.5em;
  grid-template-columns: .75fr 1.25fr;
}

._2-col-grid.contact-field-col {
  grid-template-rows: auto auto;
  margin-top: 1em;
}

._2-col-grid.leadership-grid {
  grid-column-gap: 5em;
  grid-row-gap: 16px;
  grid-template-columns: 1.5fr 1.5fr;
}

._2-col-grid.quotes-grid {
  grid-template-columns: 1.25fr 1fr;
}

._2-col-grid.ca-list-grid {
  grid-column-gap: 16.32em;
}

._2-col-grid.careers-form-grid {
  width: 80em;
  grid-column-gap: 6.5em;
  grid-template-columns: 1fr 1fr;
  margin-top: 4em;
}

._2-col-grid.ob-hero-addresses-grid {
  margin-top: 2.78em;
}

._2-col-grid.footer-links-outer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr .5fr;
  margin-top: 8em;
}

._2-col-grid.footer-legal-grid {
  grid-template-columns: .75fr 1.25fr;
}

._2-col-grid.discount-grid {
  grid-template-columns: 1fr .5fr;
}

._2-col-grid.ls-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 4em;
}

._2-col-grid.ocean-cargo-details-inner-grid {
  grid-template-columns: 1fr .75fr;
  margin-top: 1rem;
}

._2-col-grid.mv-grid {
  grid-column-gap: 12em;
  grid-row-gap: 16px;
}

.grid-col-wrapper.contact-details {
  background-color: var(--dark-slate-grey-2);
  border-radius: 12px;
  padding: 1.67em;
}

.grid-col-wrapper.values-col {
  padding-left: 12%;
  padding-right: 12%;
}

.grid-col-wrapper.about-leadership-flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-col-wrapper.quote-left-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-col-wrapper.fcc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-col-wrapper.flex-left {
  align-items: center;
  display: flex;
}

.grid-col-wrapper.ls-list-item.center-item {
  margin-left: 10em;
  margin-right: 10em;
}

.freight-consol-images-parent {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.life-at-image-01 {
  width: 26.3em;
  object-fit: cover;
  border-radius: 12px;
}

.life-at-image-02 {
  width: 26.04em;
  height: 28em;
  object-fit: cover;
  border-radius: 12px;
  position: static;
}

.life-at-image-03 {
  width: 31.77em;
  border-radius: 12px;
}

.life-at-image-04 {
  width: 27em;
  height: 25.5em;
  object-fit: cover;
  border-radius: 12px;
}

.culture-recogonized-section {
  background-image: linear-gradient(to bottom, transparent 77%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), rgba(255, 255, 255, 0) 57%), url('../images/About-Sea-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 7em;
  padding-bottom: 7em;
}

.recognition-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 3em;
}

.culture-action-initiatives-section {
  background-image: linear-gradient(to bottom, transparent, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-04.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 4em;
  padding-bottom: 8em;
}

.culture-tabs-menu {
  justify-content: space-around;
  display: flex;
}

.culture-tabs {
  margin-top: 2.92em;
}

.culture-tab-link {
  background-color: var(--azure);
  border: 1px solid #555;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 1;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  font-family: Karelia, sans-serif;
  font-weight: 700;
}

.culture-tab-link.w--current {
  background-color: var(--steel-blue);
  color: var(--white);
}

.culture-tab-pane-content {
  background-color: var(--white);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 3.5em 20%;
  position: relative;
}

.heading-medium {
  font-size: 1.67em;
}

.heading-medium.text-color-white.light {
  opacity: .8;
}

.heading-medium.leadership-heading {
  color: #fff;
  margin-bottom: 2px;
}

.culture-work-in-section {
  background-image: linear-gradient(to bottom, transparent 70%, var(--footer-bg-color)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Computer-Image.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 12.5em;
  padding-bottom: 12.5em;
  position: relative;
}

.card {
  background-color: var(--white);
  border-radius: 12px;
}

.card.work-cta-card {
  padding: 3.89em 6.94em 3.89em 4.86em;
}

.card.get-in-touch-card {
  background-color: var(--white-smoke);
  margin-top: -5em;
  padding: 2em;
  box-shadow: 1px 1px 3px rgba(32, 72, 89, .25);
}

.card.maquee-card {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-top: 5.3em;
  padding-bottom: 5.3em;
  position: relative;
}

.card.our-story-card {
  padding: 4.79em 9.39em;
}

.card.leadership-card {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3.89em;
  padding: 2.07em;
}

.card.high-impact-card-0101 {
  background-image: url('../images/Operations.webp');
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 1em;
  padding: 3.6em 2.6em 7.1em;
}

.card.high-impact-card-0102 {
  background-image: url('../images/Approvals.webp');
  background-position: 50% 250px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5.5em 3.2em 2.8em;
}

.card.high-impact-card-0201 {
  background-image: url('../images/Management.webp');
  background-position: 50% 130px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
  padding: 3.3em 2.6em 4.1em;
}

.card.high-impact-card-0202 {
  background-image: url('../images/Projects.webp');
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 3.2em;
}

.card.high-impact-card-0301 {
  background-image: url('../images/Process-Capture.webp');
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
  padding: 4em 2.6em 7.9em;
}

.card.high-impact-card-0302 {
  padding: 10.5em 3.2em;
}

.text-color-dark {
  color: var(--text-dark-slate-grey);
}

.external-link-image {
  width: 1em;
}

.contact-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Contact-Page-Min.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 12em;
  padding-bottom: 18.33em;
}

.contact-get-in-touch-section {
  background-image: linear-gradient(to bottom, transparent 57%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-bottom: 10em;
  position: relative;
}

._1-col-grid {
  grid-template-columns: 1fr;
}

._1-col-grid.ob-hero-address-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  font-size: 1.15vw;
}

._1-col-grid.ls-grid {
  grid-column-gap: 72px;
  grid-row-gap: 96px;
  margin-top: 40px;
}

.heading-small {
  font-family: Karelia, sans-serif;
  font-size: 1.11em;
  line-height: 1.35;
}

.text-field {
  border: 1.2px solid var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  font-family: Inter, sans-serif;
}

.text-field.text-message {
  min-height: 8rem;
  margin-top: 16px;
}

.text-field.careers-text-field {
  margin-top: .6em;
}

.text-field.number-of-containers-count {
  max-width: 40%;
}

.contact-form {
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Karelia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

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

.logo3_logo {
  max-height: 4rem;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 12.5rem;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo3_component {
  display: flex;
}

.logo3_component._2nd-row {
  margin-top: 2.6em;
  margin-left: -100px;
}

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

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

.section-logo3 {
  background-image: linear-gradient(to bottom, transparent 72%, var(--footer-bg-color)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 7em;
  padding-bottom: 7em;
  overflow: hidden;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.fade-card-left {
  width: 8em;
  background-image: linear-gradient(to right, var(--white), transparent);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fade-card-right {
  width: 8em;
  background-image: linear-gradient(279deg, var(--white), transparent);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/about-banner.webp');
  background-position: 0 0, 0 0, 50% 60%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 12em;
  padding-bottom: 10em;
}

.about-our-story-section {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), transparent), linear-gradient(to top, var(--dark-slate-grey), transparent 30%), url('../images/About-Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 12em;
  display: flex;
}

.signature-and-text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.our-story-signature-and-designation-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.about-our-values-section {
  background-image: linear-gradient(to bottom, transparent 62%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 48%), url('../images/About-Sea-02.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 4em;
  padding-bottom: 6em;
}

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

._3-col-grid.our-values-grid {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  margin-top: 3.89em;
}

._3-col-grid.service-benefits {
  grid-column-gap: 5em;
  grid-row-gap: 4em;
  margin-top: 3em;
}

._3-col-grid.benefits-grid {
  grid-column-gap: 7.5em;
  grid-row-gap: 2.5em;
  margin-top: 2em;
}

._3-col-grid.cb-services {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  grid-template-rows: auto auto;
  margin-top: 4em;
}

._3-col-grid.service-include {
  grid-column-gap: 5em;
  margin-top: 2em;
}

._3-col-grid.services-include {
  grid-column-gap: 3em;
  grid-row-gap: 3.5em;
  margin-top: 4em;
}

._3-col-grid.type-of-transport-grid {
  max-width: 50%;
  margin-bottom: 1.5em;
}

._3-col-grid.ls-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  margin-top: 4em;
}

._3-col-grid.high-impact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  margin-top: 3em;
}

._3-col-grid.core-beliefs {
  grid-column-gap: 5em;
  grid-row-gap: 4em;
  margin-top: 3em;
}

.flex-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-image-wrapper.process-icon-wrapper {
  margin-bottom: 1.5em;
}

.about-our-leadership-section {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), transparent 27%), linear-gradient(to top, var(--footer-bg-color), transparent 20%), url('../images/About-Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 6em;
  padding-bottom: 12em;
}

.services-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Packaging.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 16em;
  padding-bottom: 20em;
}

.services-hero-section.ocean-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 33%), url('../images/OF-V7-.webp');
  background-position: 0 0, 100% 0;
}

.services-hero-section.air-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Air-Freight-Heder.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-hero-section.road-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 53%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Road-Transport-Hero.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-hero-section.multimodal {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, transparent, transparent), url('../images/pexels-mali-maeder-70418.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-hero-section.project {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, transparent, transparent), url('../images/Air-Freight-CTA.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-hero-section.customs {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Customs.webp');
  background-position: 0 0, 0 0, 50%;
}

.services-hero-section.insurance {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Insurance.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.services-hero-section.ware-housing {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Warehouse.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.arrow-image-wrapper {
  margin-left: .5em;
}

.arrow-image {
  width: 1.9em;
}

.service-explainer-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), transparent), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 4em;
  padding-bottom: 8em;
}

.video-wrapper {
  margin-top: 3.89em;
  display: none;
}

.services-icon {
  width: 4.5em;
}

.para-02 {
  font-size: .97em;
  line-height: 1.57;
}

.process-heading {
  font-size: 2.3em;
}

.service-benefits-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 2em;
  padding-bottom: 8em;
}

.servies-cta-section {
  height: 55em;
  background-image: linear-gradient(8deg, var(--footer-bg-color), transparent 46%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 16em;
}

.servies-cta-section.air-freight {
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 43%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 64%), url('../images/Air-Freight-CTA.jpg');
  background-position: 0 0, 0 0, 50% 0;
}

.servies-cta-section.ocean-freight {
  background-image: linear-gradient(to top, var(--footer-bg-color), rgba(0, 1, 2, .04) 51%, transparent 55%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Ocean-Header-min.webp');
}

.servies-cta-section.road-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Road-Transport-CTA.webp');
}

.servies-cta-section.multimodal {
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Multimodal-CTA.webp');
}

.servies-cta-section.project {
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 32%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Wind-Turbine.webp');
}

.servies-cta-section.all-services-section {
  height: 55em;
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 52%), url('../images/All-Footer-CTA-Image.webp');
}

.centered-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Services-Page-Hero.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 15.3em;
  display: flex;
}

.centered-hero-section.ocean-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Ocean-Freight-Image.webp');
  background-position: 0 0, 0 0, 50%;
}

.centered-hero-section.air-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Air-Frieght-Image-min.webp');
  background-position: 0 0, 0 0, 50%;
}

.centered-hero-section.road-freight {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 53%), linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Road-Transport-Hero.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.centered-hero-section.multimodal {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, transparent, transparent), url('../images/pexels-mali-maeder-70418.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.centered-hero-section.project {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, transparent, transparent), url('../images/Air-Freight-CTA.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-quote-section {
  background-image: linear-gradient(to bottom, transparent 59%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 6em;
  padding-bottom: 8em;
  display: none;
}

.t-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.left-arrow-link {
  justify-content: center;
  align-items: center;
  margin-left: -2.5em;
  display: flex;
}

.slider-arrow {
  width: 1.5em;
}

.right-arrow-link {
  justify-content: center;
  align-items: center;
  margin-right: -2.5em;
  display: flex;
}

.t-slide-content {
  height: 100%;
  background-color: var(--white-smoke);
  border-radius: 12px;
  padding: 4.5em 1em 4.5em 3.6em;
}

.slide-inner-wrapper, .t-slide-content-inner-wrapper {
  position: relative;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.quote-image {
  width: 4.65em;
}

.quote-person {
  width: 21em;
}

.services-tab-section {
  background-image: linear-gradient(to bottom, transparent 67%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-04.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8.89em;
  padding-bottom: 17.78em;
}

.services-tabs {
  background-color: var(--white);
  border-radius: 12px;
  padding: 1.3em;
}

.services-tab-content {
  margin-top: 1em;
}

.services-tab-link {
  color: var(--text-dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 1em;
  display: flex;
}

.services-tab-link.w--current {
  background-color: var(--tabs-color);
  border-radius: 12px;
}

.services-tab-menu {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.services-tab-icon {
  width: 6em;
}

.services-tab-icon.invert {
  filter: invert() grayscale();
}

.services-accordian-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .35rem 1.5rem;
  display: flex;
}

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

.button-secondary {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.services-accordian-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.services-accordian {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: black black var(--dark-slate-grey-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq11_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

.accordian-open-close-icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: none;
}

.accordian-open-close-icon.invert {
  filter: invert();
}

.services-tab-inner-wrapper {
  padding: 3em;
}

.heading-medium-2 {
  font-family: Karelia, sans-serif;
  font-size: 1.74em;
  line-height: 1.2;
}

.accordian-text-content {
  max-width: 50%;
}

.ca-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Competitive-Advantage.webp');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 20em;
  padding-bottom: 20em;
  position: relative;
}

.c-adv-large-heading-outer-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ca-centered-text-section {
  background-color: var(--dark-slate-grey);
  padding-top: 3em;
  padding-bottom: 3em;
}

.ca-advantage-list-section {
  background-image: linear-gradient(to bottom, transparent 71%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 18%), url('../images/Sea-Group-2.5-Images.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.competitive-advtange-flex {
  justify-content: space-between;
  display: flex;
}

.competitive-advantage-list-content {
  margin-bottom: 8.89em;
}

.competitive-advantage-list-content.contact-details {
  background-color: var(--dark-slate-grey-2);
  border-radius: 12px;
  padding: 1.67em;
}

.competitive-advantage-list-content.values-col {
  padding-left: 12%;
  padding-right: 12%;
}

.competitive-advantage-list-content.about-leadership-flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.competitive-advantage-list-content.quote-left-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.competitive-advantage-col {
  max-width: 35%;
}

.competitive-advantage-col.right {
  margin-top: 16em;
}

.ca-freight-image-outer-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 23em;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-ship-image {
  width: 40em;
}

.high-imact-content-parent {
  width: 100%;
  justify-content: space-between;
  margin-top: 3em;
  display: flex;
}

.high-impact-col._01 {
  width: 33%;
}

.high-impact-col._02 {
  width: 33%;
  margin-left: .7em;
}

.high-impact-col._03 {
  width: 32%;
  margin-left: .5em;
}

.ca-cta-section {
  height: 50em;
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 53%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/CA-CTA.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 16em;
}

.ca-cta-section.air-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Air-Frieght-Image-02---min.webp');
  background-position: 0 0, 0 0, 50% 0;
}

.ca-cta-section.ocean-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Ocean-Header-min.webp');
}

.ca-cta-section.road-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Road-Transport-CTA.webp');
}

.ca-cta-section.multimodal {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Multimodal-CTA.webp');
}

.ca-cta-section.project {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Wind-Turbine.webp');
}

.ca-cta-section.all-services-section {
  height: 55em;
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 52%), url('../images/All-Footer-CTA-Image.webp');
}

.careers-hero-section {
  background-image: linear-gradient(to bottom, transparent 65%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 38%), url('../images/Careers-Hero.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 17em;
  padding-bottom: 17em;
}

.careers-certified-section {
  background-image: linear-gradient(to bottom, transparent 80%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 8em;
  display: flex;
}

.careers-tap-into-section {
  background-image: linear-gradient(to bottom, transparent 74%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-02-4.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 6em;
  padding-bottom: 16em;
}

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

._4-col-grid.tap-into-grid {
  grid-column-gap: 3em;
  margin-top: 4em;
}

._4-col-grid.sc-grid {
  margin-top: 4em;
}

.tap-into-icon-image {
  width: 4.38em;
}

.careers-cta-section {
  background-image: linear-gradient(to bottom, transparent 59%, #032835), linear-gradient(to bottom, var(--dark-slate-grey), rgba(1, 12, 15, .3) 80%, transparent), url('../images/Careers-Footer-CTA.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8em;
  display: flex;
}

.heading-xxxlarge {
  font-size: 4.79em;
}

.heading-xxxlarge.text-color-white.overlay {
  opacity: .8;
}

.heading-xxxlarge.text-color-white.blue-overlay {
  color: var(--deep-sky-blue);
}

.careers-form-outer-wrapper {
  max-width: 90%;
  background-color: var(--dark-slate-grey);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

.careers-form-top-wrapper {
  padding: 3.75em 1.07em 4.32em;
}

.careers-tabs-menu {
  display: flex;
}

.careers-form-tab-link {
  background-color: var(--steel-blue);
  color: var(--white);
  text-transform: uppercase;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .2em;
  padding-bottom: .7em;
  display: flex;
}

.careers-form-tab-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.careers-tab-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.careers-tab-pane {
  background-color: var(--white);
}

.careers-tab-content-inner-wrapper {
  padding: 1em 1.5em;
}

.careers-form {
  flex-direction: column;
  display: flex;
}

.logo-image {
  width: 17em;
}

.card-office-address-wrapper {
  margin-bottom: 1em;
}

.branches-map-wrapper {
  max-width: 93.54em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.list-item {
  padding-top: .2em;
  padding-bottom: .2em;
}

.footer-link-item {
  width: 100%;
  color: #2e2e2e;
  padding-top: .8em;
  padding-bottom: .8em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.map-pin-lottie {
  width: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.map-pin-lottie.fr-map-pin {
  top: 9.7em;
  bottom: auto;
  left: 42.1em;
  right: auto;
}

.map-pin-lottie.china-map-pin {
  top: 13.3em;
  bottom: auto;
  left: auto;
  right: 21.5em;
}

.map-pin-lottie.map-pin-india {
  top: 17.6em;
  bottom: auto;
  left: auto;
  right: 27.4em;
}

.map-pin-lottie.uk-map-pin {
  top: 7.4em;
  bottom: auto;
  left: 41em;
  right: auto;
}

.map-pin-lottie.usa-map-pin {
  top: 12em;
  left: 15em;
}

.map-pin-lottie.germany {
  top: 8.1em;
  bottom: auto;
  left: 43.9em;
  right: auto;
}

.footer-w {
  width: 100%;
  height: 45em;
  background-color: #f9f9f9;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 4em 4em 0;
  display: flex;
  box-shadow: 0 6px 24px -2px rgba(34, 49, 73, .2);
}

.france-map-image {
  position: absolute;
}

.france-map-image.fr-top {
  z-index: 120;
  opacity: 0;
  top: 8.8em;
  bottom: auto;
  left: auto;
  right: 48.8em;
}

.france-map-image.fr-bottom {
  z-index: 110;
  width: 3.4em;
  opacity: 0;
  top: 8.8em;
  bottom: auto;
  left: auto;
  right: 48.8em;
}

.china-card-image {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: -.1em;
  left: 0%;
  right: 0%;
}

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

.heading-3 {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.heading-3.dash {
  opacity: 0;
}

.heading-3.useful-links {
  letter-spacing: 0;
  font-family: Karelia, sans-serif;
}

.nav-menu-2 {
  align-self: center;
}

.head-offices-heading {
  font-size: 6.39em;
}

.head-offices-heading.v-overlay {
  font-size: 4em;
}

.footer-fold-01 {
  justify-content: space-between;
  display: flex;
}

.card-office-function-sub-heading {
  color: #7c959b;
  letter-spacing: -.5px;
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: 1.53em;
  font-weight: 400;
}

.branches-card {
  z-index: 130;
  width: 30em;
  height: 30em;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  border-radius: 10px;
  padding: 2.6em;
  display: none;
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 3em;
  right: auto;
  overflow: hidden;
}

.branches-card.de-branch-card, .branches-card.china-branch-card, .branches-card.fr-branches-card, .branches-card.usa-branch-card {
  display: none;
}

.branches-card.ind-branch {
  flex-direction: column;
  overflow: scroll;
}

.branches-card.ind-branch.visible {
  display: flex;
}

.branches-card.uk-branches-card {
  display: none;
}

.branches-card.uk-branches-card.show {
  display: block;
}

.footer-fold-02 {
  justify-content: space-between;
  margin-top: 2em;
  display: flex;
}

.page-wrap.branches-desktop-wrapper {
  overflow: hidden;
}

.nav-section {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.v-section.v-map-hero {
  height: auto;
  min-width: 100vw;
  background-image: linear-gradient(#02283e, #02283b 50%, #032835);
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.v-section.v-map-hero.full-height {
  height: 100vh;
  padding-top: 2em;
}

.v-section.branches-section {
  min-height: 100vh;
  background-image: linear-gradient(to top, #032835, rgba(0, 0, 0, .02)), linear-gradient(#032835, rgba(0, 0, 0, .03)), url('../images/Sea-02-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 5em;
}

.brand {
  width: 10em;
  order: -1;
}

.brand.footer {
  width: 15em;
  width: 15em;
  align-items: flex-end;
  display: flex;
}

.head-office-address-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.branches-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
}

.branches-heading-text.overlay {
  opacity: .8;
}

.branches-heading-text.blue-overlay {
  color: var(--deep-sky-blue);
}

._25-years-bdge {
  float: right;
  position: relative;
}

.fotoer-quote {
  color: rgba(51, 51, 51, .27);
  letter-spacing: -.03em;
  font-family: Karelia, sans-serif;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1.2;
}

.fotoer-quote.bigger {
  font-size: 4.5em;
}

.footer-links-w {
  width: 40%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.head-office-heading-wrapper {
  margin-bottom: 3em;
  margin-left: 8.47em;
}

.address-place {
  color: var(--azure);
  margin-bottom: 0;
  font-family: Karelia, sans-serif;
  font-size: 1.39em;
}

.office-phone-and-email-outer-wrapper {
  font-family: Inter, sans-serif;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.branches-big-heading-wrapper {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.uk-map-image {
  width: 1.99em;
  opacity: 1;
  position: absolute;
  top: 6.5em;
  left: 41.1em;
}

.uk-map-image.uk-top-image {
  z-index: 120;
  opacity: 0;
  display: block;
}

.uk-map-image.uk-bottom-image {
  z-index: 110;
  width: 2.2em;
  opacity: 0;
  top: 6em;
  left: 40.5em;
}

.card-inside-heading-text {
  color: #032832;
  margin-bottom: .65em;
  font-size: 1.39em;
}

.offices-address-wrapper {
  margin-bottom: 2.5em;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.uk-card-image {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: -23.3em;
  left: 0%;
  right: 0%;
}

.list {
  margin-top: 1.4em;
}

.white-gradient-image-overlay {
  width: 100%;
  height: 43%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .09), #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-gradient-image-overlay.china-gradient {
  bottom: -15%;
}

.white-gradient-image-overlay.uk-gradient {
  height: 75%;
}

.white-gradient-image-overlay.fr-gradient {
  height: 55%;
  bottom: -.1em;
}

.white-gradient-image-overlay.germany-gradient {
  height: 60%;
  display: block;
  bottom: -2.6em;
}

.white-gradient-image-overlay.hide {
  display: none;
}

.office-address-text {
  color: #053743;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

._25-years-badge-w {
  width: 10em;
  order: 1;
}

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

.timezones-w.invert {
  filter: invert();
}

.footer-quote-w {
  width: 50%;
  align-items: center;
  display: flex;
}

.footer-quote-w.top-align {
  align-items: flex-start;
}

.india-map-image {
  z-index: 100;
  width: 8.45em;
  opacity: 1;
  position: absolute;
  top: 13.9em;
  bottom: auto;
  left: auto;
  right: 23.3em;
}

.india-map-image.in-top {
  z-index: 120;
  opacity: 0;
}

.india-map-image.in-base {
  opacity: 0;
}

.card-phone-and-email-outer-wrapper {
  color: #000;
}

.text-link {
  color: #2e2e2e;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-link.customs-cta {
  color: var(--white);
}

.text-link.parentheses {
  opacity: .7;
}

.office-phone-icon-wrapper {
  filter: invert();
  margin-right: 1em;
}

.cards-content-inner-wrapper {
  position: relative;
}

.cards-content-inner-wrapper.india-content {
  margin-bottom: 2.7em;
}

.cards-content-inner-wrapper.india-content.chennai-main {
  font-size: 1.2vw;
}

.earth-lottie {
  max-width: 90em;
  position: absolute;
  top: 4.8em;
  bottom: auto;
  left: auto;
  right: -34em;
}

.earth-lottie.hide {
  display: none;
}

.earth-lottie.our-branches {
  max-width: 90em;
  top: 10.9em;
  right: -22.5em;
  transform: rotate(17deg);
}

.section {
  z-index: 5;
  width: 100%;
  height: auto;
  position: relative;
}

.section.l-footer {
  z-index: 0;
  background-color: var(--footer-bg-color);
  padding-top: 3em;
  position: static;
  overflow: hidden;
}

.section.testimonial-numbers, .section.testimonials-section {
  background-color: var(--dark-slate-grey);
}

.section.start-journey-section {
  background-color: var(--dark-slate-grey);
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.home-cta {
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 28%), linear-gradient(to top, transparent 56%, var(--footer-bg-color));
}

.section.reasons-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 86%, #032832);
  padding-top: 1em;
}

.section.before-numbers-section {
  background-image: linear-gradient(to bottom, transparent 78%, var(--dark-slate-grey));
  padding-bottom: 12em;
}

.section.about-numbers-section {
  background-color: var(--dark-slate-grey);
  padding-top: 6em;
  padding-bottom: 6em;
}

.usa-card-image {
  width: 100%;
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: -9.2em;
  left: 0%;
  right: 0%;
}

.office-phone-and-email-inner-wrapper {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.chennai-image {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chennai-image.hide {
  display: none;
}

.office-function-span {
  color: #7a8d96;
  margin-left: .5em;
  font-family: Inter, sans-serif;
  font-size: .75em;
}

.office-function-span.hide, .time-01-w.hide {
  display: none;
}

.section-container {
  width: 80%;
  height: 100vh;
  max-width: 1400px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 0;
  display: flex;
  position: relative;
}

.section-container.nav {
  height: 8em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.section-container.footer {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-container.hero {
  padding-top: 16em;
}

.section-container.auto-height {
  height: auto;
}

.section-container.auto-height.more-padding {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-container.auto-height.less-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-container.auto-height.less-padding.max-1100 {
  max-width: 1100px;
}

.section-container.footer {
  height: 72vh;
  padding-bottom: 0;
}

.section-container.pre-footer-spacer {
  height: 20vh;
}

.section-container.parallax {
  height: 190vh;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.map-image {
  width: 93.54em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.usa-map-image {
  width: 16em;
  opacity: 1;
  position: absolute;
  top: 9.4em;
  bottom: auto;
  left: 9.4em;
  right: auto;
}

.usa-map-image.usa-bottom-image {
  z-index: 110;
  width: 14em;
  opacity: 0;
  top: 9.3em;
}

.usa-map-image.usa-top-image {
  z-index: 120;
  opacity: 0;
  display: block;
}

.footer-fold-03 {
  background-color: #e6e6e6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  padding: 1.5em 4em;
  display: flex;
}

.office-address-grid-wrapper {
  max-width: 43.96em;
}

.time-text {
  color: #2e2e2e;
  letter-spacing: -.03em;
  margin-bottom: .2em;
  font-size: 3.3em;
  font-weight: 700;
}

.time-text._02 {
  letter-spacing: .04em;
  margin-left: .2em;
  font-size: 1.2em;
  font-weight: 700;
}

.france-card-image {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: -3.6em;
  left: 0%;
  right: 0%;
}

.germany-card-image {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: -5.9em;
  left: 0%;
  right: 0%;
}

.footer-logo {
  width: 13em;
}

.china-image {
  width: 14.5em;
  opacity: 1;
  position: absolute;
  top: 8.3em;
  bottom: auto;
  left: auto;
  right: 16.5em;
}

.china-image.cn-base-image {
  z-index: 110;
  opacity: 0;
}

.china-image.cn-top-image {
  z-index: 120;
  opacity: 0;
}

.office-phone-icon-wrapper-white {
  margin-right: 1em;
}

.globe-embed.test {
  z-index: 100;
  position: relative;
}

.germany-map-image {
  width: 2.39em;
  opacity: 1;
  position: absolute;
  top: 7.7em;
  bottom: auto;
  left: 44.1em;
  right: auto;
}

.germany-map-image.de-top-image {
  z-index: 120;
  opacity: 0;
}

.germany-map-image.de-bottom-image {
  z-index: 110;
  width: 2em;
  opacity: 0;
}

.nav-link-2 {
  color: #f9f9f9;
  margin-left: 1em;
  margin-right: 1em;
  padding: 8px 14px 10px;
}

.nav-link-2.w--current {
  color: #2e2e2e;
  background-color: #f9f9f9;
  border-radius: 100px;
}

.map-hero-container {
  max-width: 90ch;
  margin-top: 10em;
  margin-bottom: 4em;
  margin-left: 8.47em;
}

.map-hero-heading {
  line-height: 1.17;
}

.customs-list-section {
  background-image: linear-gradient(to bottom, transparent 76%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 30%), url('../images/Sea-02-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 12em;
  padding-bottom: 12em;
}

.fotoer-quote-2 {
  color: rgba(51, 51, 51, .27);
  letter-spacing: -.03em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.stat {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 4em;
  font-weight: 700;
}

.content-w {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-w.float-left {
  float: left;
  align-self: center;
  margin-left: 0;
}

.content-w.float-left.sticky {
  width: 40vw;
  position: -webkit-sticky;
  position: sticky;
  top: 38vh;
}

.content-w.float-left.wider {
  width: 85%;
  margin-top: auto;
  margin-bottom: auto;
}

.content-w.float-left.wider.vertical-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.content-w.float-right {
  float: right;
  align-self: flex-end;
  margin-right: 2em;
}

.content-w.discount-cta-content {
  width: 80%;
}

.testimonials-gradient {
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, #052430, rgba(5, 36, 48, 0));
}

.testimonials-gradient.left {
  width: 15%;
  background-image: linear-gradient(to right, var(--dark-slate-grey) 47%, rgba(5, 36, 48, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonials-gradient.right {
  width: 40%;
  background-image: linear-gradient(to right, var(--dark-slate-grey) 25%, rgba(5, 36, 48, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.footer-link-item-2 {
  width: 100%;
  color: #2e2e2e;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}

.button {
  color: #2e2e2e;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: .5em;
  padding: 14px 20px 15px 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.secondary {
  color: #f9f9f9;
  letter-spacing: .07em;
  background-color: rgba(249, 249, 249, 0);
  border: 2px solid #f9f9f9;
}

.button.secondary.dark {
  color: #2e2e2e;
  border-color: #2e2e2e;
}

.button.no-left-margin {
  margin-left: 0;
}

.button.no-left-margin.top-margin {
  margin-top: 2rem;
}

.center-text-w {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.scene-03-w {
  width: 100%;
  height: auto;
  position: relative;
}

.scene-video-track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.highlight-text-w {
  margin-top: 7.4em;
  padding-bottom: 1em;
}

.stat-card-w {
  width: 32%;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 5em 4em 3em;
  box-shadow: 0 6px 24px -2px rgba(34, 49, 73, .2);
}

.footer-logo-image {
  width: 12em;
}

.paragraph {
  color: #f9f9f9;
  font-family: Inter, sans-serif;
}

.paragraph.dark {
  color: #2e2e2e;
  font-weight: 500;
}

.paragraph.hero {
  width: 50%;
  text-align: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.under-heading {
  width: 70%;
  margin-top: 2em;
}

.paragraph.regular {
  font-family: Inter, sans-serif;
  line-height: 1.24;
}

.paragraph.regular.icon {
  margin-left: 1em;
}

.paragraph.subhead {
  color: #2e2e2e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.paragraph.subhead.light {
  color: #f9f9f9;
}

.paragraph.subhead.light.left-align {
  text-align: left;
}

.paragraph.marker-text {
  color: silver;
}

.paragraph.quote-para {
  font-size: 1.1em;
  line-height: 1.7;
}

.paragraph.hindi-text {
  font-family: Open Sans, sans-serif;
}

.clients-logo-image {
  width: 10em;
}

.splide__slide {
  width: 36%;
  height: 100%;
  background-image: url('../images/quote_faded.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em 3em 2em 2em;
  display: flex;
  position: relative;
}

.marqee-outer-wrapper {
  overflow: hidden;
}

.logo-marquee-w {
  width: 100%;
  height: 6em;
  background-color: #f9f9f9;
  border-radius: 12px;
  align-self: center;
  box-shadow: 0 6px 24px -2px rgba(34, 49, 73, .2);
}

.logo-marquee-w.top-margin {
  height: auto;
  background-color: #fff;
  margin-top: 8em;
}

.logo-marquee-w.top-margin.hide {
  display: none;
}

.transport-modes-w {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8em;
  display: grid;
}

.marquee-wrapper {
  width: 200%;
  display: flex;
}

.arrow-w {
  width: 36px;
  height: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1em;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  margin-left: 3px;
}

.transport-mode-icon-w {
  margin-right: 10px;
}

.footer-fold-4 {
  height: 20em;
  justify-content: space-between;
  display: flex;
}

.testimonials-gradient-w {
  z-index: 2;
  width: 100%;
  height: 105%;
  position: absolute;
  top: 0%;
  bottom: -5%;
  left: 0%;
  right: 0%;
}

.html-embed-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.html-embed-3-copy {
  height: 100%;
  position: relative;
}

.marquee {
  width: 50%;
  justify-content: space-between;
  margin-right: 6em;
  padding: .5em 0;
  display: flex;
}

.transport-mode-item-w {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-quote-w-2 {
  width: 50%;
}

.time-text-2 {
  letter-spacing: -.03em;
  margin-bottom: .2em;
  font-size: 3.6em;
  font-weight: 700;
}

.time-text-2._02 {
  letter-spacing: .04em;
  margin-left: .2em;
  font-size: 1.2em;
  font-weight: 700;
}

.splide__arrows {
  z-index: 3;
  width: 13em;
  float: right;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 3em;
  right: 8%;
}

.splide__arrows.change {
  width: 11em;
}

.footer-fold-5 {
  height: 4em;
  background-color: #e6e6e6;
  justify-content: space-between;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.xclients-maquee-container {
  max-width: 1240px;
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: flex;
}

.cta-w {
  justify-content: flex-start;
  margin-top: 6em;
  display: flex;
}

.trusted-by-wrapper {
  color: #2e2e2e;
  text-align: center;
  margin-right: 1.1em;
  font-size: 1.67em;
}

.heading {
  text-align: center;
}

.transport-mode-icon {
  width: 100%;
  height: 100%;
}

.wide-card-w {
  width: 100%;
  height: 24em;
  background-color: #f9f9f9;
  border-radius: 12px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 3em 5em;
  display: flex;
  box-shadow: 0 6px 24px -2px rgba(34, 49, 73, .2);
}

.wide-card-w.first-shipment-off {
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-gradient {
  z-index: 100;
  width: 100%;
  height: 8em;
  opacity: .7;
  background-image: linear-gradient(#052430, rgba(5, 36, 49, 0));
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-full-width-w {
  width: 100%;
  height: 24em;
}

.content-full-width-w.splide {
  width: 120%;
  height: 21em;
  margin-top: 6em;
  margin-bottom: 6em;
  position: relative;
  left: -10%;
}

.content-full-width-w.splide.testimonials-slider {
  height: 30em;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}

.content-full-width-w.cards {
  height: 20em;
  justify-content: space-between;
  display: flex;
}

.truck-aerial-w {
  width: 4vw;
  height: 14em;
  background-image: url('../images/truck-aerial-web.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 39vw;
}

.truck-aerial-w._02 {
  width: 7em;
  height: 22em;
  top: -2em;
  left: 98%;
}

.truck-aerial-w.hide {
  display: none;
}

.heading-2 {
  margin-top: 10px;
}

.heading-2.dark {
  color: #2e2e2e;
  letter-spacing: -.015em;
}

.splide__track {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-cta-w {
  justify-content: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__list {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.gradient {
  width: 100%;
  height: 30vh;
  background-image: linear-gradient(#052430, rgba(5, 36, 49, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.gradient.bottom.scene-03-end {
  height: 120vh;
}

.gradient.bottom.scene-03-end.v-bottom-gradient {
  background-image: linear-gradient(to bottom, var(--footer-bg-color), rgba(5, 36, 49, 0));
  bottom: -2%;
}

.gradient.bottom.scene-02-end {
  height: 60vh;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), rgba(5, 36, 49, 0) 40%);
}

.gradient.bottom.scene-02-end.hide {
  display: none;
}

.gradient.bottom.scene-02-end.push-down {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), rgba(5, 36, 49, 0) 40%);
  bottom: -2%;
}

.gradient.bottom.scene-01-end {
  height: 50vh;
}

.gradient.scene-02-start {
  height: 60vh;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), rgba(5, 36, 49, 0) 40%);
}

.highlight-text {
  opacity: .6;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, rgba(147, 241, 255, .5), rgba(148, 241, 255, .28));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Karelia, sans-serif;
  font-size: 5em;
  line-height: 1.35;
}

.highlight-text.less-fade {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: .12em;
}

.marquee-card {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2.1em 1em;
  display: flex;
}

.scene-01-w {
  width: 100%;
  height: auto;
  background-color: var(--dark-slate-grey);
  position: relative;
  overflow: visible;
}

.testimonial-details-w {
  position: relative;
}

.html-embed-2 {
  opacity: 1;
  transition: opacity .16s cubic-bezier(.25, .46, .45, .94);
}

.html-embed-2:hover {
  opacity: 1;
}

.scene-02-w {
  width: 100%;
  height: auto;
  position: relative;
}

.text-block {
  font-family: Karelia, sans-serif;
  font-size: 1em;
}

.html-embed {
  width: 0%;
  height: 0%;
  display: none;
}

.social-media-grid {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 4em;
  display: none;
}

.link-block-2 {
  display: flex;
}

.link-block-2.social-link {
  opacity: .7;
  transition: opacity .15s cubic-bezier(.25, .46, .45, .94);
}

.link-block-2.social-link:hover {
  opacity: 1;
}

.socia-icon-image {
  width: 1.8em;
}

.dropdown-text {
  color: var(--white);
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 12px;
}

.dropdown-list.x {
  background-color: rgba(255, 255, 255, .7);
  font-size: .9em;
}

.dropdown-inner-list.w--open {
  background-color: var(--white);
  border-radius: 12px;
}

.dropdown-inner-list.logistics.w--open {
  color: rgba(12, 2, 2, .81);
}

.leadership-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.packaging-content-section {
  background-image: linear-gradient(to bottom, transparent 52%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-Group-2.5-Images.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 6em;
  padding-bottom: 6em;
}

.legal-header-section {
  background-color: var(--dark-slate-grey);
  padding-top: 12em;
  padding-bottom: 12em;
}

.legal-content-section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.branches-tablet-to-mobile-wrapper {
  display: none;
}

.branches-t-content-section {
  background-color: var(--footer-bg-color);
  padding-bottom: 12em;
}

.branches-accordian-header {
  justify-content: space-between;
  align-items: center;
  padding: .35rem 1.5rem;
  display: flex;
}

.branches-accordian {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: black black var(--dark-slate-grey-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.services-accordian-content-copy {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.branches-address-content {
  max-width: 50%;
}

.branches-accordian-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.page-wrap-home-landscape {
  display: none;
}

.contact-hero-section-copy {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Contact-Page-Min.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 12em;
  padding-bottom: 18.33em;
}

.uk-popup-modal {
  z-index: 120;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-svg-bg {
  height: 100vh;
  background-color: #b3b3b3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-india-map-wrapper {
  width: 15em;
  height: 17em;
}

.svg-india-map:hover {
  color: red;
}

.ob-hero-section {
  background-color: var(--branches-blue);
  padding-top: 16em;
  padding-bottom: 8em;
  position: relative;
}

.ob-heading-wrapper {
  max-width: 80%;
}

.head-offices-content-wrapper {
  max-width: 60%;
  margin-top: 8em;
}

.ob-map-section {
  background-image: linear-gradient(to bottom, transparent 82%, var(--footer-bg-color)), linear-gradient(to bottom, var(--branches-blue), transparent), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 0;
  padding-bottom: 12em;
  position: relative;
  overflow: visible;
}

.map-image-wrapper {
  padding-top: 64%;
  position: relative;
}

.map-image-wrapper.zoom {
  transform: scale(2);
}

.ob-map-image {
  width: 100%;
  height: 100%;
  opacity: .7;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ob-map-country-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ob-map-country-link.ob-india {
  width: 6.6em;
  margin-top: 27.6em;
  margin-left: 52.625em;
}

.ob-map-country-link.ob-china {
  width: 13.55em;
  margin-top: 22.5em;
  margin-left: 53.93em;
  display: none;
}

.ob-map-country-link.ob-usa {
  width: 22.5em;
  margin-top: 13.7em;
  margin-left: .485em;
  display: flex;
}

.ob-map-country-link.ob-germany {
  width: 2.1em;
  margin-top: 21.8em;
  margin-left: 39.035em;
  display: flex;
}

.ob-map-country-link.ob-singapore {
  width: .3em;
  margin-top: 35.22em;
  margin-left: 60.425em;
}

.ob-map-country-link.ob-singapore.lager-area {
  width: .3em;
  margin-top: 35.12em;
  margin-left: 60.225em;
  padding: 0 1.2em .4em 0;
}

.ob-map-country-link.ob-turkey {
  width: 4.2em;
  margin-top: 26.2em;
  margin-left: 43.425em;
}

.ob-map-country-link.ob-malaysia {
  width: 4.3em;
  margin-top: 34.8em;
  margin-left: 59.685em;
  display: flex;
}

.ob-map-country-link.ob-hong-kong {
  width: 3em;
  margin-top: 30.1em;
  margin-left: 61.385em;
  display: none;
}

.ob-map-country-link.ob-uk {
  width: 2.7em;
  margin-top: 20.4em;
  margin-left: 35.46em;
  display: flex;
}

.ob-map-country-link.ob-thailand {
  width: 2em;
  margin-top: 31.75em;
  margin-left: 59.05em;
  display: flex;
}

.ob-map-country-link.ob-japan {
  width: 3.8em;
  margin-top: 25.1em;
  margin-left: 66.05em;
  display: flex;
}

.ob-map-country-link.ob-canada {
  width: 19.55em;
  display: flex;
  top: .77em;
  left: 6.7em;
}

.ob-country-embed {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0);
}

.ob-country-embed:hover {
  color: #fff;
}

.ob-country-embed.test {
  color: #925d5d;
}

.ob-country-embed.show-color {
  color: red;
}

.ob-country-embed.hong-kong:hover {
  color: rgba(0, 0, 0, 0);
}

.pop-up-components {
  overflow: hidden;
}

.pop-up-modal---dark-bg {
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pop-up-modal---dark-bg.india, .pop-up-modal---dark-bg.china, .pop-up-modal---dark-bg.usa, .pop-up-modal---dark-bg.turkey {
  display: none;
}

.pop-up-modal---dark-bg.singapore {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up-modal---dark-bg.germany {
  display: none;
}

.pop-up-modal---dark-bg.malaysia {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up-modal---dark-bg.hong-kong {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pop-up-modal---dark-bg.uk {
  display: none;
}

.pop-up-modal---dark-bg.thailand {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pop-up-modal---dark-bg.japan {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up-modal---dark-bg.canada {
  display: none;
}

.popup-info-card {
  z-index: 20;
  width: 45vw;
  height: 100vh;
  background-color: #e2e2e2;
  flex: none;
  padding: 6.5em 7.6em;
  position: relative;
  overflow: hidden;
}

.popup-info-card.india-card {
  overflow: scroll;
}

.popup-info-card.in-view {
  transform: translate(0);
}

.ob-pop-up-close-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-right: -2.24em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ob-close-button-link-block {
  background-color: var(--steel-blue);
  border-radius: 100em;
  padding: 1.7em;
  transition: filter .2s, transform .2s, box-shadow .35s;
  box-shadow: 0 0 16px -3px rgba(0, 0, 0, .58);
}

.ob-close-button-link-block:hover {
  transform: scale(.9);
  box-shadow: 0 0 rgba(0, 0, 0, .58);
}

.ob-close-button-link-block:active {
  filter: invert();
}

.ob-close-icon {
  width: 2em;
}

.ob-close-icon.invert {
  filter: invert();
}

.ob-popup-country-image-wrapper {
  height: 100vh;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16em;
  padding-right: 16em;
  display: flex;
}

.ob-popup-country-image-wrapper.in-view {
  transform: translate(0%);
}

.ob-popup-country-image-wrapper.japan {
  padding-left: 10.5em;
  padding-right: 10.5em;
}

.ob-pop-up-country-image {
  width: 100%;
  opacity: .9;
  filter: brightness(90%);
  object-fit: cover;
  transform: scale(.95);
}

.ob-pop-up-country-image.make-larger {
  transform: scale(1.5);
}

.ob-pop-up-country-image.make-larger---medium {
  transform: translate(0, 9%)scale(1.4);
}

.ob-pop-up-country-image.germany-country-image {
  transform: scale(1.15);
}

.ob-pop-up-country-image.hong-kong {
  transform: scale(1.3);
}

.ob-pop-up-country-image.thailand, .ob-pop-up-country-image.japan {
  transform: scale(.85);
}

.ob-pop-up-country-image.make-larger---canada {
  transform: scale(1.2);
}

.ob-pop-up-branches-content-inner-wrapper {
  padding: 1em;
}

.map-disclaimer-outer-wrapper {
  width: 3em;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.map-disclaimer-inner-wrapper {
  transform: rotate(90deg);
}

.ob-map-pin-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ob-map-pin-wrapper.india {
  display: flex;
  top: .4em;
  left: -1.8em;
}

.ob-map-pin-wrapper.usa {
  top: 3.5em;
  left: 7.3em;
}

.ob-map-pin-wrapper.turkey {
  top: 0;
  left: -.6em;
}

.ob-map-pin-wrapper.singapore {
  top: .4em;
  bottom: auto;
  left: .3em;
  right: auto;
}

.ob-map-pin-wrapper.chennai {
  display: flex;
  top: 2.1em;
  left: -1.1em;
}

.ob-map-pin-wrapper.bengaluru {
  display: flex;
  top: 2.5em;
  left: -2.6em;
}

.ob-map-pin-wrapper.hyderabad {
  display: flex;
  top: 1.7em;
  left: -2em;
}

.ob-map-pin-wrapper.delhi {
  display: flex;
  top: -1.4em;
  left: -2.5em;
}

.ob-map-pin-wrapper.tuticorin {
  display: flex;
  top: 3.1em;
  left: -1.7em;
}

.ob-map-pin-wrapper.cochin {
  display: flex;
  top: 3.1em;
  left: -2.8em;
}

.ob-map-pin-wrapper.mumbai {
  display: flex;
  top: 1.5em;
  left: -4.1em;
}

.ob-map-pin-wrapper.ahmedabad {
  display: flex;
  top: .3em;
  left: -4.9em;
}

.ob-map-pin-wrapper.pune {
  display: flex;
  top: 1.5em;
  left: -3.1em;
}

.ob-map-pin-wrapper.kolkata {
  display: flex;
  top: .3em;
  left: 2.1em;
}

.ob-map-pin-wrapper.malaysia-01 {
  margin-left: -68%;
}

.ob-map-pin-wrapper.malaysia-02 {
  margin-left: 51%;
}

.ob-map-pin-wrapper.uk {
  top: 0%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.ob-map-pin-wrapper.ob-thailand {
  margin-top: -.5rem;
  top: 0%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.ob-map-pin-wrapper.ob-japan {
  margin-top: -.5rem;
  top: 11%;
  bottom: auto;
  left: 58%;
  right: auto;
}

.ob-map-pin-wrapper.canada {
  top: 5.5em;
  left: -6em;
}

.ob-map-pin-lottie {
  width: .8em;
}

.ob-map-pin-lottie.fr-map-pin {
  top: 9.7em;
  bottom: auto;
  left: 42.1em;
  right: auto;
}

.ob-map-pin-lottie.china-map-pin {
  top: 13.3em;
  bottom: auto;
  left: auto;
  right: 21.5em;
}

.ob-map-pin-lottie.map-pin-india {
  top: 17.6em;
  bottom: auto;
  left: auto;
  right: 27.4em;
}

.ob-map-pin-lottie.uk-map-pin {
  top: 7.4em;
  bottom: auto;
  left: 41em;
  right: auto;
}

.ob-map-pin-lottie.usa-map-pin {
  top: 12em;
  left: 15em;
}

.ob-map-pin-lottie.germany {
  top: 8.1em;
  bottom: auto;
  left: 43.9em;
  right: auto;
}

.footer-section {
  background-image: url('../images/Sea-02-2.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 8em;
}

.footer-wrapper {
  background-color: #f9f9f9;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.footer-top-inner-wrapper {
  padding: 3em 4em 2em;
}

.footer-legal-wrapper {
  background-color: #e6e6e6;
  padding: 1.5em 4em;
}

.footer-links-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.footer-logo-image-update {
  width: 12em;
}

.quote-page-hero-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(3, 40, 50, 0) 76%), linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Form-Page-Hero-Image.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 16em;
  padding-bottom: 18.33em;
}

.quote-page-form-section {
  background-image: linear-gradient(to bottom, transparent 64%, var(--footer-bg-color)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 30%), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 12em;
}

.quote-form-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.request-quote-header-wrapper {
  background-color: #1c3d46;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 2em 0 4em 4em;
}

.hide-button, .request-quote-nav {
  display: none;
}

.quote-form-left-arrow {
  width: auto;
  align-items: flex-end;
  font-size: 1em;
  display: flex;
  top: auto;
  bottom: 2em;
  left: 2.7em;
  right: auto;
}

.quote-form-right-arrow {
  width: auto;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1em;
  display: flex;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2.7em;
}

.form-quote-slide-01 {
  padding-bottom: 2em;
}

.form-slider {
  height: auto;
  background-color: #fafafa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.quote-progress-bar-container {
  background-color: var(--white-smoke);
  padding: 2.4em 2.4em 1.75em;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: var(--progress-bar-inactive);
  border-radius: 100px;
}

.progress-bar.progressed {
  background-color: var(--deep-sky-blue);
}

.progress-bar-sub-heading-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  display: flex;
}

.slide-form-inner-wrapper {
  background-color: #f2f2f2;
  margin: 2.5em 2.5em 4.5em;
  padding: 3em 2em;
}

.quote-form-checkbox {
  width: 1.2em;
  height: 1.25em;
  background-color: var(--light-blue);
  border-style: none;
  border-width: 0;
  flex: none;
  margin: 0;
}

.quote-form-checkbox.w--redirected-checked {
  background-color: var(--deep-sky-blue);
}

.quote-checkbox-field {
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.quote-checkbox-field.type-of-container {
  max-width: 50%;
  flex: none;
}

.quote-checkbox-label {
  margin-left: 4px;
}

.quote-form-divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--divider-line-color);
}

.quote-form-page-01-block-02, .quote-form-page-01-block-03 {
  margin-bottom: 2.22em;
}

.quote-radio-button {
  margin-left: 0;
}

.quote-radio-button-label {
  margin-left: 8px;
}

.quote-radio-field {
  padding-left: 0;
}

.package-details-radio-grid {
  max-width: 25%;
  grid-template-rows: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.next-button {
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 4.5em;
  display: flex;
}

.prev-button {
  color: var(--steel-blue);
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.quote-form-page-02-block-01 {
  margin-top: 1em;
}

.confirm-submission-button {
  background-color: var(--dark-slate-grey);
  border-radius: 12px;
  margin-top: 16px;
  padding: 1.8em 9.9em;
}

.quote-agreement-checkbox {
  margin-top: 16px;
}

.hide {
  display: none;
}

.splide__arrow {
  width: 4em;
  height: 4em;
}

.splide__arrow.splide__arrow--prev {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.splide__arrow.splide__arrow--next {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.discount-cta-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
}

.discount-cta-form {
  flex-direction: column;
  display: flex;
}

.discount-cta-submit-button {
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  font-family: Karelia, sans-serif;
  font-weight: 700;
}

.let-numbers-speak-text {
  color: var(--deep-sky-blue);
  font-family: Karelia, sans-serif;
  font-size: 6em;
  line-height: 1.2;
}

.discount-content {
  padding: 6em;
}

.discount-form-outer-wrapper {
  height: 100%;
  background-color: var(--discount-cta-green);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.services-list-of-services-section {
  background-image: linear-gradient(to bottom, transparent 51%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 42%), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 8em;
}

.loader {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  grid-row-gap: 1rem;
  background-color: var(--midnight-blue-02);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-lottie {
  width: 10rem;
}

.loading-text {
  color: var(--white-smoke);
  font-family: Karelia, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.ls-1st-col {
  justify-content: center;
  display: flex;
}

.ls-2nd-col {
  width: 55%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-copy.medium {
  max-width: 69em;
}

.container-copy.medium.marquee-container {
  overflow: hidden;
}

.container-copy.medium.marquee-container.careers-m-container {
  margin-top: 4em;
}

.container-copy.medium.certified-container {
  margin-top: -6.5em;
}

.container-copy.medium.careers-cta {
  margin-top: 0;
}

.container-copy.medium.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(0, 0, 0, .02), rgba(0, 0, 0, .02));
}

.container-copy.large {
  max-width: 80em;
}

.container-copy.large.high-impact-service-container {
  z-index: 10;
  position: relative;
}

.container-copy.large.map-scale-up {
  transform: scale(4);
}

.container-copy.large.certified-container {
  margin-top: -6.5em;
}

.container-copy.footer {
  max-width: 95em;
}

.container-copy.map-heading-container {
  margin-bottom: 9em;
}

.map-test-section {
  background-color: #494949;
  padding-top: 10em;
  padding-bottom: 10em;
}

.b-map-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.b-branches-map {
  width: 70.08em;
}

.coming-soon-hero-section {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Sea-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.truck-animation {
  width: 200px;
  filter: invert();
  transform: translate(-20px);
}

.abs-coming-soon-text-wrapper {
  text-align: center;
  justify-content: center;
  margin-top: -56px;
  display: flex;
}

.cards-description-text {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
}

.legal-rich-text {
  font-size: 14px;
}

.request-quote-inner-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.quotes-tabs-menu {
  background-color: #1c3d46;
  display: flex;
}

.quote-tab-link {
  background-color: var(--steel-blue);
  color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex: 1;
  justify-content: center;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-family: Karelia, sans-serif;
  font-weight: 700;
  display: flex;
}

.quote-tab-link.w--current {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.tab-menu-text {
  font-size: 1.2em;
}

.cargo-details-tab-menu {
  border-radius: 8px;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.cargo-details-tab-link {
  background-color: var(--text-dark-slate-grey);
  box-shadow: none;
  color: var(--white);
  flex: 1;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Karelia, sans-serif;
  font-weight: 700;
  display: flex;
}

.cargo-details-tab-link.w--current {
  background-color: var(--light-blue);
  color: var(--black);
  border-radius: 0;
  text-decoration: underline;
  box-shadow: inset 6px 9px 15px -13px rgba(131, 131, 131, .27), inset 10px -2px 19px -5px rgba(185, 185, 185, .22);
}

.container-02.medium {
  max-width: 69em;
}

.container-02.medium.marquee-container {
  overflow: hidden;
}

.container-02.medium.marquee-container.careers-m-container {
  margin-top: 4em;
}

.container-02.medium.certified-container {
  margin-top: -6.5em;
}

.container-02.medium.careers-cta {
  margin-top: 0;
}

.container-02.medium.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(0, 0, 0, .02), rgba(0, 0, 0, .02));
}

.container-02.large {
  max-width: 80em;
}

.container-02.large.high-impact-service-container {
  z-index: 10;
  position: relative;
}

.container-02.large.map-scale-up {
  transform: scale(1.15);
}

.container-02.large.certified-container {
  margin-top: -6.5em;
}

.container-02.footer {
  max-width: 80em;
}

.container-02.map-heading-container {
  margin-bottom: 9em;
}

.life-at-image-05 {
  width: 26.04em;
  height: 14em;
  object-fit: cover;
  border-radius: 12px;
  position: static;
}

.branches-bg {
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg-color);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ocean-cargo-details-outer-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}

.type-of-container-outer-checkbox {
  margin-top: 1em;
}

.ocean-cargo-header-wrapper {
  justify-content: space-between;
  display: flex;
}

.type-of-container-checkbox-and-quantitiy-selector-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.culture-work-with-us-cta {
  background-image: linear-gradient(1deg, var(--dark-slate-grey), transparent 65%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 23%), url('../images/Sea-02-2.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 8em;
}

.about-numbers-cards-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-stat-card-w {
  width: 24%;
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  box-shadow: 0 6px 24px -2px rgba(34, 49, 73, .2);
}

.stat-number-small {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 700;
}

.numbers-card-desc-text {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
}

.about-mission-vision-sectin {
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Sea-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8em;
  padding-bottom: 8em;
}

.about-cta-section {
  height: 50em;
  background-image: linear-gradient(to top, var(--footer-bg-color), transparent 53%, rgba(0, 0, 0, 0) 56%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 69%), url('../images/Ship.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 16em;
}

.about-cta-section.air-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Air-Frieght-Image-02---min.webp');
  background-position: 0 0, 0 0, 50% 0;
}

.about-cta-section.ocean-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Ocean-Header-min.webp');
}

.about-cta-section.road-freight {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Road-Transport-CTA.webp');
}

.about-cta-section.multimodal {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Multimodal-CTA.webp');
}

.about-cta-section.project {
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 24%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 57%), url('../images/Wind-Turbine.webp');
}

.about-cta-section.all-services-section {
  height: 55em;
  background-image: linear-gradient(8deg, var(--dark-slate-grey), transparent 40%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 52%), url('../images/All-Footer-CTA-Image.webp');
}

.culture-cta-setion-wrap {
  max-width: 50%;
}

.resume-upload-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-image-section {
  background-image: linear-gradient(to top, var(--dark-slate-grey), transparent 33%), linear-gradient(to bottom, var(--dark-slate-grey), transparent 56%), url('../images/Sea-02-2.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 4em;
  padding-bottom: 4em;
}

.team-image-sub-text-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.team-image-wrapper {
  width: 100%;
}

.team-image {
  width: 100%;
  border-radius: 12px;
}

.special_video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-main-wrap {
  z-index: 9;
  display: none;
  position: relative;
}

.formbg-wrap {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.formbutton-modal {
  width: 100%;
  max-width: 23rem;
  background-color: var(--white);
  border-radius: 12px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 6.25rem;
  left: auto;
  right: 2.5rem;
  overflow: visible;
  box-shadow: 0 -5px 22px rgba(0, 0, 0, .2);
}

.formbutton-title {
  grid-column-gap: 1rem;
  background-color: var(--dark-slate-grey-4);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.formbutton-text-wrap {
  background-color: var(--dark-slate-grey-4);
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

.form-wrap {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.form {
  flex-direction: column;
  padding: 1rem 1rem 1.5rem;
  display: flex;
}

.field-label {
  color: var(--dark-slate-grey-4);
  margin-bottom: 8px;
  font-family: Karelia, sans-serif;
  font-size: 1rem;
}

.button-wrap {
  justify-content: flex-end;
  display: flex;
}

.chat-button-wrap {
  z-index: 1000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 2.5rem;
}

.html-embed-4 {
  cursor: pointer;
}

.spacer-medium {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
    padding: 30px;
  }

  .nav-link {
    font-size: 2em;
  }

  .nav-link.dropdown-link {
    margin-left: 0;
    margin-right: auto;
  }

  .text-wrapper.max-width-medium-para-wrapper {
    max-width: 54%;
  }

  .text-wrapper.header-sub-text-wrapper {
    max-width: 70%;
  }

  .text-wrapper.services-explainer-wrapper {
    max-width: 100%;
  }

  .text-wrapper.process-sub-heading-wrapper {
    margin-bottom: .5em;
  }

  .text-wrapper.slide-quote-wrapper {
    max-width: 100%;
  }

  .text-wrapper.competitive-advantage-wrapper, .text-wrapper.carees-sub-text-wrap {
    max-width: 80%;
  }

  .text-wrapper.cetified-by-wrapper {
    max-width: 90%;
  }

  .text-wrapper.tap-into-sub-text-wrap {
    max-width: 80%;
  }

  .text-wrapper.company-culture-wrap, .text-wrapper.ship-confidently {
    max-width: 100%;
  }

  .text-wrapper.story-designation {
    text-align: right;
  }

  .text-wrapper.align-right {
    text-align: left;
  }

  .text-wrapper.work-with-fc {
    max-width: 65%;
  }

  .para-01 {
    font-size: 1.8em;
  }

  .link-block.careers-link {
    padding: 1.5em 3em;
  }

  .link-block.filled-button {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .link-block.services-tab-cta {
    padding: 2.1em;
  }

  .link-block.line-button {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .link-block.footer-view-on-linkedin-button {
    font-size: 1.2em;
  }

  .link-text, .link-text.text-color-dark.linkedin-link-text {
    font-size: 1.25em;
  }

  .link-text.services-tab-link-text {
    font-size: 1.4em;
  }

  .link-text.open-linkedin {
    font-size: 1.2em;
  }

  .link-text.small-case {
    font-size: 1.1em;
    line-height: 1.5;
  }

  .image-wrapper.review-card._01 {
    right: -1.2em;
  }

  .image-wrapper.review-card._02 {
    top: 21.4em;
    right: 2.2em;
  }

  .image-wrapper.review-card._03 {
    top: 35.3em;
    right: 12.2em;
  }

  .image-wrapper.review-card._04 {
    top: 49.3em;
    right: 8.9em;
  }

  .heading-large {
    font-size: 3.5em;
  }

  ._2-col-grid.frieght-consol-life {
    width: 95%;
  }

  ._2-col-grid.contact-form-grid {
    grid-column-gap: 2.5em;
  }

  ._2-col-grid.leadership-grid {
    grid-column-gap: 2em;
    grid-template-columns: 1.5fr;
  }

  ._2-col-grid.careers-form-grid {
    grid-column-gap: 2.5em;
  }

  ._2-col-grid.footer-legal-grid {
    grid-template-columns: 1.25fr;
  }

  ._2-col-grid.discount-grid {
    grid-template-columns: .75fr .5fr;
  }

  .grid-col-wrapper.contact-details {
    padding-top: 1.37em;
    padding-bottom: 1.37em;
  }

  .culture-tab-link {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.8em;
  }

  .culture-tab-pane-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-medium {
    font-size: 2em;
  }

  .heading-medium.leadership-heading {
    font-size: 3em;
  }

  .card.work-cta-card {
    padding-left: 2.96em;
    padding-right: 2.96em;
  }

  .card.leadership-card {
    padding: 4.5em 3em;
  }

  .card.high-impact-card-0101 {
    padding-top: 6.3em;
    padding-bottom: 6.3em;
  }

  .card.high-impact-card-0102 {
    background-position: 50% 250px;
    padding-top: 4.9em;
    padding-bottom: 4.9em;
  }

  .card.high-impact-card-0202 {
    background-position: 50% 120px;
    padding-bottom: 4.2em;
  }

  .card.high-impact-card-0301 {
    background-position: 50% 180px;
    background-size: cover;
    padding-top: 10.3em;
    padding-bottom: 10.3em;
  }

  .card.high-impact-card-0302 {
    padding-top: 14.4em;
    padding-bottom: 14.4em;
  }

  .external-link-image {
    width: 2em;
  }

  .work-quote-image {
    width: 25em;
  }

  .work-quote-image._01 {
    width: 30em;
  }

  .heading-small {
    font-size: 2em;
  }

  .submit-button {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    font-size: 1.5em;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-col-grid.our-values-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.benefits-grid, ._3-col-grid.services-include, ._3-col-grid.ls-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-grid.high-impact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .services-icon {
    width: 7em;
  }

  .para-02 {
    font-size: 1.4em;
  }

  .process-heading {
    font-size: 3em;
  }

  .service-benefits-section {
    padding-top: 4em;
  }

  .servies-cta-section.ocean-freight, .servies-cta-section.multimodal {
    height: 65em;
  }

  .services-quote-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .quote-person {
    width: 23em;
  }

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

  .accordian-open-close-icon {
    margin-left: 0;
  }

  .accordian-open-close-icon.invert {
    filter: invert();
    display: block;
  }

  .accordian-open-close-icon.invert.hide {
    display: none;
  }

  .heading-medium-2 {
    font-size: 2em;
  }

  .accordian-text-content {
    max-width: 70%;
  }

  .competitive-advantage-col {
    max-width: 45%;
  }

  .ca-freight-image-outer-wrapper {
    display: none;
  }

  .high-imact-content-parent {
    background-color: rgba(0, 0, 0, 0);
  }

  .ca-cta-section {
    height: 65em;
  }

  .tap-into-icon-image {
    width: 6em;
  }

  .careers-form-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-image {
    width: 20em;
  }

  .footer-link-item {
    font-size: 1.5em;
  }

  .footer-w {
    height: 49em;
  }

  .office-phone-and-email-outer-wrapper {
    margin-bottom: 2em;
  }

  .section.l-footer {
    overflow: hidden;
  }

  .section.about-numbers-section {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .globe-embed {
    opacity: .5;
  }

  .center-text-w {
    width: 80%;
  }

  .paragraph.under-heading {
    font-size: 1.6em;
  }

  .socia-icon-image {
    width: 3em;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--deep-sky-blue);
    border-radius: 12px;
  }

  .menu-icon {
    color: #fff;
  }

  .leadership-image {
    width: 100%;
    height: 100%;
  }

  .accordian-open-close-icon-wrapper {
    display: flex;
  }

  .t-branches-wrapper {
    width: 100%;
  }

  .branches-desktop-wrapper {
    display: none;
  }

  .branches-tablet-to-mobile-wrapper {
    display: block;
  }

  .branches-t-hero-section {
    background-image: linear-gradient(to bottom, transparent 65%, var(--dark-slate-grey)), url('../images/Header-Section.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 22em;
    padding-bottom: 22em;
  }

  .branches-t-content-section {
    background-image: linear-gradient(to bottom, transparent 70%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 40%), url('../images/Sea-01.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
  }

  .branches-accordian-header {
    padding-bottom: 1rem;
  }

  .branches-accordian {
    border-bottom-color: rgba(255, 255, 255, .5);
  }

  .branches-accordian.bigger {
    font-size: 1.2vw;
  }

  .branches-address-content {
    max-width: 70%;
  }

  .quote-form-container {
    width: 90%;
  }

  .form-quote-slide-01 {
    padding-bottom: 4em;
  }

  .quote-form-checkbox {
    width: 2.25em;
    height: 2em;
  }

  .quote-checkbox-label {
    font-size: 1.5em;
  }

  .quote-radio-button-label {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .quote-radio-field {
    align-items: center;
    display: flex;
  }

  .package-details-radio-grid {
    margin-bottom: 1.2em;
  }

  .next-button {
    padding-left: 9.1em;
    padding-right: 9.1em;
  }

  .confirm-submission-button {
    font-size: 1.4em;
  }

  .discount-cta-submit-button {
    border-radius: 4px;
    padding: 1.8em 1.5em;
    font-size: 1.4em;
  }

  .discount-content {
    padding-right: 6em;
  }

  .discount-form-outer-wrapper {
    padding: 1.9em;
  }

  .quote-tab-link {
    padding-top: 4.8em;
    padding-bottom: 4.8em;
  }

  .tab-menu-text {
    font-size: 2em;
  }

  .div-block {
    justify-content: flex-start;
    display: flex;
  }

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

  .life-at-image-05 {
    height: 21em;
  }

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

  .about-stat-card-w {
    width: 100%;
  }

  .numbers-card-desc-text {
    font-size: 1.1rem;
  }

  .about-mission-vision-sectin {
    padding-top: 4em;
  }

  .about-cta-section {
    height: 65em;
  }

  .culture-cta-setion-wrap {
    max-width: 50%;
  }

  .special_video {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: var(--dark-slate-grey);
    padding: 2em 9em 8em;
  }

  .nav-link {
    font-size: 2.5em;
    display: block;
  }

  .container.medium.l-container {
    z-index: 10;
    position: relative;
  }

  .container.cta-container {
    max-width: 90%;
    padding-left: 1px;
  }

  .container.team {
    max-width: 95%;
  }

  .heading-xxlarge, .heading-xxlarge.text-color-white.overlay {
    font-size: 7em;
  }

  .text-wrapper.max-width-medium-para-wrapper, .text-wrapper.header-sub-text-wrapper {
    max-width: 90%;
  }

  .text-wrapper.our-story-wrapper, .text-wrapper.services-explainer-wrapper {
    max-width: 100%;
  }

  .text-wrapper.cta-sub-text {
    max-width: 75%;
  }

  .text-wrapper.competitive-advantage-wrapper {
    max-width: 100%;
  }

  .text-wrapper.company-culture-wrap {
    max-width: 80%;
  }

  .text-wrapper.work-with-fc {
    max-width: 85%;
  }

  .para-01 {
    font-size: 2.4em;
  }

  .para-01.cara-para {
    color: var(--black);
  }

  .button-row._4-icons-cta {
    margin-top: 8em;
  }

  .button-row.mobile-truck {
    max-width: 70%;
    margin-top: 6em;
  }

  .button-row.break-card {
    margin-top: 4em;
  }

  .button-wrapper.l-hero-primary-wrapper {
    margin-right: 2em;
  }

  .link-block.filled-button {
    border-radius: 1em;
    padding: 2.4em 2.5em;
  }

  .link-block.services-tab-cta {
    padding: 2.5em 2.4em;
  }

  .link-block.line-button {
    padding: 2.4em 2.5em;
  }

  .link-block.footer-view-on-linkedin-button {
    font-size: .9em;
  }

  .link-text {
    font-size: 2.5em;
  }

  .link-text.text-color-dark.linkedin-link-text, .link-text.services-tab-link-text, .link-text.open-linkedin, .link-text.small-case {
    font-size: 2em;
  }

  .image-wrapper.review-card._01 {
    right: 3.2em;
  }

  .image-wrapper.review-card._02 {
    top: 29.3em;
  }

  .image-wrapper.review-card._03 {
    top: 48em;
    right: 7.7em;
  }

  .image-wrapper.review-card._04 {
    top: 68.5em;
    right: 1.7em;
  }

  .heading-large {
    font-size: 5em;
  }

  ._2-col-grid.extraordinary-grid {
    grid-template-columns: 1.25fr .75fr;
  }

  ._2-col-grid.contact-form-grid {
    grid-template-columns: 1.25fr;
  }

  ._2-col-grid.leadership-grid, ._2-col-grid.quotes-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.careers-form-grid {
    grid-column-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-col-grid._4-icon-grid {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  ._2-col-grid.footer-links-outer-grid, ._2-col-grid.footer-legal-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.social-icons-outer-grid {
    grid-template-columns: .25fr 1fr;
  }

  ._2-col-grid.discount-grid {
    grid-template-columns: 1fr;
  }

  .grid-col-wrapper.contact-details {
    padding: 5.07em 3.97em;
  }

  .grid-col-wrapper.ls-list-item {
    margin-bottom: 72px;
  }

  .life-at-image-03 {
    width: 27em;
  }

  .life-at-image-04 {
    height: 29em;
  }

  .culture-tab-link {
    text-align: center;
    font-size: 2em;
  }

  .culture-tab-pane-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-medium {
    font-size: 3.75em;
  }

  .heading-medium.text-color-white.overlay {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(rgba(148, 241, 255, .7), rgba(147, 201, 255, .7));
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-medium.tab-heading {
    font-size: 3em;
    line-height: 1.35;
  }

  .heading-medium.leadership-heading {
    font-size: 3.5em;
  }

  .culture-work-in-section {
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .card.get-in-touch-card {
    padding: 5em 3em;
  }

  .card.leadership-card {
    padding: 3em;
    display: flex;
  }

  .card.high-impact-card-0101 {
    padding: 10em 6em;
  }

  .card.high-impact-card-0102 {
    background-position: 50% 120px;
    margin-top: 16px;
    padding: 10em 6em;
  }

  .card.high-impact-card-0201 {
    padding: 10em 6em;
  }

  .card.high-impact-card-0202 {
    background-position: 50% 120px;
    margin-top: 16px;
    padding-top: 5.7em;
    padding-bottom: 5.7em;
  }

  .card.high-impact-card-0301 {
    background-position: 50% 120px;
    background-size: cover;
    padding: 10em 5.9em;
  }

  .card.high-impact-card-0302 {
    margin-top: 16px;
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .card.numbers-card {
    padding: 5.5em 3em;
  }

  .card.numbers-card.bottom {
    padding: 7.5em 12.8em;
  }

  .external-link-image {
    font-size: 2em;
  }

  .work-quote-image {
    width: 35em;
  }

  .work-quote-image._01 {
    width: 39em;
  }

  .contact-hero-section {
    padding-top: 19em;
    padding-bottom: 25em;
  }

  ._1-col-grid.ls-grid {
    grid-column-gap: 96px;
    grid-row-gap: 0px;
  }

  .heading-small {
    font-size: 3em;
  }

  .submit-button {
    font-size: 1.75em;
  }

  .logo3_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

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

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    grid-auto-columns: 10rem;
    padding-top: 1rem;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-section {
    padding-bottom: 19em;
  }

  ._3-col-grid.service-benefits, ._3-col-grid.benefits-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.cb-services {
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-grid.services-include, ._3-col-grid.high-impact-grid, ._3-col-grid.core-beliefs {
    grid-template-columns: 1fr;
  }

  .arrow-image {
    width: 5em;
  }

  .services-icon {
    width: 9em;
  }

  .para-02 {
    font-size: 2.1em;
  }

  .process-heading {
    font-size: 5em;
  }

  .service-benefits-section {
    padding-bottom: 12em;
  }

  .servies-cta-section.air-freight, .servies-cta-section.ocean-freight, .servies-cta-section.road-freight {
    height: 75em;
  }

  .servies-cta-section.project {
    height: 65em;
  }

  .servies-cta-section.all-services-section {
    height: 70em;
  }

  .centered-hero-section {
    padding-bottom: 20em;
  }

  .t-slide-content {
    padding: 7.5em 6em;
  }

  .quote-person {
    width: 90%;
  }

  .services-tabs {
    padding-bottom: 6em;
  }

  .services-tab-link {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .services-accordian-header {
    padding: 1rem 1.25rem;
  }

  .faq11_component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .services-accordian-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .accordian-open-close-icon {
    width: 1.75rem;
  }

  .heading-medium-2 {
    font-size: 3em;
  }

  .accordian-text-content {
    max-width: 90%;
  }

  .ca-hero-section {
    padding-top: 18em;
  }

  .ca-icon, .ca-list-icon {
    width: 12em;
  }

  .high-imact-content-parent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .high-impact-col._01, .high-impact-col._02, .high-impact-col._03 {
    width: 100%;
  }

  .ca-cta-section {
    height: 85em;
  }

  ._4-col-grid.tap-into-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._4-col-grid.sc-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-xxxlarge.text-color-white.overlay {
    font-size: 7em;
  }

  .careers-form-outer-wrapper {
    max-width: 90%;
    margin-left: 0;
  }

  .careers-tab-content-inner-wrapper {
    padding: 5em 4.2em;
  }

  .logo-image {
    width: 30em;
  }

  .footer-link-item {
    font-size: 2.5em;
  }

  .fotoer-quote.bigger {
    font-size: 7em;
  }

  .content-w {
    width: 100%;
  }

  .content-w.discount-cta-content {
    max-width: 50%;
    margin-bottom: 6.2em;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 2.1em;
    line-height: 1.4;
  }

  .paragraph.subhead {
    font-size: 3em;
  }

  .paragraph.quote-para {
    font-size: 2.4em;
    line-height: 1.57;
  }

  .splide__slide {
    background-image: url('../images/quote_faded.svg');
    background-repeat: no-repeat;
    background-size: auto;
    padding: 3.5em 3em;
  }

  .testimonials-gradient-w.mobile {
    display: none;
  }

  .splide__arrows.change {
    width: 22em;
  }

  .wide-card-w {
    height: auto;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 6em 0 0;
  }

  .content-full-width-w.splide.testimonials-slider {
    height: 115em;
  }

  .page-wrap-home-desktop {
    display: none;
  }

  .socia-icon-image {
    width: 6em;
  }

  .dropdown-text {
    font-size: 1em;
    display: flex;
  }

  .dropdown-list.w--open {
    font-size: 1vw;
  }

  .menu-button.w--open {
    border-radius: 12px;
  }

  .t-branches-wrapper {
    flex-direction: column;
    display: flex;
  }

  .branches-accordian-header {
    padding: 1rem 1.25rem;
  }

  .services-accordian-content-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .branches-address-content {
    max-width: 90%;
  }

  .branches-accordian-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-wrap-home-landscape {
    display: block;
    position: relative;
  }

  .l-hero-section {
    height: 155em;
    background-image: none;
    background-position: 0 0;
    padding-top: 22em;
    padding-bottom: 8em;
    position: relative;
    overflow: hidden;
  }

  .l-hero-section.chage {
    height: 110em;
  }

  .l-cloud-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .l-cloud-image {
    width: 100em;
    object-fit: cover;
  }

  .text-wrapper.l-hero-sub-heading {
    max-width: 70%;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .text-wrapper.e2e-max-width {
    max-width: 65%;
  }

  .text-wrapper.icon-sub-heading-wrap {
    margin-top: 10px;
  }

  .text-wrapper.shipyard-wrapper {
    max-width: 70%;
  }

  .text-wrapper.ship-dock-sub-text-wrap {
    max-width: 70%;
    margin-top: 6em;
  }

  .text-wrapper.card-text-wrapper {
    color: var(--black);
    margin-top: 3.2em;
  }

  .l-heading-01 {
    color: var(--white);
    font-size: 7.5em;
    line-height: 1.2;
  }

  .l-airplane-wrapper {
    position: absolute;
    top: 40.9em;
    bottom: auto;
    left: auto;
    right: -42.5em;
  }

  .airplane-image {
    width: 100.27em;
  }

  .l-4-icons-section {
    background-image: none;
    background-position: 0 0;
    padding-top: 10em;
    padding-bottom: 20em;
    position: relative;
    overflow: hidden;
  }

  ._4-icon-grid-wrapper {
    max-width: 70%;
    margin-top: 10em;
  }

  ._4-icon-image {
    width: 6em;
    margin-bottom: 10px;
  }

  .l-small-ship-wrapper {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -6.5em;
  }

  .l-small-ship-image {
    width: 55em;
  }

  .l-ship-dock-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 16em;
    padding-bottom: 16em;
    position: relative;
  }

  .l-ship-dock-image-wrapper {
    position: absolute;
    top: 14em;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .l-ship-image {
    width: 35em;
  }

  .l-number-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .l-large-heading {
    font-family: Karelia, sans-serif;
  }

  .l-large-heading.overlay {
    opacity: .5;
    color: var(--steel-blue);
    font-size: 7em;
    line-height: 1.1;
  }

  .l-large-heading.overlay.blue-overlay {
    color: var(--deep-sky-blue);
  }

  .numbers-card-outer-wrapper {
    z-index: 2;
    margin-top: 8em;
    position: relative;
  }

  .numbers-card-outer-wrapper._02 {
    margin-top: 6.5em;
  }

  .card-info-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .numbers-text {
    font-family: Karelia, sans-serif;
    font-size: 6em;
    font-weight: 700;
  }

  .truck-parallax-section-01 {
    background-image: linear-gradient(to bottom, transparent 50%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 64%), url('../images/scene-02-still.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 35em;
    padding-bottom: 35em;
    position: relative;
  }

  .stone {
    height: 100vh;
  }

  .reasons-heading.text-color-white.truck-parallax-section-01-heading {
    margin-bottom: 2em;
    font-size: 5em;
  }

  .truck-01-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .truck-01-sticky {
    justify-content: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .truck-01-image {
    width: 10em;
  }

  .l-card-break-section {
    background-image: linear-gradient(to bottom, transparent 70%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent), url('../images/Sea-02-2.webp');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    padding-top: 22em;
    padding-bottom: 22em;
  }

  ._3-roads-section {
    background-image: linear-gradient(to bottom, transparent 74%, var(--dark-slate-grey)), linear-gradient(to bottom, var(--dark-slate-grey), transparent 53%), url('../images/scene-03-still.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 22em;
    padding-bottom: 22em;
  }

  ._3-cards-content-section {
    display: none;
  }

  ._3-roads-abs-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .road-01 {
    height: 75vh;
    background-image: url('../images/Road-01.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .road-02 {
    height: 75vh;
    background-image: url('../images/Road-02.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .road-03 {
    height: 75vh;
    background-image: url('../images/Road-03.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .contact-hero-section-copy {
    padding-top: 19em;
    padding-bottom: 25em;
  }

  .footer-top-inner-wrapper {
    padding-top: 8em;
  }

  .footer-logo-image-update {
    width: 25em;
  }

  .quote-page-hero-section {
    padding-top: 19em;
    padding-bottom: 25em;
  }

  .quote-form-checkbox {
    height: 2.25em;
    flex: none;
  }

  .quote-checkbox-label, .quote-radio-button-label, .confirm-submission-button {
    font-size: 2em;
  }

  .hide {
    display: none;
  }

  .l-bg-wrapper {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .l-bg-image-sticy {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .l-bg-image {
    width: 100%;
    height: 625.34em;
    object-fit: cover;
  }

  .splide__arrow {
    width: 8em;
    height: 8em;
  }

  .fc-footer-cta-wrapper {
    max-width: 70%;
  }

  .discount-cta-form-wrapper {
    width: 100%;
    background-color: var(--white);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .discount-cta-form {
    flex-direction: column;
    display: flex;
  }

  .discount-cta-form-block {
    padding: 1.3em;
  }

  .discount-cta-submit-button {
    background-color: var(--white);
    color: var(--dark-slate-grey);
    border-radius: 6px;
    padding: 15px 60px;
    font-family: Karelia, sans-serif;
    font-size: 12px;
  }

  .qualities-heading {
    color: var(--white);
    font-size: 6em;
  }

  .discount-form-outer-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-bottom: 4em;
  }

  .ls-1st-col, .ls-2nd-col {
    flex-direction: column;
  }

  .check-spam-text-mobile {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .container-copy.medium.l-container {
    z-index: 10;
    position: relative;
  }

  .container-copy.cta-container {
    max-width: 90%;
    padding-left: 1px;
  }

  .tab-menu-text {
    font-size: 3em;
  }

  .container-02.medium.l-container {
    z-index: 10;
    position: relative;
  }

  .container-02.cta-container {
    max-width: 90%;
    padding-left: 1px;
  }

  .stat-number-small {
    font-size: 2rem;
  }

  .about-mission-vision-sectin {
    padding-bottom: 12em;
  }

  .about-cta-section {
    height: 85em;
  }

  .formbutton-modal {
    max-width: 20rem;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }

  .nav-link {
    font-size: 6em;
  }

  .nav-link.dark.supply-chain {
    z-index: 2;
  }

  .nav-link.dark.logistics {
    display: inline-block;
  }

  .container.medium {
    max-width: 77em;
  }

  .container.medium.l-container {
    max-width: 80em;
  }

  .container.medium.md-container {
    max-width: 87em;
  }

  .container.large {
    max-width: 90em;
  }

  .container.large.certified-container {
    margin-top: -28.1em;
  }

  .heading-xxlarge {
    font-size: 10em;
  }

  .heading-xxlarge.text-color-white.overlay {
    text-align: center;
    font-size: 9em;
  }

  .text-wrapper.max-width-medium-para-wrapper {
    max-width: 100%;
  }

  .text-wrapper.header-sub-text-wrapper {
    max-width: 100%;
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .text-wrapper.services-explainer-wrapper {
    max-width: 100%;
  }

  .text-wrapper.cta-sub-text {
    max-width: 100%;
    margin-top: 9em;
  }

  .text-wrapper.competitive-advantage-wrapper {
    text-align: left;
  }

  .text-wrapper.carees-sub-text-wrap {
    max-width: 100%;
    margin-top: 10em;
  }

  .text-wrapper.tap-into-sub-text-wrap {
    max-width: 100%;
  }

  .text-wrapper.company-culture-wrap {
    max-width: 90%;
  }

  .text-wrapper.logistics-sub-text-wrap {
    max-width: 100%;
  }

  .text-wrapper.overseas-text-wrapper {
    margin-top: 16em;
  }

  .text-wrapper.work-with-fc {
    max-width: 95%;
  }

  .para-01 {
    font-size: 4em;
  }

  .button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-row.services-cta-row {
    margin-top: 8em;
  }

  .button-row.services-tab-cta-row {
    margin-bottom: 8em;
  }

  .button-row.explore-button-row {
    align-items: center;
  }

  .button-row._4-icons-cta {
    align-items: flex-start;
    margin-top: 16em;
  }

  .button-row.mobile-truck {
    max-width: 90%;
    align-items: flex-start;
  }

  .button-row.l-hero-button-row {
    align-items: flex-start;
  }

  .button-wrapper.hero-button-wrapper {
    margin-top: 4em;
  }

  .button-wrapper.l-hero-primary-wrapper {
    margin-bottom: 4em;
    margin-right: 0;
  }

  .link-block.careers-link {
    justify-content: space-between;
    padding: 4.5em 5em;
  }

  .link-block.view-on-linkedin {
    justify-content: space-between;
    padding: 3em;
  }

  .link-block.filled-button {
    border-radius: 3.6em;
    justify-content: space-between;
    padding: 4.1em 4.8em;
  }

  .link-block.filled-button.home-footer-cta {
    padding-left: 5em;
    padding-right: 5em;
  }

  .link-block.services-tab-cta {
    justify-content: space-between;
    padding: 3.8em 3.5em;
  }

  .link-block.line-button {
    border-radius: 3.5em;
    justify-content: space-between;
    padding: 4em 4.2em;
  }

  .link-block.line-button.dark.explore-servies-button {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .link-block.careers-form-linkedin-button {
    margin-top: 9.5em;
    margin-bottom: 9.5em;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .link-text {
    font-size: 3.7em;
  }

  .link-text.text-color-dark.linkedin-link-text, .link-text.services-tab-link-text, .link-text.open-linkedin, .link-text.small-case {
    font-size: 4em;
  }

  .image-wrapper.review-card._01 {
    top: auto;
    bottom: 98.8em;
    left: auto;
    right: 3em;
  }

  .image-wrapper.review-card._02 {
    top: auto;
    bottom: 67.2em;
    left: auto;
    right: 34em;
  }

  .image-wrapper.review-card._03 {
    top: auto;
    bottom: 34.5em;
    left: auto;
    right: 0%;
  }

  .image-wrapper.review-card._04 {
    top: auto;
    bottom: 2em;
    left: 2em;
    right: auto;
  }

  .centerd-content.process-heading-wrapper {
    margin-top: 10em;
  }

  .heading-large {
    font-size: 8em;
  }

  ._2-col-grid, ._2-col-grid.frieght-consol-life {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.extraordinary-grid {
    grid-template-columns: 1fr;
    margin-top: 9.2em;
  }

  ._2-col-grid.contact-field-col {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.careers-form-grid {
    width: 85em;
  }

  ._2-col-grid.footer-links-outer-grid, ._2-col-grid.footer-legal-grid, ._2-col-grid.social-icons-outer-grid, ._2-col-grid.footer-top-row-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.ls-list-grid {
    margin-top: 12em;
  }

  ._2-col-grid.quote-form-grid {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    margin-bottom: 16px;
  }

  .life-at-image-01 {
    width: 100%;
  }

  .life-at-image-02 {
    width: 100%;
    height: 75em;
    margin-top: 16px;
  }

  .life-at-image-03 {
    width: 100%;
  }

  .life-at-image-04 {
    width: 100%;
    height: 70em;
    margin-top: 16px;
  }

  .culture-recogonized-section {
    padding-top: 12em;
    padding-bottom: 12em;
  }

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

  .culture-tab-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 3em;
  }

  .culture-tab-pane-content {
    padding-top: 13em;
    padding-bottom: 13em;
  }

  .heading-medium {
    font-size: 6.7em;
  }

  .heading-medium.text-color-white.max-width-reasons-mobile {
    max-width: 80%;
  }

  .heading-medium.tab-heading {
    font-size: 3.8em;
    line-height: 1.2;
  }

  .heading-medium.leadership-heading {
    font-size: 6em;
  }

  .culture-work-in-section {
    padding-top: 25em;
    padding-bottom: 163em;
  }

  .card.work-cta-card {
    padding: 10.39em 5.46em;
  }

  .card.our-story-card {
    padding: 5em 6em;
  }

  .card.leadership-card {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .card.high-impact-card-0102 {
    background-position: 50% 120px;
    background-size: cover;
    margin-top: 0;
  }

  .card.high-impact-card-0202 {
    margin-top: 0;
    padding-left: 6em;
    padding-right: 6em;
  }

  .card.high-impact-card-0301 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .card.high-impact-card-0302 {
    margin-top: 0;
  }

  .card.numbers-card {
    padding: 9em 10.1em;
  }

  .card.numbers-card.bottom {
    padding-left: 9.5em;
    padding-right: 9.5em;
  }

  .external-link-image {
    width: 8em;
    font-size: 1em;
  }

  .work-quote-image {
    width: 62em;
  }

  .work-quote-image._01 {
    width: 70em;
  }

  .heading-small {
    font-size: 5em;
  }

  .submit-button {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    font-size: 3em;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .logo3_list {
    justify-content: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-section {
    padding-top: 22em;
    padding-bottom: 24em;
  }

  ._3-col-grid.our-values-grid {
    margin-top: 8em;
  }

  ._3-col-grid.service-benefits {
    grid-row-gap: 7.5em;
  }

  ._3-col-grid.benefits-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.cb-services {
    grid-row-gap: 10em;
    grid-template-columns: 1fr;
    margin-top: 12em;
  }

  ._3-col-grid.type-of-transport-grid, ._3-col-grid.quote-dimensions-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.ls-list-grid {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 12em;
  }

  ._3-col-grid.core-beliefs {
    grid-row-gap: 7.5em;
  }

  .about-our-leadership-section {
    padding-top: 9em;
    padding-bottom: 14em;
  }

  .services-hero-section.insurance {
    padding-top: 27em;
  }

  .services-hero-section.ware-housing {
    padding-top: 22em;
  }

  .arrow-image-wrapper {
    margin-left: 4em;
  }

  .service-explainer-section {
    padding-top: 8em;
    padding-bottom: 16em;
  }

  .services-icon {
    width: 15em;
  }

  .para-02 {
    font-size: 4em;
  }

  .process-heading {
    font-size: 7.6em;
  }

  .service-benefits-section {
    padding-top: 8em;
  }

  .servies-cta-section.air-freight, .servies-cta-section.ocean-freight {
    height: 145em;
  }

  .servies-cta-section.road-freight, .servies-cta-section.multimodal, .servies-cta-section.project, .servies-cta-section.all-services-section {
    height: 140em;
  }

  .centered-hero-section {
    padding-top: 28em;
  }

  .slide-nav {
    font-size: 4em;
    display: block;
    top: auto;
    bottom: -4.1em;
    left: 0%;
    right: 0%;
  }

  .left-arrow-link, .right-arrow-link {
    display: none;
  }

  .quote-image {
    width: 15em;
  }

  .quote-person {
    width: 100%;
  }

  .services-tab-section {
    padding-top: 20em;
    padding-bottom: 18em;
  }

  .services-tab-link {
    padding: .4em 15px 1em;
  }

  .services-accordian-header {
    padding: .5rem 2.75em;
  }

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

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

  .services-accordian {
    padding-left: 1%;
  }

  .services-tab-inner-wrapper {
    padding-bottom: 6.5em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-medium-2 {
    font-size: 5.5em;
  }

  .accordian-text-content {
    max-width: 100%;
  }

  .ca-hero-section {
    padding-bottom: 50em;
  }

  .ca-advantage-list-section {
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .competitive-advtange-flex {
    flex-direction: column;
  }

  .competitive-advantage-list-content {
    margin-bottom: 12em;
  }

  .competitive-advantage-col.left {
    max-width: 100%;
  }

  .competitive-advantage-col.right {
    max-width: 100%;
    margin-top: 4em;
  }

  .ca-list-icon {
    width: 20em;
  }

  .ca-cta-section {
    height: 140em;
  }

  .careers-hero-section {
    padding-top: 22em;
    padding-bottom: 46em;
  }

  .careers-tap-into-section {
    padding-top: 16.5em;
  }

  ._4-col-grid.tap-into-grid {
    margin-top: 16em;
  }

  ._4-col-grid.sc-grid {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .tap-into-icon-image {
    width: 16em;
  }

  .careers-cta-section {
    padding-top: 16em;
    padding-bottom: 24em;
  }

  .heading-xxxlarge, .heading-xxxlarge.text-color-white.overlay {
    font-size: 9em;
  }

  .careers-form-outer-wrapper {
    max-width: 100%;
    margin-top: 12em;
    margin-left: -3em;
  }

  .careers-form-top-wrapper {
    padding: 6em;
  }

  .careers-tab-content-inner-wrapper {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }

  .logo-image {
    width: 45em;
  }

  .footer-link-item {
    font-size: 4em;
  }

  .legal-w {
    grid-template-columns: 1fr;
  }

  .fotoer-quote.bigger {
    font-size: 9em;
  }

  .office-phone-and-email-outer-wrapper {
    margin-bottom: 8em;
  }

  .text-link.all-caps {
    text-transform: uppercase;
  }

  .section.l-footer {
    padding-top: 12em;
  }

  .office-phone-and-email-inner-wrapper {
    margin-bottom: 1.9em;
  }

  .office-phone-icon-wrapper-white {
    flex: none;
  }

  .content-w.discount-cta-content {
    max-width: 70%;
  }

  .testimonials-gradient.left {
    background-image: linear-gradient(to right, var(--dark-slate-grey) 21%, rgba(5, 36, 48, 0));
  }

  .testimonials-gradient.right {
    background-image: linear-gradient(to right, var(--dark-slate-grey) 3%, rgba(5, 36, 48, 0));
  }

  .paragraph.quote-para {
    font-size: 4em;
  }

  .splide__arrows.change {
    width: 30em;
  }

  .marquee-card {
    flex: 1;
  }

  .social-media-grid {
    margin-top: 6em;
    margin-left: 0;
  }

  .socia-icon-image {
    width: 8em;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
  }

  .dropdown-inner-list.logistics.w--open {
    z-index: 100;
  }

  .t-branches-wrapper {
    flex-direction: column;
    margin-top: 3em;
  }

  .branches-t-hero-section {
    padding-top: 33em;
  }

  .branches-t-content-section {
    padding-bottom: 16em;
  }

  .branches-accordian-header {
    padding: .5rem 2.75em;
  }

  .branches-accordian {
    padding-left: 1%;
  }

  .branches-address-content {
    max-width: 100%;
  }

  .mail-icon {
    width: 100%;
  }

  .l-hero-section.chage {
    height: 163em;
    background-image: linear-gradient(to top, transparent 40%, var(--dark-slate-grey));
    background-position: 0 0;
    padding-top: 24em;
  }

  .text-wrapper.l-hero-sub-heading, .text-wrapper.e2e-max-width, .text-wrapper.shipyard-wrapper, .text-wrapper.ship-dock-sub-text-wrap {
    max-width: 100%;
  }

  .l-heading-01 {
    font-size: 9em;
  }

  ._4-icon-image {
    width: 10em;
  }

  .l-ship-dock-section {
    background-image: linear-gradient(to top, var(--dark-slate-grey), transparent);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .l-number-section {
    background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey));
    background-position: 0 0;
    position: relative;
  }

  .l-large-heading.overlay {
    font-size: 12em;
  }

  .l-large-heading.overlay.blue-overlay {
    color: var(--deep-sky-blue);
  }

  .numbers-card-outer-wrapper._02 {
    margin-top: 16px;
  }

  .footer-top-inner-wrapper {
    padding: 12em 6em 8em;
  }

  .footer-legal-wrapper {
    padding-top: 6.5em;
    padding-bottom: 6.5em;
  }

  .footer-logo-image-update {
    width: 50em;
  }

  .quote-page-form-section {
    padding-bottom: 16em;
  }

  .quote-form-container {
    width: 100%;
  }

  .request-quote-header-wrapper {
    padding-bottom: 8em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .quote-form-left-arrow {
    bottom: 6em;
    left: 8em;
  }

  .quote-form-right-arrow {
    bottom: 4em;
    right: 8em;
  }

  .form-quote-slide-01 {
    padding-bottom: 16em;
  }

  .quote-progress-bar-container {
    padding: 4.1em;
  }

  .quote-form-checkbox {
    width: 5em;
    height: 5em;
  }

  .quote-checkbox-label {
    font-size: 4em;
  }

  .quote-form-page-01-block-02, .quote-form-page-01-block-01 {
    margin-bottom: 4em;
  }

  .quote-radio-button-label {
    font-size: 4em;
  }

  .next-button {
    padding: 3em 13.3em;
  }

  .confirm-submission-button {
    font-size: 3em;
  }

  .splide__arrow {
    width: 10em;
    height: 10em;
  }

  .fc-footer-cta-wrapper {
    max-width: 77%;
  }

  .qualities-heading {
    opacity: .9;
    color: var(--white);
    font-size: 10em;
  }

  .discount-form-outer-wrapper {
    padding-top: 9.5em;
    padding-bottom: 8em;
  }

  .services-list-of-services-section.supply-chain {
    padding-top: 16em;
  }

  .loader-lottie {
    width: 9rem;
  }

  .inner-dropdown {
    margin-left: 20px;
    margin-right: auto;
  }

  .inner-dropdown.logistics {
    z-index: 10;
  }

  .inner-dropdown.supply-chain {
    z-index: 5;
  }

  .container-copy.medium {
    max-width: 77em;
  }

  .container-copy.medium.l-container {
    max-width: 80em;
  }

  .container-copy.large {
    max-width: 90em;
  }

  .footer-linkedin-row {
    justify-content: flex-start;
    display: flex;
  }

  .tab-menu-text {
    font-size: 3.7em;
  }

  .container-02.medium {
    max-width: 77em;
  }

  .container-02.medium.l-container {
    max-width: 80em;
  }

  .container-02.medium.md-container {
    max-width: 87em;
  }

  .container-02.large {
    max-width: 90em;
  }

  .container-02.large.certified-container {
    margin-top: -28.1em;
  }

  .life-at-image-05 {
    width: 100%;
    height: 75em;
    margin-top: 16px;
  }

  .about-numbers-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .about-mission-vision-sectin {
    padding-top: 8em;
  }

  .about-cta-section {
    height: 140em;
    background-position: 0 0, 0 0, 10%;
  }

  .formbutton-modal {
    max-width: 17.5rem;
    right: 1rem;
  }
}

#w-node-e18b2f00-1f9d-8bfd-0a40-4e73100ae7a3-2d9fda58, #w-node-_700d08a6-1b2b-69d6-47d9-b4e1f377d325-2d9fda58, #w-node-_08b19eb1-d938-6863-cb39-a3c8e112523e-2d9fda58, #w-node-_08b19eb1-d938-6863-cb39-a3c8e1125247-2d9fda58, #w-node-a67de4ab-3d84-c5d0-769f-25667a60cb95-1927103b, #w-node-a67de4ab-3d84-c5d0-769f-25667a60cb98-1927103b, #w-node-a67de4ab-3d84-c5d0-769f-25667a60cb9a-1927103b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccee9d49-0509-6458-a0e9-6a8d0b53afef-1927103b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-a67de4ab-3d84-c5d0-769f-25667a60cba4-1927103b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a67de4ab-3d84-c5d0-769f-25667a60cba9-1927103b, #w-node-a67de4ab-3d84-c5d0-769f-25667a60cbdd-1927103b, #w-node-a67de4ab-3d84-c5d0-769f-25667a60cbe0-1927103b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec07-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec09-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec0b-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec0d-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec0f-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec11-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec13-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec15-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec17-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec19-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec1b-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec1d-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec1f-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec22-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec24-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec26-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec28-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec2a-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec2c-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec2e-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec30-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec32-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec34-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec36-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec38-cdffc5f5, #w-node-_3c3fd5b1-a3fe-ecb8-dba4-a09db9bbec3a-cdffc5f5 {
  justify-self: center;
}

#w-node-_07863e33-1efc-e8fe-333b-ad99f9c127c5-cdffc5f5, #w-node-f59d7c05-3064-7cd8-46ab-c0153ec48b54-cdffc5f5, #w-node-_9ae418d5-29be-d8be-7e80-8ae062c4fd83-cdffc5f5, #w-node-ff2adf3d-545f-007e-67f9-08f994b924d0-cdffc5f5, #w-node-_7e79668c-8869-2d9d-7f7b-a38f267511ce-cdffc5f5, #w-node-_8c2d1e1f-2dd5-892c-3399-27ed0d9d7108-cdffc5f5, #w-node-_11817c51-6815-bf79-e83f-2dc0c0fd78a2-cdffc5f5, #w-node-c1007167-e446-fd0c-75f3-974e9d4cac0d-cdffc5f5, #w-node-_768882f0-4621-8605-3026-3443e7df8bd3-4bdfb9d5, #w-node-_768882f0-4621-8605-3026-3443e7df8bde-4bdfb9d5, #w-node-_768882f0-4621-8605-3026-3443e7df8bea-4bdfb9d5, #w-node-_4fdc8ca1-fab1-dbd5-0fb5-6eae28b9a898-4bdfb9d5, #w-node-_4fdc8ca1-fab1-dbd5-0fb5-6eae28b9a8a2-4bdfb9d5, #w-node-_5742c730-a2cb-97da-4066-198163a68213-4bdfb9d5, #w-node-_5742c730-a2cb-97da-4066-198163a6821e-4bdfb9d5, #w-node-_5742c730-a2cb-97da-4066-198163a68229-4bdfb9d5, #w-node-d746bfec-b7b1-6ab5-c9ca-5574f80aa523-4bdfb9d5, #w-node-_903a3f43-0ff2-86dc-2dc0-1a95f05f302f-d5c47d15, #w-node-be0cbd79-e00e-3a16-b484-84f686814ae0-d5c47d15, #w-node-_3757fd1a-fc72-dd69-f381-93f83b24d56e-d5c47d15, #w-node-_41a235ab-ef6b-b877-91ff-1df9a7a9c4d9-d5c47d15, #w-node-cb996ce7-7105-d38b-9f6f-5f5a93c5b2d0-d5c47d15, #w-node-_45b8a9ae-2248-d244-f8d0-b1a081f053be-d5c47d15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac5d-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac5f-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac61-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac63-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac65-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac67-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac69-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac6b-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac6d-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac6f-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac71-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac73-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac75-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac78-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac7a-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac7c-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac7e-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac80-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac82-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac84-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac86-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac88-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac8a-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac8c-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac8e-d5c47d15, #w-node-_14f1c4c5-1bfd-37cd-9f91-a60b09c2ac90-d5c47d15 {
  justify-self: center;
}

#w-node-d9346009-9e5e-b1e2-1636-1eed8cfa3219-51ee52dd, #w-node-c872aa4f-dad0-25b6-50d9-9ea88fc18739-51ee52dd, #w-node-_5249acbf-a1ce-8325-3751-24aee6fb2a1a-51ee52dd, #w-node-_5249acbf-a1ce-8325-3751-24aee6fb2a11-51ee52dd, #w-node-_6f4cb8ed-7649-2b8b-9ec9-961ec2ad3f73-51ee52dd, #w-node-_93d7afb5-a6df-9920-c2ac-41b213ab1cdc-51ee52dd, #w-node-_2ed4caf8-c3e7-ede1-b532-5eebdfb1d619-51ee52dd, #w-node-ac285995-7e1a-5565-02d1-36da042ae5b6-acef2d04, #w-node-ac285995-7e1a-5565-02d1-36da042ae5c1-acef2d04, #w-node-ac285995-7e1a-5565-02d1-36da042ae5cd-acef2d04, #w-node-_236a3084-1055-8d11-3ffe-5474ed2f08ff-acef2d04, #w-node-_624527df-b20e-c250-9b9a-a0cd0572db9b-acef2d04, #w-node-_88749a2a-91c1-c95e-1bd4-4d71a63488af-acef2d04, #w-node-ed0f7e82-1f11-85fb-1b5c-5332855085d2-acef2d04, #w-node-_93720001-3aa7-d2ba-8cbb-59800ae08597-acef2d04, #w-node-_39dcd325-f715-7595-3cba-5f055b27b1b5-acef2d04, #w-node-cf57699b-180d-4f4e-7c81-ec0b187c2734-c417baad, #w-node-cf57699b-180d-4f4e-7c81-ec0b187c273f-c417baad, #w-node-cf57699b-180d-4f4e-7c81-ec0b187c274b-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add549-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add552-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add55b-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add564-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add56d-c417baad, #w-node-b6bacd32-cc49-fe03-a87b-232897add576-c417baad, #w-node-_944b8bd5-bbd1-4ab2-dc5c-14829eff934e-6ad81352, #w-node-_944b8bd5-bbd1-4ab2-dc5c-14829eff9359-6ad81352, #w-node-_944b8bd5-bbd1-4ab2-dc5c-14829eff9365-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add549-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add552-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add55b-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add564-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add56d-6ad81352, #w-node-b6bacd32-cc49-fe03-a87b-232897add576-6ad81352, #w-node-_9c48c03a-9a14-220f-2100-1437ea7eabca-bf43fb0d, #w-node-_9c48c03a-9a14-220f-2100-1437ea7eabd5-bf43fb0d, #w-node-_9c48c03a-9a14-220f-2100-1437ea7eabe1-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add549-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add552-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add55b-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add564-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add56d-bf43fb0d, #w-node-b6bacd32-cc49-fe03-a87b-232897add576-bf43fb0d, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f61-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f6c-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f78-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f89-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f92-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222f9b-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222fa4-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222fad-f14f8a3e, #w-node-_1b9c8bd7-5749-e872-7766-c07247222fb6-f14f8a3e, #w-node-fa960ccb-3438-b33d-3aa6-633ae9e65bd1-75fcc1fb, #w-node-_17e65cd3-9674-bb32-1d68-309742b02058-75fcc1fb, #w-node-_825bd34f-4d3a-48e3-1bc3-5a544d97ad41-75fcc1fb, #w-node-_825bd34f-4d3a-48e3-1bc3-5a544d97ad4b-75fcc1fb, #w-node-_090fdd5f-b153-ac70-e504-1924ef077f57-75fcc1fb, #w-node-_0d10d82c-fc85-5bbb-fcba-77eea5436f3b-75fcc1fb, #w-node-_64639c21-f643-5e60-33eb-e7fd4c983658-75fcc1fb, #w-node-e511ec19-3f9b-63cd-07a5-ac6b399abe1a-75fcc1fb, #w-node-_192244c0-ad30-23e5-76d8-9dc942b1ba6f-75fcc1fb, #w-node-_51af119a-1c6a-9021-116d-ee90c9db723a-75fcc1fb, #w-node-_4f8dae6f-dea4-8120-7835-66f7111ea53a-75fcc1fb, #w-node-ac67894c-8895-e1c4-fd93-29d619475482-75fcc1fb, #w-node-ac67894c-8895-e1c4-fd93-29d61947548e-75fcc1fb, #w-node-ac67894c-8895-e1c4-fd93-29d61947549a-75fcc1fb, #w-node-ac67894c-8895-e1c4-fd93-29d6194754a6-75fcc1fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_742600b3-6e16-e83f-1251-7095fa068147-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068149-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06814b-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06814d-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06814f-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068151-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068153-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068155-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068157-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa068159-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06815b-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06815d-5742de5f, #w-node-_742600b3-6e16-e83f-1251-7095fa06815f-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3d4-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3d6-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3d8-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3da-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3dc-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3de-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3e0-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3e2-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3e4-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3e6-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3e8-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3ea-5742de5f, #w-node-_8b198864-e8c5-498b-c597-68d557ace3ec-5742de5f {
  justify-self: center;
}

#w-node-ae92bafb-b968-acf2-dd39-96bfbd236912-5742de5f, #w-node-_37d24e26-3f80-ecde-6ecf-49b97c1dfd85-5742de5f, #w-node-_4cf8435a-7462-b42a-b74d-a0718e0a9bbd-5742de5f, #w-node-ff2db41b-7253-c78c-dd07-dfa50cd862c0-5742de5f, #w-node-db8f24b6-564e-49ea-b536-9959d3f3e35e-5742de5f, #w-node-_25a5ab00-55f7-8127-9d5d-acd1123dfb91-5742de5f, #w-node-_96d04e4d-e67e-6d54-274b-03f569aee2d1-5742de5f, #w-node-edfc0fa3-e5c8-e946-19b7-c17f40b36aad-5742de5f, #w-node-dd569837-cf4c-d5c8-3547-8a0c33b5b80f-5742de5f, #w-node-dd569837-cf4c-d5c8-3547-8a0c33b5b810-5742de5f, #w-node-_0de62aad-d2c0-2241-105b-72453b9e1437-485873ce, #w-node-b9629c25-5878-93da-da8d-964da6b57179-485873ce, #w-node-_54fb517e-a23e-89f3-d526-b7acaffd7f4d-485873ce, #w-node-f35edff9-24ab-cecd-e8c9-89abcafa84eb-485873ce, #w-node-_20f1bc99-6fe9-b3f5-1599-f4f6c2a2460d-485873ce, #w-node-cc53bb02-1439-6dcc-311e-2c03009f2955-485873ce, #w-node-_510e12f5-ca8f-a5a2-ff8b-cff11bc76f4a-f0601b5b, #w-node-_510e12f5-ca8f-a5a2-ff8b-cff11bc76f55-f0601b5b, #w-node-_510e12f5-ca8f-a5a2-ff8b-cff11bc76f61-f0601b5b, #w-node-_8b7843bc-b580-cdd4-05ee-067876657630-f0601b5b, #w-node-_8b7843bc-b580-cdd4-05ee-067876657639-f0601b5b, #w-node-_8b7843bc-b580-cdd4-05ee-067876657642-f0601b5b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544a2-b68e482b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544ab-b68e482b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544b4-b68e482b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544bd-b68e482b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544c6-b68e482b, #w-node-bda13424-2d01-a16a-49f6-97dca0a544d0-b68e482b, #w-node-ae1eb773-91a0-6aa4-b6c3-159911ddc00c-bfd853cc, #w-node-ae1eb773-91a0-6aa4-b6c3-159911ddc001-bfd853cc, #w-node-ae1eb773-91a0-6aa4-b6c3-159911ddc018-bfd853cc, #w-node-_8d3b4e2c-0f0f-341c-238b-99aa1f661522-bfd853cc, #w-node-_27e4ce5c-7222-077b-63d3-cf5c779ea99e-bfd853cc, #w-node-_2ce3c113-b756-cfa9-9e5d-2e018e8fcab1-bfd853cc, #w-node-_55eb7f2b-d010-aa61-b320-86132a8baabc-6c1fcc5b, #w-node-a961492b-89fb-82cf-848c-1aea3b0f0945-6c1fcc5b, #w-node-_900083b2-0748-f130-a0e2-f2bb52e26d9f-6c1fcc5b, #w-node-d00307b8-f8b7-c8eb-ade7-8140a1e1908d-bb5aea97, #w-node-eee962b5-7b5f-2917-69d4-ba2062124394-bb5aea97, #w-node-_51a43f6a-bd09-7e7b-2853-c2d61cd9ec52-bb5aea97, #w-node-_1a6ec10c-98e0-3618-5fd8-8c569cb8a0f9-bb5aea97, #w-node-e5e73b66-6b46-d9d3-1bdf-5a1f71bf8955-bb5aea97, #w-node-_261af46b-efd4-78f5-b590-db778adc3f36-bb5aea97, #w-node-f60d4273-6b3e-e2d5-e701-869a3442bad9-bb5aea97, #w-node-_5bd28bde-1b6f-9a2f-ee61-c7a11d8732be-bb5aea97, #w-node-_5bd28bde-1b6f-9a2f-ee61-c7a11d8732c0-bb5aea97, #w-node-_5bd28bde-1b6f-9a2f-ee61-c7a11d8732c3-bb5aea97, #w-node-_5bd28bde-1b6f-9a2f-ee61-c7a11d8732c5-bb5aea97, #w-node-_5bd28bde-1b6f-9a2f-ee61-c7a11d8732c7-bb5aea97, #w-node-_6167f341-03e3-0ed8-624b-490597b467ac-bb5aea97, #w-node-_6167f341-03e3-0ed8-624b-490597b467ae-bb5aea97, #w-node-e81fc695-5b46-622f-c163-1c10f22f9202-bb5aea97, #w-node-e81fc695-5b46-622f-c163-1c10f22f9207-bb5aea97, #w-node-e81fc695-5b46-622f-c163-1c10f22f920c-bb5aea97, #w-node-c7ad6713-1309-67b3-2d3f-2e796a27b590-bb5aea97, #w-node-f02f6cd8-f24b-0ee3-7cac-c30bf3dfdd7a-bb5aea97, #w-node-_9ae25dd7-7349-63a0-967c-f23974739f2e-bb5aea97, #w-node-_6002a009-92ad-462d-4366-fd2bac20f726-bb5aea97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f22486b-e565-5a32-eb50-67bbd7418384-bb5aea97, #w-node-d293e8bb-49bb-6b84-4128-cc4b6d7f4d3f-bb5aea97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d53a2a4-717e-18c6-1bc7-72bcc75c5df7-bb5aea97, #w-node-_1d53a2a4-717e-18c6-1bc7-72bcc75c5dfc-bb5aea97, #w-node-_1d53a2a4-717e-18c6-1bc7-72bcc75c5e01-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d7f2-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d7f7-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d7fc-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d806-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d80d-bb5aea97, #w-node-_3f884916-736f-e169-fde9-6b9dcaa0ed55-bb5aea97, #w-node-_5c84bc6d-a863-16fb-0050-5e5f20ba4826-bb5aea97, #w-node-_3f8eae36-1c89-37f4-8be5-b1801188c488-bb5aea97, #w-node-_3f8eae36-1c89-37f4-8be5-b1801188c489-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d81e-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d823-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d829-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d82b-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d82e-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d830-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d832-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d835-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d837-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d83d-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d842-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d847-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d854-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d856-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d858-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d85a-bb5aea97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e70ce3d-414e-9c41-d12a-f6953342d85c-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d85e-bb5aea97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e70ce3d-414e-9c41-d12a-f6953342d863-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d868-bb5aea97, #w-node-_0e70ce3d-414e-9c41-d12a-f6953342d86d-bb5aea97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c872aa4f-dad0-25b6-50d9-9ea88fc18739-51ee52dd {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_125fbd5e-cbad-e1f2-14e5-d1a6353ae251-2d9fda58, #w-node-_21b52661-a532-9b96-6793-3dc10b12145e-2d9fda58, #w-node-_3cd719a4-3c39-0e69-ffdf-58f09d596c0b-2d9fda58, #w-node-de0e4b99-723e-7086-4f90-26278aa47044-2d9fda58, #w-node-_0591cf32-46a8-e780-3cb7-fe6774b95ccc-2d9fda58, #w-node-_7e2b5022-f9ad-5b80-af03-76678764da46-2d9fda58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a67de4ab-3d84-c5d0-769f-25667a60cb9c-1927103b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ccee9d49-0509-6458-a0e9-6a8d0b53afef-1927103b {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Karelia';
  src: url('../fonts/KareliaWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
