@font-face {
	font-family: "Maersk Headline";
	src:
		url("../fonts/MaerskHeadline-Regular.woff2") format("woff2"),
		url("../fonts/MaerskHeadline-Regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Maersk Headline";
	src:
		url("../fonts/MaerskHeadline-Bold.woff2") format("woff2"),
		url("../fonts/MaerskHeadline-Bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Maersk Text";
	src:
		url("../fonts/MaerskText-Regular.woff2") format("woff2"),
		url("../fonts/MaerskText-Regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}



.text-block__media-youtube {
    width: 100% !important;
}

.text-block__media-youtube iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    display: block;
}

:root {
	--color-maersk-dark-blue: #052239;
	--color-maersk-light-blue: #42bbe0;
	--color-maersk-grey: #f0f0f0;
	--color-maersk-white: #ffffff;
	--color-bg: var(--color-maersk-white);
	--color-surface: var(--color-maersk-white);
	--color-text: var(--color-maersk-dark-blue);
	--color-muted: rgba(5, 34, 57, 0.74);
	--color-line: #d6dee4;
	--color-accent: var(--color-maersk-light-blue);
	--color-accent-soft: var(--color-maersk-grey);
	--container: 1120px;
	--space-xs: 0.5rem;
	--space-sm: 0.875rem;
	--space-md: 1.25rem;
	--space-lg: 2rem;
	--space-xl: 4rem;
	--radius: 1.25rem;
	--shadow: 0 20px 60px rgba(29, 29, 27, 0.08);
	--space-content-x: 60px;
	--space-content-y: 100px;
	--space-text-x: 60px;
	--space-module-gap: 30px;
	--space-20: 20px;
	--space-30: 30px;
	--space-40: 40px;
	--space-60: 60px;
	--space-100: 100px;
	--hero-basic-pad-x: 120px;
	--hero-basic-pad-y: 100px;
	--content-side-padding: var(--space-content-x);
	--content-block-spacing: var(--space-content-y);
	--content-text-padding: var(--space-text-x);
	--content-column-gap: 0px;
	--type-h1-size: clamp(2.6rem, 5.3vw, 5.8rem);
	--type-h1-line-height: 1.2;
	--type-h2-size: clamp(2.4rem, 4.8vw, 3.8rem);
	--type-h2-line-height: 1.08;
	--type-h3-size: clamp(1.6rem, 2vw, 2.2rem);
	--type-h3-line-height: 1.15;
	--type-h4-size: clamp(2rem, 3vw, 3.4rem);
	--type-h4-line-height: 1.08;
	--type-h5-size: clamp(1.125rem, 1.5vw, 1.35rem);
	--type-h5-line-height: 1.2;
	--type-h6-size: 1rem;
	--type-h6-line-height: 1.25;
	--type-body-size: clamp(1rem, 1.2vw, 1.3rem);
	--type-body-line-height: 1.7;
	--type-body-lg-size: clamp(1.26rem, 1.6vw, 1.6rem);
	--type-body-lg-line-height: 1.45;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: "Maersk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

html.has-menu-open,
body.has-menu-open {
	overflow: hidden;
	height: 100%;
}

body.is-transitioning {
	overflow: clip;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.container {
	width: min(calc(100% - 2rem), var(--container));
	margin-inline: auto;
}

.stack > * + * {
	margin-top: var(--space-md);
}

.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-shell__content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

[data-barba="container"] {
	will-change: opacity;
}

.page-transition-overlay {
	position: fixed;
	top: var(--page-transition-top, 0px);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	background: var(--color-maersk-dark-blue);
	opacity: 0;
	pointer-events: none;
}

.site-header,
.site-footer {
	padding: 1.25rem 0;
	background: var(--color-maersk-white);
}

.site-header {
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgb(255 255 255);
	transition:
		box-shadow 300ms ease,
		background-color 300ms ease;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	transition: gap 300ms ease;
}

.site-header.is-condensed {
	box-shadow: 0 8px 30px rgba(5, 34, 57, 0.08);
}

.site-header.is-menu-open {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	z-index: 9999999;
}

.site-logo__image {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 126px;
	object-fit: contain;
	transition:
		max-width 300ms ease,
		height 300ms ease;
}

.site-header.is-condensed .site-logo__image {
	max-width: 190px;
	height: 86px;
}

.site-logo__text {
	font-family: "Maersk Headline", Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-header__nav {
	margin-left: auto;
	background: rgb(255 255 255);
}

.site-header__nav-inner {
	display: contents;
}

.site-header__toggle {
	display: none;
	position: relative;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-maersk-dark-blue);
	cursor: pointer;
}

.site-header__toggle-line {
	position: absolute;
	left: 11px;
	width: 30px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transition:
		transform 300ms ease,
		opacity 300ms ease,
		top 300ms ease;
}

.site-header__toggle-line:nth-child(1) {
	top: 17px;
}

.site-header__toggle-line:nth-child(2) {
	top: 25px;
}

.site-header__toggle-line:nth-child(3) {
	top: 33px;
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(1) {
	top: 25px;
	transform: rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(2) {
	opacity: 0;
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(3) {
	top: 25px;
	transform: rotate(-45deg);
}

.site-header__menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: gap 300ms ease;
}

.site-header__menu-link {
	position: relative;
	color: var(--color-maersk-dark-blue);
	font-size: 1rem;
	line-height: 1;
	transition: color 220ms ease;
}

.site-header__menu-link::after {
	display: none;
}

.site-header__menu-link:hover,
.site-header__menu-link:focus-visible,
.site-header__menu-item.current .site-header__menu-link {
	color: var(--color-maersk-light-blue);
}

.site-header__menu-link--contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1.75rem;
	border: 2px solid var(--color-maersk-light-blue);
	border-radius: 999px;
	transition:
		background-color 220ms ease,
		color 220ms ease,
		border-color 220ms ease;
}

.site-header__menu-link--contact::after {
	display: none;
}

.site-header__menu-link--contact:hover,
.site-header__menu-link--contact:focus-visible,
.site-header__menu-item.current .site-header__menu-link--contact {
	background: var(--color-maersk-light-blue);
	color: var(--color-maersk-white);
}

.site-main {
	flex: 1;
}

.site-footer {
	padding: 0;
	margin-top: -1px;
	background: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer__cell {
	min-width: 0;
	padding: 44px 48px;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.site-footer__cell:nth-child(2n) {
	border-right: 0;
}

.site-footer__cell.site-footer__cell--label.site-footer__cell--address-label,
.site-footer__cell.site-footer__cell--label.site-footer__cell--content-label {
	padding: var(--space-100) var(--space-60) var(--space-40) var(--content-side-padding);
}

.site-footer__cell--logo,
.site-footer__cell--footer-menu {
	border-bottom: 0;
}

.site-footer__title {
	margin: 0;
	color: inherit;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.08;
}

.site-footer__menu,
.site-footer__address {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__menu li,
.site-footer__address p {
	margin: 0;
}

.site-footer__menu a {
	transition: color 220ms ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
	color: var(--color-maersk-light-blue);
}

.site-footer__menu--stacked {
	display: grid;
	gap: 1rem;
}

.site-footer__menu--inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1.5rem 2rem;
	text-transform: uppercase;
}

.site-footer__address {
	display: grid;
	gap: 1rem;
}

.site-footer__logo {
	display: block;
	max-width: 210px;
	width: 100%;
	height: auto;
}

.site-footer__cell--footer-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.module {
	padding: var(--space-xl) 0;
}

.module--content {
	position: relative;
	padding-top: var(--content-block-spacing);
	padding-bottom: var(--content-block-spacing);
}

.module--content::after {
	content: "";
	position: absolute;
	left: var(--content-side-padding);
	right: var(--content-side-padding);
	bottom: 0;
	border-bottom: 1px solid var(--color-maersk-dark-blue);
}

.module--empty {
	padding-top: 5rem;
}

.entry {
	padding: 4rem 0;
}

.hero {
	padding: 0;
	--hero-overlay-opacity: 0.6;
	--hero-inner-width: 62%;
	--hero-arcs-x: 58%;
}

.hero--basic {
	background: var(--color-maersk-dark-blue);
}

.hero__basic-shell {
	background: var(--color-maersk-dark-blue);
}

.hero__basic-content {
	padding: var(--hero-basic-pad-y) var(--hero-basic-pad-x);
}

.hero__media-shell {
	position: relative;
	isolation: isolate;
	aspect-ratio: auto;
	min-height: clamp(8rem, 40vw, 56rem);
	background: var(--color-maersk-dark-blue);
	overflow: hidden;
}

.hero__media,
.hero__overlay,
.hero__pattern,
.hero__content-wrap {
	position: absolute;
	inset: 0;
}

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

.hero__media--image,
.hero__media--fallback {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero__media--fallback {
	background:
		linear-gradient(180deg, rgba(66, 187, 224, 0.18), rgba(5, 34, 57, 0.2)),
		var(--color-maersk-dark-blue);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 400;
}

h1,
.h1 {
	font-size: var(--type-h1-size);
	line-height: var(--type-h1-line-height);
	letter-spacing: -0.03em;
}

h2,
.h2 {
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
}

h3,
.h3 {
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

h4,
.h4 {
	font-size: var(--type-h4-size);
	line-height: var(--type-h4-line-height);
	letter-spacing: -0.03em;
}

h5,
.h5 {
	font-size: var(--type-h5-size);
	line-height: var(--type-h5-line-height);
}

h6,
.h6 {
	font-size: var(--type-h6-size);
	line-height: var(--type-h6-line-height);
}

p,
li,
a,
span,
input,
textarea,
button {
	font-family: "Maersk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pad-content-x {
	padding-left: var(--space-content-x);
	padding-right: var(--space-content-x);
}

.pad-content-y {
	padding-top: var(--space-content-y);
	padding-bottom: var(--space-content-y);
}

.pad-text-x {
	padding-left: var(--space-text-x);
	padding-right: var(--space-text-x);
}

.gap-40 {
	gap: var(--space-40);
}

.pad-60 {
	padding: var(--space-60);
}

.pt-60 {
	padding-top: var(--space-60);
}

.pb-100 {
	padding-bottom: var(--space-100);
}

.hero__overlay {
	z-index: 1;
	background: rgba(5, 34, 57, var(--hero-overlay-opacity));
}

.hero__pattern {
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transition: opacity 160ms ease;
}

.hero--pattern-ready .hero__pattern {
	opacity: 1;
}

.hero__pattern-inner,
.hero__pattern-arcs {
	position: absolute;
}

.hero__pattern-inner {
	top: 50%;
	left: 0;
	width: var(--hero-inner-width);
	height: clamp(16rem, 27vw, 31rem);
	border: 2px solid rgba(255, 255, 255, 0.96);
	border-left: 0;
	border-radius: 0 999px 999px 0;
	transform: translateY(-50%);
}

.hero__pattern-arcs {
	position: absolute;
	inset: 0;
	left: calc(clamp(-808px, -36vw, -180px) + var(--hero-arcs-x));
	top: 50%;
	width: auto;
	height: 150%;
	transform: translateY(-50%);
}

.hero__pattern-arcs-svg {
	display: block;
	width: auto;
	height: 100%;
	overflow: visible;
}

.hero__pattern-arcs-svg .st0,
.hero__pattern-arcs-svg path {
	stroke-width: 2px;
	vector-effect: non-scaling-stroke;
}

.hero__content-wrap {
	z-index: 3;
	display: flex;
	align-items: center;
}

.hero__content {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: clamp(2rem, 6vw, 5rem);
	padding-bottom: clamp(2rem, 6vw, 5rem);
}

.hero__title {
	display: inline-grid;
	width: max-content;
	max-width: 100%;
	margin: 0;
	color: var(--color-maersk-white);
	font-family: "Maersk Headline", Georgia, serif;
	font-size: var(--type-h1-size);
	font-weight: 400;
	line-height: var(--type-h1-line-height);
	letter-spacing: -0.03em;
}

.hero__title-line {
	display: block;
	white-space: nowrap;
	min-width: 30vw;
	font-family: "Maersk Headline", Georgia, serif;
}

.content-shell {
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--content-column-gap);
	align-items: stretch;
}

.text-image__media {
	flex: 0 0 50%;
	width: 50%;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	aspect-ratio: 722 / 480;
	background-color: var(--color-maersk-grey);
}

.text-image__image,
.text-image__video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-maersk-grey);
}

.text-image__image {
	aspect-ratio: 722 / 480;
}

.text-image__video {
	object-fit: cover;
	border: 0;
}

.text-image__grid {
	display: flex;
	align-items: stretch;
	gap: var(--content-column-gap);
}

.text-image__body {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	align-items: center;
	min-width: 0;
}

.text-image__body-inner {
	width: 100%;
	padding-left: var(--content-text-padding);
	padding-right: var(--content-text-padding);
}

h2.text-image__heading {
	margin: -20px 0 0;
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
}

.text-image__content {
	margin-top: 140px;
}

.text-image--bullets .text-image__content {
	margin-top: 50px;
}

.text-image__subheading {
	margin: 0;
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

.text-image__preamble {
	font-family: "Maersk Headline", Georgia, serif;
	font-size: var(--type-body-size);
	font-weight: 700;
	line-height: var(--type-body-lg-line-height);
}

.text-image__preamble,
.text-image__preamble p {
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 700;
}

.text-image__preamble p {
	margin: 0;
}

.text-image__preamble p + p {
	margin-top: 1rem;
}

.text-image__copy {
	max-width: 62ch;
	margin-top: 2rem;
	color: var(--color-text);
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-image__copy p {
	margin: 0;
}

.text-image__copy p + p {
	margin-top: 1rem;
}

.text-image__bullets {
	margin: 2rem 0 0;
	padding-left: 0;
	list-style: none;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-image__bullets li {
	position: relative;
	padding-left: calc(var(--space-20) + 0.5ch);
}

.text-image__bullets li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-maersk-light-blue);
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 700;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-image__bullets li + li {
	margin-top: 0.5rem;
}

.text-image__bullets--numbers {
	counter-reset: text-image-bullets;
}

.text-image__bullets--numbers li {
	counter-increment: text-image-bullets;
}

.text-image__bullets--numbers li::before {
	content: counter(text-image-bullets);
}

.text-image__actions {
	margin-top: 2.5rem;
}

.text-image--image-right .text-image__media {
	order: 2;
}

.text-image--image-right .text-image__body {
	order: 1;
}

.text-block__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 0;
	gap: 0;
	align-items: start;
}

.text-block__heading-column,
.text-block__content-column {
	display: flex;
	width: 100%;
}

.text-block__module + .text-block__module {
	margin-top: var(--space-module-gap);
}

.text-block__heading-column {
	grid-column: 1;
	justify-content: flex-start;
}

.text-block__content-column {
	grid-column: 2;
	justify-content: flex-end;
	margin-top: 0;
}

.text-block__heading-inner,
.text-block__content-inner {
	width: 100%;
	min-width: 0;
	padding-left: var(--space-text-x);
	padding-right: var(--space-text-x);
}

.text-block__content-inner.text-block__content-inner--media {
	padding-right: 0 !important;
}

.text-block__heading-inner {
	padding-right: 0;
}

.text-block--heading-right .text-block__heading-inner {
    padding-left: 0;
}

.text-block__heading {
	margin: 0;
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
}

.text-block__stacked-heading {
	margin: 0 0 var(--space-module-gap);
	width: 50%;
	display: flex;
}

.text-block__stacked-heading .text-block__heading-inner {
	width: 100%;
}

h3.text-block__section-heading {
	margin: -4px 0 0;
	padding-top: var(--space-100);
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

.text-block__preamble {
	font-family: "Maersk Headline", Georgia, serif;
	font-size: var(--type-body-size);
	font-weight: 700;
	line-height: var(--type-body-lg-line-height);
}

.text-block__preamble,
.text-block__preamble p {
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 700;
}

.text-block__preamble p {
	margin: 0;
}

.text-block__preamble p + p {
	margin-top: 1rem;
}

.text-block__copy {
	margin: 0;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-block__copy p {
	margin: 0;
}

.text-block__copy p + p {
	margin-top: 1rem;
}

.text-block__quote {
	margin: 0;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
	background-color: red;
}

.text-block__quote p {
	margin: 0;
}

.text-block__quote p + p {
	margin-top: 1rem;
}

.text-block__actions {
	margin-top: 0;
}

.text-block__bullets {
	margin: 0;
	padding-left: 0;
	list-style: none;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-block__bullets li {
	position: relative;
	padding-left: calc(var(--space-20) + 0.5ch);
}

.text-block__bullets li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-maersk-light-blue);
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 700;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-block__bullets li + li {
	margin-top: 0.5rem;
}

.text-block__bullets--numbers {
	padding-left: 0rem;
	list-style: none;
	counter-reset: text-block-bullets;
}

.text-block__bullets--numbers li {
	counter-increment: text-block-bullets;
	position: relative;
	padding-left: calc(var(--space-20) + 0.5ch);
}

.text-block__bullets--numbers li::before {
	content: counter(text-block-bullets);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-maersk-light-blue);
	font-family: "Maersk Headline", Georgia, serif;
	font-weight: 700;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.text-block__media {
	width: 100%;
}

.text-block__media-image,
.text-block__media-video {
	display: block;
	width: 100%;
	border: 0;
	background-color: var(--color-maersk-grey);
}

.text-block__media-image {
	aspect-ratio: 16 / 10;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-block--heading-right .text-block__heading-column {
	justify-content: flex-end;
}

.text-block--heading-right .text-block__content-column {
	justify-content: flex-start;
}

.text-block__heading-column--section + .text-block__module {
	margin-top: 0;
	padding-top: var(--space-100);
}

.text-block__module + .text-block__heading-column--section + .text-block__module {
	margin-top: var(--space-module-gap);
}

.text-block__module + .text-block__heading-column--section .text-block__section-heading {
	padding-top: calc(var(--space-100) - var(--space-module-gap));
}

.text-block__module + .text-block__heading-column--section + .text-block__module {
	padding-top: calc(var(--space-100) - var(--space-module-gap));
}

.text-block__heading-column--section {
	justify-content: flex-start;
	text-align: right;
}

.text-block--heading-right .text-block__heading-column--section {
	justify-content: flex-end;
	text-align: left;
}

.text-block--no-heading .text-block__heading-column--section {
	text-align: left;
}

.text-block--no-heading .text-block__grid > .text-block__module:first-child .text-block__section-heading {
	padding-top: 0;
}

.text-block--no-heading .text-block__grid > .text-block__module:first-child + .text-block__module {
	padding-top: 0;
}

.text-block--stacked-heading .text-block__content-column {
	grid-column: 2;
}

.text-block__module--button:not(:last-child) .text-block__actions {
	margin-bottom: var(--space-module-gap);
}

.text-block__downloads {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-block__download-item {
	border-bottom: 1px solid var(--color-line);
}

.text-block__download-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-20);
	padding: 0 0 0.75rem;
	color: inherit;
	text-decoration: none;
}

.text-block__download-item + .text-block__download-item .text-block__download-link {
	padding-top: 0.75rem;
}

.text-block__download-name {
	min-width: 0;
	font-size: var(--type-body-size);
	line-height: 1.25;
	word-break: break-word;
}

.text-block__download-icon-wrap {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.text-block__download-icon {
	width: 24px;
	height: 24px;
}

.text-block__download-link:hover,
.text-block__download-link:focus-visible {
	color: var(--color-maersk-light-blue);
}

.highlights__intro {
	padding-bottom: var(--space-100);
	text-align: center;
}

.employee-directory__groups {
	display: grid;
	gap: var(--space-100);
}

.employee-directory__groups--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: var(--space-60);
	row-gap: var(--space-100);
}

.employee-directory__heading {
	margin: 0 0 var(--space-40);
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

.employee-directory__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-40);
}

.employee-directory__card {
	display: grid;
	grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
	align-items: start;
	gap: var(--space-40);
	min-height: 240px;
}

.employee-directory__groups--split .employee-directory__grid {
	grid-template-columns: 1fr;
}

.employee-directory__media {
    min-width: 0;
    height: clamp(200px, 24vw, 600px);
}

.employee-directory__image {
	height: 100%;
	min-height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-maersk-grey);
}

.employee-directory__content {
	min-width: 0;
	padding-top: var(--space-20);
}

.employee-directory__department {
	color: var(--color-maersk-light-blue);
	font-family: "Maersk Headline", Georgia, serif;
	font-size: calc(var(--type-h3-size) - 2px);
	line-height: var(--type-h3-line-height);
}

.employee-directory__name {
	margin: var(--space-20) 0 0;
	font-size: var(--type-h5-size);
	line-height: 1.15;
	font-weight: 400;
}

.employee-directory__title {
	margin-top: var(--space-40);
	font-family: "Maersk Headline", Georgia, serif;
	font-size: var(--type-body-size);
	line-height: 1.3;
	text-transform: uppercase;
}

.employee-directory__meta {
	margin-top: var(--space-40);
	display: grid;
	gap: 0.65rem;
}

.employee-directory__meta-item a {
	color: var(--color-maersk-light-blue);
}

.employee-directory__meta-item a:hover,
.employee-directory__meta-item a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.employee-directory__groups--split {
		grid-template-columns: 1fr;
	}

.employee-directory__media {
    min-width: 0;
    height: clamp(230px, 43vw, 600px);
}
}

.highlights__heading {
	margin: 0 auto;
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
	max-width: 1100px;
}

.highlights__copy {
	max-width: 900px;
	margin-top: 1.75rem;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.highlights__copy p {
	margin: 0;
}

.highlights__copy p + p {
	margin-top: 1rem;
}

.highlights__list {
	display: grid;
	gap: var(--space-40);
}

.highlights__item {
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

.highlights__item-text {
	position: relative;
	z-index: 2;
}

.highlights__item-text {
	flex: 0 1 33.333%;
	max-width: 650px;
	min-width: 400px;
	background: var(--color-maersk-grey);
}

.highlights__item-text-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
	padding: var(--space-60);
}

.highlights__item-heading {
	margin: 0;
	font-size: var(--type-h4-size);
	line-height: var(--type-h4-line-height);
	letter-spacing: -0.03em;
}

.highlights__item-copy {
	margin-top: 2rem;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.highlights__item-copy p {
	margin: 0;
}

.highlights__item-copy p + p {
	margin-top: 1rem;
}

.highlights__item-actions {
	margin-top: var(--space-40);
}

.highlights__item-media {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 420px;
	background-color: var(--color-maersk-grey);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(-100%, 0, 0);
	transition: transform 1800ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.highlights__item.is-visible .highlights__item-media {
	transform: translate3d(0, 0, 0);
}

.news-feed__intro {
	padding-bottom: var(--space-100);
	text-align: center;
}

.news-feed__heading {
	margin: 0 auto;
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
	max-width: 1100px;
}

.news-feed__copy {
	max-width: 900px;
	margin-top: 1.75rem;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.news-feed__copy p,
.news-feed__item-copy p,
.news-archive__item-copy p {
	margin: 0;
}

.news-feed__copy p + p,
.news-feed__item-copy p + p,
.news-archive__item-copy p + p {
	margin-top: 1rem;
}

.news-feed__list {
	display: grid;
	gap: var(--space-40);
}

.news-feed__item-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: 320px;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}

.news-feed__item-heading-panel,
.news-feed__item-copy-panel {
	display: flex;
	align-items: stretch;
	min-width: 0;
}

.news-feed__item-heading-panel {
	background: var(--color-maersk-grey);
}

.news-feed__item-copy-panel {
	background: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.news-feed__item-heading-inner,
.news-feed__item-copy-inner {
	display: flex;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	padding: var(--space-60);
}

.news-feed__item-heading {
	margin: 0;
	font-size: var(--type-h4-size);
	line-height: var(--type-h4-line-height);
	letter-spacing: -0.03em;
}

.news-feed__item-media {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background-color: var(--color-maersk-grey);
	background-image: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-feed__item-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-size: cover;
	transition: transform 500ms ease;
	transform: scale(1);
	transform-origin: center;
	will-change: transform;
}

.news-feed__item:hover .news-feed__item-media,
.news-feed__item:focus-within .news-feed__item-media {
	background-size: cover;
}

.news-feed__item:hover .news-feed__item-media::before,
.news-feed__item:focus-within .news-feed__item-media::before {
	transform: scale(1.06);
}

.news-feed__item-copy {
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.news-feed__archive {
	margin-top: var(--space-40);
}

.news-feed__archive-link {
	color: var(--color-maersk-dark-blue);
	font-size: 0.95rem;
	text-decoration: none;
}

.news-feed__archive-link:hover,
.news-feed__archive-link:focus-visible {
	text-decoration: underline;
}

.news-archive-hero__title {
	max-width: 100%;
}

.news-archive-hero__copy {
	margin-top: 2rem;
	max-width: 68ch;
	color: var(--color-maersk-white);
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.news-archive-hero__copy p {
	margin: 0;
}

.news-archive-hero__copy p + p {
	margin-top: 1rem;
}

.fullwidth-text {
	padding: 0;
	margin-top: -1px;
}

.fullwidth-text__shell {
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.fullwidth-text__inner {
	position: relative;
	isolation: isolate;
	padding: var(--space-100);
	border-top: 1px solid var(--color-maersk-dark-blue);
	border-bottom: 1px solid var(--color-maersk-dark-blue);
	text-align: center;
	overflow: hidden;
}

.fullwidth-text--blue .fullwidth-text__inner {
	background: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.fullwidth-text--grey .fullwidth-text__inner {
	background: var(--color-maersk-grey);
	color: var(--color-maersk-dark-blue);
}

.fullwidth-text--image .fullwidth-text__inner {
	background-color: var(--color-maersk-dark-blue);
	background-image: var(--fullwidth-text-background-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-maersk-white);
}

.fullwidth-text--image .fullwidth-text__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(5, 34, 57, var(--fullwidth-text-overlay-opacity, 0.6));
}

.fullwidth-text--image .fullwidth-text__inner > * {
	position: relative;
	z-index: 1;
}

.fullwidth-text__heading {
	margin: 0 auto;
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line-height);
	letter-spacing: -0.03em;
	max-width: 1100px;
}

.fullwidth-text__copy {
	max-width: 68ch;
	margin: 2rem auto 0;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.fullwidth-text__copy p {
	margin: 0;
}

.fullwidth-text__copy p + p {
	margin-top: 1rem;
}

.fullwidth-text__actions {
	margin-top: 2.5rem;
}

.fullwidth-text--blue .button:hover,
.fullwidth-text--blue .button:focus-visible {
	border-color: var(--color-maersk-light-blue);
}

.values {
	padding: 0;
	margin-top: -1px;
}

.values__shell {
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.values__inner {
	padding: var(--space-100) var(--content-side-padding);
	border-top: 1px solid var(--color-maersk-dark-blue);
	border-bottom: 1px solid var(--color-maersk-dark-blue);
	text-align: center;
}

.values--icons .values__inner {
	background: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.values--text .values__inner {
	background: var(--color-maersk-grey);
	color: var(--color-maersk-dark-blue);
}

.values--extended .values__inner {
	background: var(--color-maersk-white);
	color: var(--color-maersk-dark-blue);
	padding: var(--space-100) 0;
}

.values__heading {
	margin: 0;
	color: inherit;
}

.values__icons-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: clamp(var(--space-30), 3vw, var(--space-60));
	row-gap: var(--space-60);
	margin-top: var(--space-100);
}

.values__icon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 1 220px;
}

.values__icon-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.values__icon-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	aspect-ratio: 1 / 1;
	max-width: 200px;
}

.values__icon-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 150px;
}

.values__icon-heading {
	margin: var(--space-40) 0 0;
	color: inherit;
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

.values__content {
	max-width: 68ch;
	margin: var(--space-40) auto 0;
}

section.module.values.values--icons .values__content {
	margin: var(--space-100) auto 0;
}

.values__subheading {
	margin: 0;
	color: inherit;
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line-height);
}

.values__copy {
	margin-top: 2rem;
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
}

.values__copy p {
	margin: 0;
}

.values__copy p + p {
	margin-top: 1rem;
}

.values__actions {
	margin-top: 2.5rem;
}

.values__text-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-60);
	margin-top: var(--space-100);
	text-align: left;
}

.values__text-item {
	display: flex;
	align-items: flex-start;
	gap: var(--space-20);
}

.values__text-link {
	display: flex;
	align-items: flex-start;
	gap: var(--space-20);
	color: inherit;
	text-decoration: none;
}

.values__text-icon {
	width: 36px;
	height: 36px;
	flex: 0;
	object-fit: contain;
}

.values__text-copy {
	font-size: var(--type-body-lg-size);
	line-height: var(--type-body-lg-line-height);
}

.values__text-copy p {
	margin: 0;
}

.values__text-copy p + p {
	margin-top: 1rem;
}

.values__content--extended-intro {
	max-width: none;
}

.values__extended-list {
	display: grid;
	gap: var(--space-40);
	margin-top: var(--space-100);
}

.values__extended-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: 320px;
}

.values__extended-item-heading-panel,
.values__extended-item-copy-panel {
	display: flex;
	align-items: stretch;
	min-width: 0;
	background: var(--color-maersk-grey);
}

.values__extended-item-heading-inner,
.values__extended-item-copy-inner {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: var(--space-60);
}

.values__extended-item-heading-inner {
	flex-direction: column;
	justify-content: flex-start;
}

.values__extended-item-headline {
	font-family: "Maersk Headline", Georgia, serif;
	font-size: var(--type-body-size);
	font-weight: 700;
	line-height: var(--type-body-lg-line-height);
}

.values__extended-item-title {
	margin: var(--space-20) 0 0;
	font-size: var(--type-h4-size);
	line-height: var(--type-h4-line-height);
	letter-spacing: -0.03em;
	text-align: left;
}

.values__extended-item-actions {
	margin-top: var(--space-60);
}

.values__extended-item-actions--mobile,
.values__extended-item-actions-panel {
	display: none;
}

.values__extended-item-media {
	min-width: 0;
	background-color: var(--color-maersk-grey);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.values__extended-item-copy {
	font-size: var(--type-body-size);
	line-height: var(--type-body-line-height);
	text-align: left;
}

.values__extended-item-copy p {
	margin: 0;
}

.values__extended-item-copy p + p {
	margin-top: 1rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.4rem;
	border: 1px solid var(--color-maersk-light-blue);
	border-radius: 999px;
	background: var(--color-maersk-light-blue);
	color: var(--color-maersk-white);
	font-weight: 700;
	transition:
		background-color 280ms ease,
		border-color 280ms ease,
		color 280ms ease;
}

.button:hover,
.button:focus-visible {
	background: var(--color-maersk-dark-blue);
	border-color: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.button--ghost {
	background: transparent;
	color: var(--color-maersk-dark-blue);
	border-color: var(--color-maersk-dark-blue);
}

.button--ghost:hover,
.button--ghost:focus-visible {
	background: var(--color-maersk-dark-blue);
	border-color: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.4rem;
	border: 1px solid var(--color-maersk-light-blue);
	border-radius: 999px;
	background: var(--color-maersk-light-blue);
	color: var(--color-maersk-white);
	font-weight: 700;
	transition:
		background-color 280ms ease,
		border-color 280ms ease,
		color 280ms ease;
}

.button-arrow:hover,
.button-arrow:focus-visible {
	background: var(--color-maersk-dark-blue);
	border-color: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

.values--icons .button:hover,
.values--icons .button:focus-visible {
	background: var(--color-maersk-dark-blue);
	border-color: var(--color-maersk-dark-blue);
	color: var(--color-maersk-white);
}

@media (max-width: 980px) {
	html,
	body {
		overflow-x: clip;
	}

	:root {
		--space-content-x: clamp(30px, 7vw, 3rem);
		--space-content-y: 72px;
		--space-text-x: 0px;
		--content-side-padding: var(--space-content-x);
		--content-block-spacing: var(--space-content-y);
		--content-text-padding: var(--space-text-x);
		--content-column-gap: 0px;
	}

	.hero {
		padding: 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content-label"
			"main-menu"
			"address-label"
			"address"
			"logo"
			"footer-menu";
	}

	.site-footer__cell {
		padding: var(--space-40);
		border-right: 0;
	}

	.site-footer__cell--content-label {
		grid-area: content-label;
	}

	.site-footer__cell--main-menu {
		grid-area: main-menu;
	}

	.site-footer__cell--logo {
		grid-area: logo;
	}

	.site-footer__cell--address-label {
		grid-area: address-label;
	}

	.site-footer__cell--address {
		grid-area: address;
	}

	.site-footer__cell--footer-menu {
		grid-area: footer-menu;
	}

	.site-footer__cell--logo {
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	}

	.site-footer__cell--footer-menu {
		justify-content: flex-start;
	}

	.site-footer__menu--inline {
		justify-content: flex-start;
	}

	.site-header__inner {
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.site-header__nav {
		position: fixed;
		inset: 0;
		z-index: 120;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		width: 100%;
		min-height: 100vh;
		padding: 32px 24px;
		background: rgb(255 255 255);
		backdrop-filter: blur(14px);
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 300ms ease,
			visibility 0ms linear 420ms;
	}

	.site-header.is-menu-open .site-header__nav {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition:
			transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 300ms ease;
	}

	.site-header.is-nav-transitionless .site-header__nav {
		transition: none;
	}

	.site-header__nav-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2.5rem;
		width: 100%;
		min-height: 100%;
	}

	.site-header__menu {
		flex-direction: column;
		justify-content: center;
		gap: clamp(var(--space-30), 5vh, 40px);
		text-align: center;
	}

	.site-header__menu-item {
		opacity: 0;
		transform: translate3d(64px, 0, 0);
		transition:
			transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 420ms ease;
		transition-delay: 0ms;
	}

	.site-header.is-menu-open .site-header__menu-item {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-delay: var(--menu-item-delay, 0ms);
	}

	.site-header__menu-link {
		font-size: clamp(1.7rem, 4vw, 3rem);
		line-height: 1.05;
	}

	.site-logo__image {
		width: clamp(150px, 47vw, 240px);
		height: 126px;
	}

	.site-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		z-index: 140;
	}

	.site-header__menu-link--contact {
		min-height: 56px;
		padding: 0.85rem 2rem;
		font-size: clamp(1.4rem, 5vw, 2rem);
	}

	.hero__media-shell {
		aspect-ratio: auto;
		min-height: 24rem;
	}

	.hero__basic-content {
		padding: 100px var(--content-side-padding);
	}

	.hero__pattern {
		display: none;
	}

	.hero__content {
		align-items: flex-end;
		padding-left: var(--content-side-padding);
		padding-right: var(--content-side-padding);
		padding-top: 6rem;
		padding-bottom: var(--content-side-padding);
	}

	.hero__title {
		width: 100%;
		max-width: none;
		font-size: clamp(2.2rem, 9vw, 3.6rem);
	}

	.hero__title-line {
		white-space: normal;
	}

	.module--content {
		padding-top: var(--content-block-spacing);
		padding-bottom: var(--content-block-spacing);
	}

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

	.text-image__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: var(--content-side-padding);
	}

	.text-image__media {
		flex: none;
		width: 100%;
		order: 1;
		aspect-ratio: 16 / 10;
	}

	.text-image--image-right .text-image__media {
		order: 1;
	}

	.text-image__body-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.text-image__content {
		margin-top: 3rem;
	}

	h2.text-image__heading {
		max-width: none;
		padding-top: var(--content-side-padding);
		font-size: clamp(2rem, 8vw, 3.2rem);
	}

	.text-image__body {
		flex: none;
		width: 100%;
		order: 2;
	}

	.text-image--image-right .text-image__body {
		order: 2;
	}

	.text-block__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.text-block__heading-column,
	.text-block__content-column,
	.text-block--heading-right .text-block__heading-column,
	.text-block--heading-right .text-block__content-column {
		width: 100%;
		grid-column: 1;
		justify-content: flex-start;
	}

	.text-block__stacked-heading {
		width: 100%;
	}

	.text-block--stacked-heading .text-block__content-column {
		grid-column: 1;
	}

	.text-block__heading-inner,
	.text-block__content-inner {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.text-block__heading {
		max-width: none;
		font-size: clamp(2rem, 8vw, 3.2rem);
	}

	.text-block__copy {
		max-width: none;
	}

	.text-block__quote {
		max-width: none;
	}

	.text-block__content-column {
		margin-top: 0;
	}

	.text-block__module + .text-block__module {
		margin-top: 0;
	}

	.text-block__heading-column--section + .text-block__module {
		padding-top: 0;
	}

	h3.text-block__section-heading {
		padding-top: var(--content-column-gap);
	}

	.text-block__module + .text-block__heading-column--section .text-block__section-heading {
		padding-top: var(--space-module-gap);
	}

	.text-block__module + .text-block__heading-column--section + .text-block__module {
		margin-top: 0;
	}

	.text-block__module + .text-block__heading-column--section + .text-block__module {
		padding-top: 0;
	}

	.text-block__bullets {
		padding-left: 1.1rem;
	}

	.text-block__heading-column--section {
		text-align: left;
	}

	.fullwidth-text__inner {
		padding: 72px 24px;
	}

	.values__inner {
		padding: var(--space-100) var(--content-side-padding);
	}

	.values--icons .values__shell,
	.values--text .values__shell {
		padding-left: 0;
		padding-right: 0;
	}

	.values--extended .values__shell {
		padding-left: var(--content-side-padding);
		padding-right: var(--content-side-padding);
	}

	.values__icons-grid {
		gap: var(--space-60);
		margin-top: var(--space-100);
	}

	.values__icon-card {
		flex: 0 1 auto;
	}

	.values__icon-frame {
		max-width: 180px;
	}

	.values__content {
		margin-top: var(--space-100);
	}

	section.module.values.values--extended .values__content {
		margin-top: var(--space-20);
	}

	.values__text-grid {
		grid-template-columns: 1fr;
		gap: var(--space-60);
		margin-top: var(--space-60);
	}

	.values__extended-list {
		gap: var(--content-side-padding);
		margin-top: var(--space-60);
	}

	.values__extended-item {
		grid-template-columns: 1fr;
	}

	.values__extended-item-heading-inner,
	.values__extended-item-copy-inner {
		padding: var(--space-40) var(--content-side-padding);
	}

	.values__extended-item-media {
		min-height: 280px;
	}

	.values__extended-item-actions--desktop {
		display: none;
	}

	.values__extended-item-actions-panel,
	.values__extended-item-actions--mobile {
		display: block;
	}

	.values__extended-item-actions-panel {
		background: var(--color-maersk-grey);
	}

	.values__extended-item-actions--mobile {
		margin-top: 0;
		padding: 0 var(--content-side-padding) var(--space-40);
	}

	.fullwidth-text__heading {
		font-size: clamp(2rem, 8vw, 3.2rem);
	}

	.highlights__intro {
		padding-bottom: 40px;
	}

	.highlights__list {
		gap: var(--content-side-padding);
	}

	.highlights__item {
		display: grid;
		grid-template-columns: 1fr;
	}

	.highlights__item-media {
		order: 1;
	}

	.highlights__item-text {
		order: 2;
	}

	.highlights__item-text {
		max-width: none;
		min-width: 0;
	}

	.employee-directory__groups {
		gap: var(--space-60);
	}

	.employee-directory__heading {
		margin-bottom: var(--space-40);
	}

	.highlights__item-text-inner {
		padding: 32px 24px;
	}

	.highlights__item-media {
		min-height: 260px;
		transform: none;
		transition: none;
	}

	.news-feed__intro {
		padding-bottom: 40px;
	}

	.news-feed__list {
		gap: var(--content-side-padding);
	}

	.news-feed__item-link {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.news-feed__item-heading-inner,
	.news-feed__item-copy-inner {
		max-width: none;
		padding: var(--space-40) var(--content-side-padding);
	}

	.news-feed__item-media {
		min-height: 260px;
		order: 2;
	}

	.news-feed__item-heading-panel {
		order: 1;
	}

	.news-feed__item-copy-panel {
		order: 3;
	}
}

@media (max-width: 650px) {
	.employee-directory__grid {
		grid-template-columns: 1fr;
		gap: var(--space-60);
	}

	.employee-directory__card {
		grid-template-columns: 1fr;
		gap: var(--space-30);
	}

	.employee-directory__content {
		padding-top: 0;
	}

	.employee-directory__media {
    height: clamp(230px, 85vw, 600px);
}
}





@media (max-width: 790px) {
	.hero__pattern {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header__menu-link::after,
	.button,
	.highlights__item-media {
		transition: none;
	}

	.highlights__item-media {
		transform: none;
	}
}
