@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1424px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding: 0 56px;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.layout-capabilities .capability-panel {
  display: none;
  position: relative;
}
.layout-capabilities .capability-panel.active {
  display: block;
}
.layout-vacancies ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-vacancies .vacancy {
  display: flex;
  flex-direction: column;
}
.layout-vacancies .image img {
  width: 100%;
  height: auto;
  display: block;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 60px 0 0;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 112px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  body:has(.layout-herohome) {
    padding: 0;
  }
}
body.full-search-open main,
body.full-search-open .layout-footer,
body.full-search-open .layout-copyright {
  opacity: 0;
}
body .breadcrumbs span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body .breadcrumbs span a {
  color: #6b6b6b;
  transition: all 0.25s ease;
}
body .breadcrumbs span a:hover {
  color: #ff6c2d;
}
body .layout {
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
  scroll-margin-top: 150px;
}
header .skip {
  color: #ffffff;
  background-color: #111111;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1 {
  font-size: clamp(48px, 6vw, 108px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 80px;
  }
}
h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 44px;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
p {
  margin: 0;
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
img {
  height: 100%;
  width: 100%;
}
.phone,
.email {
  display: block;
}
.breadcrumbs {
  position: relative;
  z-index: 3;
}
.layout-vesseldetails,
.layout-storydetails,
.layout-vacancydetails {
  padding: 0 0 100px;
}
.layout-vesseldetails .container,
.layout-storydetails .container,
.layout-vacancydetails .container {
  max-width: none;
}
.layout-vesseldetails .container .hero,
.layout-storydetails .container .hero,
.layout-vacancydetails .container .hero {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .image-and-icons,
  .layout-storydetails .container .hero .image-and-icons,
  .layout-vacancydetails .container .hero .image-and-icons {
    display: grid;
    grid-template-columns: 1fr 150px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .container .hero .image-and-icons,
  .layout-storydetails .container .hero .image-and-icons,
  .layout-vacancydetails .container .hero .image-and-icons {
    grid-template-columns: 1fr 188px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .image-and-icons,
  .layout-storydetails .container .hero .image-and-icons,
  .layout-vacancydetails .container .hero .image-and-icons {
    grid-template-columns: 1fr 260px;
  }
}
.layout-vesseldetails .container .hero .image-and-icons .image,
.layout-storydetails .container .hero .image-and-icons .image,
.layout-vacancydetails .container .hero .image-and-icons .image {
  position: relative;
  height: 448px;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .container .hero .image-and-icons .image,
  .layout-storydetails .container .hero .image-and-icons .image,
  .layout-vacancydetails .container .hero .image-and-icons .image {
    height: 576px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .image-and-icons .image,
  .layout-storydetails .container .hero .image-and-icons .image,
  .layout-vacancydetails .container .hero .image-and-icons .image {
    height: 778px;
  }
}
.layout-vesseldetails .container .hero .image-and-icons .image::before,
.layout-storydetails .container .hero .image-and-icons .image::before,
.layout-vacancydetails .container .hero .image-and-icons .image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 75%);
  pointer-events: none;
  border-radius: 0 56px 0 56px;
}
.layout-vesseldetails .container .hero .image-and-icons .image img,
.layout-storydetails .container .hero .image-and-icons .image img,
.layout-vacancydetails .container .hero .image-and-icons .image img {
  border-radius: 0 56px 0 56px;
}
.layout-vesseldetails .container .hero .image-and-icons .icons,
.layout-storydetails .container .hero .image-and-icons .icons,
.layout-vacancydetails .container .hero .image-and-icons .icons {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .image-and-icons .icons,
  .layout-storydetails .container .hero .image-and-icons .icons,
  .layout-vacancydetails .container .hero .image-and-icons .icons {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-self: end;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .image-and-icons .icons,
  .layout-storydetails .container .hero .image-and-icons .icons,
  .layout-vacancydetails .container .hero .image-and-icons .icons {
    justify-self: center;
  }
}
.layout-vesseldetails .container .hero .image-and-icons .icons .icon,
.layout-storydetails .container .hero .image-and-icons .icons .icon,
.layout-vacancydetails .container .hero .image-and-icons .icons .icon {
  height: 112px;
  width: 112px;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .container .hero .image-and-icons .icons .icon,
  .layout-storydetails .container .hero .image-and-icons .icons .icon,
  .layout-vacancydetails .container .hero .image-and-icons .icons .icon {
    height: 144px;
    width: 144px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .image-and-icons .icons .icon,
  .layout-storydetails .container .hero .image-and-icons .icons .icon,
  .layout-vacancydetails .container .hero .image-and-icons .icons .icon {
    width: 194px;
    height: 194px;
  }
}
.layout-vesseldetails .container .hero .breadcrumbs,
.layout-storydetails .container .hero .breadcrumbs,
.layout-vacancydetails .container .hero .breadcrumbs {
  margin: 1rem 0;
}
.layout-vesseldetails .container .hero .slogan-and-chev,
.layout-storydetails .container .hero .slogan-and-chev,
.layout-vacancydetails .container .hero .slogan-and-chev {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .slogan-and-chev,
  .layout-storydetails .container .hero .slogan-and-chev,
  .layout-vacancydetails .container .hero .slogan-and-chev {
    margin: -3rem 0 0 0;
  }
}
.layout-vesseldetails .container .hero .slogan-and-chev .slogan,
.layout-storydetails .container .hero .slogan-and-chev .slogan,
.layout-vacancydetails .container .hero .slogan-and-chev .slogan {
  width: min-content;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .slogan,
  .layout-storydetails .container .hero .slogan-and-chev .slogan,
  .layout-vacancydetails .container .hero .slogan-and-chev .slogan {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .slogan,
  .layout-storydetails .container .hero .slogan-and-chev .slogan,
  .layout-vacancydetails .container .hero .slogan-and-chev .slogan {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .slogan,
  .layout-storydetails .container .hero .slogan-and-chev .slogan,
  .layout-vacancydetails .container .hero .slogan-and-chev .slogan {
    font-size: 4rem;
  }
}
.layout-vesseldetails .container .hero .slogan-and-chev .chev,
.layout-storydetails .container .hero .slogan-and-chev .chev,
.layout-vacancydetails .container .hero .slogan-and-chev .chev {
  height: 112px;
  width: 112px;
  background-image: url(../images/chev-tip-topleft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .chev,
  .layout-storydetails .container .hero .slogan-and-chev .chev,
  .layout-vacancydetails .container .hero .slogan-and-chev .chev {
    height: 150px;
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .chev,
  .layout-storydetails .container .hero .slogan-and-chev .chev,
  .layout-vacancydetails .container .hero .slogan-and-chev .chev {
    height: 188px;
    width: 188px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .hero .slogan-and-chev .chev,
  .layout-storydetails .container .hero .slogan-and-chev .chev,
  .layout-vacancydetails .container .hero .slogan-and-chev .chev {
    height: 260px;
    width: 260px;
  }
}
.layout-vesseldetails .container .hero .hero-text,
.layout-storydetails .container .hero .hero-text,
.layout-vacancydetails .container .hero .hero-text {
  max-width: 520px;
  position: absolute;
  top: 2rem;
  color: #ffffff;
  left: 1rem;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .hero .hero-text,
  .layout-storydetails .container .hero .hero-text,
  .layout-vacancydetails .container .hero .hero-text {
    left: 2rem;
    right: auto;
  }
}
.layout-vesseldetails .container .hero .hero-text > a,
.layout-storydetails .container .hero .hero-text > a,
.layout-vacancydetails .container .hero .hero-text > a {
  width: fit-content;
  border-radius: 3rem;
  backdrop-filter: blur(2rem);
  padding: .5rem 1rem;
  border: 1px solid #ffffff;
}
.layout-vesseldetails .container .hero .hero-text .class-description,
.layout-storydetails .container .hero .hero-text .class-description,
.layout-vacancydetails .container .hero .hero-text .class-description {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  border-radius: 3rem;
  backdrop-filter: blur(2rem);
  padding: .5rem 1rem;
  border: 1px solid #ffffff;
}
.layout-vesseldetails .container .hero .hero-text .class-description::before,
.layout-storydetails .container .hero .hero-text .class-description::before,
.layout-vacancydetails .container .hero .hero-text .class-description::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff6c2d;
}
.layout-vesseldetails .container .hero .hero-text > ul,
.layout-storydetails .container .hero .hero-text > ul,
.layout-vacancydetails .container .hero .hero-text > ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  margin: 2rem 0 0;
}
.layout-vesseldetails .container .hero .hero-text > ul li,
.layout-storydetails .container .hero .hero-text > ul li,
.layout-vacancydetails .container .hero .hero-text > ul li {
  padding: .5rem;
  border-radius: 3rem;
  backdrop-filter: blur(2rem);
  border: 1px solid #ffffff;
}
.layout-grid .left-and-right,
.layout-paths .left-and-right,
.layout-benefits .left-and-right,
.layout-offices .left-and-right,
.layout-conduct .left-and-right {
  display: grid;
  gap: 2rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-grid .left-and-right,
  .layout-paths .left-and-right,
  .layout-benefits .left-and-right,
  .layout-offices .left-and-right,
  .layout-conduct .left-and-right {
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: end;
    margin: 0 0 48px;
  }
}
.layout-grid .left-and-right p:has(em),
.layout-paths .left-and-right p:has(em),
.layout-benefits .left-and-right p:has(em),
.layout-offices .left-and-right p:has(em),
.layout-conduct .left-and-right p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-grid .left-and-right p:has(em) em,
.layout-paths .left-and-right p:has(em) em,
.layout-benefits .left-and-right p:has(em) em,
.layout-offices .left-and-right p:has(em) em,
.layout-conduct .left-and-right p:has(em) em {
  font-style: normal;
}
.layout-grid .left-and-right p:has(em) em,
.layout-paths .left-and-right p:has(em) em,
.layout-benefits .left-and-right p:has(em) em,
.layout-offices .left-and-right p:has(em) em,
.layout-conduct .left-and-right p:has(em) em {
  font-style: normal;
}
.layout-grid .left-and-right p:not(:has(em)),
.layout-paths .left-and-right p:not(:has(em)),
.layout-benefits .left-and-right p:not(:has(em)),
.layout-offices .left-and-right p:not(:has(em)),
.layout-conduct .left-and-right p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 420px;
  padding-bottom: 8px;
}
.layout-grid .left-and-right h2,
.layout-paths .left-and-right h2,
.layout-benefits .left-and-right h2,
.layout-offices .left-and-right h2,
.layout-conduct .left-and-right h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.layout-header .language-search-and-contact {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.layout-header .language-search-and-contact .language {
  display: flex;
  gap: .25rem;
}
.layout-header .language-search-and-contact .language li {
  text-transform: uppercase;
  opacity: .35;
  font-weight: 700;
}
.layout-header .language-search-and-contact .language li:not(:last-child):after {
  content: "/";
  display: inline-block;
  width: max-content;
  height: max-content;
  margin: 0 0 0 .25rem;
}
.layout-header .language-search-and-contact .language li.current {
  opacity: 1;
}
.layout-header .language-search-and-contact .search-toggle-and-form .blanket {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: -1000vh;
  left: 0;
  backdrop-filter: blur(2rem);
}
.layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: all 0.25s ease;
}
.layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle i.close-search {
  display: none;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background-color: #ff6c2d;
}
.layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle:hover i {
  transform: scale(1.2);
}
.layout-header .language-search-and-contact .search-toggle-and-form form.search {
  position: absolute;
  top: -100vh;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 250ms ease-out;
}
@media screen and (min-width: 1280px) {
  .layout-header .language-search-and-contact .search-toggle-and-form form.search {
    left: auto;
    right: 0;
    transform: none;
  }
}
.layout-header .language-search-and-contact .search-toggle-and-form form.search .input-and-button {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.layout-header .language-search-and-contact .search-toggle-and-form form.search .input-and-button input {
  min-height: 3rem;
  border: 1px solid #ff6c2d;
  border-radius: .25rem;
}
.layout-header .language-search-and-contact .search-toggle-and-form form.search .input-and-button input:focus-visible {
  outline: 2px solid #cc4209;
  outline-offset: 2px;
}
.layout-header .language-search-and-contact .search-toggle-and-form form.search .input-and-button .search-button {
  height: 3rem;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  border-radius: .25rem;
}
.layout-header .language-search-and-contact .contact {
  padding: .5rem 1rem;
  border-radius: 3rem;
  color: #111111;
  background-color: #ff6c2d;
}
.layout-header .language-search-and-contact.desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .language-search-and-contact.desktop {
    display: flex;
    gap: 1rem;
    right: 106px;
  }
}
.layout-header .language-search-and-contact.desktop .contact {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .language-search-and-contact.desktop .contact:hover {
  background-color: #cc4209;
}
.scrolled .layout-header .language-search-and-contact .contact {
  color: #ffffff;
  background-color: #ff6c2d;
}
.full-search-open .layout-header .language-search-and-contact .search-toggle-and-form .blanket {
  top: 0;
}
.full-search-open .layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle .open-search {
  display: none;
}
.full-search-open .layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle .close-search {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 108px;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .full-search-open .layout-header .language-search-and-contact .search-toggle-and-form .full-search-toggle .close-search {
    right: auto;
    top: 166px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.full-search-open .layout-header .language-search-and-contact .search-toggle-and-form form.search {
  top: 100px;
  opacity: 1;
  z-index: 2;
}
.layout-header .header {
  background-color: #ffffff;
}
.layout-header .header,
.layout-header .header .container {
  height: 60px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 112px;
  }
}
.layout-header .header .container {
  max-width: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container {
    padding: 0 106px;
  }
}
.layout-header .header .container .home {
  height: 45px;
  width: 90px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home {
    height: 75px;
    width: 100px;
  }
}
.layout-header .header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header .header .container .home svg .st1 {
  fill: #ff6c2d !important;
}
.layout-header .header .container nav {
  left: 260px;
  width: max-content;
}
.layout-header .header .container nav .menu {
  gap: 1rem;
}
.layout-header .header .container nav .menu > li > a {
  padding: 0 0 6px;
  letter-spacing: -0.005em;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li > a:hover {
  color: #ff6c2d;
}
.layout-header .header .container nav .menu > li:not(.menu-item-has-children) > a,
.layout-header .header .container nav .menu > li.active > a {
  position: relative;
}
.layout-header .header .container nav .menu > li:not(.menu-item-has-children) > a::before,
.layout-header .header .container nav .menu > li.active > a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff6c2d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:not(.menu-item-has-children) > a:hover::before,
.layout-header .header .container nav .menu > li.active > a:hover::before {
  width: 100%;
}
.layout-header .header .container nav .menu > li.active > a::before {
  width: 100%;
}
.layout-header .header .container nav .menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
.layout-header .header .container nav .menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url(../images/chevron-down-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li.menu-item-has-children .sub-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  padding: 2rem;
  background-color: #ffffff;
  width: max-content;
  position: absolute;
  top: -100vh;
  left: 0;
  opacity: 0;
  transition: opacity 250ms ease-out;
}
.layout-header .header .container nav .menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ff6c2d;
  padding: 0 0 .5rem;
}
.layout-header .header .container nav .menu > li.menu-item-has-children:hover::after {
  transform: rotate(-180deg);
}
.layout-header .header .container nav .menu > li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.layout-header .header .container .full-menu-toggle {
  right: 1rem;
}
.layout-header .header .container .full-menu-toggle .toggle {
  font-size: 2.5rem;
}
.layout-header .full-menu {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
.layout-header .full-menu .menu > li > a {
  padding: 1rem .25rem;
  margin: 0 0 .25rem;
  font-size: 1.125rem;
}
.layout-header .full-menu .menu > li > a .toggle {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0 0 .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center bottom;
  transition: all 0.25s ease;
}
.layout-header .full-menu .menu > li .sub-menu {
  margin: 0 0 0 2rem;
}
.layout-header .full-menu .menu > li .sub-menu li a {
  padding: 1rem .25rem;
  margin: 0 0 .25rem;
}
.layout-header .full-menu .menu > li.unfolded a .toggle {
  transform: rotate(-180deg);
}
.full-menu-open .layout-header .full-menu {
  top: 60px;
}
.scrolled .layout-header .header,
.full-search-open .layout-header .header {
  box-shadow: 0 0 1.25rem rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header,
  .full-search-open .layout-header .header,
  .scrolled .layout-header .header .container,
  .full-search-open .layout-header .header .container {
    height: 82px;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .home,
  .full-search-open .layout-header .header .container .home {
    height: 45px;
    width: 90px;
  }
}
.scrolled .layout-header .header .container .home polygon,
.full-search-open .layout-header .header .container .home polygon,
.scrolled .layout-header .header .container .home path,
.full-search-open .layout-header .header .container .home path {
  fill: unset;
}
.scrolled .layout-header .header .container .home .st1,
.full-search-open .layout-header .header .container .home .st1 {
  fill: #ff6c2d;
}
.scrolled .layout-header .header .container nav .menu > li > a,
.full-search-open .layout-header .header .container nav .menu > li > a {
  color: #111111;
}
.scrolled .layout-header .header .container nav .menu > li > a::before,
.full-search-open .layout-header .header .container nav .menu > li > a::before {
  background-color: #111111;
}
.scrolled .layout-header .header .container nav .menu > li.active a,
.full-search-open .layout-header .header .container nav .menu > li.active a {
  color: #ff6c2d;
}
.scrolled .layout-header .header .container nav .menu > li.active a::before,
.full-search-open .layout-header .header .container nav .menu > li.active a::before {
  background-color: #ff6c2d;
}
.scrolled .layout-header .header .container nav .menu > li.menu-item-has-children::after,
.full-search-open .layout-header .header .container nav .menu > li.menu-item-has-children::after {
  background-image: url(../images/chevron-down-black.svg);
}
.scrolled .layout-header .header .container .language-search-and-contact .language li,
.full-search-open .layout-header .header .container .language-search-and-contact .language li {
  color: #111111;
}
.scrolled .layout-header .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search,
.full-search-open .layout-header .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search {
  color: #111111;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container .home polygon,
.layout-header:has(+ main .layout-vesseldetails) .header .container .home polygon,
.layout-header:has(+ main .layout-storydetails) .header .container .home polygon,
.layout-header:has(+ main .layout-vacancydetails) .header .container .home polygon,
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container .home path,
.layout-header:has(+ main .layout-vesseldetails) .header .container .home path,
.layout-header:has(+ main .layout-storydetails) .header .container .home path,
.layout-header:has(+ main .layout-vacancydetails) .header .container .home path {
  fill: unset;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container .home .st1,
.layout-header:has(+ main .layout-vesseldetails) .header .container .home .st1,
.layout-header:has(+ main .layout-storydetails) .header .container .home .st1,
.layout-header:has(+ main .layout-vacancydetails) .header .container .home .st1 {
  fill: #ff6c2d !important;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container nav .menu > li.active a,
.layout-header:has(+ main .layout-vesseldetails) .header .container nav .menu > li.active a,
.layout-header:has(+ main .layout-storydetails) .header .container nav .menu > li.active a,
.layout-header:has(+ main .layout-vacancydetails) .header .container nav .menu > li.active a {
  color: #ff6c2d;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container nav .menu > li.active a::before,
.layout-header:has(+ main .layout-vesseldetails) .header .container nav .menu > li.active a::before,
.layout-header:has(+ main .layout-storydetails) .header .container nav .menu > li.active a::before,
.layout-header:has(+ main .layout-vacancydetails) .header .container nav .menu > li.active a::before {
  background-color: #ff6c2d;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container nav .menu > li.menu-item-has-children::after,
.layout-header:has(+ main .layout-vesseldetails) .header .container nav .menu > li.menu-item-has-children::after,
.layout-header:has(+ main .layout-storydetails) .header .container nav .menu > li.menu-item-has-children::after,
.layout-header:has(+ main .layout-vacancydetails) .header .container nav .menu > li.menu-item-has-children::after {
  background-image: url(../images/chevron-down-black.svg);
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container nav .menu > li.menu-item-has-children.active::after,
.layout-header:has(+ main .layout-vesseldetails) .header .container nav .menu > li.menu-item-has-children.active::after,
.layout-header:has(+ main .layout-storydetails) .header .container nav .menu > li.menu-item-has-children.active::after,
.layout-header:has(+ main .layout-vacancydetails) .header .container nav .menu > li.menu-item-has-children.active::after {
  background-image: url(../images/chevron-down-orange.svg);
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container .language-search-and-contact .language li,
.layout-header:has(+ main .layout-vesseldetails) .header .container .language-search-and-contact .language li,
.layout-header:has(+ main .layout-storydetails) .header .container .language-search-and-contact .language li,
.layout-header:has(+ main .layout-vacancydetails) .header .container .language-search-and-contact .language li {
  color: #111111;
}
.layout-header:not(:has(+ main .layout-hero)):not(:has(+ main .layout-herohome)) .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search,
.layout-header:has(+ main .layout-vesseldetails) .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search,
.layout-header:has(+ main .layout-storydetails) .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search,
.layout-header:has(+ main .layout-vacancydetails) .header .container .language-search-and-contact .search-toggle-and-form .full-search-toggle i.open-search {
  color: #111111;
}
.layout-footercta {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
}
@media screen and (min-width: 1660px) {
  .layout-footercta {
    padding: 72px 0 64px;
  }
}
.layout-footercta .container .image {
  width: 100%;
  max-width: 1400px;
  height: auto;
}
.layout-footercta .container .text {
  font-weight: 900;
  font-size: clamp(56px, 14vw, 240px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  max-width: 100%;
  color: #ffffff;
}
.layout-footercta .container .links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 40px 0 0;
}
.layout-footercta .container .links li {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .links li {
    width: unset;
  }
}
.layout-footercta .container .links li:nth-child(odd) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .links li:nth-child(odd) a {
    width: fit-content;
  }
}
.layout-footercta .container .links li:nth-child(odd) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-footercta .container .links li:nth-child(odd) a:hover {
  color: #111111;
  background-color: #ffffff;
}
.layout-footercta .container .links li:nth-child(odd) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-footercta .container .links li:nth-child(odd) a:hover::after {
  background-image: url(../images/chevron-right-black.svg);
}
.layout-footercta .container .links li:nth-child(even) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  border-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .links li:nth-child(even) a {
    width: fit-content;
  }
}
.layout-footercta .container .links li:nth-child(even) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-footercta .container .links li:nth-child(even) a:hover {
  color: transparent;
  background-color: #ffffff;
}
.layout-footercta .container .links li:nth-child(even) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-footercta .container .links li:nth-child(even) a:hover {
  color: #111111;
}
.layout-footercta .container .links li:nth-child(even) a:hover:after {
  background-image: url(../images/chevron-right-black.svg);
}
.layout-footer {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 96px 0 0;
  }
}
.layout-footer .container {
  max-width: none;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 56px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    grid-template-columns: 1.4fr 4.2fr;
  }
}
.layout-footer .container .logo-text-and-socials .home {
  height: 56px;
  width: auto;
}
.layout-footer .container .logo-text-and-socials .home svg {
  height: 100%;
  width: 100%;
}
.layout-footer .container .logo-text-and-socials .home svg path,
.layout-footer .container .logo-text-and-socials .home svg polygon {
  fill: #111111;
}
.layout-footer .container .logo-text-and-socials .home svg .st1 {
  fill: #ffffff;
}
.layout-footer .container .logo-text-and-socials .text p {
  font-size: 15px;
  line-height: 1.6;
  margin: 26px 0 0;
  max-width: 300px;
  font-weight: 500;
}
.layout-footer .container .logo-text-and-socials .social-pages {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
.layout-footer .container .logo-text-and-socials .social-pages li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #111111;
  transition: all 0.25s ease;
}
.layout-footer .container .logo-text-and-socials .social-pages li a i {
  color: #ff6c2d;
  font-size: 15px;
}
.layout-footer .container .logo-text-and-socials .social-pages li a span {
  display: none;
}
.layout-footer .container .logo-text-and-socials .social-pages li a:hover {
  background-color: rgba(17, 17, 17, 0.75);
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
  }
}
.layout-footer .container .blocks li h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 0 0 26px;
  font-weight: 800;
  min-height: 1rem;
}
.layout-footer .container .blocks li li {
  margin: 0 0 14px;
}
.layout-footer .container .blocks li li a {
  font-size: 15px;
  opacity: .82;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li li a:hover {
  opacity: 1;
}
.layout-copyright {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
}
@media screen and (min-width: 1660px) {
  .layout-copyright {
    padding: 72px 0 48px;
    border-radius: 0 0 0 56px;
  }
}
.layout-copyright .container {
  padding-block-start: 22px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
  font-size: 13px;
  color: rgba(17, 17, 17, 0.68);
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
  max-width: none;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: .25rem 1rem;
  }
}
.layout-copyright .container .copyright {
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .copyright {
    text-align: revert;
  }
}
.layout-copyright .container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-copyright .container .language {
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 3rem;
  background-color: #111111;
  width: 96px;
  height: 32px;
  margin: 1rem 0 0;
  justify-self: end;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .language {
    margin: 0;
  }
}
.layout-copyright .container .language li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 42px;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.layout-copyright .container .language li.current {
  background-color: #ff6c2d;
  color: #111111;
}
.layout-contents {
  padding: 2.5rem 0;
}
.layout-contents strong a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-contents strong a {
    width: fit-content;
  }
}
.layout-contents strong a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-contents strong a:hover {
  color: #111111;
  background-color: #ffffff;
}
.layout-contents strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-pagebuttons {
  padding: 14px 0;
  position: sticky;
  top: 66px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  z-index: 9;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 1280px) {
  .layout-pagebuttons {
    top: 88px;
  }
}
.layout-pagebuttons .container {
  max-width: none;
}
.layout-pagebuttons .container .buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.layout-pagebuttons .container .buttons li a {
  padding: 8px 18px;
  border-radius: 3rem;
  background-color: transparent;
  border: 1px solid #111111;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.layout-pagebuttons .container .buttons li a:not(.active):hover,
.layout-pagebuttons .container .buttons li a:not(.active):active {
  background-color: #ff6c2d;
  border-color: #ff6c2d;
  color: #ffffff;
}
.layout-pagebuttons .container .buttons li a.active {
  background-color: #111111;
  color: #ffffff;
}
.layout-hero {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero {
    padding: 0 40px 60px;
  }
}
.layout-hero .text-and-image {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 72px;
  min-height: 48vh;
  background-color: #ff6c2d;
  background-image: url(../images/hero-watermark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 90%;
  background-position: top -17rem left;
  padding: 60px 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 100px 56px 60px;
    border-radius: 0 0 18px 18px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-image {
    position: relative;
    min-height: 0;
    height: 630px;
  }
}
@media screen and (min-width: 2400px) {
  .layout-hero .text-and-image {
    background-size: 60%;
  }
}
.layout-hero .text-and-image h1 {
  color: #ffffff;
  font-size: clamp(56px, 7vw, 128px);
}
.layout-hero .text-and-image p {
  font-size: 18px;
  line-height: 1.55;
  max-width: 500px;
  font-weight: 500;
}
.layout-hero .text-and-image p:has(strong) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.75);
  margin: 0 0 22px;
}
.layout-hero .text-and-image .image {
  margin: 0 0 -4rem;
  max-width: 680px;
  justify-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-image .image {
    position: absolute;
    right: 96px;
    top: 100px;
    bottom: 40px;
    width: calc(50% - 120px);
    width: 680px;
    height: 590px;
    pointer-events: none;
  }
}
.layout-hero .text-and-image .image img {
  border-radius: 18px;
  box-shadow: 0 10px 32px -14px rgba(0, 0, 0, 0.18);
}
.layout-hero .breadcrumbs {
  margin: 5rem 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .breadcrumbs {
    margin: 5rem 0 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .breadcrumbs {
    margin: 1rem 0 0 40px;
  }
}
.layout-herohome {
  padding: 0;
}
.layout-herohome .container {
  max-width: none;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container {
    position: relative;
  }
}
.layout-herohome .container .video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 0 56px;
}
@media screen and (max-width: 1279px) {
  .layout-herohome .container .video {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
.layout-herohome .container .video img,
.layout-herohome .container .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .layout-herohome .container .video img,
  .layout-herohome .container .video iframe {
    height: 100% !important;
    width: 100% !important;
  }
}
@media (min-aspect-ratio: 16/9) {
  .layout-herohome .container .video img,
  .layout-herohome .container .video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .layout-herohome .container .video img,
  .layout-herohome .container .video iframe {
    width: 177.78vh;
  }
}
.layout-herohome .container .slogan-and-chev {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  border-radius: 0 30px 0 30px;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .slogan-and-chev {
    height: 175px;
    width: 175px;
    border-radius: 0 45px 0 45px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .slogan-and-chev {
    height: 300px;
    width: 300px;
    border-radius: 0 80px 0 80px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .container .slogan-and-chev {
    height: 500px;
    width: 500px;
    border-radius: 0 126px 0 126px;
  }
}
.layout-herohome .container .slogan-and-chev .slogan {
  width: min-content;
  position: absolute;
  text-align: right;
  font-weight: 900;
  font-size: clamp(20px, 4.8vw, 160px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 20px 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .slogan-and-chev .slogan {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .container .slogan-and-chev .slogan {
    font-size: 7.5rem;
  }
}
.layout-herohome .container .slogan-and-chev .chev {
  height: 100%;
  width: 100%;
  background-image: url(../images/leadtheway.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-herohome .container .text {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text {
    position: absolute;
    left: 112px;
    bottom: 56px;
    margin: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .container .text {
    bottom: auto;
    top: 144px;
  }
}
.layout-herohome .container .text p:has(em) {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6c2d;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text p:has(em) {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3rem;
    padding: 8px 16px;
    color: #ffffff;
    margin: 2rem 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text p:has(em)::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff6c2d;
  }
}
.layout-herohome .container .text p:has(em) em {
  font-style: normal;
}
.layout-herohome .container .text p:not(:has(em)) {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 24px;
  max-width: 560px;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text p:not(:has(em)) {
    color: rgba(255, 255, 255, 0.88);
  }
}
.layout-herohome .container .text h1 {
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text h1 {
    color: #ffffff;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .container .text h1 {
    font-size: 88px;
  }
}
.layout-herohome .container .text ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0 0;
}
.layout-herohome .container .text ul li:nth-child(odd) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text ul li:nth-child(odd) a {
    width: fit-content;
  }
}
.layout-herohome .container .text ul li:nth-child(odd) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-herohome .container .text ul li:nth-child(odd) a:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-herohome .container .text ul li:nth-child(odd) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-herohome .container .text ul li:nth-child(odd) a:hover {
  background-color: #cc4209;
  border-color: #cc4209;
  color: #ffffff;
}
.layout-herohome .container .text ul li:nth-child(even) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ff6c2d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.25s ease;
  border-color: #ff6c2d;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text ul li:nth-child(even) a {
    width: fit-content;
  }
}
.layout-herohome .container .text ul li:nth-child(even) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-herohome .container .text ul li:nth-child(even) a:hover {
  color: #ffffff;
  background-color: #ff6c2d;
}
.layout-herohome .container .text ul li:nth-child(even) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text ul li:nth-child(even) a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
}
.layout-herohome .container .text ul li:nth-child(even) a::after {
  background-image: url(../images/chevron-right-orange.svg);
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text ul li:nth-child(even) a::after {
    background-image: url(../images/chevron-right-white.svg);
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text ul li:nth-child(even) a:hover {
    background-color: #ffffff;
    color: #111111;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text ul li:nth-child(even) a:hover::after {
    background-image: url(../images/chevron-right-black.svg);
  }
}
.loaded .layout-herohome .container .video img {
  display: none;
}
.layout-textimageandblocks {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
  border-radius: 0 56px 0 56px;
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks {
    padding: 100px 0;
  }
}
.layout-textimageandblocks .container .text-and-image {
  margin: 0 0 56px;
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .container .text-and-image {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
  }
}
.layout-textimageandblocks .container .text-and-image strong {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.layout-textimageandblocks .container .text-and-image h2 {
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 14px 0 20px;
}
.layout-textimageandblocks .container .text-and-image p {
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.78);
  max-width: 340px;
}
.layout-textimageandblocks .container .text-and-image .image img {
  aspect-ratio: 1.77777778;
  border-radius: 1rem;
}
.layout-textimageandblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.22);
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-textimageandblocks .container .blocks li .block-text {
  padding: .5rem 2rem;
}
.layout-textimageandblocks .container .blocks li .block-text h3 {
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 14px;
}
.layout-textimageandblocks .container .blocks li .block-text p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.82);
  max-width: 340px;
  font-weight: 500;
}
.layout-textimageandblocks .container .blocks li .block-text p:has(strong) {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.75);
  margin: 0 0 16px;
}
.layout-textimageandblocks .container .blocks li:not(:last-child) .block-text {
  border-bottom: 1px solid rgba(17, 17, 17, 0.22);
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .container .blocks li:not(:last-child) .block-text {
    border-bottom: none;
    border-right: 1px solid rgba(17, 17, 17, 0.22);
  }
}
.layout-numberblocks {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-numberblocks {
    padding: 72px 0 2.5rem;
  }
}
.layout-numberblocks .container {
  max-width: none;
}
@media screen and (min-width: 1660px) {
  .layout-numberblocks .container {
    padding: 0 106px;
  }
}
.layout-numberblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-numberblocks .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-numberblocks .container .blocks .text {
  border-left: 2px solid #ff6c2d;
  padding: .25rem 2rem;
}
@media screen and (min-width: 810px) {
  .layout-numberblocks .container .blocks .text {
    height: 100%;
  }
}
.layout-numberblocks .container .blocks .text p {
  font-size: 14px;
  color: #6b6b6b;
  margin: 6px 0 0;
  line-height: 1.4;
}
.layout-numberblocks .container .blocks .text p:has(strong) {
  margin: 0;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #111111;
}
.layout-numberblocks .container .blocks .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  margin: 14px 0 0;
}
.layout-numberblocks .container .blocks .text p:has(em) em {
  font-style: normal;
}
.layout-numberblocks .container .blocks .text p:has(em) em {
  font-style: normal;
}
.layout-numberblocks.style-centered .container {
  max-width: 1424px;
}
@media screen and (min-width: 1280px) {
  .layout-numberblocks.style-centered .container {
    padding: 0 56px;
  }
}
.layout-textandblocks {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks {
    padding: 120px 0 48px;
  }
}
.layout-textandblocks .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container {
    grid-template-columns: 1.1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container {
    gap: 64px;
  }
}
.layout-textandblocks .container em {
  font-style: normal;
}
.layout-textandblocks .container .text h2 {
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 24px;
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .text h2 {
    font-size: 72px;
  }
}
.layout-textandblocks .container .text p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: #6b6b6b;
}
.layout-textandblocks .container .text p:has(em) {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-textandblocks .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandblocks .container .text p:has(strong) {
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0 0 20px;
  color: #111111;
}
.layout-textandblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: max-content;
}
.layout-textandblocks .container .blocks li .block-text {
  padding: 20px 24px;
  height: 100%;
}
.layout-textandblocks .container .blocks li .block-text p {
  font-size: 13px;
  color: #6b6b6b;
  margin: 2px 0 0;
}
.layout-textandblocks .container .blocks li .block-text p:has(em) {
  font-weight: 700;
  color: #ff6c2d;
  margin: 12px 0 0;
}
.layout-textandblocks .container .blocks li .block-text p:has(strong) {
  font-weight: 900;
  color: #111111;
  line-height: 1;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .blocks li .block-text p:has(strong) {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .blocks li .block-text p:has(strong) {
    font-size: 56px;
  }
}
.layout-textandblocks .container .blocks li:first-child .block-text {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.layout-textandblocks .container .blocks li:nth-child(2) .block-text {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.layout-textandblocks .container .blocks li:nth-child(3) .block-text {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.layout-textandblocks .container .blocks li:last-child .block-text {
  border-bottom: 1px solid #e4e4e4;
}
.layout-blocks {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-blocks {
    padding: 48px 0 120px;
  }
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks {
    gap: 56px;
  }
}
.layout-blocks .container .blocks li {
  padding: 2rem 0 0;
  border-top: 2px solid #111111;
  position: relative;
}
.layout-blocks .container .blocks li::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ff6c2d;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.25s ease;
}
.layout-blocks .container .blocks li h3 {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li h3 {
    font-size: 48px;
  }
}
.layout-blocks .container .blocks li p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 360px;
  margin: 0;
}
.layout-blocks .container .blocks li p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 24px;
}
.layout-blocks .container .blocks li p:has(em) em {
  font-style: normal;
}
.layout-blocks .container .blocks li:hover::before {
  width: 100%;
}
.layout-textandtext {
  padding: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
.layout-textandtext .container h2 {
  font-weight: 900;
  font-size: clamp(48px, 5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 24px;
}
.layout-textandtext .container p {
  margin: 0;
}
.layout-textandtext .container p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 420px;
}
.layout-textandtext .container p:not(:has(em)):has(+ p) {
  margin: 0 0 18px;
}
.layout-textandtext .container p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-textandtext .container p:has(em) em {
  font-style: normal;
}
.layout-textandtext .container p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .home .layout-textandtext .container .container {
    align-items: end;
  }
}
@media screen and (min-width: 1660px) {
  .home .layout-textandtext .container .container h2 {
    font-size: 104px;
  }
}
.layout-textandtext.style-grey {
  background-color: #f6f4ef;
}
.layout-textandtext.style-grey:has(+ .layout-textandimage.bg-grey) .container h2 {
  font-size: clamp(56px, 6vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 14px 0 0;
}
.layout-textandtext.style-emergency {
  background-color: #111111;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandtext.style-emergency .container {
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext.style-emergency .container {
    padding: 0 56px;
  }
}
.layout-textandtext.style-emergency .container h2 {
  font-weight: 900;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}
.layout-textandtext.style-emergency .container p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.layout-textandtext.style-emergency .container p:has(em)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff6c2d;
  animation: pulse 2500ms ease-in-out infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 6px rgba(255, 108, 45, 0.22);
  }
  50% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0 0 0 6px rgba(255, 108, 45, 0.22);
  }
}
.layout-textandtext.style-emergency .container p:not(:has(em)) {
  color: rgba(255, 255, 255, 0.8);
  max-width: none;
}
.layout-textandtext.style-emergency .container strong a {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
  margin: 20px 0 0;
}
.layout-textandtext.style-emergency .container strong a:hover {
  color: #ff6c2d;
}
.layout-textandimage {
  padding: 2.5rem 0;
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    grid-template-columns: 1.25fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container {
    padding: 0 112px;
    gap: 64px;
  }
}
.layout-textandimage .container .text h3 {
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h3 {
    font-size: 48px;
  }
}
.layout-textandimage .container .text h2 {
  font-weight: 900;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 14px 0 20px;
}
.layout-textandimage .container .text p {
  margin: 0;
}
.layout-textandimage .container .text p:not(:has(em)):not(:has(strong)) {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a2a;
  margin: 0 0 16px;
}
.layout-textandimage .container .text p:has(em) {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 14px;
}
.layout-textandimage .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandimage .container .text p:has(strong) {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.layout-textandimage .container .text ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.layout-textandimage .container .text ul li {
  padding: 6px 14px;
  border-radius: 3rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: rgba(17, 17, 17, 0.08);
  border: 1px solid rgba(17, 17, 17, 0.22);
}
.layout-textandimage .container .image img {
  aspect-ratio: 0.8;
  border-radius: 14px;
}
.layout-textandimage.bg-grey {
  background-color: #f6f4ef;
}
.layout-textandimage.bg-orange {
  background-color: #ff6c2d;
  border-radius: 0 56px 0 56px;
}
.layout-textandimage.bg-orange .container .text p:not(:has(em)):not(:has(strong)) {
  color: rgba(17, 17, 17, 0.88);
  font-weight: 500;
}
.layout-textandimage.bg-orange .container .text p:has(em) {
  color: rgba(17, 17, 17, 0.75);
}
.layout-textandimage.bg-orange .container .text h2 {
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container {
    grid-template-columns: 1fr 1.25fr;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage:not(:is(.layout-textandtext + .layout-textandimage)) {
    padding: 120px 0;
  }
}
.layout-textandoffices {
  padding: 2.5rem 0;
  border-radius: 0 56px 0 56px;
  background-color: #ff6c2d;
}
@media screen and (min-width: 1660px) {
  .layout-textandoffices {
    padding: 100px 0;
  }
}
.layout-textandoffices .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandoffices .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    align-items: center;
  }
}
.layout-textandoffices .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  color: rgba(17, 17, 17, 0.75);
}
.layout-textandoffices .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandoffices .container .text p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.85);
  max-width: 440px;
  font-weight: 500;
}
.layout-textandoffices .container .text h2 {
  font-weight: 900;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 14px 0 20px;
}
.layout-textandoffices .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-textandoffices .container .blocks > li .block {
  background: rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(17, 17, 17, 0.18);
}
.layout-textandoffices .container .blocks > li .block p:has(em) {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}
.layout-textandoffices .container .blocks > li .block p:has(em) em {
  font-style: normal;
}
.layout-textandoffices .container .blocks > li .block p:not(:has(em)) {
  font-size: 15px;
  color: rgba(17, 17, 17, 0.75);
  margin: 4px 0 0;
}
.layout-textandoffices .container .blocks > li .block h3 {
  font-weight: 800;
  font-size: 28px;
  margin-top: 8px;
  letter-spacing: -0.01em;
}
.layout-textandoffices .container .blocks > li .block ul {
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.layout-textandoffices .container .blocks > li .block ul li {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.75);
  margin-top: 2px;
}
.layout-textandoffices .container .blocks > li .block ul li strong {
  font-weight: 700;
  color: #111111;
}
.layout-text {
  padding: 2.5rem 0;
}
.layout-text p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: #6b6b6b;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-has_icons {
    padding: 120px 0;
  }
}
.layout-text.style-has_icons .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  max-width: 1352px;
}
@media screen and (min-width: 810px) {
  .layout-text.style-has_icons .container {
    gap: 72px;
    align-items: start;
  }
}
.layout-text.style-has_icons .container .text {
  max-width: 640px;
}
.layout-text.style-has_icons .container .text p:has(em) {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-text.style-has_icons .container .text p:has(em) em {
  font-style: normal;
}
.layout-text.style-has_icons .container .text p:has(em) em {
  font-style: normal;
}
.layout-text.style-has_icons .container .text p:not(:has(em)) {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a3a;
}
.layout-text.style-has_icons .container .text h2 {
  font-weight: 900;
  font-size: clamp(48px, 5.2vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 14px 0 24px;
}
.layout-text.style-has_icons .container .icons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  height: max-content;
  position: relative;
}
.layout-text.style-has_icons .container .icons::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.layout-text.style-has_icons .container .icons .icon {
  height: 86px;
  width: 86px;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-text.style-disclaimer {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-disclaimer {
    padding: 0 0 100px;
  }
}
.layout-text.style-disclaimer .container {
  max-width: 1352px;
  margin-block-start: 2rem;
}
.layout-text.style-disclaimer .container p {
  padding-block-start: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 12px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.62);
  font-style: italic;
  max-width: 820px;
}
.layout-textandimages {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-textandimages {
    padding: 120px 0;
  }
}
.layout-textandimages .container {
  max-width: 1352px;
}
@media screen and (min-width: 810px) {
  .layout-textandimages .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    align-items: center;
  }
}
.layout-textandimages .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-textandimages .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandimages .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandimages .container .text p:not(:has(em)):not(:has(a)) {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 16px;
}
.layout-textandimages .container .text h2 {
  font-weight: 900;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 14px 0 24px;
}
.layout-textandimages .container .text a {
  display: flex;
  align-items: center;
  margin: 28px 0 0;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-textandimages .container .text a::after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-image: url(../images/chevron-down-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
}
.layout-textandimages .container .text a:hover {
  transform: translateX(0.25rem);
}
.layout-textandimages .container .images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.layout-textandimages .container .images .image {
  width: 100%;
  aspect-ratio: 1;
}
.layout-textandimages .container .images .image img {
  border-radius: 10px;
}
@media screen and (min-width: 810px) {
  .single-vessel .layout-textandimages .container {
    grid-template-columns: 1fr;
  }
}
.single-vessel .layout-textandimages .container .text {
  display: none;
}
@media screen and (min-width: 810px) {
  .single-vessel .layout-textandimages .container .images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-material {
  padding: 24px 0;
}
.layout-material .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 0 0 56px;
}
@media screen and (min-width: 810px) {
  .layout-material .container .left-and-right {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
  }
}
.layout-material .container .left-and-right p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
}
.text-right .layout-material .container .left-and-right p:not(:has(em)) {
  align-self: end;
}
.layout-material .container .left-and-right p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-material .container .left-and-right p:has(em) em {
  font-style: normal;
}
.layout-material .container .left-and-right p:has(em) em {
  font-style: normal;
}
.layout-material .container .left-and-right h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0;
}
.layout-material .container .left-and-right .text-right {
  align-self: end;
}
.layout-material .container .label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 20px;
}
.layout-material .container .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.layout-material .container .blocks li {
  background-color: #ffffff;
  border-radius: 0 32px 0 32px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}
.layout-material .container .blocks li h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
}
.layout-material .container .blocks li p:has(strong) {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 0 0 14px;
}
.layout-material .container .blocks li p:not(:has(strong)) {
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 1660px) {
  .layout-material:has(.left-and-right) {
    padding: 96px 0 24px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-material:is(.layout-material + .layout-material:not(:has(+ .layout-material))) {
    padding-block-end: 96px;
  }
}
.layout-material.bg-orange {
  background-color: #ff6c2d;
}
.layout-material.bg-orange .container .left-and-right p:has(em) {
  color: #111111;
}
.layout-material.bg-orange .container .left-and-right h2 {
  color: #ffffff;
}
.layout-material.bg-orange .container .label {
  color: #ffffff;
}
.layout-material.bg-orange .container .blocks {
  gap: 0;
}
.layout-material.bg-orange .container .blocks li {
  background-color: transparent;
  border-radius: 0;
  transition: all 0.25s ease;
}
.layout-material.bg-orange .container .blocks li h4 {
  color: #ffffff;
}
.layout-material.bg-orange .container .blocks li p:has(strong) {
  color: rgba(17, 17, 17, 0.7);
}
.layout-material.bg-orange .container .blocks li:hover {
  background-color: rgba(17, 17, 17, 0.1);
}
.layout-timeline {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-timeline {
    padding: 100px 0 120px;
  }
}
.layout-timeline .container .timeline-heading {
  margin: 0 0 40px;
}
.layout-timeline .container .timeline-heading .timeline-label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 10px;
}
.layout-timeline .container .timeline-heading h2 {
  font-weight: 900;
  font-size: 2.6vw;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}
.layout-timeline .container .timeline-nav {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-timeline .container .timeline-nav .timeline-counter {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}
.layout-timeline .container .timeline-nav .timeline-counter .timeline-total {
  opacity: .5;
}
.layout-timeline .container .timeline-nav .timeline-arrows .timeline-prev,
.layout-timeline .container .timeline-nav .timeline-arrows .timeline-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-image: url(../images/chevron-right-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
  font-size: 0;
  transition: all 0.25s ease;
}
.layout-timeline .container .timeline-nav .timeline-arrows .timeline-prev:hover,
.layout-timeline .container .timeline-nav .timeline-arrows .timeline-next:hover {
  background-color: #ff6c2d;
  border-color: #ff6c2d;
  background-image: url(../images/chevron-right-white.svg);
}
.layout-timeline .container .timeline-nav .timeline-arrows .timeline-prev {
  transform: rotate(-180deg);
}
.layout-timeline .container .timeline-slider .slick-list {
  overflow: clip visible;
}
.layout-timeline .container .timeline-slider .slick-list .slick-track::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.22);
  position: absolute;
  top: 28px;
  left: 0;
  z-index: -1;
}
.layout-timeline .container .timeline-slider .timeline-slide {
  width: max-content !important;
}
.layout-timeline .container .timeline-slider .timeline-slide .timeline-dot {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1.5px solid rgba(17, 17, 17, 0.28);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.layout-timeline .container .timeline-slider .timeline-slide .timeline-dot img {
  border-radius: 50%;
}
.layout-timeline .container .timeline-slider .timeline-slide .timeline-year {
  margin: 18px 0 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(17, 17, 17, 0.55);
  text-align: center;
}
.layout-timeline .container .timeline-slider .timeline-slide.active .timeline-dot {
  width: 56px;
  height: 56px;
  margin-top: -2px;
  border: 2.5px solid #ff6c2d;
  box-shadow: 0 8px 24px -8px rgba(232, 78, 15, 0.45);
}
.layout-timeline .container .timeline-detail {
  margin: 1rem 0 0;
}
.layout-timeline .container .timeline-detail .timeline-detail-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  box-shadow: 0 16px 40px -24px rgba(17, 17, 17, 0.18);
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-timeline .container .timeline-detail .timeline-detail-item {
    grid-template-columns: 1fr 1.25fr;
    border-radius: 14px;
    min-height: 460px;
  }
}
@media screen and (min-width: 810px) {
  .layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text {
    padding: 56px;
  }
}
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text .timeline-detail-year {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text .timeline-detail-year span {
  width: 28px;
  height: 2px;
  background-color: #ff6c2d;
  display: block;
}
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text h3,
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text h2 {
  font-weight: 900;
  font-size: clamp(36px, 3.4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
}
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-text p {
  line-height: 1.75;
  color: #2a2a2a;
}
.layout-timeline .container .timeline-detail .timeline-detail-item .timeline-detail-image {
  background-color: #efe9df;
}
.layout-capabilities {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-capabilities {
    padding: 120px 0;
  }
}
.layout-capabilities .container .text {
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: end;
    margin: 0 0 64px;
  }
}
.layout-capabilities .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-capabilities .container .text p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-capabilities .container .text p:has(em) em {
  font-style: normal;
}
.layout-capabilities .container .text p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 440px;
  padding-bottom: 10px;
}
.layout-capabilities .container .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.layout-capabilities .container .capabilities-interface {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background-color: #ffffff;
  border-radius: 24px;
  min-height: 680px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-interface {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 32px;
  background-color: #ffffff;
  border-right: 1px solid #e4e4e4;
  position: relative;
  border-radius: 24px 0 0 24px;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs .tabs-label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px 30px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 8px;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs .tabs-label span {
  display: block;
  width: 32px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.25);
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 24px 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease;
  overflow: hidden;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab::after {
  content: "";
  display: none;
  width: 26px;
  height: 26px;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
  opacity: .35;
  transition: all 0.25s ease;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab p:has(strong) {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab p:has(strong)::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(17, 17, 17, 0.2);
  transition: all 0.25s ease;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab p:not(:has(strong)) {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b;
  margin-top: 6px;
  padding-left: 16px;
  transition: all 0.25s ease;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab:hover,
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active {
  background-color: #fafafb;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab:hover::after,
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active::after {
  display: block;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab:hover p:not(:has(strong)),
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active p:not(:has(strong)) {
  color: #ff6c2d;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab:hover p:has(strong)::before,
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active p:has(strong)::before {
  background-color: #ff6c2d;
  transform: scale(1.4);
  box-shadow: 0 0 0 5px rgba(255, 108, 45, 0.18);
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active {
  background-color: transparent;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab.active::after {
  opacity: 1;
}
.layout-capabilities .container .capabilities-interface .capabilities-tabs ul .capability-tab:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}
.layout-capabilities .container .capabilities-panels {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels::after {
    content: "";
    display: block;
    height: 140px;
    width: 140px;
    background-image: url(../images/boegtoprightnobg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #f6f4ef;
    z-index: 4;
    transform: rotate(-90deg);
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 0 36px 0 36px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-capabilities .container .capabilities-panels::after {
    top: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel {
    position: relative;
    height: 100%;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .image {
  position: relative;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .image {
    height: 100%;
    border-radius: 0 24px 24px 0;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .image::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 10%, rgba(255, 108, 45, 0.18) 0%, transparent 50%), linear-gradient(170deg, rgba(17, 17, 17, 0.55) 0%, rgba(17, 17, 17, 0.25) 40%, rgba(17, 17, 17, 0.88) 100%);
  z-index: 1;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .image::before {
    border-radius: 0 24px 24px 0;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .image img {
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .image img {
    border-radius: 0 24px 24px 0;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 720px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content {
    padding: 72px 64px 64px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content .capability-label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px 30px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 8px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content .capability-label {
    color: #ffffff;
    position: absolute;
    top: 40px;
    left: 64px;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content .capability-label span {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #ff6c2d;
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content p:has(em) {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 20px;
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content p:has(em) em {
  font-style: normal;
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 0 36px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content p:not(:has(em)) {
    color: rgba(255, 255, 255, 0.85);
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content h2,
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content h3 {
  font-weight: 900;
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  max-width: 600px;
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content h2,
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content h3 {
    color: #ffffff;
  }
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content ul li {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(17, 17, 17, 0.18);
}
@media screen and (min-width: 810px) {
  .layout-capabilities .container .capabilities-panels .capability-panel .capability-panel-content ul li {
    bordercolor: rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }
}
.layout-desks {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
  border-radius: 0 0 0 56px;
  color: rgba(17, 17, 17, 0.85);
}
@media screen and (min-width: 1660px) {
  .layout-desks {
    padding: 120px 0;
  }
}
.layout-desks .container .text {
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-desks .container .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: center;
    margin: 0 0 56px;
  }
}
.layout-desks .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 810px) {
  .layout-desks .container .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-desks .container .text p:has(em) em {
  font-style: normal;
}
.layout-desks .container .text p:not(:has(em)) {
  line-height: 1.7;
  max-width: 420px;
  padding: 0 0 8px;
}
.layout-desks .container .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.85);
}
.layout-desks .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 17, 17, 0.22);
}
@media screen and (min-width: 810px) {
  .layout-desks .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-desks .container > ul > li {
  padding: 32px 32px 36px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.22);
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-desks .container > ul > li .desk-text p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.layout-desks .container > ul > li .desk-text p:has(em) em {
  font-style: normal;
}
.layout-desks .container > ul > li .desk-text p:has(strong) {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.85);
}
.layout-desks .container > ul > li .desk-text p:not(:has(strong)):not(:has(em)) {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.layout-desks .container > ul > li .desk-email,
.layout-desks .container > ul > li .desk-text a[href*="mailto"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(17, 17, 17, 0.85);
  text-underline-offset: 4px;
  word-break: break-all;
  transition: all 0.25s ease;
}
.layout-desks .container > ul > li .desk-email:hover,
.layout-desks .container > ul > li .desk-text a[href*="mailto"]:hover {
  text-decoration-color: currentcolor;
}
.layout-desks .container > ul > li:hover {
  background-color: rgba(17, 17, 17, 0.08);
}
@media screen and (min-width: 810px) {
  .layout-desks .container > ul > li:nth-child(3n+1),
  .layout-desks .container > ul > li:nth-child(3n+2) {
    border-right: 1px solid rgba(17, 17, 17, 0.22);
  }
}
.layout-textandform {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-textandform {
    padding: 140px 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandform .container {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 96px;
    align-items: start;
    position: relative;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .text {
    position: sticky;
    top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text {
    top: 200px;
  }
}
.layout-textandform .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-textandform .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandform .container .text p:not(:has(strong a)):has(strong) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 10px;
  padding: 24px 0 0;
}
.layout-textandform .container .text p:has(strong a) {
  padding: 0 0 24px;
}
.layout-textandform .container .text p:has(strong a) strong a {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin-bottom: 4px;
  transition: all 0.25s ease;
}
.layout-textandform .container .text p:has(strong a) strong a:hover {
  color: #ff6c2d;
}
.layout-textandform .container .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #e4e4e4;
}
.layout-textandform .container .form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 0 56px 0 56px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}
.layout-entities {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-entities {
    padding: 96px 0;
  }
}
.layout-entities .container {
  max-width: 1100px;
}
.layout-entities .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-entities .container .text p:has(em) em {
  font-style: normal;
}
.layout-entities .container .text p:has(em) em {
  font-style: normal;
}
.layout-entities .container .text h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 8px 0 40px;
}
.layout-entities .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .layout-entities .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-entities .container > ul li .entity {
  background-color: #ffffff;
  padding: 32px 32px 28px;
  border-radius: 0 32px 0 32px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}
.layout-entities .container > ul li .entity h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 22px;
}
.layout-entities .container > ul li .entity ul li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  align-items: baseline;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  .layout-entities .container > ul li .entity ul li {
    grid-template-columns: 80px 1fr;
  }
}
.layout-entities .container > ul li .entity ul li strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.layout-entities .container > ul li .entity ul li:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
.layout-entities .container .text-footer {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 720px;
}
.layout-entities .container .text-footer a {
  color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-entities .container .text-footer a:hover {
  text-decoration-color: inherit;
}
.layout-process {
  padding: 2.5rem 0;
  border-radius: 0 56px 0 56px;
  background-color: #ff6c2d;
}
@media screen and (min-width: 1660px) {
  .layout-process {
    padding: 160px 0;
  }
}
.layout-process .container > .text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-process .container > .text {
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: end;
    margin: 0 0 96px;
  }
}
.layout-process .container > .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  color: #111111;
}
.layout-process .container > .text p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-process .container > .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-process .container > .text p:has(em) em {
  font-style: normal;
}
.layout-process .container > .text p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.82);
  font-weight: 500;
  max-width: 420px;
  padding-bottom: 10px;
}
.layout-process .container > .text h2 {
  font-weight: 900;
  font-size: clamp(48px, 5vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin: 14px 0 0;
}
.layout-process .container > ul {
  border-top: 1px solid rgba(17, 17, 17, 0.25);
}
.layout-process .container > ul li .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-bottom: 1px solid rgba(17, 17, 17, 0.25);
  padding: 2rem 0;
  transition: all 0.25s ease;
  position: relative;
}
.layout-process .container > ul li .step::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  width: 3px;
  background-color: #111111;
  height: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-process .container > ul li .step {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-process .container > ul li .step {
    grid-template-columns: 180px 1fr 1.2fr;
    gap: 64px;
    align-items: start;
    padding: 56px 32px 56px 0;
  }
}
.layout-process .container > ul li .step .number-and-label .number {
  font-weight: 900;
  font-size: clamp(72px, 7vw, 120px);
  line-height: 0.85;
  letter-spacing: -0.05em;
}
.layout-process .container > ul li .step .number-and-label .label {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.65);
}
.layout-process .container > ul li .step .title {
  font-weight: 900;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 8px;
}
.layout-process .container > ul li .step .text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.82);
  font-weight: 500;
  padding-top: 14px;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-process .container > ul li .step .text {
    grid-column: 2 / 3;
  }
}
.layout-process .container > ul li .step:hover {
  padding: 56px 32px;
}
.layout-process .container > ul li .step:hover::before {
  height: calc(100% - 112px);
}
.layout-textandstackedblocks {
  padding: 2.5rem 0 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-textandstackedblocks {
    padding: 120px 0 0;
  }
}
.layout-textandstackedblocks .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-textandstackedblocks .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandstackedblocks .container .text p:has(em) em {
  font-style: normal;
}
.layout-textandstackedblocks .container .text p:not(:has(em)) {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 56px;
  max-width: 720px;
}
.layout-textandstackedblocks .container .text h2 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 10px 0 24px;
}
.layout-textandstackedblocks .container > ul {
  padding: 0 0 56px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  background-color: #f6f4ef;
}
.layout-textandstackedblocks .container > ul li {
  padding: 22px 0 22px 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandstackedblocks .container > ul li {
    padding: 22px 0 22px 100px;
  }
}
.layout-textandstackedblocks .container > ul li .block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  align-items: baseline;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding: 8px 0 36px;
}
.layout-textandstackedblocks .container > ul li .block p:has(em) {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ff6c2d;
  position: relative;
}
.layout-textandstackedblocks .container > ul li .block p:has(em)::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff6c2d;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px var(--wb-cream, #f6f4ef), 0 0 0 5px rgba(255, 108, 45, 0.25);
}
@media screen and (min-width: 810px) {
  .layout-textandstackedblocks .container > ul li .block p:has(em)::before {
    left: -50px;
    transform: translate(-50%, -50%);
  }
}
.layout-textandstackedblocks .container > ul li .block p:has(em) em {
  font-style: normal;
}
.layout-textandstackedblocks .container > ul li .block p:has(strong) {
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.layout-textandstackedblocks .container > ul li .block p:not(:has(em)):not(:has(strong)) {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 620px;
}
.layout-textandstackedblocks .container > ul li:not(:first-child) .block p:has(em)::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -26px;
  width: 1px;
  height: 10px;
  background: rgba(17, 17, 17, 0.18);
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-textandstackedblocks .container > ul li:not(:first-child) .block p:has(em)::after {
    left: -50px;
  }
}
.layout-textquoteandblocks {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-textquoteandblocks {
    padding: 120px 0;
  }
}
.layout-textquoteandblocks:is(.layout-textandstackedblocks + .layout-textquoteandblocks) {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textquoteandblocks:is(.layout-textandstackedblocks + .layout-textquoteandblocks) {
    padding: 0 0 120px;
  }
}
.layout-textquoteandblocks .container .text > p {
  font-size: 17px;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0 0 48px;
  max-width: 720px;
}
.layout-textquoteandblocks .container blockquote {
  margin: 0 0 40px;
  padding: 0 0 0 28px;
  border-left: 3px solid #ff6c2d;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  position: relative;
}
.layout-textquoteandblocks .container blockquote .quote-mark {
  font-size: 1.6em;
  color: #ff6c2d;
  margin-right: 4px;
  line-height: 0;
  display: inline-block;
  transform: translateY(0.18em);
}
.layout-textquoteandblocks .container blockquote p {
  display: inline;
}
.layout-textquoteandblocks .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
  margin: 8px 0 32px;
}
@media screen and (min-width: 810px) {
  .layout-textquoteandblocks .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textquoteandblocks .container > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-textquoteandblocks .container > ul {
    gap: 56px;
    margin: 8px 0 64px;
  }
}
.layout-textquoteandblocks .container > ul > li .block {
  position: relative;
  padding: 32px 0 0;
  border-top: 2px solid #111111;
}
.layout-textquoteandblocks .container > ul > li .block::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-textquoteandblocks .container > ul > li .block .number {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 24px;
}
.layout-textquoteandblocks .container > ul > li .block h2 {
  font-weight: 900;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.layout-textquoteandblocks .container > ul > li .block p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 360px;
}
.layout-textquoteandblocks .container > ul > li .block:hover::before {
  width: 100%;
}
.layout-textquoteandblocks .container .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 108, 45, 0.4);
  padding-bottom: 4px;
  transition: all 0.25s ease;
}
.layout-textquoteandblocks .container .cta::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-textquoteandblocks .container .cta:hover {
  gap: 14px;
  border-color: #ff6c2d;
}
.layout-imagetextandcards {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-imagetextandcards {
    padding: 120px 0;
  }
}
.layout-imagetextandcards .container {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandcards .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    align-items: center;
  }
}
.layout-imagetextandcards .container .image {
  aspect-ratio: 1.25;
}
.layout-imagetextandcards .container .image img {
  border-radius: 18px;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-imagetextandcards .container .text-and-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
  }
}
.layout-imagetextandcards .container .text-and-cards .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(em) em {
  font-style: normal;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(em) em {
  font-style: normal;
}
.layout-imagetextandcards .container .text-and-cards .text p:not(:has(em)):not(:has(strong)) {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 16px;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  display: inline-flex;
  margin: 2rem 12px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandcards .container .text-and-cards .text p:has(strong a) {
    width: fit-content;
  }
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a)::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a):hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a):active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) strong a {
  font-weight: 600;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a):hover {
  color: #ffffff;
  background-color: #cc4209;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) + p:has(strong a) {
  color: #111111;
  border-color: #111111;
  background-color: #ffffff;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) + p:has(strong a)::after {
  background-image: url(../images/chevron-right-black.svg);
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) + p:has(strong a):hover {
  color: #ffffff;
  background-color: #111111;
}
.layout-imagetextandcards .container .text-and-cards .text p:has(strong a) + p:has(strong a):hover::after {
  background-image: url(../images/chevron-right-white.svg);
}
.layout-imagetextandcards .container .text-and-cards .text h2 {
  font-weight: 900;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 14px 0 20px;
}
.layout-imagetextandcards .container .text-and-cards .text ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.layout-imagetextandcards .container .text-and-cards .text ul li {
  padding: 6px 14px;
  border-radius: 3rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: rgba(17, 17, 17, 0.08);
  border: 1px solid rgba(17, 17, 17, 0.18);
}
.layout-imagetextandcards .container .text-and-cards .cards-block {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandcards .container .text-and-cards .cards-block {
    margin: 40px 0 0;
  }
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards-heading {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 18px;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandcards .container .text-and-cards .cards-block .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid #e4e4e4;
  height: 100%;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card h4 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin: 0;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card p {
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 4px;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card p:not(:has(a)) {
  margin: 0 0 14px;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card a {
  font-size: 13px;
  color: #3a3a3a;
  transition: all 0.25s ease;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cards .card a:hover {
  color: #ff6c2d;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  margin: 24px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandcards .container .text-and-cards .cards-block .cta {
    width: fit-content;
  }
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cta::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cta:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cta:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-imagetextandcards .container .text-and-cards .cards-block .cta:hover {
  color: #ffffff;
  background-color: #cc4209;
}
.layout-imagetextandcards.bg-grey {
  background-color: #f6f4ef;
}
.layout-imagetextandcards.bg-orange {
  background-color: #ff6c2d;
  border-radius: 0 28px 0 28px;
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:has(em) {
  color: rgba(17, 17, 17, 0.75);
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:not(:has(em)):not(:has(strong)) {
  color: rgba(17, 17, 17, 0.88);
  font-weight: 500;
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:has(strong a) {
  border-color: #ffffff;
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:has(strong a) + p:has(strong a) {
  color: #111111;
  border-color: #111111;
  background-color: #ff6c2d;
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:has(strong a) + p:has(strong a):hover {
  color: #ffffff;
  background-color: #111111;
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text p:has(strong a) + p:has(strong a):hover::after {
  background-image: url(../images/chevron-right-white.svg);
}
.layout-imagetextandcards.bg-orange .container .text-and-cards .text h2 {
  color: #ffffff;
}
.layout-grid {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-grid {
    padding: 120px 0;
  }
}
.layout-grid .container .cards {
  border-top: 1px solid #e4e4e4;
}
@media screen and (min-width: 810px) {
  .layout-grid .container .cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-grid .container .cards li .card {
  padding: 40px 36px 44px;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.25s ease;
  background-color: #ffffff;
  height: 100%;
}
.layout-grid .container .cards li .card h3 {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 18px;
}
.layout-grid .container .cards li .card h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.layout-grid .container .cards li .card p {
  font-size: 15px;
  line-height: 1.65;
  color: #3a3a3a;
}
.layout-grid .container .cards li .card:hover {
  background-color: #fff7f2;
}
@media screen and (min-width: 810px) {
  .layout-grid .container .cards li:nth-child(3n + 1),
  .layout-grid .container .cards li:nth-child(3n + 2) {
    border-right: 1px solid #e4e4e4;
  }
}
.layout-pills {
  padding: 2.5rem 0;
  background-color: #111111;
}
@media screen and (min-width: 1280px) {
  .layout-pills {
    padding: 48px 0;
  }
}
.layout-pills .container {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-pills .container {
    grid-template-columns: auto 1fr;
    gap: 56px;
    align-items: center;
  }
}
.layout-pills .container .title {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff6c2d;
  display: flex;
  align-items: center;
  gap: 14px;
}
.layout-pills .container .title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #ff6c2d;
}
.layout-pills .container .pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.layout-pills .container .pills .pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.layout-benefits {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-benefits .container .cards {
  border-top: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-benefits .container .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-benefits .container .cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-benefits .container .cards li .card {
  position: relative;
  padding: 44px 32px 48px;
  border-bottom: 1px solid #e4e4e4;
  height: 100%;
  transition: all 0.25s ease;
}
.layout-benefits .container .cards li .card::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-benefits .container .cards li .card:hover {
  background-color: #fff7f2;
}
.layout-benefits .container .cards li .card:hover::before {
  width: 70%;
}
.layout-benefits .container .cards li .card h3 {
  font-weight: 900;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.layout-benefits .container .cards li .card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #3a3a3a;
}
@media screen and (min-width: 810px) {
  .layout-benefits .container .cards li:nth-child(2n + 1) .card {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-benefits .container .cards li:nth-child(3n + 2) .card {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-benefits .container .cards:not(:has(li:nth-child(5))) li .card {
    border-bottom: none;
  }
}
.layout-offices {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-offices {
    padding: 120px 0;
  }
}
.layout-offices .container .offices {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-offices .container .offices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-offices .container .offices .office {
  display: flex;
  flex-direction: column;
  background-color: #f6f4ef;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}
.layout-offices .container .offices .office .image {
  aspect-ratio: 2;
  overflow: hidden;
}
.layout-offices .container .offices .office .text {
  padding: 36px 36px 40px;
}
.layout-offices .container .offices .office .text p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 14px;
}
.layout-offices .container .offices .office .text p:has(em) em {
  font-style: normal;
}
.layout-offices .container .offices .office .text p:not(:has(em)):not(:has(strong)) {
  font-size: 14px;
  color: #6b6b6b;
  margin: 0 0 24px;
}
.layout-offices .container .offices .office .text p:has(strong a) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  margin: 24px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-offices .container .offices .office .text p:has(strong a) a {
    width: fit-content;
  }
}
.layout-offices .container .offices .office .text p:has(strong a) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-offices .container .offices .office .text p:has(strong a) a:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-offices .container .offices .office .text p:has(strong a) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-offices .container .offices .office .text p:has(strong a) a:hover {
  color: #ffffff;
  background-color: #cc4209;
}
.layout-offices .container .offices .office .text h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 6px;
}
.layout-offices .container .offices .office .text ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-offices .container .offices .office .text ul li {
    font-size: 14.5px;
  }
}
.layout-offices .container .offices .office .text ul li strong {
  color: #6b6b6b;
  font-weight: 700;
  font-size: 14.5px;
}
.layout-offices .container .offices .office .text ul li strong + a ~ a {
  margin-left: 116px;
}
.layout-conduct {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-conduct {
    padding: 120px 0;
  }
}
.layout-conduct .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top: 1px solid #e4e4e4;
}
@media screen and (min-width: 810px) {
  .layout-conduct .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-conduct .container .blocks li .block {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 40px 44px 40px;
  border-bottom: 1px solid #e4e4e4;
  height: 100%;
  transition: all 0.25s ease;
}
.layout-conduct .container .blocks li .block::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-conduct .container .blocks li .block .text p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 14px;
}
.layout-conduct .container .blocks li .block .text p:has(em) em {
  font-style: normal;
}
.layout-conduct .container .blocks li .block .text p:not(:has(em)) {
  font-size: 15px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 360px;
}
.layout-conduct .container .blocks li .block .text h3 {
  font-weight: 900;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.layout-conduct .container .blocks li .block .icon {
  width: 28px;
  height: 28px;
  margin-top: 6px;
  opacity: 0.6;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.layout-conduct .container .blocks li .block:hover {
  padding-left: 64px;
}
.layout-conduct .container .blocks li .block:hover::before {
  width: 60%;
}
.layout-conduct .container .blocks li .block:hover .icon {
  opacity: 1;
  transform: rotate(-90deg) translateY(-3px);
}
@media screen and (min-width: 810px) {
  .layout-conduct .container .blocks li:nth-child(2n + 1) .block {
    padding: 40px 40px 44px 0;
    border-right: 1px solid #e4e4e4;
  }
}
.layout-conduct .container .blocks li:nth-child(2n + 1) .block:hover {
  padding-left: 24px;
  padding-right: 16px;
}
.layout-vesselcategory .vessel .image-and-pills,
.layout-vesselsrelatedrandom .vessel .image-and-pills,
.layout-vesselsfeatured .vessel .image-and-pills {
  position: relative;
}
.layout-vesselcategory .vessel .image-and-pills .image,
.layout-vesselsrelatedrandom .vessel .image-and-pills .image,
.layout-vesselsfeatured .vessel .image-and-pills .image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 14px;
}
.layout-vesselcategory .vessel .image-and-pills .image img,
.layout-vesselsrelatedrandom .vessel .image-and-pills .image img,
.layout-vesselsfeatured .vessel .image-and-pills .image img {
  border-radius: 14px;
  transition: all 0.25s ease;
}
.layout-vesselcategory .vessel .image-and-pills ul,
.layout-vesselsrelatedrandom .vessel .image-and-pills ul,
.layout-vesselsfeatured .vessel .image-and-pills ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.layout-vesselcategory .vessel .image-and-pills ul li,
.layout-vesselsrelatedrandom .vessel .image-and-pills ul li,
.layout-vesselsfeatured .vessel .image-and-pills ul li {
  gap: 6px;
  padding: 6px 12px;
  border-radius: 2rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background-color: #0e2c4a;
  width: fit-content;
}
.layout-vesselcategory .vessel .title-and-icons,
.layout-vesselsrelatedrandom .vessel .title-and-icons,
.layout-vesselsfeatured .vessel .title-and-icons {
  display: grid;
  grid-template-columns: 1fr auto;
}
.layout-vesselcategory .vessel .title-and-icons h3,
.layout-vesselsrelatedrandom .vessel .title-and-icons h3,
.layout-vesselsfeatured .vessel .title-and-icons h3 {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin: 18px 0 12px;
}
.layout-vesselcategory .vessel .title-and-icons .icons,
.layout-vesselsrelatedrandom .vessel .title-and-icons .icons,
.layout-vesselsfeatured .vessel .title-and-icons .icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: .5rem;
  position: relative;
}
.layout-vesselcategory .vessel .title-and-icons .icons::before,
.layout-vesselsrelatedrandom .vessel .title-and-icons .icons::before,
.layout-vesselsfeatured .vessel .title-and-icons .icons::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.25s ease;
}
.layout-vesselcategory .vessel .title-and-icons .icons .icon,
.layout-vesselsrelatedrandom .vessel .title-and-icons .icons .icon,
.layout-vesselsfeatured .vessel .title-and-icons .icons .icon {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.layout-vesselcategory .vessel > ul,
.layout-vesselsrelatedrandom .vessel > ul,
.layout-vesselsfeatured .vessel > ul {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
}
.layout-vesselcategory .vessel > ul li,
.layout-vesselsrelatedrandom .vessel > ul li,
.layout-vesselsfeatured .vessel > ul li {
  font-size: 13px;
  color: #6b6b6b;
  margin: 6px 0 0;
}
.layout-vesselcategory .vessel > ul li:not(:last-child),
.layout-vesselsrelatedrandom .vessel > ul li:not(:last-child),
.layout-vesselsfeatured .vessel > ul li:not(:last-child) {
  position: relative;
}
.layout-vesselcategory .vessel > ul li:not(:last-child)::after,
.layout-vesselsrelatedrandom .vessel > ul li:not(:last-child)::after,
.layout-vesselsfeatured .vessel > ul li:not(:last-child)::after {
  content: "·";
  display: inline-block;
  margin: 0 0 0 .5rem;
}
.layout-vesselcategory .vessel:hover img,
.layout-vesselsrelatedrandom .vessel:hover img,
.layout-vesselsfeatured .vessel:hover img {
  transform: scale(1.1);
}
.layout-vesselcategory .vessel:hover .icons::before,
.layout-vesselsrelatedrandom .vessel:hover .icons::before,
.layout-vesselsfeatured .vessel:hover .icons::before {
  opacity: 0;
}
.layout-vesselcategory .vessel:hover .icons .icon:first-of-type,
.layout-vesselsrelatedrandom .vessel:hover .icons .icon:first-of-type,
.layout-vesselsfeatured .vessel:hover .icons .icon:first-of-type {
  margin: 0 -1rem 0 1rem;
}
.layout-vesselcategory .vessel:hover .icons .icon:nth-of-type(2),
.layout-vesselsrelatedrandom .vessel:hover .icons .icon:nth-of-type(2),
.layout-vesselsfeatured .vessel:hover .icons .icon:nth-of-type(2) {
  margin: 0 -0.5rem 0 0.5rem;
}
.layout-vesseldetails .container .hero .hero-text > ul li:first-of-type {
  background-color: #0e2c4a;
  border-color: #0e2c4a;
}
.layout-vesseldetails .container .properties {
  margin: 2rem 0 0;
  max-width: 1700px;
  max-width: 1240px;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .properties {
    margin: -4rem auto 0;
  }
}
.layout-vesseldetails .container .properties em {
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  font-style: normal;
}
.layout-vesseldetails .container .properties h2 {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 14px 0 40px;
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container .properties h2 {
    font-size: 56px;
  }
}
.layout-vesseldetails .container .properties .core-properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .properties .core-properties {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-vesseldetails .container .properties .core-properties li:empty {
  display: none;
}
.layout-vesseldetails .container .properties .core-properties > li:not(li:empty) {
  padding: 28px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.layout-vesseldetails .container .properties .core-properties > li:not(li:empty) strong {
  display: block;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #111111;
  margin: 0 0 12px;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):first-child,
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(4),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(5) {
    border: 1px solid #e4e4e4;
  }
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(2) {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
  }
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(3) {
    border-left: 1px solid #e4e4e4;
  }
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(6) {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):first-child,
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(2),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(3),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(4) {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(5),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(6),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(7),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(8) {
    border-bottom: 1px solid #e4e4e4;
  }
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):first-child,
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(2),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(3),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(5),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(6),
  .layout-vesseldetails .container .properties .core-properties > li:not(li:empty):nth-child(7) {
    border-right: 1px solid #e4e4e4;
  }
}
.layout-vesseldetails .container .properties > ul:not(.core-properties) {
  margin: 56px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .container .properties > ul:not(.core-properties) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
  }
}
.layout-vesseldetails .container .properties > ul:not(.core-properties) > li {
  margin: 2rem 0 0;
}
.layout-vesseldetails .container .properties > ul:not(.core-properties) > li em {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.layout-vesseldetails .container .properties > ul:not(.core-properties) > li ul li {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 14px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  font-size: 15px;
  color: #6b6b6b;
}
.layout-vesseldetails .container .properties > ul:not(.core-properties) > li ul li strong {
  color: #111111;
  font-weight: 600;
}
.layout-vesseldetails .container .disclaimer-and-download {
  max-width: 1240px;
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: end;
}
.layout-vesseldetails .container .disclaimer-and-download .disclaimer-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.62);
  font-style: italic;
}
.layout-vesseldetails .container .disclaimer-and-download .download {
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.62);
}
.layout-vesseldetails:has(+.layout-text.style-disclaimer) {
  padding: 0 !important;
}
.layout-vesselcategory {
  padding: 2.5rem 0;
}
.layout-vesselcategory .container {
  max-width: 1352px;
}
.layout-vesselcategory .container .class-description {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 10px;
}
.layout-vesselcategory .container .text-and-count {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 0 0 48px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
@media screen and (min-width: 810px) {
  .layout-vesselcategory .container .text-and-count {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
.layout-vesselcategory .container .text-and-count .text {
  max-width: 620px;
}
.layout-vesselcategory .container .text-and-count .text h2,
.layout-vesselcategory .container .text-and-count .text h3 {
  font-weight: 900;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}
.layout-vesselcategory .container .text-and-count .text p {
  line-height: 1.65;
  color: #3a3a3a;
}
.layout-vesselcategory .container .text-and-count .count {
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}
.layout-vesselcategory .container .vessels {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategory .container .vessels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-vesselfeatured {
  padding: 2.5rem 0;
  background-color: #ff6c2d;
  border-radius: 0 56px 0 56px;
}
@media screen and (min-width: 1660px) {
  .layout-vesselfeatured {
    padding: 120px 0;
  }
}
.layout-vesselfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-vesselfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselfeatured .container {
    gap: 80px;
  }
}
.layout-vesselfeatured .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.layout-vesselfeatured .container .text p:has(em) em {
  font-style: normal;
}
.layout-vesselfeatured .container .text p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.82);
  max-width: 480px;
}
.layout-vesselfeatured .container .text h2 {
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 24px;
}
@media screen and (min-width: 1660px) {
  .layout-vesselfeatured .container .text h2 {
    font-size: 80px;
  }
}
.layout-vesselfeatured .container .text ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 40px 0 36px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 0 18px 0 18px;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-vesselfeatured .container .text ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-vesselfeatured .container .text ul li {
  background-color: #ff6c2d;
  padding: 22px 24px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.65);
}
.layout-vesselfeatured .container .text ul li em {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
}
.layout-vesselfeatured .container .text ul li strong {
  font-weight: 700;
  font-size: 20px;
  margin: 6px 0 4px;
  color: #111111;
  display: inline-block;
}
@media screen and (min-width: 810px) {
  .layout-vesselfeatured .container .text ul li:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.layout-vesselfeatured .container .text p a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-vesselfeatured .container .text p a {
    width: fit-content;
  }
}
.layout-vesselfeatured .container .text p a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-vesselfeatured .container .text p a:hover {
  color: #111111;
  background-color: #ffffff;
}
.layout-vesselfeatured .container .text p a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-vesselfeatured .container .vessel-featured-card {
  position: relative;
}
.layout-vesselfeatured .container .vessel-featured-card .image {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
}
.layout-vesselfeatured .container .vessel-featured-card .image img {
  border-radius: 20px;
}
.layout-vesselfeatured .container .vessel-featured-card .image h3 {
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-vesselfeatured .container .vessel-featured-card .image h3 {
    font-size: 56px;
  }
}
.layout-vesselfeatured .container .vessel-featured-card .description {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background: rgba(17, 17, 17, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 20px 24px;
  gap: 16px;
}
@media screen and (min-width: 810px) {
  .layout-vesselfeatured .container .vessel-featured-card .description {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesselfeatured .container .vessel-featured-card .description {
    padding: 20px 48px 20px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesselfeatured .container .vessel-featured-card .description::before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/chevron-thick-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
}
.layout-vesselfeatured .container .vessel-featured-card .description em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 11px;
  color: #ff6c2d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
}
.layout-vesselfeatured .container .vessel-featured-card .description em::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff6c2d;
}
.layout-vesselfeatured .container .vessel-featured-card .description strong {
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-top: 6px;
  text-transform: uppercase;
}
.layout-vesselfeatured .container .vessel-featured-card .description p {
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-top: 6px;
}
.layout-vesselcta .cta {
  background-color: #ff6c2d;
  padding: 2.5rem;
  border-radius: 0 56px 0 56px;
}
@media screen and (min-width: 1660px) {
  .layout-vesselcta .cta {
    padding: 140px 0;
  }
}
.layout-vesselcta .cta .container {
  text-align: center;
}
.layout-vesselcta .cta .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
}
.layout-vesselcta .cta .container .title .icon {
  width: clamp(60px, 9vw, 130px);
  height: auto;
  aspect-ratio: 1.5;
  flex-shrink: 0;
  background-image: url(../images/vormentaal-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: brightness(0);
}
.layout-vesselcta .cta .container .title .icon.icon-left {
  transform: rotate(90deg);
}
.layout-vesselcta .cta .container .title .icon.icon-right {
  transform: rotate(-90deg);
}
.layout-vesselcta .cta .container .title h2,
.layout-vesselcta .cta .container .title h3 {
  margin: 0;
  font-weight: 900;
  font-size: clamp(48px, 6vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.layout-vesselcta .cta .container .title h2 strong,
.layout-vesselcta .cta .container .title h3 strong {
  color: #ffffff;
  display: block;
}
.layout-vesselcta .cta .container .text {
  margin: 72px auto 0;
  max-width: 680px;
}
.layout-vesselcta .cta .container .text p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.82);
  margin: 0 0 2rem;
}
.layout-vesselcta .cta .container .links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.layout-vesselcta .cta .container .links li:nth-child(odd) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-vesselcta .cta .container .links li:nth-child(odd) a {
    width: fit-content;
  }
}
.layout-vesselcta .cta .container .links li:nth-child(odd) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-vesselcta .cta .container .links li:nth-child(odd) a:hover {
  color: #111111;
  background-color: #ffffff;
}
.layout-vesselcta .cta .container .links li:nth-child(odd) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-vesselcta .cta .container .links li:nth-child(odd) a:hover {
  color: #ffffff;
  background-color: #000000;
}
.layout-vesselcta .cta .container .links li:nth-child(even) a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #111111;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  border-color: #111111;
}
@media screen and (min-width: 810px) {
  .layout-vesselcta .cta .container .links li:nth-child(even) a {
    width: fit-content;
  }
}
.layout-vesselcta .cta .container .links li:nth-child(even) a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-vesselcta .cta .container .links li:nth-child(even) a:hover {
  color: #ff6c2d;
  background-color: #111111;
}
.layout-vesselcta .cta .container .links li:nth-child(even) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-vesselcta .cta .container .links li:nth-child(even) a::after {
  display: none;
}
.layout-vesselcta .cta .container .links li:nth-child(even) a:hover {
  color: #ffffff;
  background-color: #000000;
}
.layout-vesselsrelatedrandom .vessels-related,
.layout-vesselsfeatured .vessels-related {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-vesselsrelatedrandom .vessels-related,
  .layout-vesselsfeatured .vessels-related {
    padding: 100px 0;
  }
}
.layout-vesselsrelatedrandom .vessels-related .intro-and-link,
.layout-vesselsfeatured .vessels-related .intro-and-link {
  margin: 0 0 40px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsrelatedrandom .vessels-related .intro-and-link,
  .layout-vesselsfeatured .vessels-related .intro-and-link {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
  }
}
.layout-vesselsrelatedrandom .vessels-related .intro-and-link .vessels-intro p:has(em),
.layout-vesselsfeatured .vessels-related .intro-and-link .vessels-intro p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-vesselsrelatedrandom .vessels-related .intro-and-link .vessels-intro p:has(em) em,
.layout-vesselsfeatured .vessels-related .intro-and-link .vessels-intro p:has(em) em {
  font-style: normal;
}
.layout-vesselsrelatedrandom .vessels-related .intro-and-link .vessels-intro h3,
.layout-vesselsfeatured .vessels-related .intro-and-link .vessels-intro h3,
.layout-vesselsrelatedrandom .vessels-related .intro-and-link .vessels-intro h2,
.layout-vesselsfeatured .vessels-related .intro-and-link .vessels-intro h2 {
  font-weight: 900;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 14px 0 0;
}
.layout-vesselsrelatedrandom .vessels-related .intro-and-link .link-to-cat,
.layout-vesselsfeatured .vessels-related .intro-and-link .link-to-cat {
  font-weight: 700;
  font-size: 13px;
  color: #ff6c2d;
  padding: 0 1rem 0 0;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right;
}
@media screen and (min-width: 810px) {
  .layout-vesselsrelatedrandom .vessels-related .intro-and-link .link-to-cat,
  .layout-vesselsfeatured .vessels-related .intro-and-link .link-to-cat {
    justify-self: end;
    align-self: end;
  }
}
.layout-vesselsrelatedrandom .vessels-related .vessels,
.layout-vesselsfeatured .vessels-related .vessels {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsrelatedrandom .vessels-related .vessels,
  .layout-vesselsfeatured .vessels-related .vessels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesselsrelatedrandom .vessels-related .vessels,
  .layout-vesselsfeatured .vessels-related .vessels {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-paths {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-paths {
    padding: 96px 0;
  }
}
.layout-paths .container .paths {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-paths .container .paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-paths .container .paths .text-and-image {
  background-color: #f6f4ef;
  border-radius: 0 56px 0 56px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.layout-paths .container .paths .text-and-image .image {
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
.layout-paths .container .paths .text-and-image .label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  background-color: #ff6c2d;
  color: #ffffff;
  border-radius: 3rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.layout-paths .container .paths .text-and-image .text {
  padding: 36px 36px 32px;
}
.layout-paths .container .paths .text-and-image .text h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 18px;
}
.layout-paths .container .paths .text-and-image .text p {
  margin: 0 0 18px;
}
.layout-paths .container .paths .text-and-image .text p:not(:has(strong a)) {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  display: inline-block;
}
.layout-paths .container .paths .text-and-image .text p:not(:has(strong a)) a {
  font-size: 13px;
  font-weight: 600;
  color: #3a3a3a;
  transition: all 0.25s ease;
  width: 100%;
  margin: 6px 16px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-paths .container .paths .text-and-image .text p:not(:has(strong a)) a {
    width: fit-content;
  }
}
.layout-paths .container .paths .text-and-image .text p:not(:has(strong a)) a:hover {
  color: #ff6c2d;
}
.layout-paths .container .paths .text-and-image .text p:has(strong a) {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  margin: 6px 16px 0 0;
  display: inline-flex;
}
@media screen and (min-width: 810px) {
  .layout-paths .container .paths .text-and-image .text p:has(strong a) {
    width: fit-content;
  }
}
.layout-paths .container .paths .text-and-image .text p:has(strong a)::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-paths .container .paths .text-and-image .text p:has(strong a):hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-paths .container .paths .text-and-image .text p:has(strong a):active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-paths .container .paths .text-and-image .text p:has(strong a) strong a {
  font-weight: 600;
}
.layout-paths .container .paths .text-and-image .text p:has(strong a):hover {
  color: #ffffff;
  background-color: #cc4209;
}
.layout-paths .container .paths .text-and-image .text ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}
.layout-paths .container .paths .text-and-image .text ul li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 22px;
  position: relative;
}
.layout-paths .container .paths .text-and-image .text ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-paths .container .text-bottom {
  margin: 40px 0 0;
  text-align: center;
  font-size: 14px;
  color: v #3a3a3a;
}
.layout-paths .container .text-bottom a {
  text-decoration-color: rgba(255, 108, 45, 0.55);
  text-underline-offset: 3px;
}
.layout-globe.style-orange {
  background-color: #ff6c2d;
}
.layout-globe.style-orange .text p:has(em) {
  color: #ffffff;
}
.layout-servicefeatured {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-servicefeatured {
    padding: 140px 0;
  }
}
.layout-servicefeatured .container > em {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  font-style: normal;
}
.layout-servicefeatured .container .text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-servicefeatured .container .text {
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: end;
    margin: 0 0 72px;
  }
}
.layout-servicefeatured .container .text h2 {
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-servicefeatured .container .text h2 {
    font-size: 88px;
  }
}
.layout-servicefeatured .container .text p {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 460px;
}
.layout-servicefeatured .container .text p strong {
  font-weight: 700;
  color: #111111;
}
.layout-servicefeatured .container .services {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-servicefeatured .container .services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-servicefeatured .container .services li {
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 810px) {
  .layout-servicefeatured .container .services li {
    border-right: 1px solid #e4e4e4;
  }
  .layout-servicefeatured .container .services li:first-child,
  .layout-servicefeatured .container .services li:nth-child(2),
  .layout-servicefeatured .container .services li:nth-child(3) {
    border-top: 1px solid #e4e4e4;
  }
  .layout-servicefeatured .container .services li:first-child,
  .layout-servicefeatured .container .services li:nth-child(4) {
    border-left: 1px solid #e4e4e4;
  }
}
.layout-servicefeatured .container .services li .service {
  padding: 44px 34px 36px;
  overflow: hidden;
  min-height: 280px;
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
  transition: all 0.25s ease;
  height: 100%;
  z-index: 1;
}
.layout-servicefeatured .container .services li .service::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff6c2d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-servicefeatured .container .services li .service::before {
  top: 0;
  transform: none;
  z-index: 1;
  transition: all 0.25s ease;
}
.layout-servicefeatured .container .services li .service h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a3a3a;
  margin: 0 0 28px;
  transition: all 0.25s ease;
}
.layout-servicefeatured .container .services li .service h3::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/vormentaal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
  opacity: .5;
  transition: all 0.25s ease;
}
.layout-servicefeatured .container .services li .service h4 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.layout-servicefeatured .container .services li .service .excerpt {
  font-size: 14.5px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 32px;
}
.layout-servicefeatured .container .services li .service strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}
.layout-servicefeatured .container .services li .service strong::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-servicefeatured .container .services li .service:hover {
  background-color: #fff7f2;
}
.layout-servicefeatured .container .services li .service:hover::before {
  width: 100%;
}
.layout-servicefeatured .container .services li .service:hover h3::after {
  opacity: 1;
  transform: rotate(-90deg) scale(1.1);
}
.layout-servicefeatured .container .services li .service:hover strong {
  color: #ff6c2d;
  transform: translateX(0.5rem);
}
.layout-servicefeatured .container .services li .service:hover strong::after {
  background-image: url(../images/chevron-right-orange.svg);
}
.layout-terminals {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-terminals {
    padding: 120px 0;
  }
}
.layout-terminals .container > .text {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-terminals .container > .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: end;
    margin: 0 0 56px;
  }
}
.layout-terminals .container > .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-terminals .container > .text p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-terminals .container > .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-terminals .container > .text p:has(em) em {
  font-style: normal;
}
.layout-terminals .container > .text p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 420px;
  padding-bottom: 8px;
}
.layout-terminals .container > .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.layout-terminals .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-terminals .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-terminals .container > ul > li .terminal {
  transition: all 0.25s ease;
}
.layout-terminals .container > ul > li .terminal .image {
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
  margin: 0 0 24px;
  border-radius: 10px;
}
.layout-terminals .container > ul > li .terminal .image img {
  border-radius: 10px;
  transition: all 0.25s ease;
}
.layout-terminals .container > ul > li .terminal .label {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin: 0 0 12px;
}
.layout-terminals .container > ul > li .terminal h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}
.layout-terminals .container > ul > li .terminal ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 18px 0 0;
  border-top: 1px solid #e4e4e4;
}
.layout-terminals .container > ul > li .terminal ul li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13.5px;
  color: #6b6b6b;
}
.layout-terminals .container > ul > li .terminal ul li strong {
  color: #111111;
  font-weight: 700;
  text-align: right;
}
.layout-terminals .container > ul > li .terminal:hover {
  transform: translateY(-4px);
}
.layout-terminals .container > ul > li .terminal:hover .image img {
  transform: scale(1.04);
}
.layout-terminals .container > ul > li .route {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #ff6c2d;
  margin-top: auto;
  transition: all 0.25s ease;
}
.layout-terminals .container > ul > li .route::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-terminals .container > ul > li .route:hover {
  transform: translateX(4px);
}
.layout-storydetails,
.layout-vacancydetails {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-storydetails .container .hero .hero-text,
  .layout-vacancydetails .container .hero .hero-text {
    top: 288px;
    left: 56px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1660px) {
  .layout-storydetails .container .hero .hero-text,
  .layout-vacancydetails .container .hero .hero-text {
    top: 389px;
  }
}
.layout-storydetails .container .hero .hero-text p:has(em),
.layout-vacancydetails .container .hero .hero-text p:has(em) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3rem;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.layout-storydetails .container .hero .hero-text p:has(em)::before,
.layout-vacancydetails .container .hero .hero-text p:has(em)::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff6c2d;
}
.layout-storydetails .container .hero .hero-text p:has(em) em,
.layout-vacancydetails .container .hero .hero-text p:has(em) em {
  font-style: normal;
}
.layout-storydetails .container .body,
.layout-vacancydetails .container .body {
  display: grid;
  gap: 1.5rem;
  max-width: 1424px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-storydetails .container .body,
  .layout-vacancydetails .container .body {
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-storydetails .container .body,
  .layout-vacancydetails .container .body {
    margin: -80px auto 0;
  }
}
.layout-storydetails .container .body .content h2,
.layout-vacancydetails .container .body .content h2 {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
  margin: 0;
}
.layout-storydetails .container .body .content h2:not(:first-of-type),
.layout-vacancydetails .container .body .content h2:not(:first-of-type) {
  margin: 32px 0 0;
}
.layout-storydetails .container .body .content p,
.layout-vacancydetails .container .body .content p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 8px 0 0;
}
.layout-storydetails .container .body .content ul,
.layout-vacancydetails .container .body .content ul {
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}
.layout-storydetails .container .body .content ul li,
.layout-vacancydetails .container .body .content ul li {
  font-size: 15px;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.layout-storydetails .container .body .content ul li::before,
.layout-vacancydetails .container .body .content ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6c2d;
  font-weight: 900;
}
.layout-storydetails .container .body .cta,
.layout-vacancydetails .container .body .cta {
  background-color: #f6f4ef;
  padding: 32px;
  border-radius: 0 32px 0 32px;
  position: sticky;
  top: 100px;
  margin-top: 80px;
  height: max-content;
}
.layout-storydetails .container .body .cta h2,
.layout-vacancydetails .container .body .cta h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.layout-storydetails .container .body .cta p,
.layout-vacancydetails .container .body .cta p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 20px;
  color: #3a3a3a;
}
.layout-storydetails .container .body .cta ul,
.layout-vacancydetails .container .body .cta ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-storydetails .container .body .cta ul li strong a,
  .layout-vacancydetails .container .body .cta ul li strong a {
    width: 100% !important;
  }
}
.layout-storydetails .container .body .cta ul li:nth-child(odd) strong a,
.layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-storydetails .container .body .cta ul li:nth-child(odd) strong a,
  .layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a {
    width: fit-content;
  }
}
.layout-storydetails .container .body .cta ul li:nth-child(odd) strong a::after,
.layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-storydetails .container .body .cta ul li:nth-child(odd) strong a:hover,
.layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-storydetails .container .body .cta ul li:nth-child(odd) strong a:active,
.layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-storydetails .container .body .cta ul li:nth-child(odd) strong a:hover,
.layout-vacancydetails .container .body .cta ul li:nth-child(odd) strong a:hover {
  background-color: #cc4209;
  border-color: #cc4209;
  color: #ffffff;
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #111111;
  background-color: #f6f4ef;
  border: 1px solid #f6f4ef;
  transition: all 0.25s ease;
  border-color: #111111;
}
@media screen and (min-width: 810px) {
  .layout-storydetails .container .body .cta ul li:nth-child(even) strong a,
  .layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a {
    width: fit-content;
  }
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a::after,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a:hover,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a:hover {
  color: #f6f4ef;
  background-color: #111111;
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a:active,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a::after,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a::after {
  background-image: url(../images/chevron-right-black.svg);
}
.layout-storydetails .container .body .cta ul li:nth-child(even) strong a:hover::after,
.layout-vacancydetails .container .body .cta ul li:nth-child(even) strong a:hover::after {
  background-image: url(../images/chevron-right-cream.svg);
}
.layout-storyfeatured {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-storyfeatured {
    padding: 120px 0;
  }
}
.layout-storyfeatured .container .text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-storyfeatured .container .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: end;
    margin-bottom: 56px;
  }
}
.layout-storyfeatured .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-storyfeatured .container .text p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-storyfeatured .container .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-storyfeatured .container .text p:has(em) em {
  font-style: normal;
}
.layout-storyfeatured .container .text p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 420px;
  padding: 0 0 8px;
}
.layout-storyfeatured .container .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.layout-storyfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-storyfeatured .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-storyfeatured .container > ul li .story {
  transition: all 0.25s ease;
}
.layout-storyfeatured .container > ul li .story .image {
  aspect-ratio: 0.8;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.layout-storyfeatured .container > ul li .story .image img {
  transition: all 0.25s ease;
}
.layout-storyfeatured .container > ul li .story blockquote {
  margin: 0;
}
.layout-storyfeatured .container > ul li .story blockquote p {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #ff6c2d;
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.layout-storyfeatured .container > ul li .story > p:has(em) {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin-bottom: 6px;
}
.layout-storyfeatured .container > ul li .story > p:has(em) em {
  font-style: normal;
}
.layout-storyfeatured .container > ul li .story > p:not(:has(em)) {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 18px;
}
.layout-storyfeatured .container > ul li .story .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #ff6c2d;
  transition: all 0.25s ease;
}
.layout-storyfeatured .container > ul li .story .read-more::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-storyfeatured .container > ul li .story:hover {
  transform: translateY(-4px);
}
.layout-storyfeatured .container > ul li .story:hover .image img {
  transform: scale(1.04);
}
.layout-storyfeatured .container > ul li .story:hover .read-more {
  transform: translateX(4px);
}
.layout-vacancies {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies {
    padding: 120px 0;
  }
}
.layout-vacancies .container .text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 80px;
    align-items: end;
    margin-bottom: 56px;
  }
}
.layout-vacancies .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-vacancies .container .text p:has(em) em {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-vacancies .container .text p:has(em) em {
  font-style: normal;
}
.layout-vacancies .container .text p:not(:has(em)) {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 420px;
  padding: 0 0 8px;
}
.layout-vacancies .container .text h2 {
  font-weight: 900;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.layout-vacancies .container ul {
  border-top: 1px solid #e4e4e4;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-vacancies .container ul li {
  border-bottom: 1px solid #e4e4e4;
}
.layout-vacancies .container ul li .vacancy {
  padding: 40px 36px 44px;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vacancies .container ul li .vacancy p:has(em) {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin-bottom: 18px;
}
.layout-vacancies .container ul li .vacancy p:has(em) em {
  font-style: normal;
}
.layout-vacancies .container ul li .vacancy p:has(strong) {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.layout-vacancies .container ul li .vacancy p:not(:has(em)):not(:has(strong)) {
  font-size: 15px;
  line-height: 1.65;
  color: #3a3a3a;
}
.layout-vacancies .container ul li .vacancy:hover {
  background-color: #fff7f2;
}
.layout-vacancies .container ul li:nth-child(3n + 1),
.layout-vacancies .container ul li:nth-child(3n + 2) {
  border-right: 1px solid #e4e4e4;
}
.layout-vacancyapply,
.layout-vacanciesopenapply {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-vacancyapply,
  .layout-vacanciesopenapply {
    padding: 80px 0;
  }
}
.layout-vacancyapply .container,
.layout-vacanciesopenapply .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancyapply .container,
  .layout-vacanciesopenapply .container {
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacancyapply .container .text,
  .layout-vacanciesopenapply .container .text {
    grid-column: span 2;
    max-width: 50%;
  }
}
.layout-vacancyapply .container .text p:has(em),
.layout-vacanciesopenapply .container .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-vacancyapply .container .text p:has(em) em,
.layout-vacanciesopenapply .container .text p:has(em) em {
  font-style: normal;
}
.layout-vacancyapply .container .text p:has(em) em,
.layout-vacanciesopenapply .container .text p:has(em) em {
  font-style: normal;
}
.layout-vacancyapply .container .text h2,
.layout-vacanciesopenapply .container .text h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0;
}
.layout-vacancyapply .container .left .form,
.layout-vacanciesopenapply .container .left .form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 0 56px 0 56px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}
.layout-vacancyapply .container .right,
.layout-vacanciesopenapply .container .right {
  padding: 8px 0 0;
}
.layout-vacancyapply .container .right .text-aside p:has(em),
.layout-vacanciesopenapply .container .right .text-aside p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-vacancyapply .container .right .text-aside p:has(em) em,
.layout-vacanciesopenapply .container .right .text-aside p:has(em) em {
  font-style: normal;
}
.layout-vacancyapply .container .right .text-aside p:has(em) em,
.layout-vacanciesopenapply .container .right .text-aside p:has(em) em {
  font-style: normal;
}
.layout-vacancyapply .container .right .text-aside p:not(:has(em)),
.layout-vacanciesopenapply .container .right .text-aside p:not(:has(em)) {
  margin-top: 8px;
  font-size: 14px;
  color: #3a3a3a;
}
.layout-vacancyapply .container .right .text-aside h2,
.layout-vacanciesopenapply .container .right .text-aside h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 6px 0 0;
}
.layout-vacancyapply .container .right .text-aside ul,
.layout-vacanciesopenapply .container .right .text-aside ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.layout-vacancyapply .container .right .text-aside ul li,
.layout-vacanciesopenapply .container .right .text-aside ul li {
  font-size: 14px;
  color: #3a3a3a;
  padding: 22px 24px;
  border-radius: 0 24px 0 24px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background-color: #ffffff;
}
.layout-vacancyapply .container .right .text-aside ul li em,
.layout-vacanciesopenapply .container .right .text-aside ul li em {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff6c2d;
  margin-bottom: 8px;
  font-style: normal;
}
.layout-vacancyapply .container .right .text-aside ul li br,
.layout-vacanciesopenapply .container .right .text-aside ul li br {
  display: block;
  height: 0;
  width: 0;
}
.layout-vacancyapply .container .right .text-aside ul li a,
.layout-vacanciesopenapply .container .right .text-aside ul li a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #111111;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 108, 45, 0.5);
  padding-bottom: 1px;
  margin-top: 6px;
  transition: all 0.25s ease;
}
.layout-vacancyapply .container .right .text-aside ul li a:hover,
.layout-vacanciesopenapply .container .right .text-aside ul li a:hover {
  border-color: #ff6c2d;
}
.layout-vacancyapply .container .right .text-aside ul + p,
.layout-vacanciesopenapply .container .right .text-aside ul + p {
  font-size: 13px;
  line-height: 1.6;
  color: #6b6b6b;
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesopenapply .container .text {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 48px;
    align-items: end;
    max-width: none;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesopenapply .container .text p:has(em) {
    grid-column: span 2;
  }
}
.layout-vacanciesopenapply .container .text p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0;
  max-width: 540px;
}
.layout-vacanciesfeatured {
  padding: 2.5rem 0;
  background-color: #f6f4ef;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured {
    padding: 120px 0;
  }
}
.layout-vacanciesfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container {
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesfeatured .container {
    gap: 60px;
  }
}
.layout-vacanciesfeatured .container .left {
  position: relative;
}
.layout-vacanciesfeatured .container .left::before {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  right: -2px;
  background-image: url(../images/chev-cream-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .left::before {
    height: 180px;
    width: 180px;
    right: -3px;
  }
}
.layout-vacanciesfeatured .container .left .image {
  border-radius: 20px;
  overflow: hidden;
  background: #0F3D3A;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .left .image {
    height: 100%;
  }
}
.layout-vacanciesfeatured .container .left .image img {
  min-height: 460px;
  border-radius: 20px;
}
.layout-vacanciesfeatured .container .left .categories {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.layout-vacanciesfeatured .container .left .categories ul {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  gap: 16px;
}
.layout-vacanciesfeatured .container .left .categories ul li {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.layout-vacanciesfeatured .container .left .categories ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevron-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-vacanciesfeatured .container .right .text p:has(em) {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ff6c2d;
}
.layout-vacanciesfeatured .container .right .text p:has(em) em {
  font-style: normal;
}
.layout-vacanciesfeatured .container .right .text p:has(em) em {
  font-style: normal;
}
.layout-vacanciesfeatured .container .right .text p:not(:has(em)) {
  font-size: 17px;
  line-height: 1.65;
  max-width: 500px;
  color: #3a3a3a;
}
.layout-vacanciesfeatured .container .right .text h2 {
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 20px;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .right .text h2 {
    font-size: 80px;
  }
}
.layout-vacanciesfeatured .container .right > ul {
  margin: 32px 0 0;
  display: grid;
  gap: 1px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  overflow: hidden;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy {
  background-color: #ffffff;
  padding: 20px 24px;
  transition: all 0.25s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.layout-vacanciesfeatured .container .right > ul li .vacancy p:has(strong) {
  font-weight: 700;
  font-size: 16px;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy p:has(em) {
  font-size: 13px;
  color: #6b6b6b;
  margin: 3px 0 0;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy p:has(em) em {
  font-style: normal;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy p:not(:has(em)):not(:has(strong)) {
  display: none;
}
.layout-vacanciesfeatured .container .right > ul li .vacancy:hover {
  background-color: #e4e4e4;
}
.layout-vacanciesfeatured .container .right .cta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  margin: 28px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .right .cta {
    width: fit-content;
  }
}
.layout-vacanciesfeatured .container .right .cta::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-vacanciesfeatured .container .right .cta:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-vacanciesfeatured .container .right .cta:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-faq {
  padding: 2rem 0;
}
.layout-faq .title-and-icon {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.layout-faq .title-and-icon .title {
  font-size: clamp(48px, 6vw, 108px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
.layout-faq .title-and-icon .icon {
  height: 60px;
  width: 120px;
}
.layout-faq .title-and-icon .icon img {
  object-fit: contain;
}
.layout-faq .faqs {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-faq .faqs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-faq .faqs .faq {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 0 0.5rem rgba(17, 17, 17, 0.25);
}
.layout-faq .faqs .faq .question {
  display: flex;
  gap: .5rem;
  justify-content: space-between;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .layout-faq .faqs .faq .question {
    align-items: center;
    font-size: 1.5rem;
  }
}
.layout-faq .faqs .faq .question,
.layout-faq .faqs .faq .question i {
  transition: all 0.25s ease;
}
.layout-faq .faqs .faq .question i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.layout-faq .faqs .faq .answer {
  padding: 1rem 0 0;
  position: absolute;
  top: -1000vh;
  opacity: 0;
  transition: opacity 250ms ease-out;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 810px) {
  .layout-faq .faqs .faq .answer {
    background-color: #ffffff;
    border-radius: 0 0 1rem 1rem;
    padding: 0 1rem 1rem;
    left: 0;
    box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, 0.125);
  }
}
@media screen and (min-width: 810px) {
  .layout-faq .faqs .faq.unfolded {
    border-radius: 1rem 1rem 0 0;
  }
}
.layout-faq .faqs .faq.unfolded .question {
  font-weight: 600;
}
.layout-faq .faqs .faq.unfolded .question i {
  transform: rotate(-90deg);
}
.layout-faq .faqs .faq.unfolded .answer {
  position: static;
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-faq .faqs .faq.unfolded .answer {
    position: absolute;
    top: 100%;
  }
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields,
.layout-textandform .gform_wrapper form .gform_body .gform_fields {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .layout-vacancyapply .gform_wrapper form .gform_body .gform_fields,
  .layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields,
  .layout-textandform .gform_wrapper form .gform_body .gform_fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield {
  grid-column: unset;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield label,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield label,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1.5px solid rgba(17, 17, 17, 0.2);
  border-radius: 0;
  transition: all 0.25s ease;
  width: 100%;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  border-bottom-color: #ff6c2d;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  font-size: 17px;
  font-weight: 500;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[readonly=""],
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[readonly=""],
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[readonly=""],
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea[readonly=""],
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea[readonly=""],
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea[readonly=""],
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select[readonly=""],
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select[readonly=""],
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select[readonly=""] {
  background: rgba(255, 108, 45, 0.06);
  color: #ff6c2d;
  font-weight: 700;
  cursor: not-allowed;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 180px;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  background-color: transparent;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield:has(input:focus) label,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield:has(input:focus) label,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield:has(input:focus) label,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea:focus) label,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea:focus) label,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea:focus) label,
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield:has(select:focus) label,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield:has(select:focus) label,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield:has(select:focus) label {
  color: #ff6c2d;
}
@media screen and (min-width: 1280px) {
  .layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload,
  .layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload,
  .layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload {
    grid-column: span 2;
  }
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 14px;
  font-family: inherit;
  background-color: #f6f4ef;
  border-radius: 12px;
  cursor: pointer;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container input,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container input,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container input {
  border: none;
  padding: 0;
  font-size: 14px;
}
.layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_fileupload_rules,
.layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_fileupload_rules,
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container .gform_fileupload_rules {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-vacancyapply .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea),
  .layout-vacanciesopenapply .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea),
  .layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea) {
    grid-column: span 2;
  }
}
.layout-vacancyapply .gform_wrapper form .gform_footer,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer,
.layout-textandform .gform_wrapper form .gform_footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 16px 28px;
  border-radius: 3rem;
  color: #ffffff;
  background-color: #ff6c2d;
  border: 1px solid #ff6c2d;
  transition: all 0.25s ease;
  margin: 32px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-vacancyapply .gform_wrapper form .gform_footer,
  .layout-vacanciesopenapply .gform_wrapper form .gform_footer,
  .layout-textandform .gform_wrapper form .gform_footer {
    width: fit-content;
  }
}
.layout-vacancyapply .gform_wrapper form .gform_footer::after,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer::after,
.layout-textandform .gform_wrapper form .gform_footer::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-vacancyapply .gform_wrapper form .gform_footer:hover,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer:hover,
.layout-textandform .gform_wrapper form .gform_footer:hover {
  color: #ff6c2d;
  background-color: #ffffff;
}
.layout-vacancyapply .gform_wrapper form .gform_footer:active,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer:active,
.layout-textandform .gform_wrapper form .gform_footer:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(17, 17, 17, 0.3);
}
.layout-vacancyapply .gform_wrapper form .gform_footer button,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer button,
.layout-textandform .gform_wrapper form .gform_footer button {
  color: #ffffff;
  margin: 0;
  background-color: transparent !important;
  border: none;
}
.layout-vacancyapply .gform_wrapper form .gform_footer:hover,
.layout-vacanciesopenapply .gform_wrapper form .gform_footer:hover,
.layout-textandform .gform_wrapper form .gform_footer:hover {
  background-color: #cc4209;
}
