@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1320px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* 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%;
}
/* 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;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
body.scrolled *:not(.slick-track):not(.slick-list):not(._df_book):not(._df_book *) {
  transition: all 0.25s ease;
}
body *:hover,
body *:hover::before,
body *:hover::after {
  transition: all 0.25s ease;
}
/* 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.design-color-torchred.has-design-color-background,
.layout.design-color-torchred .has-design-color-background,
.layout.design-color-torchred strong > a::before,
.layout.design-color-torchred a > strong::before,
.layout.design-color-torchred p:has(strong>a):hover::before,
.layout.design-color-torchred .has-design-color-background-hover:hover {
  background-color: #ff1f45;
}
.layout.design-color-salem.has-design-color-background,
.layout.design-color-salem .has-design-color-background,
.layout.design-color-salem strong > a::before,
.layout.design-color-salem a > strong::before,
.layout.design-color-salem p:has(strong>a):hover::before,
.layout.design-color-salem .has-design-color-background-hover:hover {
  background-color: #13a538;
}
.layout.design-color-supernova.has-design-color-background,
.layout.design-color-supernova .has-design-color-background,
.layout.design-color-supernova strong > a::before,
.layout.design-color-supernova a > strong::before,
.layout.design-color-supernova p:has(strong>a):hover::before,
.layout.design-color-supernova .has-design-color-background-hover:hover {
  background-color: #ffcc00;
}
.layout.design-color-cranberry.has-design-color-background,
.layout.design-color-cranberry .has-design-color-background,
.layout.design-color-cranberry strong > a::before,
.layout.design-color-cranberry a > strong::before,
.layout.design-color-cranberry p:has(strong>a):hover::before,
.layout.design-color-cranberry .has-design-color-background-hover:hover {
  background-color: #db5197;
}
.layout.design-color-midnightblue.has-design-color-background,
.layout.design-color-midnightblue .has-design-color-background,
.layout.design-color-midnightblue strong > a::before,
.layout.design-color-midnightblue a > strong::before,
.layout.design-color-midnightblue p:has(strong>a):hover::before,
.layout.design-color-midnightblue .has-design-color-background-hover:hover {
  background-color: #003366;
}
.layout.design-color-athensGray.has-design-color-background,
.layout.design-color-athensGray .has-design-color-background,
.layout.design-color-athensGray strong > a::before,
.layout.design-color-athensGray a > strong::before,
.layout.design-color-athensGray p:has(strong>a):hover::before,
.layout.design-color-athensGray .has-design-color-background-hover:hover {
  background-color: #edf1f3;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 40px;
  text-align: center;
  z-index: 2;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  color: #003770;
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: 810px) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
  margin-left: 4px;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-search-open .layout-header .header .menu {
  opacity: 0;
}
.full-search-open .layout-header .full-search {
  top: 0px;
}
.full-menu-open .full-menu {
  z-index: 1;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.layout-textandvideo .text-and-video {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-textandvideo .text-and-video:before,
.layout-textandvideo .text-and-video:after {
  content: " ";
  display: table;
}
.layout-textandvideo .text-and-video:after {
  clear: both;
}
@media (min-width: 810px) {
  .layout-textandvideo .text-and-video {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-textandvideo .text-and-video .text {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-textandvideo .text-and-video .text {
    width: 100%;
  }
}
@media (min-width: 810px) {
  .layout-textandvideo .text-and-video .text {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .layout-textandvideo .text-and-video .text {
    width: 33.33333333%;
  }
}
.layout-textandvideo .text-and-video .video {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-textandvideo .text-and-video .video {
    width: 100%;
  }
}
@media (min-width: 810px) {
  .layout-textandvideo .text-and-video .video {
    width: 66.66666667%;
  }
}
@media (min-width: 1280px) {
  .layout-textandvideo .text-and-video .video {
    width: 66.66666667%;
  }
}
.layout-textandvideo .video {
  position: relative;
}
.layout-textandvideo .video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 810px) {
  .layout-textandvideo .text-and-image {
    display: flex;
  }
  .layout-textandvideo .text-and-image .text,
  .layout-textandvideo .text-and-image .image {
    flex-basis: 50%;
  }
  .layout-textandvideo .text-and-image .image {
    background-size: cover;
  }
}
.layout-servicesfeatured .container > img.desktop {
  display: none;
}
.layout-servicesfeatured .container > img.taller {
  display: block;
}
@media (min-width: 768px) {
  .layout-servicesfeatured .container > img.desktop {
    display: block;
  }
  .layout-servicesfeatured .container > img.taller {
    display: none;
  }
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Roboto", sans-serif;
  padding-top: 50px;
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 180px;
  }
}
body:has(.first-after-header img:not(.layout-textandimage img):not(.layout-employees img)),
body.blog {
  padding-top: 0 !important;
}
body.blog .layout-contents {
  display: none;
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1320px;
  }
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
p:has(>strong a),
p:has(>a strong),
p:has(>strong span.more) {
  color: #ffffff;
  background-color: #ff1f45;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: fit-content;
  position: relative;
  isolation: isolate;
}
p:has(>strong a):before,
p:has(>a strong):before,
p:has(>strong span.more):before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #b90022;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
p:has(>strong a):hover::before,
p:has(>a strong):hover::before,
p:has(>strong span.more):hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  p:has(>strong a):hover a,
  p:has(>a strong):hover a,
  p:has(>strong span.more):hover a {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  p:has(>strong a):hover a::before,
  p:has(>a strong):hover a::before,
  p:has(>strong span.more):hover a::before {
    padding-left: 1.5rem;
  }
}
p:has(>strong a) a,
p:has(>a strong) a,
p:has(>strong span.more) a,
p:has(>strong a) span.more,
p:has(>a strong) span.more,
p:has(>strong span.more) span.more {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
p:has(>strong a) a:before,
p:has(>a strong) a:before,
p:has(>strong span.more) a:before,
p:has(>strong a) span.more:before,
p:has(>a strong) span.more:before,
p:has(>strong span.more) span.more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  p:has(>strong a) a,
  p:has(>a strong) a,
  p:has(>strong span.more) a,
  p:has(>strong a) span.more,
  p:has(>a strong) span.more,
  p:has(>strong span.more) span.more {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  p:has(>strong a) a,
  p:has(>a strong) a,
  p:has(>strong span.more) a,
  p:has(>strong a) span.more,
  p:has(>a strong) span.more,
  p:has(>strong span.more) span.more {
    padding: 1rem 1rem 1rem 4rem;
  }
}
p:has(>strong a) a::before,
p:has(>a strong) a::before,
p:has(>strong span.more) a::before,
p:has(>strong a) span.more::before,
p:has(>a strong) span.more::before,
p:has(>strong span.more) span.more::before {
  background-color: #b90022;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  p:has(>strong a) a::before,
  p:has(>a strong) a::before,
  p:has(>strong span.more) a::before,
  p:has(>strong a) span.more::before,
  p:has(>a strong) span.more::before,
  p:has(>strong span.more) span.more::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  p:has(>strong a) a::before,
  p:has(>a strong) a::before,
  p:has(>strong span.more) a::before,
  p:has(>strong a) span.more::before,
  p:has(>a strong) span.more::before,
  p:has(>strong span.more) span.more::before {
    width: 3rem;
  }
}
h1 {
  font-weight: 800;
  margin-top: 0;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 4.5rem;
  }
}
h2 {
  margin-top: 0;
  font-weight: 900;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.5rem;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3rem;
  }
}
h3,
.gform_title {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  h3,
  .gform_title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  h3,
  .gform_title {
    font-size: 1.55rem;
    word-spacing: -1px;
  }
}
.layout:has(.shape) + .layout {
  padding-top: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout:has(.shape) + .layout {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout:has(.shape) + .layout {
    padding-top: 4rem;
  }
}
.layout:has(.shape) {
  position: relative;
  z-index: 3;
}
.layout:has(+.layout .shape):not(.layout-hero):not(.layout-vesselcategories) {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout:has(+.layout .shape):not(.layout-hero):not(.layout-vesselcategories) {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
.layout-header {
  height: max-content;
  background-color: rgba(255, 255, 255, 0);
}
.layout-header .upper {
  display: none;
}
.layout-header .upper,
.layout-header .upper .container {
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper,
  .layout-header .upper .container {
    height: 35px;
  }
}
@media screen and (min-width: 810px) {
  .layout-header .upper {
    display: block;
  }
}
.layout-header .upper .container {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 810px) {
  .layout-header .upper .container {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: end;
    align-items: center;
  }
}
.layout-header .upper .container #search {
  position: relative;
  height: 30px;
  width: 150px;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search {
    width: 225px;
    height: 35px;
  }
}
.layout-header .upper .container #search:hover #search-button {
  right: 150px;
  background-color: #e359ab;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search:hover #search-button {
    right: 225px;
  }
}
.layout-header .upper .container #search:hover #search-input {
  right: 0;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search:hover #search-input {
    width: 225px;
    height: 35px;
  }
}
.layout-header .upper .container #search #search-button {
  position: absolute;
  right: -1px;
  background-color: #b7c4cc;
  font-weight: 700;
  border: none;
  height: 30px;
  color: #ffffff;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  cursor: pointer !important;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search #search-button {
    height: 35px;
  }
}
.layout-header .upper .container #search #search-button.clicked-once {
  right: 150px;
  background-color: #e359ab;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search #search-button.clicked-once {
    right: 225px;
  }
}
.layout-header .upper .container #search #search-button:hover {
  background-color: #e359ab;
}
.layout-header .upper .container #search #search-button span {
  transform: skewX(11deg);
  transform-origin: right bottom;
}
.layout-header .upper .container #search #search-input {
  position: absolute;
  right: -250px;
  transition: all 0.25s ease;
  height: 30px;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  border: none;
  background-color: #b7c4cc;
}
.layout-header .upper .container #search #search-input:focus-visible {
  outline: 1px solid #e359ab !important;
}
.layout-header .upper .container #search:has(.clicked-once) #search-input {
  right: 0;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container #search:has(.clicked-once) #search-input {
    width: 225px;
    height: 35px;
  }
}
.layout-header .upper .container .upper-menu {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  height: 30px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container .upper-menu {
    height: 35px;
  }
}
.layout-header .upper .container .upper-menu li {
  position: relative;
  isolation: isolate;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
.layout-header .upper .container .upper-menu li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #96a7b1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-header .upper .container .upper-menu li:hover::before {
  background-color: #ffcc00;
}
.layout-header .upper .container .upper-menu li:nth-child(2)::before {
  background-color: #758a94;
}
.layout-header .upper .container .upper-menu li:nth-child(2):hover::before {
  background-color: #13a538;
}
.layout-header .upper .container .upper-menu li:nth-child(3) {
  padding-right: 70px;
  background: #566c76;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container .upper-menu li:nth-child(3) {
    padding-right: 0;
  }
}
.layout-header .upper .container .upper-menu li:nth-child(3)::before {
  background-color: #566c76;
  transform-origin: right top;
  width: 100vw;
}
.layout-header .upper .container .upper-menu li:nth-child(3):hover,
.layout-header .upper .container .upper-menu li:nth-child(3):hover::before {
  background-color: #ff1f45;
}
.layout-header .upper .container .upper-menu li:nth-child(3):hover + div {
  background-color: #566c76;
}
.layout-header .upper .container .upper-menu li a {
  color: #ffffff;
  padding: .25rem .5rem .25rem 1.5rem;
  font-weight: 700;
}
.layout-header .upper .container .upper-menu .vacancies-count {
  color: #ffffff;
  background-color: #ff1f45;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 10px;
}
@media screen and (min-width: 810px) {
  .layout-header .upper .container .upper-menu .vacancies-count {
    right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container .upper-menu .vacancies-count {
    right: -10px;
  }
}
.full-menu-open .layout-header .upper {
  background-color: #ffffff;
}
.layout-header .header,
.layout-header .header .container,
.layout-header .header .home {
  height: 50px;
}
@media screen and (min-width: 810px) {
  .layout-header .header,
  .layout-header .header .container,
  .layout-header .header .home {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container,
  .layout-header .header .home {
    height: 95px;
  }
}
.layout-header .header svg,
.layout-header .header .container svg,
.layout-header .header .home svg {
  height: 40px;
  margin-top: 5px;
  max-width: 100px;
}
@media screen and (min-width: 810px) {
  .layout-header .header svg,
  .layout-header .header .container svg,
  .layout-header .header .home svg {
    height: 70px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header svg,
  .layout-header .header .container svg,
  .layout-header .header .home svg {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header:not(.site-design-jrshipping .layout-header .home),
  .layout-header .header .container:not(.site-design-jrshipping .layout-header .home),
  .layout-header .header .home:not(.site-design-jrshipping .layout-header .home) {
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }
}
.layout-header .header .container .home {
  isolation: isolate;
  background-color: #003770;
  padding-left: 30px;
  left: -15px;
  top: 0;
}
.layout-header .header .container .home::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background-color: #003770;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .home {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu {
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, max-content);
    align-self: end;
    padding-left: .5rem;
  }
}
.layout-header .header .container .menu li {
  position: relative;
}
.layout-header .header .container .menu li:not(:last-child) {
  position: relative;
}
.layout-header .header .container .menu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  background-color: #003770;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-11deg);
}
.layout-header .header .container .menu li a {
  color: #003770;
  font-weight: 700;
  padding: .125rem 1.5rem;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .menu li a {
    font-size: 1.125rem;
  }
}
.layout-header .header .container .menu li a:hover {
  color: #ff1f45;
}
.layout-header .header .container .menu li.menu-item-has-children ul {
  position: absolute;
  padding-top: 10px;
  display: none;
}
.layout-header .header .container .menu li.menu-item-has-children ul::before {
  content: "";
  display: block;
  width: calc(100% + 20%);
  height: calc(100% - 10px);
  background-color: inherit;
  position: absolute;
  top: 10px;
  left: -20%;
  background-color: #003770;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-header .header .container .menu li.menu-item-has-children ul li:not(:last-child):after {
  display: none;
}
.layout-header .header .container .menu li.menu-item-has-children ul li a {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #003770;
  color: #ffffff;
  padding: 0.525rem 1.5rem;
  border-bottom: 1px solid #003770;
  display: block;
  font-size: 1em;
  width: 250px;
}
.layout-header .header .container .menu li.menu-item-has-children ul li a:hover {
  background-color: #003770;
  color: #8bc9ec;
}
.layout-header .header .container .menu li.menu-item-has-children:hover ul {
  display: block;
}
.layout-header .header .container .full-menu-toggle {
  top: 50%;
  transform: translateY(-50%) skew(-11deg);
  display: grid;
  align-items: center;
  transform-origin: right bottom;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
.full-menu-open .layout-header .header {
  background-color: #ffffff;
}
.full-menu-open .layout-header .full-menu {
  top: 50px;
  background-color: #003770;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu {
    top: 80px;
  }
}
.full-menu-open .layout-header .full-menu .container .menu {
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu .container .menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.full-menu-open .layout-header .full-menu .container .menu li {
  margin: .25rem 0;
  position: relative;
}
.full-menu-open .layout-header .full-menu .container .menu li a {
  color: #ffffff;
  padding: .5rem;
}
.full-menu-open .layout-header .full-menu .container .menu li .toggle {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #ffffff;
  transform: rotate(90deg);
}
.full-menu-open .layout-header .full-menu .container .menu li.unfolded .toggle {
  transform: rotate(270deg);
}
.full-menu-open .layout-header .full-menu .container .menu li .sub-menu {
  padding-left: 20px;
}
.full-menu-open .layout-header .full-menu .container .menu .vacancies-count {
  color: #ffffff;
  background-color: #ff1f45;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 70px;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu .container .menu .vacancies-count {
    left: 444px;
  }
}
.full-menu-open .layout-header .full-menu .container .upper-menu {
  margin-top: 50px;
  position: relative;
  border-top: 1px solid #ff1f45;
}
.full-menu-open .layout-header .full-menu .container .upper-menu li {
  margin: .25rem 0;
}
.full-menu-open .layout-header .full-menu .container .upper-menu li a {
  color: #ffffff;
  padding: .5rem;
}
.full-menu-open .layout-header .full-menu .container .upper-menu .vacancies-count {
  color: #ffffff;
  background-color: #ff1f45;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 70px;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu .container .upper-menu .vacancies-count {
    left: 444px;
  }
}
.layout-header:has(+.layout.style-white) .header .container .menu > li > a {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.layout-header:has(+.layout.style-white) .header .container .menu > li::after {
  background-color: #ffffff;
}
.scrolled .layout-header {
  background-color: #ffffff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.scrolled .layout-header .upper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header {
    margin-top: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .menu {
    margin-bottom: 5px;
  }
}
.scrolled .layout-header .header .container .menu > li > a {
  color: #003770 !important;
  text-shadow: unset !important;
}
.scrolled .layout-header .header .container .menu > li::after {
  background-color: #003770 !important;
}
@media screen and (min-width: 1024px) {
  .site-design-Confeeder .layout-header .header .container .home {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .site-design-Confeeder .layout-header .header .container .home {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .site-design-Confeeder .layout-header .header .container .home svg {
    height: 100%;
    margin: 0;
    max-width: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .site-design-Confeeder .layout-header .header .container .home svg {
    max-width: 300px;
  }
}
@media screen and (min-width: 1660px) {
  .site-design-Confeeder .layout-header .header .container .home svg {
    max-width: 350px;
  }
}
.layout-footer {
  padding: 1rem 0;
  background-color: #003770;
  position: relative;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 810px) {
  .layout-footer {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 6.5rem 0 6.25rem !important;
  }
}
.layout-footer::before {
  content: "";
  display: block;
  background-color: inherit;
  height: 1rem;
  width: 40%;
  position: absolute;
  top: -.75rem;
  right: -1rem;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-footer::before {
    height: 2rem;
    top: -1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer::before {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    max-width: 1500px;
  }
}
.layout-footer .container .home svg {
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home svg {
    height: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 810px) {
  .site-design-Confeeder .layout-footer .container .home svg {
    height: auto;
    width: 250px;
  }
}
.layout-footer .container h4 {
  margin: 0 0 .5rem;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container h4 {
    font-size: 1.25rem;
  }
}
.layout-footer .container p {
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
}
.layout-footer .container p,
.layout-footer .container a {
  color: #ffffff;
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  grid-template-areas: "time" "mail-and-phone" "socials" "address" "about" "partners" "websites";
  margin-top: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column: 1rem 2.5rem;
    grid-template-areas: "time socials" "mail-and-phone about" "address websites" ". partners";
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas: " . . time mail-and-phone mail-and-phone socials" "about about address partners websites websites";
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-areas: " . time mail-and-phone mail-and-phone socials" "about address partners websites websites";
    margin-top: -5rem;
    row-gap: 3rem;
  }
  .layout-footer .container .blocks > * {
    justify-self: center;
  }
}
.layout-footer .container .blocks > li:has(.time) {
  grid-area: time;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.time) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: max-content;
  }
}
.layout-footer .container .blocks > li:has(.time) p,
.layout-footer .container .blocks > li:has(.time) .time {
  font-weight: 700;
}
.layout-footer .container .blocks > li:has(.time) p {
  margin: 0 0 .5rem;
}
.layout-footer .container .blocks > li:has(.time) .time {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: .5rem;
  width: max-content;
  padding: .5rem;
  align-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.time) .time {
    font-size: 1.2rem;
  }
}
.layout-footer .container .blocks > li:has(.phone) {
  grid-area: mail-and-phone;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.phone) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) {
    width: 100%;
  }
}
.layout-footer .container .blocks > li:has(.phone) a {
  width: max-content;
  font-weight: 700;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.phone) a {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) a {
    justify-self: center;
  }
}
.layout-footer .container .blocks > li:has(.phone) a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.phone) a::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) a::before {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) a.email {
    padding-left: 4rem;
  }
}
.layout-footer .container .blocks > li:has(.phone) a.phone::before {
  background-image: url(../images/mobile.svg);
}
.layout-footer .container .blocks > li:has(.phone) a.email::before {
  background-image: url(../images/email.svg);
}
.layout-footer .container .blocks > li:has(.phone) a i {
  display: none;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) a span {
    height: 24px;
    display: block;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) {
  position: absolute;
  top: .75rem;
  right: 15px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.social-pages) {
    grid-area: socials;
    position: static;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: .25rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages {
    padding-top: .5rem;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li {
  height: max-content;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a:hover i {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
  background-color: #ff1f45;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i::before {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 1.4;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a span {
  display: none;
}
.layout-footer .container .blocks > li:has(.social-pages) p {
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-footer .container .blocks > li:has(.social-pages) p {
    font-size: .85rem;
  }
}
.layout-footer .container .blocks > li:nth-child(4) {
  grid-area: about;
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:nth-child(4) {
    display: initial;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:nth-child(4) h4 {
    margin-bottom: .25rem;
  }
}
.layout-footer .container .blocks > li:nth-child(4) p {
  line-height: 1.3;
}
.layout-footer .container .blocks > li:has(.address) {
  grid-area: address;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.address) {
    padding-left: .5rem;
  }
}
.layout-footer .container .blocks > li:has(.address) br {
  display: none;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.address) h4 {
    margin-bottom: .25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.address) p:has(a) {
    margin-top: 1.5rem;
  }
}
.layout-footer .container .blocks > li:has(.address) p:has(a) a {
  color: #ffffff;
  text-decoration: underline;
}
.layout-footer .container .blocks > li:has(.address) p:has(a) a:hover {
  color: #ff1f45;
}
.layout-footer .container .blocks > li:nth-last-child(2) {
  grid-area: partners;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:nth-last-child(2) {
    padding-left: 6rem;
    white-space: nowrap;
  }
}
.layout-footer .container .blocks > li:last-child {
  grid-area: websites;
}
.layout-footer .container .blocks > li:nth-last-child(2) ul li,
.layout-footer .container .blocks > li:last-child ul li {
  color: #ffffff;
  position: relative;
  padding-left: 1rem;
  margin-bottom: .5rem;
  font-weight: 300;
}
.layout-footer .container .blocks > li:nth-last-child(2) ul li::before,
.layout-footer .container .blocks > li:last-child ul li::before {
  content: "";
  display: inline-block;
  width: .55rem;
  height: .55rem;
  background-image: url(../images/greater.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: .25rem;
}
.layout-footercta,
.layout-cta {
  padding: 1rem 0 2rem !important;
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 810px) {
  .layout-footercta,
  .layout-cta {
    padding: 2rem 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta,
  .layout-cta {
    padding: 4rem 0 7rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footercta,
  .layout-cta {
    padding: 6rem 0 9rem !important;
  }
}
.layout-footercta::before,
.layout-cta::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #edf1f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-footercta::before,
  .layout-cta::before {
    transform: skewX(-11deg);
    transform-origin: right bottom;
    left: -5.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta::before,
  .layout-cta::before {
    width: calc(100vw / 2 + 1180px / 2 + 2.25rem);
    left: -11rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footercta::before,
  .layout-cta::before {
    width: calc(100vw / 2 + 1500px / 2 + 2.25rem);
  }
}
@media screen and (min-width: 810px) {
  .layout-footercta .container,
  .layout-cta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footercta .container,
  .layout-cta .container {
    max-width: 1500px;
  }
}
.layout-footercta .container .text h2,
.layout-cta .container .text h2 {
  color: #003770;
}
.layout-footercta .container .text p,
.layout-cta .container .text p {
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .text p,
  .layout-cta .container .text p {
    width: 85%;
  }
}
.layout-footercta .container .text p:has(strong a),
.layout-cta .container .text p:has(strong a) {
  max-width: max-content;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .text:not(:has(+ .form)):not(:has(+ .person)),
  .layout-cta .container .text:not(:has(+ .form)):not(:has(+ .person)) {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}
.layout-footercta .container .person .image-name-and-title,
.layout-cta .container .person .image-name-and-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .person .image-name-and-title,
  .layout-cta .container .person .image-name-and-title {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 1rem;
  }
}
.layout-footercta .container .person .image-name-and-title img,
.layout-cta .container .person .image-name-and-title img {
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .person .image-name-and-title img,
  .layout-cta .container .person .image-name-and-title img {
    height: 180px;
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .person .image-name-and-title .name-and-title,
  .layout-cta .container .person .image-name-and-title .name-and-title {
    align-self: end;
  }
}
.layout-footercta .container .person .image-name-and-title .name-and-title .name,
.layout-cta .container .person .image-name-and-title .name-and-title .name {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .person .image-name-and-title .name-and-title .name,
  .layout-cta .container .person .image-name-and-title .name-and-title .name {
    font-size: 1.3rem;
  }
}
.layout-footercta .container .person p:has(strong a),
.layout-cta .container .person p:has(strong a) {
  background-color: #ffffff;
  color: #566c76;
  margin: 0 0 .5rem;
}
.layout-footercta .container .person p:has(strong a)::before,
.layout-cta .container .person p:has(strong a)::before {
  background-color: #e359ab;
}
.layout-footercta .container .person p:has(strong a) a,
.layout-cta .container .person p:has(strong a) a {
  padding-block: .65rem;
}
.layout-footercta .container .person p:has(strong a) a::before,
.layout-cta .container .person p:has(strong a) a::before {
  color: #ffffff;
  background-color: #e359ab;
}
.layout-footercta .container .person p:has(strong a) a:hover,
.layout-cta .container .person p:has(strong a) a:hover {
  color: #ffffff;
}
.single-vacancy .layout-footercta,
.single-vacancy .layout-cta {
  display: none;
}
.layout-copyright {
  padding: 1.25rem 0;
  background-color: #003770;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-copyright .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-copyright .container {
    max-width: 1500px;
  }
}
.layout-copyright .container .menu {
  display: flex;
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .menu {
    justify-self: end;
  }
}
.layout-copyright .container .menu li:not(:last-child)::after {
  content: "/";
  margin-left: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .shape {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -2rem;
    transform: skewX(-11deg);
    transform-origin: right bottom;
  }
}
.layout-copyright .container .shape.pink {
  background-color: #e359ab;
  z-index: -4;
  width: 340px;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .shape.pink {
    width: 500px;
  }
}
@media screen and (min-width: 1500px) {
  .layout-copyright .container .shape.pink {
    width: calc(100vw / 2 - 1500px / 4 + 150px);
  }
}
.layout-copyright .container .shape.yellow {
  background-color: #ffcc00;
  z-index: -3;
  width: 310px;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .shape.yellow {
    width: 450px;
  }
}
@media screen and (min-width: 1500px) {
  .layout-copyright .container .shape.yellow {
    width: calc(100vw / 2 - 1500px / 4 + 100px);
  }
}
.layout-copyright .container .shape.green {
  background-color: #13a538;
  z-index: -2;
  width: 280px;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .shape.green {
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .layout-copyright .container .shape.green {
    width: calc(100vw / 2 - 1500px / 4 + 50px);
  }
}
.layout-copyright .container .shape.red {
  background-color: #ff1f45;
  z-index: -1;
  width: 250px;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .shape.red {
    width: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .layout-copyright .container .shape.red {
    width: calc(100vw / 2 - 1500px / 4);
  }
}
@keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.25;
  }
}
.layout-hero {
  position: relative;
}
.layout-hero .container {
  padding: 0;
  position: relative;
  max-width: none;
  overflow: hidden;
}
.layout-hero .container .image img,
.layout-hero .container .play img {
  width: 100%;
  height: 80vh;
  max-height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .image img,
  .layout-hero .container .play img {
    min-height: 600px;
    max-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .image img,
  .layout-hero .container .play img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .image img,
  .layout-hero .container .play img {
    min-height: 900px;
  }
}
.layout-hero .container .play .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layout-hero .container .play .icon i {
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .play .icon i {
    font-size: 4rem;
  }
}
.layout-hero .container .play:hover .icon i {
  color: #003770;
  transition: all 0.25s ease;
}
.layout-hero .container .text {
  position: absolute;
  bottom: 1rem;
  left: 15px;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text {
    left: 100px;
    bottom: 100px;
    max-width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text {
    bottom: auto;
    left: calc(50vw - 1180px / 2 + 30px);
    top: 50%;
    transform: translateY(calc(-50% + 95px));
    max-width: 600px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text {
    left: calc(50vw - 1320px / 2);
    max-width: 800px;
  }
}
.layout-hero .container .text p:first-of-type,
.layout-hero .container .text h1 {
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.layout-hero .container .text h1 {
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text p:first-of-type:not(:has(a)) {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text p:first-of-type:not(:has(a)) {
    font-size: 1.75rem;
  }
}
.layout-hero .container .text p:has(a) {
  margin-top: 2rem !important;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text p:has(a) {
    margin-top: 4rem !important;
  }
}
.layout-hero .shapes {
  height: 1.75rem;
  width: 48vw;
  position: absolute;
  right: -2rem;
  bottom: -.5rem;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 1280px) {
  .layout-hero .shapes {
    height: 2.5rem;
  }
}
.layout-hero .shapes.red {
  background-color: #ff1f45;
}
.layout-hero .shapes.green {
  background-color: #13a538;
  width: 40vw;
}
.layout-hero .shapes.yellow {
  background-color: #ffcc00;
  width: 38.5vw;
}
.layout-hero .shapes.pink {
  background-color: #e359ab;
  width: 37vw;
}
.layout-hero .shapes.blue {
  background-color: #003770;
  width: 35.5vw;
}
.layout-hero.design-color-torchred .container .text p:has(a) strong a:before {
  background-color: #b90022;
}
.layout-hero.design-color-torchred .container .text p:has(a):hover::before {
  background-color: #b90022;
}
.layout-hero.has-zoom-zoom .container .image img {
  animation: zoom 20s infinite alternate !important;
}
.layout-pagetitlehero:has(+ .layout-blocksandmap) {
  position: relative;
  z-index: 1;
}
.layout-pagetitlehero .image img {
  width: 100%;
  height: 80vh;
  max-height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-pagetitlehero .image img {
    min-height: 600px;
    max-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero .image img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagetitlehero .image img {
    min-height: 900px;
  }
}
.layout-pagetitlehero h2 {
  color: #ffffff;
  background-color: #003770;
  padding: 1rem 0 1rem 15px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-pagetitlehero h2 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero h2 {
    padding-left: calc(100vw / 2 - 1180px / 2 + 30px);
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagetitlehero h2 {
    padding-block: 2.5rem;
    padding-left: calc(100vw / 2 - 1500px / 2 + 30px);
  }
}
.layout-pagetitlehero h2::before,
.layout-pagetitlehero h2::after {
  content: "";
  display: block;
  height: 1.25rem;
  width: 40%;
  background-color: inherit;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero h2::before,
  .layout-pagetitlehero h2::after {
    height: 1.75rem;
  }
}
.layout-pagetitlehero h2::before {
  width: 50vw;
  right: -2rem;
  top: -1.25rem;
  background: linear-gradient(90deg, #ff1f45 0%, #ff1f45 10%, #13a538 10%, #13a538 15%, #ffcc00 15%, #ffcc00 20%, #e359ab 20%, #e359ab 25%, #003770 25%);
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero h2::before {
    top: -1.75rem;
  }
}
.layout-pagetitlehero h2::after {
  left: -2rem;
  bottom: -1rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero h2::after {
    bottom: -1.5rem;
    width: 25%;
  }
}
.layout-pagetitlehero.design-color-salem h2 {
  background-color: #13a538;
}
.layout-pagetitlehero.has-zoom-zoom > .image img {
  animation: zoom 20s infinite alternate;
}
.layout-personcontact {
  padding: 2rem 0;
}
.layout-personcontact .person .name-and-title {
  margin: 1rem 0;
}
.layout-text {
  padding: 1.5rem 0;
  clear: both;
}
.layout-text .container {
  line-height: 1.3;
  max-width: 900px;
  margin: auto;
}
.layout-text .container table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
.layout-text.background-color-default {
  background-color: #ffffff;
}
.layout-text.background-color-default h2,
.layout-text.background-color-default h3 {
  color: #003770;
}
.layout-text.background-color-default h2 {
  font-size: 1.5rem;
}
.layout-text.background-color-default table {
  border: 1px solid #edf1f3;
  border-collapse: collapse;
}
.layout-text.background-color-default table tbody tr:nth-child(even) {
  background-color: #edf1f3;
}
.layout-text.background-color-default table tbody td {
  padding: 5px;
}
.layout-text.background-color-default ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.6;
}
.layout-text.background-color-default ul li::marker {
  color: #ff1f45;
}
.layout-text.background-color-default ul:has(+ h2) {
  margin-bottom: 1rem;
}
.layout-text.background-color-default ol {
  list-style: upper-roman inside;
}
.layout-text.background-color-default ol li::marker {
  color: #ff1f45;
}
.layout-text.background-color-intro {
  padding: 1.5rem 0;
  background-color: #003770;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-text.background-color-intro {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text.background-color-intro {
    padding: 5rem 0;
  }
}
.layout-text.background-color-intro::before {
  position: absolute;
  width: 50vw;
  top: -2rem;
  right: -2rem;
  background: linear-gradient(90deg, #ff1f45 0%, #ff1f45 10%, #13a538 10%, #13a538 15%, #ffcc00 15%, #ffcc00 20%, #e359ab 20%, #e359ab 25%, #003770 25%);
}
.layout-text.background-color-intro .container .shape {
  height: 1rem;
  width: 30%;
  background-color: #003770;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-text.background-color-intro .container .shape {
    width: 25%;
    height: 2rem;
  }
}
.layout-text.background-color-intro .container .shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-text.background-color-intro .container .shape.bottom-shape {
  bottom: -1rem;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-text.background-color-intro .container .shape.bottom-shape {
    bottom: -2rem;
  }
}
.layout-text.background-color-intro .container .shape.bottom-shape::before {
  left: 0;
}
.layout-text.background-color-intro .container p {
  line-height: 1.3;
  max-width: 900px;
  margin: auto;
}
.layout-pdf canvas.df-3dcanvas {
  background-color: #ffffff;
}
.layout-pdf .df-ui-nav .df-ui-btn:before {
  color: #003770;
  filter: none;
}
.layout-textandtext {
  padding: 1.5rem 0;
  clear: both;
}
.layout-textandtext .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right {
    gap: 5rem;
  }
}
.layout-textandtext .container .left-and-right h1,
.layout-textandtext .container .left-and-right h2,
.layout-textandtext .container .left-and-right h3 {
  color: #003770;
}
.layout-textandtext .container .left-and-right p {
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.125rem;
  }
}
.layout-textandtext .container .left-and-right ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.6;
}
.layout-textandtext .container .left-and-right ul li::marker {
  color: #ff1f45;
}
.single-vacancy .layout-textandtext .container {
  max-width: 1500px;
}
.layout-textandvideo {
  padding: 1.5rem 0;
}
.layout-textandvideo .container .text h1,
.layout-textandvideo .container .text h2,
.layout-textandvideo .container .text h3 {
  color: #003770;
}
.layout-textandvideo .container .text p {
  line-height: 1.3;
}
.layout-textandvideo .container .video .icon i {
  font-size: 3em;
  color: #003770;
}
.layout-textandvideo .container .video:hover .icon i {
  color: #ff1f45;
}
.layout-textandimage {
  padding: 0 !important;
}
.layout-textandimage .text-and-image {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-image {
    grid-template-columns: calc(1180px / 2 - 0.5rem) 1fr;
    margin-left: calc(50vw - 1180px / 2 + 30px);
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-image {
    margin-left: calc(50vw - 1320px / 2 + 30px);
  }
}
.layout-textandimage .text-and-image .text {
  max-width: calc(1180px / 2 - 60px);
  color: #ffffff;
  padding: 2rem 15px 1rem;
  line-height: 1.4;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text-and-image .text {
    padding: 3.5rem 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-image .text {
    max-width: calc(1180px / 2 - 30px);
    padding: 7rem 130px 7rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-image .text {
    max-width: calc(1320px / 2 - 60px);
  }
}
.layout-textandimage .text-and-image .text h2 {
  margin-bottom: 0;
  line-height: 1;
}
.layout-textandimage .text-and-image .text h2 + p {
  margin-block: 1.5rem;
}
.layout-textandimage .text-and-image .text p {
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-image .text p {
    font-size: 1.125rem;
  }
}
.layout-textandimage .text-and-image .text p:has(strong) {
  margin-bottom: 0;
}
.layout-textandimage .text-and-image .text p:has(strong) + p {
  margin-top: 0;
}
.layout-textandimage .text-and-image .text p a:not(strong a):not(a:has(strong)) {
  text-decoration: underline;
}
.layout-textandimage .text-and-image .image {
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text-and-image .image {
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.layout-textandimage .text-and-image .image img {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text-and-image .image img {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .text-and-image {
    grid-template-columns: 1fr calc(1180px / 2 - 0.5rem);
    margin-right: calc(50vw - 1180px / 2 - 30px);
    margin-left: 0;
  }
}
.layout-textandimage.style-image_left .text-and-image .text {
  order: 2;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .text-and-image .text {
    padding: 7rem 0 7rem 130px;
  }
}
.layout-textandimage.style-image_left .text-and-image .image {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .text-and-image .image {
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
}
.single-vacancy .layout-textandimage {
  background-color: transparent !important;
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-textandimage {
    padding: 4rem 0 !important;
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-textandimage .text-and-image {
    grid-template-columns: calc(1500px / 2) 1fr;
    margin-left: calc(50vw - 1500px/2 + 30px);
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-textandimage .text-and-image .text {
    padding: 0;
    margin: 0;
    max-width: 65%;
  }
}
.single-vacancy .layout-textandimage .text-and-image .text h2.gform_title {
  margin-bottom: 1.5rem;
}
.single-vacancy .layout-textandimage .text-and-image .image {
  clip-path: none !important;
}
.layout-textandimage.design-color-athensGray .text-and-image .text {
  color: #003770;
}
.layout-textandimage.design-color-athensGray .text-and-image .text h2 {
  color: #003770;
}
.layout-textandimage.design-color-athensGray .text-and-image .text p:has(strong a):hover::before {
  background-color: #b90022;
}
.layout-textandimage.design-color-athensGray .text-and-image .text p:has(strong a) a::before {
  background-color: #b90022;
}
.layout-textandimage.design-color-torchred p:has(>strong a) {
  color: #566c76;
  background-color: #ffffff;
}
.layout-textandimage.design-color-torchred p:has(>strong a) a:before {
  background-color: #edf1f3;
}
.layout-textandimage.design-color-torchred p:has(>strong a):hover {
  color: White;
}
.layout-textandimage.design-color-torchred p:has(>strong a):hover::before {
  background-color: #003770;
}
.layout-textandimage.design-color-torchred p:has(>strong a):hover a::before {
  background-color: #003770;
}
.site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a) {
  min-height: 3rem;
  height: 3rem;
  max-height: 4rem;
}
.site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a) strong a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 3rem;
  height: 3rem;
  max-height: 4rem;
  padding: .5rem .75rem .5rem 4rem;
  transform: skew(12.5deg);
  font-size: .8rem;
}
@media screen and (min-width: 1280px) {
  .site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a) strong a {
    padding: .6rem 1rem .6rem 4rem;
  }
}
.site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a) strong a::before {
  width: auto;
  min-height: 3rem;
  height: 3rem;
  max-height: 4rem;
  width: 3rem;
  aspect-ratio: 1;
}
.site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a):has(strong a):hover a {
  margin-right: 0;
}
.site-design-seazip .layout-textandimage .text-and-image .text .content .singular-content p:has(strong a):has(strong a):hover a::before {
  padding-left: .5rem;
  justify-items: end;
}
.layout-textandimage.design-color-midnightblue .text-and-image .text p:has(strong a)::before {
  background-color: #96a7b1;
}
.layout-textandimage.design-color-midnightblue .text-and-image .text p:has(strong a) strong a::before {
  background-color: #b90022;
}
.layout-faq {
  padding: 1.5rem 0;
}
.layout-faq .container .wrapped {
  max-width: 900px;
  margin: 0 auto;
}
.layout-faq .container .wrapped .faq-list {
  margin: 2rem;
}
.layout-faq .container .wrapped .faq-list .department-title {
  color: #003770;
  margin: 20px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.layout-faq .container .wrapped .faq-list ul.faq li.faq .question {
  background-color: #b7c4cc;
  padding: 20px;
  border-bottom: 1px solid #edf1f3;
  color: #003770;
  font-weight: 700;
}
.layout-faq .container .wrapped .faq-list ul.faq li.faq .question:hover {
  background-color: #003770;
  color: #ffffff;
}
.layout-faq .container .wrapped .faq-list ul.faq li.faq .question i {
  right: 20px;
  color: #003770;
}
.layout-faq .container .wrapped .faq-list ul.faq li.faq .answer {
  background-color: #edf1f3;
}
.layout-faq .container .wrapped .faq-list ul.faq li.faq.unfolded .answer {
  padding: 20px;
}
.layout-documents {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-documents {
    padding: 60px 0;
  }
}
.layout-documents .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-documents .container {
    grid-template-columns: 1fr auto;
  }
}
.layout-documents .container ul li a {
  padding: 20px;
  background-color: #edf1f3;
  border-bottom: 1px solid #ffffff;
  display: block;
  position: relative;
}
.layout-documents .container ul li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #003770;
}
.layout-documents .container ul li a .section-title {
  color: #003770;
  font-weight: 700;
  margin-bottom: 5px;
}
.layout-documents .container ul li a .document {
  display: none;
  color: #ff1f45;
}
@media screen and (max-width: 640px) {
  .layout-documents .container ul li a .document {
    font-size: 0.8em;
  }
}
.layout-documents .container ul li a:hover {
  background-color: #003770;
}
.layout-documents .container ul li a:hover .section-title {
  color: #ffffff;
}
.layout-documents .container ul li a:hover i {
  color: #ffffff;
}
.layout-documents .container .person {
  justify-self: end;
}
.layout-documents .container .person .image-name-and-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-documents .container .person .image-name-and-title {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 1rem;
  }
}
.layout-documents .container .person .image-name-and-title img {
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-documents .container .person .image-name-and-title img {
    height: 180px;
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-documents .container .person .image-name-and-title .name-and-title {
    align-self: end;
  }
}
.layout-documents .container .person .image-name-and-title .name-and-title .name {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-documents .container .person .image-name-and-title .name-and-title .name {
    font-size: 1.3rem;
  }
}
.layout-pagesfeatured {
  padding: 90px 0;
}
.layout-pagesfeatured .container > .title {
  color: #ff1f45;
  margin: 20px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container > .title {
    font-size: 2.5rem;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container > .title {
    font-size: 3rem;
  }
}
.layout-pagesfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.layout-pagesfeatured .container > ul .page {
  position: relative;
  background-color: #edf1f3;
  width: 100%;
  height: 100%;
}
.layout-pagesfeatured .container > ul .page::before {
  content: "";
  display: inline-block;
  width: 25%;
  height: 2.5rem;
  background-color: #ffffff;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transform: skewX(-12deg);
  transform-origin: right bottom;
  z-index: 1;
}
.layout-pagesfeatured .container > ul .page img {
  width: 100%;
  height: 260px;
}
.layout-pagesfeatured .container > ul .page .page-title {
  color: #003770;
  font-size: 1.125rem;
  font-weight: 700;
}
.layout-pagesfeatured .container > ul .page .title-and-text {
  padding: 1rem 1rem 3rem;
}
.layout-pagesfeatured .container > ul .page .title-and-text .text {
  line-height: 1.6;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.layout-pagesfeatured .container > ul .page .link-to-page {
  color: #ff1f45;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 700;
}
.layout-pagesfeatured .container > ul .page .link-to-page:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-pagesfeatured .container > ul .page .link-to-page:hover {
  margin-left: .5rem;
}
.layout-pagesfeatured .container > ul .page .link-to-page:hover::before {
  margin-right: .5rem;
}
.layout-pagesfeatured .container > ul .page:hover {
  background-color: #ff1f45;
}
.layout-pagesfeatured .container > ul .page:hover * {
  color: #ffffff;
}
.layout-pagesfeatured .container .link-to-main-page {
  color: #ffffff;
  background-color: #ff1f45;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: fit-content;
  position: relative;
  isolation: isolate;
}
.layout-pagesfeatured .container .link-to-main-page:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #b90022;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-pagesfeatured .container .link-to-main-page:hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .link-to-main-page:hover a {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-pagesfeatured .container .link-to-main-page:hover a::before {
    padding-left: 1.5rem;
  }
}
.layout-pagesfeatured .container .link-to-main-page a,
.layout-pagesfeatured .container .link-to-main-page span.more {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.layout-pagesfeatured .container .link-to-main-page a:before,
.layout-pagesfeatured .container .link-to-main-page span.more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .link-to-main-page a,
  .layout-pagesfeatured .container .link-to-main-page span.more {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .link-to-main-page a,
  .layout-pagesfeatured .container .link-to-main-page span.more {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-pagesfeatured .container .link-to-main-page a::before,
.layout-pagesfeatured .container .link-to-main-page span.more::before {
  background-color: #b90022;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .link-to-main-page a::before,
  .layout-pagesfeatured .container .link-to-main-page span.more::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .link-to-main-page a::before,
  .layout-pagesfeatured .container .link-to-main-page span.more::before {
    width: 3rem;
  }
}
.layout-pagesfeatured.style-blue .container > .title {
  color: #003770;
}
.layout-pagesfeatured.style-blue .container > ul .page .page-title {
  color: #003770;
}
.layout-pagesfeatured.style-blue .container > ul .page .link-to-page {
  color: #003770;
}
.layout-pagesfeatured.style-blue .container > ul .page:hover {
  background-color: #003770;
}
.layout-pagesfeatured.style-blue .container > ul .page:hover * {
  color: #ffffff;
}
.layout-vacanciescta {
  padding-top: 0 !important;
  position: relative;
  background-color: #ff1f45;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciescta {
    padding-bottom: 0 !important;
  }
}
.layout-vacanciescta .container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  max-width: none;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 650px;
  }
}
.layout-vacanciescta .container .text {
  padding: 0 15px;
  line-height: 1.4;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .text {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciescta .container .text {
    max-width: calc(1180px / 2 - 60px);
    margin: auto auto auto 4rem;
  }
}
.layout-vacanciescta .container .text h2 {
  margin-bottom: 0;
}
.layout-vacanciescta .container .text p {
  margin-top: 0;
  font-size: 1.125em;
}
.layout-vacanciescta .container .text p:has(strong a) {
  color: #566c76;
  background-color: #ffffff;
  margin-top: 50px;
}
.layout-vacanciescta .container .text p:has(strong a)::before {
  background-color: #edf1f3;
}
.layout-vacanciescta .container .text p:has(strong a) a::before {
  background-color: #edf1f3;
}
.layout-vacanciescta .container .image {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-vacanciescta .container .image {
    height: calc(650px + 3.5rem);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
}
.layout-vacanciescta .container .image img {
  height: 100%;
  width: 100%;
  vertical-align: unset;
}
.layout-blocksandmap {
  padding: 1rem 0;
}
.layout-blocksandmap .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandmap .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container {
    max-width: none;
    padding: 0 0 0 60px;
    grid-template-columns: 1fr calc(1500px / 3) calc(1500px / 3 * 2) 1fr;
  }
}
.layout-blocksandmap .container .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem .5rem;
  margin: 30px 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container .blocks {
    padding-top: 6rem;
    padding-left: 30px;
    grid-column-start: 2;
    row-gap: 0;
    padding-bottom: 60px;
  }
}
.layout-blocksandmap .container .blocks li h3 {
  color: #003770;
  margin: 0;
}
.layout-blocksandmap .container .blocks li .address br,
.layout-blocksandmap .container .blocks li .post-address br {
  display: none;
}
.layout-blocksandmap .container .blocks li .address p,
.layout-blocksandmap .container .blocks li .post-address p {
  margin: .25rem 0;
  font-weight: 200;
}
.layout-blocksandmap .container .blocks li:has(.phone) {
  grid-column: span 2;
  margin: 1.5rem 0 0;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email,
.layout-blocksandmap .container .blocks li:has(.phone) .phone {
  display: block;
  width: max-content;
  font-weight: 600;
  color: #566c76;
  margin: .5rem 0;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container .blocks li:has(.phone) .email,
  .layout-blocksandmap .container .blocks li:has(.phone) .phone {
    margin-top: 0;
  }
}
.layout-blocksandmap .container .blocks li:has(.phone) .email::before,
.layout-blocksandmap .container .blocks li:has(.phone) .phone::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edf1f3;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email::after,
.layout-blocksandmap .container .blocks li:has(.phone) .phone::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #e359ab;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email:hover,
.layout-blocksandmap .container .blocks li:has(.phone) .phone:hover {
  color: #ffffff;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email:hover::after,
.layout-blocksandmap .container .blocks li:has(.phone) .phone:hover::after {
  width: 100%;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email i,
.layout-blocksandmap .container .blocks li:has(.phone) .phone i {
  color: #ffffff;
  background-color: #e359ab;
  padding: .5rem;
}
.layout-blocksandmap .container .blocks li:has(.phone) .email span,
.layout-blocksandmap .container .blocks li:has(.phone) .phone span {
  padding: 0 1rem;
}
.layout-blocksandmap .container .blocks li:has(form) {
  grid-column: span 2;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container .blocks li:has(form) {
    padding-top: 2rem;
  }
}
.layout-blocksandmap .container .image {
  clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container .image {
    clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandmap .container .image {
    grid-column: span 2;
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container .image {
    margin-left: 30px;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container .image img {
    height: 100%;
  }
}
.layout-blocksandmap {
  padding: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container {
    gap: 60px;
  }
}
.layout-blocksandmap .container .map {
  margin: 0 -2rem -1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container .map {
    margin: -2rem -2rem -1rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .layout-blocksandmap .container .map {
    margin: -2rem -5rem -1rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandmap .container .map {
    grid-column: span 2;
    margin: -1rem calc(50vw - 1180px) -1rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandmap .container .map {
    margin: -2rem -2rem -1rem 0;
  }
}
.layout-blocksandmap .container .map .infobox h3 {
  margin: 0;
  color: #003770;
  margin-bottom: 5px;
}
.layout-blocksandmap .container .map .infobox .street-postalcode-and-place {
  line-height: 9px;
}
.layout-blocksandmap .container .map .infobox a {
  display: block;
  color: #ff1f45;
  text-decoration: underline;
}
.layout-blocksandmap .container .map .infobox a:hover {
  text-decoration: none;
}
.layout-blocksandmap .container .map iframe,
.layout-blocksandmap .container .map .mapbox {
  clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .container .map iframe,
  .layout-blocksandmap .container .map .mapbox {
    height: 100% !important;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandmap .container .map iframe,
  .layout-blocksandmap .container .map .mapbox {
    clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.site-design-jrshipping .layout-blocksandmap + .layout-footercta {
  display: none;
}
.layout-textandlottie {
  padding: 1rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandlottie {
    padding: 1.5rem 0 !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandlottie .container {
    max-width: 1320px;
  }
}
.layout-textandlottie .container .shape {
  height: 1.25rem;
  width: 30%;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-textandlottie .container .shape {
    width: 25%;
    height: 2.25rem;
  }
}
.layout-textandlottie .container .shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-textandlottie .container .shape.top-shape {
  top: -1rem;
  right: 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandlottie .container .shape.top-shape {
    top: -2rem;
  }
}
.layout-textandlottie .container .shape.top-shape::before {
  right: 0;
  transform-origin: top left;
}
.layout-textandlottie .container .shape {
  height: 1rem;
  width: 30%;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-textandlottie .container .shape {
    width: 25%;
    height: 2rem;
  }
}
.layout-textandlottie .container .shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-textandlottie .container .shape.bottom-shape {
  bottom: -1rem;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandlottie .container .shape.bottom-shape {
    bottom: -2rem;
  }
}
.layout-textandlottie .container .shape.bottom-shape::before {
  left: 0;
}
.layout-textandlottie .container .top-shape {
  width: 75%;
}
@media screen and (min-width: 810px) {
  .layout-textandlottie .container .text-and-lottie {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: center;
  }
}
.layout-textandlottie .container .text-and-lottie .text h2 {
  color: #003770;
}
@media screen and (min-width: 1660px) {
  .layout-textandlottie .container .text-and-lottie .text h2 {
    font-size: 2.25rem;
  }
}
.layout-textandlottie .container .text-and-lottie .text p {
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-textandlottie .container .text-and-lottie .text p {
    font-size: 1.125rem;
  }
}
.layout-textandlottie .container .text-and-lottie .text p em {
  font-style: normal;
  font-size: .9rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandlottie .container .text-and-lottie .text p em {
    font-size: initial;
  }
}
.layout-textandlottie .container .text-and-lottie .text p a {
  text-decoration: underline;
  display: inline;
}
.layout-textandlottie .container .text-and-lottie .text p a:hover {
  text-decoration: none;
}
.layout-textandlottie .container .text-and-lottie .lottie {
  grid-column: span 2;
}
.layout-textandimagealt {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimagealt {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimagealt .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimagealt .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimagealt .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-textandimagealt .container .text-and-image .text h2 {
  color: #003770;
}
@media screen and (min-width: 1660px) {
  .layout-textandimagealt .container .text-and-image .text h2 {
    font-size: 2.25rem;
  }
}
.layout-textandimagealt .container .text-and-image .text p {
  font-weight: 300;
  line-height: 1.4;
}
.layout-textandimagealt .container .text-and-image .text p em {
  font-style: normal;
  font-size: .9rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandimagealt .container .text-and-image .text p em {
    font-size: initial;
  }
}
.layout-textandimagealt .container .text-and-image .text p a {
  text-decoration: underline;
  display: inline;
}
.layout-textandimagealt .container .text-and-image .text p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .layout-textandimagealt .container .text-and-image .image {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimagealt .container .text-and-image .image:has(img[src*="materialiteitsanalyse"]) {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimagealt.style-image_left .container .text-and-image .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimagealt.style-image_left .container .text-and-image .image {
    order: 1;
  }
}
.layout-images {
  padding: 1rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-images .container {
    max-width: 1500px;
  }
}
.layout-images .container > h3 {
  color: #003770;
}
@media screen and (min-width: 1660px) {
  .layout-images .container > h3 {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-list {
    padding: 0 calc(100vw / 2 - 1180px / 2 + 100px) !important;
  }
}
.layout-images .slick-slider .slick-slide {
  margin: 0 .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-slider .slick-slide {
    margin: 0 .5rem;
  }
}
.layout-images .image:not(.slick-current .image) {
  position: relative;
}
.layout-images .image:not(.slick-current .image)::before {
  content: "";
  display: block;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 55, 112, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.layout-images .image img {
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-images .image img {
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .image img {
    height: 450px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .image img {
    height: 550px;
  }
}
.single-post .layout-images .image::before {
  background-color: rgba(19, 165, 56, 0.7) !important;
}
.layout-images:has(+ .layout-footercta) {
  padding: 1rem 0 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-images:has(+ .layout-footercta) {
    padding: 1rem 0 4rem;
  }
}
.layout-listandlist {
  padding: 1rem 0;
}
.layout-listandlist .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-listandlist .container .left-and-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-listandlist .container .left-and-right {
    width: 50%;
  }
}
.layout-listandlist .container .left-and-right h3 {
  color: #003770;
}
.layout-listandlist .container .left-and-right ul {
  padding-left: 2rem;
}
.layout-listandlist .container .left-and-right ul li {
  position: relative;
  margin: 0 0 .5rem;
}
.layout-listandlist .container .left-and-right ul li::before {
  content: url(../images/randomicon.png);
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2rem;
  top: 0;
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-listandlist .container {
    margin-left: calc(50vw - 1180px / 2);
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-listandlist .container {
    max-width: 1500px;
    margin: auto;
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-listandlist .container .left-and-right {
    width: 50%;
  }
}
.layout-servicesfeatured {
  position: relative;
  background-color: #edf1f3;
  padding-bottom: 10rem !important;
  height: 725px;
  margin-bottom: 0 !important;
}
.layout-servicesfeatured::after {
  content: "";
  display: block;
  width: 40%;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  right: -100px;
  transform: skewX(-11deg);
  bottom: -1rem;
}
@media screen and (min-width: 1660px) {
  .layout-servicesfeatured::after {
    bottom: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-servicesfeatured {
    padding-top: 6rem !important;
    height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured {
    height: 736px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicesfeatured {
    padding-top: 6rem !important;
    height: 760px;
  }
}
.layout-servicesfeatured > .title {
  color: #003770;
  text-align: center;
  margin-bottom: 0;
  background-color: inherit;
}
.layout-servicesfeatured .container {
  position: relative;
  margin: 1rem 0;
  overflow: hidden;
  height: 550px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container {
    height: 475px;
    max-width: none;
  }
}
.layout-servicesfeatured .container > img {
  width: 100%;
  height: 550px;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container > img {
    height: 475px;
    object-position: left;
  }
}
.layout-servicesfeatured .container > img.visible {
  opacity: 1;
}
.layout-servicesfeatured .container ul.services {
  height: 550px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  max-width: 1600px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    height: 475px;
  }
}
.layout-servicesfeatured .container ul.services::before,
.layout-servicesfeatured .container ul.services::after {
  content: "";
  display: block;
  width: 25%;
  height: 1.25rem;
  background-color: #edf1f3;
  position: absolute;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services::before,
  .layout-servicesfeatured .container ul.services::after {
    display: none;
  }
}
.layout-servicesfeatured .container ul.services::before {
  left: -2rem;
  top: -.25rem;
}
.layout-servicesfeatured .container ul.services::after {
  right: -2rem;
  bottom: -.25rem;
}
.layout-servicesfeatured .container ul.services li {
  height: 100%;
  position: relative;
}
.layout-servicesfeatured .container ul.services li:not(:last-child)::before {
  content: "";
  display: block;
  width: 150%;
  height: 5px;
  background-color: #edf1f3;
  position: absolute;
  bottom: 0;
  left: -25%;
  transform: rotate(-2.5deg);
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:not(:last-child)::before {
    display: none;
  }
}
.layout-servicesfeatured .container ul.services li:hover::before {
  height: 1rem;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:nth-last-child(2) .wrapper,
  .layout-servicesfeatured .container ul.services li:last-child .wrapper {
    position: relative;
  }
  .layout-servicesfeatured .container ul.services li:nth-last-child(2) .wrapper::before,
  .layout-servicesfeatured .container ul.services li:last-child .wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.5rem;
    background-color: #edf1f3;
    position: absolute;
    bottom: -.25rem;
    left: -.25rem;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:last-child .wrapper::before {
    width: 100vw;
  }
  .layout-servicesfeatured .container ul.services li:last-child .skewed::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:first-child .wrapper,
  .layout-servicesfeatured .container ul.services li:nth-child(2) .wrapper,
  .layout-servicesfeatured .container ul.services li:nth-child(3) .wrapper,
  .layout-servicesfeatured .container ul.services li:nth-child(4) .wrapper {
    position: relative;
  }
  .layout-servicesfeatured .container ul.services li:first-child .wrapper::before,
  .layout-servicesfeatured .container ul.services li:nth-child(2) .wrapper::before,
  .layout-servicesfeatured .container ul.services li:nth-child(3) .wrapper::before,
  .layout-servicesfeatured .container ul.services li:nth-child(4) .wrapper::before {
    content: "";
    display: block;
    height: 2.5rem;
    background-color: #edf1f3;
    position: absolute;
    top: -.25rem;
    right: 0;
    left: -1px;
    z-index: 2;
  }
}
.layout-servicesfeatured .container ul.services li:first-child .wrapper::before {
  z-index: 5;
  right: 0;
  left: -100vw;
}
.layout-servicesfeatured .container ul.services li:nth-child(2) .wrapper::before {
  z-index: 4;
}
.layout-servicesfeatured .container ul.services li:nth-child(3) .wrapper::before {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:last-child .wrapper::after {
    display: none;
  }
}
.layout-servicesfeatured .container ul.services li:hover .wrapper::before {
  opacity: 0;
  transition: all 0.25s ease;
}
.layout-servicesfeatured .container ul.services li:hover .skewed::before {
  opacity: 1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:hover .skewed::before {
    opacity: 1;
    transition: all 0.25s ease;
  }
}
.layout-servicesfeatured .container ul.services li:hover .skewed .title {
  padding-bottom: .5rem;
}
.layout-servicesfeatured .container ul.services li:hover .skewed .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:hover .skewed .text {
    text-align: unset;
  }
}
.layout-servicesfeatured .container ul.services li:hover .skewed .more {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container ul.services li:hover .skewed .more {
    text-align: unset;
  }
}
.layout-servicesfeatured .container p:has(.link-to-all) {
  margin: 2rem auto;
  color: #003770;
  background-color: #ffffff;
  display: block;
}
.layout-servicesfeatured .container p:has(.link-to-all)::before {
  color: #ffffff;
  background-color: #003770;
}
.layout-servicesfeatured .container p:has(.link-to-all) a::before {
  background-color: #003770;
  color: #ffffff;
}
.layout-servicesfeatured .container p:has(.link-to-all):hover {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .container .services > li {
    transform: skew(-12.5deg);
  }
}
.layout-servicesfeatured .wrapper {
  display: block;
}
.layout-servicesfeatured .wrapper > img {
  display: none;
}
.layout-servicesfeatured .skewed {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .skewed {
    height: 475px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .skewed::after {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    background-color: #edf1f3;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.layout-servicesfeatured .skewed::before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 55, 112, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.layout-servicesfeatured .service {
  color: #ffffff;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  grid-template-rows: repeat(3, max-content);
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .service {
    padding: 1rem 2rem;
    transform: skew(11deg);
  }
}
.layout-servicesfeatured .service .title {
  font-size: 1.5rem;
  font-weight: 700;
  align-self: center;
  padding: 1.5rem 25% 0 5rem;
  line-height: .85;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-servicesfeatured .service .title {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .service .title {
    font-size: 1.125rem;
    min-height: 80px;
    padding: unset;
    text-align: unset;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicesfeatured .service .title {
    font-size: 1.75rem;
    font-weight: 900;
  }
}
.layout-servicesfeatured .service .text {
  display: none;
  position: absolute;
  top: 100%;
}
@media screen and (min-width: 1024px) {
  .layout-servicesfeatured .service .text {
    width: 120px;
    left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-servicesfeatured .service .text {
    left: 34px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicesfeatured .service .text {
    width: 160px;
    left: 38px;
  }
}
.layout-servicesfeatured .service .more {
  display: none;
  position: absolute;
  top: calc(100% + 100px);
  left: 38px;
}
.layout-servicesfeatured .service .more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layout-servicesfeatured .service .more {
    left: 8px;
  }
}
.layout-servicesfeatured .service .more::before {
  margin-right: .5rem;
}
.layout-servicesfeatured .service .more:hover {
  color: #ffcc00;
  transition: all 0.25s ease;
}
.layout-servicesfeatured .service .more:hover::before {
  margin: 0 1rem 0 .5rem;
}
.layout-servicedetails,
.layout-vacanciesdetails {
  padding: 0 0 2.5rem;
}
.layout-servicedetails > img,
.layout-vacanciesdetails > img {
  height: 300px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-servicedetails > img,
  .layout-vacanciesdetails > img {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-servicedetails > img,
  .layout-vacanciesdetails > img {
    height: 75vh;
  }
}
.layout-servicedetails .wrapper,
.layout-vacanciesdetails .wrapper {
  background-color: #003770;
  position: relative;
}
.layout-servicedetails .wrapper::before,
.layout-vacanciesdetails .wrapper::before,
.layout-servicedetails .wrapper::after,
.layout-vacanciesdetails .wrapper::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2rem;
  background-color: inherit;
  position: absolute;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.layout-servicedetails .wrapper::before,
.layout-vacanciesdetails .wrapper::before {
  width: 50vw;
  top: -2rem;
  right: -2rem;
  background: linear-gradient(90deg, #ff1f45 0%, #ff1f45 10%, #13a538 10%, #13a538 15%, #ffcc00 15%, #ffcc00 20%, #e359ab 20%, #e359ab 25%, #003770 25%);
}
.layout-servicedetails .wrapper::after,
.layout-vacanciesdetails .wrapper::after {
  bottom: -1.75rem;
  left: -2rem;
}
.layout-servicedetails .wrapper > .title,
.layout-vacanciesdetails .wrapper > .title {
  color: #ffffff;
  padding: 1rem 15px;
  max-width: 1180px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-servicedetails .wrapper > .title,
  .layout-vacanciesdetails .wrapper > .title {
    padding: 2.5rem 30px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .wrapper > .title,
  .layout-vacanciesdetails .wrapper > .title {
    max-width: 1500px;
  }
}
.layout-servicedetails .contents-and-person .contents,
.layout-vacanciesdetails .contents-and-person .contents {
  font-weight: 300;
}
.layout-servicedetails .contents-and-person .contents h1,
.layout-vacanciesdetails .contents-and-person .contents h1 {
  color: #003770 !important;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 14px;
}
.layout-servicedetails .contents-and-person .contents h2,
.layout-vacanciesdetails .contents-and-person .contents h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 30px;
}
.layout-servicedetails .contents-and-person .contents em,
.layout-vacanciesdetails .contents-and-person .contents em {
  font-style: normal;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 26px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .layout-servicedetails .contents-and-person .contents em,
  .layout-vacanciesdetails .contents-and-person .contents em {
    font-size: 1.25em;
  }
}
.layout-servicedetails .contents-and-person .contents ul,
.layout-vacanciesdetails .contents-and-person .contents ul {
  padding-top: 24px;
}
.layout-servicedetails .contents-and-person .contents ul li::marker,
.layout-vacanciesdetails .contents-and-person .contents ul li::marker {
  color: #ff1f45;
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a),
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) {
  color: #566c76 !important;
  background-color: #edf1f3 !important;
  transform: skewX(-12.5deg) !important;
  transform-origin: right bottom !important;
  width: fit-content !important;
  position: relative !important;
  isolation: isolate !important;
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a):before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a):before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 100% !important;
  background-color: #ff1f45 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a):hover::before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a):hover::before {
  width: 100% !important;
}
@media screen and (min-width: 1280px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a):hover a,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a):hover a {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a):hover a::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a):hover a::before {
    padding-left: 1.5rem;
  }
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a,
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more {
  transform: skewX(11deg) !important;
  transform-origin: right bottom !important;
  padding: .5rem .75rem .5rem 3rem !important;
  position: relative !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a:before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a:before,
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more:before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more:before {
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  font: var(--fa-font-regular) !important;
  content: "\f061" !important;
  margin-inline-end: .25rem !important;
}
@media screen and (min-width: 1280px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a,
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a,
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a::before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a::before,
.layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more::before,
.layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more::before {
  background-color: #ff1f45 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 2rem !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
}
@media screen and (min-width: 1280px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a::before,
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a::before,
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) span.more::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) span.more::before {
    width: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a {
    padding: 1.25rem 3rem 1.25rem 6rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a) a::before,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a) a::before {
    width: 3.5rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-servicedetails .contents-and-person .contents ul li:has(>strong>a):hover a,
  .layout-vacanciesdetails .contents-and-person .contents ul li:has(>strong>a):hover a {
    padding-right: 3rem !important;
  }
}
.single-vacancy .layout-vacanciesdetails > img {
  height: 50vh;
  max-height: 400px;
}
@media screen and (min-width: 810px) {
  .single-vacancy .layout-vacanciesdetails > img {
    min-height: 600px;
    max-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-vacanciesdetails > img {
    min-height: 600px;
  }
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties {
  padding: 30px 15px;
  max-width: 1180px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 30px;
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties {
    grid-template-columns: auto auto 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties {
    max-width: 1500px;
  }
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .title {
  color: #ffffff;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties {
  color: #ffffff;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .75rem;
}
@media screen and (min-width: 810px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    margin: 0;
    gap: .75rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties {
    display: grid;
    grid-template-columns: repeat(4, max-content);
  }
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties {
    column-gap: 5rem;
  }
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .25rem;
  align-items: center;
  height: max-content;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li img {
  width: 2rem;
  aspect-ratio: 1;
  object-fit: contain;
  padding: .25rem;
  background-color: #96a7b1;
  border-radius: 5px;
  grid-row: span 2;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li > span {
  color: #ffcc00;
  font-weight: 300;
  font-size: .75rem;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li > p {
  margin: 0;
  font-weight: 500;
  font-size: .85rem;
}
@media screen and (min-width: 810px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li > p {
    font-size: unset;
  }
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li:has(.area),
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li:has(.frequency),
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties .properties li:has(.salary) {
  display: none;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a) {
  margin-inline: auto;
  color: #003770;
  background-color: #edf1f3;
  height: max-content;
}
@media screen and (min-width: 810px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a) {
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a) {
    justify-self: end;
  }
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a)::before {
  background-color: #ffcc00;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a) a {
  padding-block: .75rem !important;
}
.single-vacancy .layout-vacanciesdetails .wrapper .title-and-properties p:has(strong a) a::before {
  background-color: #ffcc00;
  width: 2.5rem !important;
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents h1 {
    font-size: 4rem;
  }
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a) {
  background-color: #ff1f45 !important;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a)::before {
  background-color: #b90022 !important;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a) strong {
  background-color: #ff1f45;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a) strong::before {
  background-color: #b90022;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a) a {
  color: #ffffff !important;
  background-color: #ff1f45;
  transform: skew(23deg) !important;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a) a::before {
  background-color: #b90022 !important;
}
.single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a):hover a {
  background-color: #b90022;
}
@media screen and (min-width: 1660px) {
  .single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a):hover a {
    padding: 1.25rem 3rem 1.25rem 6rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .single-vacancy .layout-vacanciesdetails .container .contents-and-person .contents ul li:has(>strong>a):hover::before {
    padding: 0 .5rem !important;
  }
}
.layout-services {
  padding: 4rem 0 8rem;
}
.layout-services .container > ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: start;
}
.layout-services .container > ul > * {
  flex: 1 1 calc(1180px / 3 - 2 * 1.5rem);
}
@media screen and (min-width: 750px) {
  .layout-services .container > ul > li {
    max-width: 50%;
  }
}
@media screen and (min-width: 1144px) {
  .layout-services .container > ul > li {
    max-width: calc(1180px / 3 - 2 * 1.5rem);
  }
}
.layout-services .service {
  padding: 1rem;
}
.layout-services .service:hover {
  background-color: rgba(0, 55, 112, 0.2);
}
.layout-services .service:hover img {
  transform: scale(1.2);
}
.layout-services .service .image {
  margin: -1rem -1rem 0;
  overflow: hidden;
}
.layout-services .service .image img {
  height: 270px;
  width: 100%;
}
.layout-services .service .title {
  color: #003770;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 1660px) {
  .layout-services .service .title {
    min-height: 60px;
  }
}
.layout-services .service .text {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.layout-services .service .more {
  color: #003770;
  background-color: #edf1f3;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: max-content;
  position: relative;
  isolation: isolate;
}
.layout-services .service .more:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #003770;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-services .service .more:hover::before {
  width: 100%;
}
.layout-services .service .more:hover p {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .more:hover p {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-services .service .more:hover p::before {
    padding-left: 1.5rem;
  }
}
.layout-services .service .more p {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.layout-services .service .more p:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .more p {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .service .more p {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-services .service .more p::before {
  background-color: #003770;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .more p::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .service .more p::before {
    width: 3rem;
  }
}
.layout-newslatest {
  padding: 1.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-newslatest {
    padding: 8.5rem 0 !important;
  }
}
.layout-newslatest .container {
  padding: 0 2.25rem;
}
.layout-newslatest .container .shape {
  height: 1.25rem;
  width: 30%;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .shape {
    width: 25%;
    height: 2.25rem;
  }
}
.layout-newslatest .container .shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-newslatest .container .shape.top-shape {
  top: -1rem;
  right: 0;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .shape.top-shape {
    top: -2rem;
  }
}
.layout-newslatest .container .shape.top-shape::before {
  right: 0;
  transform-origin: top left;
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container .shape {
    width: 60%;
  }
}
.layout-newslatest .container > .title {
  color: #003770;
  text-align: center;
}
.layout-newslatest .container p:has(.link-to-all) {
  margin: 1.25rem auto;
  background-color: #edf1f3;
  color: #566c76;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: fit-content;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container p:has(.link-to-all) {
    margin: 2rem auto 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .container p:has(.link-to-all) {
    margin-top: 3.5rem;
  }
}
.layout-newslatest .container p:has(.link-to-all):before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #13a538;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-newslatest .container p:has(.link-to-all):hover {
  color: #ffffff;
}
.layout-newslatest .container p:has(.link-to-all):hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container p:has(.link-to-all):hover a {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-newslatest .container p:has(.link-to-all):hover a::before {
    padding-left: 1.5rem;
  }
}
.layout-newslatest .container p:has(.link-to-all) a {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.layout-newslatest .container p:has(.link-to-all) a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container p:has(.link-to-all) a {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .container p:has(.link-to-all) a {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-newslatest .container p:has(.link-to-all) a::before {
  color: #ffffff;
  background-color: #13a538;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container p:has(.link-to-all) a::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .container p:has(.link-to-all) a::before {
    width: 3rem;
  }
}
.layout-news {
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-news {
    padding: 60px 0;
  }
}
.layout-news .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .layout-news .container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.layout-news .container > ul .post {
  margin: 0;
}
.layout-news .pagination {
  text-align: center;
  margin: 30px 0;
}
.layout-news .pagination a,
.layout-news .pagination span {
  font-weight: 700;
  color: #003770;
  display: inline-block;
  margin: 0 5px;
}
.layout-news .pagination a.current,
.layout-news .pagination span.current {
  color: #ff1f45;
}
.layout-news .pagination a:not(.active):hover,
.layout-news .pagination span:not(.active):hover {
  color: #96a7b1;
}
.layout-newslatest .post,
.layout-news .post {
  position: relative;
  margin: 0 .5rem;
}
.layout-newslatest .post:hover,
.layout-news .post:hover {
  background-color: #13a538;
}
.layout-newslatest .post::before,
.layout-news .post::before {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 2.5rem;
  width: 50%;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.layout-newslatest .post .image,
.layout-news .post .image {
  overflow: hidden;
}
.layout-newslatest .post .image img,
.layout-news .post .image img {
  height: 250px;
  width: 100%;
}
.layout-newslatest .post .date-title-text-and-more,
.layout-news .post .date-title-text-and-more {
  background-color: #edf1f3;
  color: #000000;
  padding: 1.5rem 1rem 2rem;
}
.layout-newslatest .post .date-title-text-and-more .title,
.layout-news .post .date-title-text-and-more .title {
  font-weight: 700;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: .5rem 0;
  min-height: 46px;
}
.layout-newslatest .post .date-title-text-and-more .text,
.layout-news .post .date-title-text-and-more .text {
  font-weight: 300;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.layout-newslatest .post .date-title-text-and-more .more,
.layout-news .post .date-title-text-and-more .more {
  padding: 2rem 0 0;
}
.layout-newslatest .post .date-title-text-and-more .more:before,
.layout-news .post .date-title-text-and-more .more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-newslatest .post .date-title-text-and-more .more:hover::before,
.layout-news .post .date-title-text-and-more .more:hover::before {
  margin-right: 1.5rem;
}
.layout-newslatest .post:hover .image img,
.layout-news .post:hover .image img {
  transform: scale(1.2);
}
.layout-newslatest .post:hover .date-title-text-and-more,
.layout-news .post:hover .date-title-text-and-more {
  color: #ffffff;
  background-color: transparent;
}
.layout-contents {
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-contents {
    padding: 60px 0;
  }
}
.single-post .layout-contents {
  padding: 0;
}
.layout-contents .details > img {
  width: 100%;
  height: 80vh;
  max-height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-contents .details > img {
    min-height: 600px;
    max-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contents .details > img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-contents .details > img {
    min-height: 900px;
  }
}
.layout-contents .details .wrapper {
  background-color: #003770;
  position: relative;
}
.layout-contents .details .wrapper::before,
.layout-contents .details .wrapper::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2rem;
  background-color: inherit;
  position: absolute;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.layout-contents .details .wrapper::before {
  width: 50vw;
  top: -2rem;
  right: -2rem;
  background: linear-gradient(90deg, #ff1f45 0%, #ff1f45 10%, #13a538 10%, #13a538 15%, #ffcc00 15%, #ffcc00 20%, #e359ab 20%, #e359ab 25%, #003770 25%);
}
.layout-contents .details .wrapper::after {
  bottom: -1.75rem;
  left: -2rem;
  width: 25%;
}
.layout-contents .details .title-category-and-properties {
  padding: 1rem 15px;
  max-width: 1180px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-contents .details .title-category-and-properties {
    padding: 1.5rem 30px;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1660px) {
  .layout-contents .details .title-category-and-properties {
    max-width: 1500px;
    justify-content: unset;
    gap: 4.5rem;
  }
}
.layout-contents .details .title-category-and-properties .title-and-category .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-contents .details .title-category-and-properties .title-and-category .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contents .details .title-category-and-properties .title-and-category .title {
    font-size: 2.25rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1660px) {
  .layout-contents .details .title-category-and-properties .title-and-category .title {
    font-size: 2.75rem;
    margin-block: .25rem;
  }
}
.single-post .layout-contents .container {
  padding: 90px 0;
}
.layout-contents .container .date {
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.layout-contents .container .text {
  line-height: 1.6;
  font-weight: 300;
}
.layout-contents .container .text h2 {
  color: #003770;
  font-size: 2em;
}
.layout-contents .container .text h3 {
  color: #003770;
  margin: .75rem 0;
}
.layout-contents .container .text h4 {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  .layout-contents .container .text h4 {
    margin-top: 0;
  }
}
.layout-contents .container .text ul {
  padding-left: 24px;
  list-style: disc;
}
.layout-contents .container .text ul li::marker {
  color: #ff1f45;
}
.layout-contents .container .text p em a {
  font-style: normal;
  font-weight: 600;
}
.layout-contents .container .text p em a:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f060";
  margin-inline-end: .25rem;
}
.layout-contents .container .text p em a:hover {
  color: #13a538;
  margin-left: .5rem;
}
@media (hover: none) {
  .layout-contents .container .text p em a {
    color: #13a538;
  }
}
.layout-contents .container .text .social-pages {
  display: inline-block;
}
.layout-contents .container .share-buttons {
  color: #003770;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-contents .container .share-buttons {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
  }
}
.layout-contents .container .share-buttons p {
  display: inline-block;
  margin: 0;
}
.layout-contents .container .share-buttons .share ul {
  display: flex;
  gap: .5rem;
}
.layout-contents .container .share-buttons .share ul li a {
  font-size: 0;
}
.layout-contents .container .share-buttons .share ul li a i {
  font-size: 1.5rem;
  background-color: #003770;
  color: #ffffff;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-contents .container .share-buttons .share ul li a:hover i {
  color: #003770;
  background-color: #96a7b1;
}
.single-post .layout-contents .container {
  max-width: 1000px;
}
.layout-vessels {
  padding: 3rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vessels {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vessels .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vessels .container .filter-and-vessels .filter {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vessels .container .filter-and-vessels .filter {
    margin-bottom: 3rem;
  }
}
.layout-vessels .container .filter-and-vessels .filter h3 {
  color: #003770;
}
@media screen and (min-width: 810px) {
  .layout-vessels .container .filter-and-vessels .filter h3 {
    margin: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-vessels .container .filter-and-vessels .filter .facetwp-facet {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 0;
  }
}
.layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox {
  background: none;
  padding: .25rem 1rem;
  color: #003770;
  position: relative;
  isolation: isolate;
  width: max-content;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  .layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox {
    margin: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox {
    padding-block: .5rem;
  }
}
.layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #edf1f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox:hover {
  color: #edf1f3;
}
.layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox:hover::before {
  background-color: #003770;
}
.layout-vessels .container .filter-and-vessels .filter .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager {
  margin: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager {
    width: max-content;
    margin: 30px auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager {
    margin: 50px auto 0;
  }
}
.layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager .facetwp-pager a {
  font-weight: 700;
  color: #003770;
}
.layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager .facetwp-pager a.active {
  color: #ff1f45;
}
.layout-vessels .container .filter-and-vessels .facetwp-facet-vessel_pager .facetwp-pager a:not(.active):hover {
  color: #96a7b1;
}
.layout-vessels .container .filter-and-vessels .vessels {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 650px) {
  .layout-vessels .container .filter-and-vessels .vessels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 960px) {
  .layout-vessels .container .filter-and-vessels .vessels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-vessels .container .filter-and-vessels .vessels {
    row-gap: 2.5rem;
  }
}
.layout-vesselsfeatured {
  padding: 5rem 0;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container .text h2 {
  color: #003770;
  text-align: center;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > ul > * {
  flex: 1 1 calc(1180px / 3 - 2 * 1.5rem);
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > p:has(strong>a) {
  color: #003770;
  background-color: #edf1f3;
  margin: 1.5rem auto;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > p:has(strong>a)::before {
  background-color: #003770;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > p:has(strong>a) a::before {
  color: #ffffff;
  background-color: #003770;
}
.layout-vesselsfeatured:not(:has(.slick-slider)) .container > p:has(strong>a):hover {
  color: #ffffff;
}
.layout-vesselsfeatured.slider .container {
  padding: 0 2.25rem;
}
.layout-vesselsfeatured.slider .container .text {
  text-align: center;
}
.layout-vesselsfeatured.slider .container .text h2 {
  color: #003770;
  text-align: center;
}
.layout-vesselsfeatured.slider .container .slick-slider {
  margin: 0 -15px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsfeatured.slider .container .slick-slider {
    margin: 0 -30px;
  }
}
.layout-vesselsfeatured.slider .container .slick-slider .slick-slide {
  margin: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsfeatured.slider .container .slick-slider .slick-slide {
    margin: 0 30px;
  }
}
.layout-vesselsfeatured.slider .container .slick-slider .slick-slide .vessel {
  margin: 0 .5rem;
}
.layout-vesselsfeatured .container > p {
  text-align: center;
  margin: 0 auto;
}
.layout-vesselcategories {
  padding: 1rem 0 50px;
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories {
    padding: 2.5rem 0 90px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories {
    padding-bottom: 4.5rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories {
    padding-bottom: 8.5rem !important;
  }
}
.layout-vesselcategories::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #003770;
  position: absolute;
  bottom: 45px;
  left: 0;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories::before {
    height: 50%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories::before {
    height: 40%;
    bottom: 90px;
  }
}
.layout-vesselcategories::after {
  content: "";
  display: block;
  width: 40%;
  height: 50px;
  background-color: #003770;
  position: absolute;
  left: -100px;
  transform: skewX(-11deg);
  bottom: 20px;
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories::after {
    bottom: 50px;
  }
}
.layout-vesselcategories .container {
  padding: 0;
  max-width: 2600px;
}
.layout-vesselcategories .container .shape {
  height: 1.25rem;
  width: 30%;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .shape {
    width: 25%;
    height: 2.25rem;
  }
}
.layout-vesselcategories .container .shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
}
.layout-vesselcategories .container .shape.top-shape {
  top: -1rem;
  right: 0;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .shape.top-shape {
    top: -2rem;
  }
}
.layout-vesselcategories .container .shape.top-shape::before {
  right: 0;
  transform-origin: top left;
}
.layout-vesselcategories .container .top-shape {
  width: 25vw;
}
.layout-vesselcategories .container .title {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .title {
    padding: 0 30px;
  }
}
.layout-vesselcategories .container .title h2 {
  color: #003770;
}
.layout-vesselcategories .container .title p {
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories .container .title p {
    margin-top: -15px;
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories {
    padding-top: 2rem;
  }
}
.layout-vesselcategories .container .categories li {
  clip-path: polygon(0 8%, 100% 0%, 100% 89%, 0% 100%);
  margin-block: -.5rem;
  margin-block: unset;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories li {
    clip-path: polygon(11% 0, 100% 0%, 89% 100%, 0% 100%);
    margin-inline: -1.25vw;
  }
}
.layout-vesselcategories .container .categories li:first-child {
  clip-path: polygon(0 0, 100% 0%, 100% 89%, 0% 100%);
  margin-block: 0 -0.5rem;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories li:first-child {
    clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
    margin-block: unset;
  }
}
.layout-vesselcategories .container .categories li:last-child {
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
  margin-block: -0.5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories li:last-child {
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-block: unset;
  }
}
.layout-vesselcategories .container .categories li .category {
  position: relative;
  display: block;
}
.layout-vesselcategories .container .categories li .category::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(0, 55, 112, 0.5);
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: 2;
}
.layout-vesselcategories .container .categories li .category:hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .categories li .category:hover .catname-and-more {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.layout-vesselcategories .container .categories li .category:hover .catname-and-more p:has(.more) {
  display: inline-block;
}
.layout-vesselcategories .container .categories li .category .catname-and-more {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .categories li .category .catname-and-more {
    top: auto;
    transform: none;
    bottom: 2rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories .container .categories li .category .catname-and-more {
    left: 5rem;
  }
}
.layout-vesselcategories .container .categories li .category .catname-and-more .cat-name {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.5rem;
  word-spacing: 300px;
  line-height: .8;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories .container .categories li .category .catname-and-more .cat-name {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .categories li .category .catname-and-more .cat-name {
    font-size: 2rem;
    word-spacing: 100vw;
    line-height: .75;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories .container .categories li .category .catname-and-more .cat-name {
    font-size: 2.5rem;
  }
}
.layout-vesselcategories .container .categories li .category .catname-and-more p:has(.more) {
  display: none;
}
@media (hover: none) {
  .layout-vesselcategories .container .categories li .category .catname-and-more p:has(.more) {
    display: inline-block;
  }
  .layout-vesselcategories .container .categories li .category .catname-and-more p:has(.more) a {
    padding: .25rem .75rem .25rem 3rem;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-vesselcategories .container .categories li .category .catname-and-more p:has(.more) .more {
    font-size: .8rem;
    padding-left: 2rem;
  }
  .layout-vesselcategories .container .categories li .category .catname-and-more p:has(.more) .more::before {
    width: 1.5rem;
  }
}
.layout-vesselcategories .container .categories li .category .image img {
  height: 180px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container .categories li .category .image img {
    height: 250px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories .container .categories li .category .image img {
    height: 350px;
  }
}
.layout-vesselcategories .container p:has(.link-to-all),
.layout-vesselcategories .container p:has(.more) {
  color: #566c76;
  background-color: #ffffff;
  margin: 1.5rem auto;
}
@media screen and (min-width: 1280px) {
  .layout-vesselcategories .container p:has(.link-to-all),
  .layout-vesselcategories .container p:has(.more) {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesselcategories .container p:has(.link-to-all),
  .layout-vesselcategories .container p:has(.more) {
    margin-top: 3.25rem;
  }
}
.layout-vesselcategories .container p:has(.link-to-all)::before,
.layout-vesselcategories .container p:has(.more)::before {
  background-color: #edf1f3;
}
.layout-vesselcategories .container p:has(.link-to-all) a::before,
.layout-vesselcategories .container p:has(.more) a::before {
  background-color: #edf1f3;
}
.layout-vesselcategories#display-three {
  background-color: #edf1f3;
}
.layout-vesselcategories#display-three .container .shape {
  background-color: #edf1f3;
}
@media screen and (min-width: 810px) {
  .layout-vesselcategories#display-three .container .categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.layout-vesseldetails {
  padding: 0 0 2.5rem;
}
.layout-vesseldetails .contents h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 30px;
}
.layout-vesseldetails .contents-and-person .contents h2:first-of-type {
  margin-top: 19px;
}
.layout-vesseldetails .details > img {
  width: 100%;
  height: 80vh;
  max-height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details > img {
    min-height: 600px;
    max-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .details > img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .details > img {
    min-height: 900px;
  }
}
.layout-vesseldetails .details .wrapper {
  background-color: #003770;
  position: relative;
}
.layout-vesseldetails .details .wrapper::before,
.layout-vesseldetails .details .wrapper::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2rem;
  background-color: inherit;
  position: absolute;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.layout-vesseldetails .details .wrapper::before {
  width: 50vw;
  top: -2rem;
  right: -2rem;
  background: linear-gradient(90deg, #ff1f45 0%, #ff1f45 10%, #13a538 10%, #13a538 15%, #ffcc00 15%, #ffcc00 20%, #e359ab 20%, #e359ab 25%, #003770 25%);
}
.layout-vesseldetails .details .wrapper::after {
  bottom: -1.75rem;
  left: -2rem;
  width: 25%;
}
.layout-vesseldetails .details .title-category-and-properties {
  padding: 1rem 15px;
  max-width: 1180px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details .title-category-and-properties {
    padding: 1.5rem 30px;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .details .title-category-and-properties {
    max-width: 1500px;
    justify-content: unset;
    gap: 4.5rem;
  }
}
.layout-vesseldetails .details .title-category-and-properties .title-and-category .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details .title-category-and-properties .title-and-category .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .details .title-category-and-properties .title-and-category .title {
    font-size: 2.25rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .details .title-category-and-properties .title-and-category .title {
    font-size: 2.75rem;
    margin-block: .25rem;
  }
}
.layout-vesseldetails .details .title-category-and-properties .title-and-category .category {
  color: #96a7b1;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .details .title-category-and-properties .title-and-category .category {
    font-size: 1.25rem;
  }
}
.layout-vesseldetails .details .title-category-and-properties .properties {
  color: #ffffff;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .75rem;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details .title-category-and-properties .properties {
    margin: 0;
    gap: .75rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .details .title-category-and-properties .properties {
    display: grid;
    grid-template-columns: repeat(4, max-content);
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .details .title-category-and-properties .properties {
    column-gap: 5rem;
  }
}
.layout-vesseldetails .details .title-category-and-properties .properties li {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .25rem;
  align-items: center;
  height: max-content;
}
.layout-vesseldetails .details .title-category-and-properties .properties li:has(.marine_traffic_id) {
  display: none;
}
.layout-vesseldetails .details .title-category-and-properties .properties li:has(.carbon) span {
  color: #13a538;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .details .title-category-and-properties .properties li:has(.builder) {
    grid-column: span 2;
  }
}
.layout-vesseldetails .details .title-category-and-properties .properties li img {
  width: 2rem;
  aspect-ratio: 1;
  object-fit: contain;
  padding: .25rem;
  background-color: #96a7b1;
  border-radius: 5px;
  grid-row: span 2;
}
.layout-vesseldetails .details .title-category-and-properties .properties li img.carbon {
  background-color: #13a538;
}
.layout-vesseldetails .details .title-category-and-properties .properties li > span {
  color: #ffcc00;
  font-weight: 300;
  font-size: .75rem;
}
.layout-vesseldetails .details .title-category-and-properties .properties li > p {
  margin: 0;
  font-weight: 500;
  font-size: .85rem;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details .title-category-and-properties .properties li > p {
    font-size: unset;
  }
}
.layout-vesseldetails .details .title-category-and-properties > p:has(strong a) {
  margin-inline: auto;
  color: #003770;
  background-color: #edf1f3;
  height: max-content;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .details .title-category-and-properties > p:has(strong a) {
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.layout-vesseldetails .details .title-category-and-properties > p:has(strong a)::before {
  background-color: #ffcc00;
}
.layout-vesseldetails .details .title-category-and-properties > p:has(strong a) a {
  padding-block: .75rem !important;
}
.layout-vesseldetails .details .title-category-and-properties > p:has(strong a) a::before {
  background-color: #ffcc00;
  width: 2.5rem !important;
}
.layout-vessels .vessel > .image,
.layout-vesselsfeatured .vessel > .image {
  overflow: hidden;
}
.layout-vessels .vessel > .image img,
.layout-vesselsfeatured .vessel > .image img {
  height: 220px;
  width: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-vessels .vessel > .image img,
  .layout-vesselsfeatured .vessel > .image img {
    height: 310px;
  }
}
.layout-vessels .vessel .text-and-properties,
.layout-vesselsfeatured .vessel .text-and-properties {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more .title-and-category,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more .title-and-category {
  min-height: 75px;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more .title-and-category > .title,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more .title-and-category > .title {
  color: #003770;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-vessels .vessel .text-and-properties .title-category-and-more .title-and-category > .title,
  .layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more .title-and-category > .title {
    font-size: 1.5rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vessels .vessel .text-and-properties .title-category-and-more .title-and-category > .title,
  .layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more .title-and-category > .title {
    font-size: 2rem;
  }
}
.layout-vessels .vessel .text-and-properties .title-category-and-more .title-and-category > .category,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more .title-and-category > .category {
  font-size: .85rem;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more > p:has(strong .more),
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more > p:has(strong .more) {
  color: #003770;
  background-color: #edf1f3;
  margin-bottom: 0;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more > p:has(strong .more)::before,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more > p:has(strong .more)::before {
  background-color: #003770;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more > p:has(strong .more):hover,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more > p:has(strong .more):hover {
  color: #ffffff;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more > p:has(strong .more) .more,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more > p:has(strong .more) .more {
  display: inline-block;
  padding: .5rem 1rem .5rem 3rem !important;
}
.layout-vessels .vessel .text-and-properties .title-category-and-more > p:has(strong .more) .more::before,
.layout-vesselsfeatured .vessel .text-and-properties .title-category-and-more > p:has(strong .more) .more::before {
  color: #ffffff;
  background-color: #003770;
  width: 2rem !important;
}
.layout-vessels .vessel .text-and-properties .properties,
.layout-vesselsfeatured .vessel .text-and-properties .properties {
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: space-between;
}
.layout-vessels .vessel .text-and-properties .properties li,
.layout-vesselsfeatured .vessel .text-and-properties .properties li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
}
.layout-vessels .vessel .text-and-properties .properties li img,
.layout-vesselsfeatured .vessel .text-and-properties .properties li img {
  background-color: #96a7b1;
  width: 1.5rem;
  aspect-ratio: 1;
  padding: .25rem;
  border-radius: .25rem;
  object-fit: contain;
  margin-right: .25rem;
  justify-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-vessels .vessel .text-and-properties .properties li img,
  .layout-vesselsfeatured .vessel .text-and-properties .properties li img {
    width: 2rem;
  }
}
.layout-vessels .vessel:hover,
.layout-vesselsfeatured .vessel:hover {
  background-color: rgba(0, 55, 112, 0.2);
}
.layout-vessels .vessel:hover > .image img,
.layout-vesselsfeatured .vessel:hover > .image img {
  transform: scale(1.2);
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .container,
  .layout-servicedetails .container,
  .layout-vacanciesdetails .container {
    max-width: 1500px;
  }
}
.layout-vesseldetails .contents-and-person,
.layout-servicedetails .contents-and-person,
.layout-vacanciesdetails .contents-and-person {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .contents-and-person,
  .layout-servicedetails .contents-and-person,
  .layout-vacanciesdetails .contents-and-person {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person,
  .layout-servicedetails .contents-and-person,
  .layout-vacanciesdetails .contents-and-person {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-vesseldetails .contents-and-person .contents,
.layout-servicedetails .contents-and-person .contents,
.layout-vacanciesdetails .contents-and-person .contents {
  padding-top: 2.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .contents,
  .layout-servicedetails .contents-and-person .contents,
  .layout-vacanciesdetails .contents-and-person .contents {
    grid-column: span 4;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents,
  .layout-servicedetails .contents-and-person .contents,
  .layout-vacanciesdetails .contents-and-person .contents {
    padding-top: 4.5rem;
  }
}
.layout-vesseldetails .contents-and-person .contents h1,
.layout-servicedetails .contents-and-person .contents h1,
.layout-vacanciesdetails .contents-and-person .contents h1 {
  color: #ff1f45;
}
.layout-vesseldetails .contents-and-person .contents h2,
.layout-servicedetails .contents-and-person .contents h2,
.layout-vacanciesdetails .contents-and-person .contents h2 {
  line-height: initial;
  color: #003770;
}
.layout-vesseldetails .contents-and-person .contents h3,
.layout-servicedetails .contents-and-person .contents h3,
.layout-vacanciesdetails .contents-and-person .contents h3 {
  color: #003770;
  margin: .75rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents h3,
  .layout-servicedetails .contents-and-person .contents h3,
  .layout-vacanciesdetails .contents-and-person .contents h3 {
    margin: 2.5rem 0 1.5rem;
  }
}
.layout-vesseldetails .contents-and-person .contents h3 + p,
.layout-servicedetails .contents-and-person .contents h3 + p,
.layout-vacanciesdetails .contents-and-person .contents h3 + p {
  font-weight: 300;
  font-size: .9rem;
}
.layout-vesseldetails .contents-and-person .contents h4,
.layout-servicedetails .contents-and-person .contents h4,
.layout-vacanciesdetails .contents-and-person .contents h4 {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .contents-and-person .contents h4,
  .layout-servicedetails .contents-and-person .contents h4,
  .layout-vacanciesdetails .contents-and-person .contents h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents h4,
  .layout-servicedetails .contents-and-person .contents h4,
  .layout-vacanciesdetails .contents-and-person .contents h4 {
    font-size: 1.25rem;
    word-spacing: 4px;
    margin-bottom: 32px;
  }
}
.layout-vesseldetails .contents-and-person .contents p:first-of-type,
.layout-servicedetails .contents-and-person .contents p:first-of-type,
.layout-vacanciesdetails .contents-and-person .contents p:first-of-type {
  font-size: 1.125em;
}
.layout-vesseldetails .contents-and-person .contents a,
.layout-servicedetails .contents-and-person .contents a,
.layout-vacanciesdetails .contents-and-person .contents a {
  text-decoration: underline;
}
.layout-vesseldetails .contents-and-person .contents a:hover,
.layout-servicedetails .contents-and-person .contents a:hover,
.layout-vacanciesdetails .contents-and-person .contents a:hover {
  text-decoration: none;
}
.layout-vesseldetails .contents-and-person .contents strong:has(a),
.layout-servicedetails .contents-and-person .contents strong:has(a),
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) {
  display: block;
  margin-top: 1.25rem;
  color: #003770;
  background-color: #edf1f3;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: fit-content;
  position: relative;
  isolation: isolate;
}
.layout-vesseldetails .contents-and-person .contents strong:has(a):before,
.layout-servicedetails .contents-and-person .contents strong:has(a):before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a):before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #003770;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vesseldetails .contents-and-person .contents strong:has(a):hover::before,
.layout-servicedetails .contents-and-person .contents strong:has(a):hover::before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a):hover::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a):hover a,
  .layout-servicedetails .contents-and-person .contents strong:has(a):hover a,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a):hover a {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-vesseldetails .contents-and-person .contents strong:has(a):hover a::before,
  .layout-servicedetails .contents-and-person .contents strong:has(a):hover a::before,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a):hover a::before {
    padding-left: 1.5rem;
  }
}
.layout-vesseldetails .contents-and-person .contents strong:has(a) a,
.layout-servicedetails .contents-and-person .contents strong:has(a) a,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) a,
.layout-vesseldetails .contents-and-person .contents strong:has(a) span.more,
.layout-servicedetails .contents-and-person .contents strong:has(a) span.more,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.layout-vesseldetails .contents-and-person .contents strong:has(a) a:before,
.layout-servicedetails .contents-and-person .contents strong:has(a) a:before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) a:before,
.layout-vesseldetails .contents-and-person .contents strong:has(a) span.more:before,
.layout-servicedetails .contents-and-person .contents strong:has(a) span.more:before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a) a,
  .layout-servicedetails .contents-and-person .contents strong:has(a) a,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) a,
  .layout-vesseldetails .contents-and-person .contents strong:has(a) span.more,
  .layout-servicedetails .contents-and-person .contents strong:has(a) span.more,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a) a,
  .layout-servicedetails .contents-and-person .contents strong:has(a) a,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) a,
  .layout-vesseldetails .contents-and-person .contents strong:has(a) span.more,
  .layout-servicedetails .contents-and-person .contents strong:has(a) span.more,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-vesseldetails .contents-and-person .contents strong:has(a) a::before,
.layout-servicedetails .contents-and-person .contents strong:has(a) a::before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) a::before,
.layout-vesseldetails .contents-and-person .contents strong:has(a) span.more::before,
.layout-servicedetails .contents-and-person .contents strong:has(a) span.more::before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more::before {
  background-color: #003770;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a) a::before,
  .layout-servicedetails .contents-and-person .contents strong:has(a) a::before,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) a::before,
  .layout-vesseldetails .contents-and-person .contents strong:has(a) span.more::before,
  .layout-servicedetails .contents-and-person .contents strong:has(a) span.more::before,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a) a::before,
  .layout-servicedetails .contents-and-person .contents strong:has(a) a::before,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) a::before,
  .layout-vesseldetails .contents-and-person .contents strong:has(a) span.more::before,
  .layout-servicedetails .contents-and-person .contents strong:has(a) span.more::before,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) span.more::before {
    width: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a),
  .layout-servicedetails .contents-and-person .contents strong:has(a),
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a) {
    margin-top: 3.25rem;
  }
}
.layout-vesseldetails .contents-and-person .contents strong:has(a):hover,
.layout-servicedetails .contents-and-person .contents strong:has(a):hover,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a):hover {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .contents strong:has(a):hover,
  .layout-servicedetails .contents-and-person .contents strong:has(a):hover,
  .layout-vacanciesdetails .contents-and-person .contents strong:has(a):hover {
    padding-right: 1.75rem !important;
  }
}
.layout-vesseldetails .contents-and-person .contents strong:has(a) a,
.layout-servicedetails .contents-and-person .contents strong:has(a) a,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) a {
  text-decoration: none;
}
.layout-vesseldetails .contents-and-person .contents strong:has(a) a::before,
.layout-servicedetails .contents-and-person .contents strong:has(a) a::before,
.layout-vacanciesdetails .contents-and-person .contents strong:has(a) a::before {
  color: #ffffff;
}
.layout-vesseldetails .contents-and-person .contents ul:not(:has(strong>a)),
.layout-servicedetails .contents-and-person .contents ul:not(:has(strong>a)),
.layout-vacanciesdetails .contents-and-person .contents ul:not(:has(strong>a)) {
  list-style-type: disc;
  padding-left: 1rem;
}
.layout-vesseldetails .contents-and-person .person-wrapper,
.layout-servicedetails .contents-and-person .person-wrapper,
.layout-vacanciesdetails .contents-and-person .person-wrapper {
  background-color: #edf1f3;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vesseldetails .contents-and-person .person-wrapper,
  .layout-servicedetails .contents-and-person .person-wrapper,
  .layout-vacanciesdetails .contents-and-person .person-wrapper {
    align-self: start;
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .person-wrapper,
  .layout-servicedetails .contents-and-person .person-wrapper,
  .layout-vacanciesdetails .contents-and-person .person-wrapper {
    grid-column: span 3;
    padding-top: 4rem;
  }
}
.layout-vesseldetails .contents-and-person .person-wrapper::before,
.layout-servicedetails .contents-and-person .person-wrapper::before,
.layout-vacanciesdetails .contents-and-person .person-wrapper::before {
  content: "";
  display: block;
  width: 40%;
  height: 2rem;
  background-color: inherit;
  position: absolute;
  bottom: -2rem;
  left: 0;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  z-index: 2;
}
.layout-vesseldetails .contents-and-person .person-wrapper::after,
.layout-servicedetails .contents-and-person .person-wrapper::after,
.layout-vacanciesdetails .contents-and-person .person-wrapper::after {
  content: "";
  display: block;
  width: 40%;
  height: 2.25rem;
  background-color: inherit;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
}
.layout-vesseldetails .contents-and-person .person-wrapper h3,
.layout-servicedetails .contents-and-person .person-wrapper h3,
.layout-vacanciesdetails .contents-and-person .person-wrapper h3 {
  color: #003770;
  margin: 25px 0 8px;
}
.layout-vesseldetails .contents-and-person .person-wrapper p,
.layout-servicedetails .contents-and-person .person-wrapper p,
.layout-vacanciesdetails .contents-and-person .person-wrapper p {
  font-weight: 300;
  margin-top: 0;
  line-height: 1.6;
}
.layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title,
.layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title,
  .layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title,
  .layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 1rem;
  }
}
.layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title img,
.layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title img,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title img {
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title img,
  .layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title img,
  .layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title img {
    height: 180px;
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title,
  .layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title,
  .layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title {
    align-self: end;
  }
}
.layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name,
.layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-vesseldetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name,
  .layout-servicedetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name,
  .layout-vacanciesdetails .contents-and-person .person-wrapper .person .image-name-and-title .name-and-title .name {
    font-size: 1.3rem;
  }
}
.layout-vesseldetails .contents-and-person .person-wrapper .person p:has(strong a),
.layout-servicedetails .contents-and-person .person-wrapper .person p:has(strong a),
.layout-vacanciesdetails .contents-and-person .person-wrapper .person p:has(strong a) {
  background-color: #ffffff;
  color: #566c76;
  margin: 0 0 .5rem;
}
.layout-vesseldetails .contents-and-person .person-wrapper .person p:has(strong a)::before,
.layout-servicedetails .contents-and-person .person-wrapper .person p:has(strong a)::before,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person p:has(strong a)::before {
  background-color: #e359ab;
}
.layout-vesseldetails .contents-and-person .person-wrapper .person p:has(strong a) a,
.layout-servicedetails .contents-and-person .person-wrapper .person p:has(strong a) a,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person p:has(strong a) a {
  padding-block: .65rem;
}
.layout-vesseldetails .contents-and-person .person-wrapper .person p:has(strong a) a::before,
.layout-servicedetails .contents-and-person .person-wrapper .person p:has(strong a) a::before,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person p:has(strong a) a::before {
  color: #ffffff;
  background-color: #e359ab;
}
.layout-vesseldetails .contents-and-person .person-wrapper .person p:has(strong a) a:hover,
.layout-servicedetails .contents-and-person .person-wrapper .person p:has(strong a) a:hover,
.layout-vacanciesdetails .contents-and-person .person-wrapper .person p:has(strong a) a:hover {
  color: #ffffff;
}
.layout-vacancies {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies {
    padding: 3.5rem 0 2rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies {
    padding: 5.5rem 0 13rem !important;
  }
}
.layout-vacancies::after {
  content: "";
  display: inline-block;
  height: 2.5rem;
  width: 30vw;
  background-color: inherit;
  position: absolute;
  bottom: -2.5rem;
  left: -2rem;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies::after {
    height: 2rem;
    bottom: -2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container {
    max-width: 1500px;
  }
}
.layout-vacancies .container > .title {
  color: #ff1f45;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies {
    padding-top: 1rem;
    gap: 1rem;
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search {
    margin-bottom: 32px;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap {
  position: relative;
  margin-left: 2rem;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap .facetwp-icon {
  background-color: #e359ab;
  width: 2rem;
  height: 100%;
  opacity: 1;
  position: absolute;
  isolation: isolate;
  left: -2rem;
  right: auto;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap .facetwp-icon:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f002";
  margin-inline-end: .25rem;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap .facetwp-icon::before {
  background: none;
  color: #ffffff;
  margin-inline-end: 0;
  padding: .625rem;
  font-weight: 700;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap .facetwp-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap input {
  min-height: 2.5rem;
  background-color: #edf1f3;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  border: none;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap input {
    min-width: 300px;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap input::placeholder {
  font-weight: 700;
  transform: skewX(11deg);
  transform-origin: right bottom;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .facetwp-facet-vacancies_search .facetwp-input-wrap input:focus-visible {
  outline: 2px solid #e359ab;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter {
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter {
    display: initial;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .location,
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .organization {
    margin-bottom: 32px;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .filter-cat {
  font-weight: 700;
  color: #566c76;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .filter-cat {
    margin-bottom: 16px;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes {
  margin: .5rem 0 1rem;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox {
  font-weight: 300;
  background: none;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox {
    margin-bottom: 12px;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000000;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #ff1f45;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .25rem;
  opacity: 0;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox:hover::after,
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox.checked::after {
  opacity: 1;
}
.layout-vacancies .container .search-filter-and-vacancies .search-and-filter .filter .facetwp-type-checkboxes .facetwp-checkbox span.facetwp-counter {
  display: none;
}
.layout-vacancies .container .search-filter-and-vacancies .vacancies-and-pagination {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies .vacancies-and-pagination {
    margin: 0;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .vacancies-and-pagination .vacancies {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies .vacancies-and-pagination .vacancies {
    gap: 3rem;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text {
  padding: 1rem 1rem 1rem 2rem;
  background-color: #edf1f3;
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text h3,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text h3 {
  color: #003770;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .search-filter-and-vacancies .second-filter-text h3,
  .layout-vacancies .container .search-filter-and-vacancies .first-filter-text h3 {
    margin-top: 1rem;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text p,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text p {
  font-weight: 300;
  line-height: 1.32;
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text p:has(strong a),
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text p:has(strong a) {
  background-color: #ffffff;
  color: #566c76;
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text p:has(strong a) a,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text p:has(strong a) a {
  font-weight: 500;
  padding: .75rem 1rem .75rem 3rem !important;
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text p:has(strong a) a::before,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text p:has(strong a) a::before {
  color: #ffffff;
  width: 2.5rem !important;
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text p:has(strong a):hover,
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text p:has(strong a):hover {
  color: #ffffff;
}
.layout-vacancies .container .search-filter-and-vacancies .first-filter-text {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies .first-filter-text {
    display: block;
  }
}
.layout-vacancies .container .search-filter-and-vacancies .second-filter-text {
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .search-filter-and-vacancies .second-filter-text {
    display: none;
  }
}
.layout-vacanciesfeatured .container > .title {
  color: #ff1f45;
  text-align: center;
}
.layout-vacanciesfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
}
.layout-vacanciesfeatured .container > p:has(strong a) {
  margin: 1.5rem auto;
  background-color: #edf1f3;
  color: #566c76;
}
.layout-vacanciesfeatured .container > p:has(strong a) a::before {
  color: #ffffff;
}
.layout-vacanciesfeatured .container > p:has(strong a):hover {
  color: #ffffff;
}
.layout-vacancieslatest {
  padding: 30px 0;
}
.layout-vacancieslatest .container .vacancies {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-vacancieslatest .container .vacancies {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
.layout-vacancieslatest .container p:has(.link-to-all-vacancies) {
  margin-inline: auto;
}
.layout-vacanciesapply {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesapply {
    padding: 60px 0;
  }
}
.layout-vacanciesapply .form-and-image {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesapply .form-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesapply .form-and-image {
    grid-template-columns: calc(1500px / 2) 1fr;
    margin-left: calc(50vw - 1500px/2 + 30px);
  }
}
.layout-vacanciesapply .form-and-image #application-form {
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesapply .form-and-image #application-form {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesapply .form-and-image #application-form {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesapply .form-and-image #application-form {
    padding: 0;
    margin: 0;
    max-width: 65%;
  }
}
.layout-vacanciesapply .form-and-image #application-form h2.gform_title {
  margin-bottom: 1.5rem;
}
.layout-vacanciesapply .form-and-image .image,
.layout-vacanciesapply .form-and-image .image img {
  width: 100%;
  height: 100%;
}
.layout-vacancies .vacancy,
.layout-vacanciesfeatured .vacancy,
.layout-vacancieslatest .vacancy {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .vacancy:not(.layout-vacanciesfeatured .vacancy),
  .layout-vacanciesfeatured .vacancy:not(.layout-vacanciesfeatured .vacancy),
  .layout-vacancieslatest .vacancy:not(.layout-vacanciesfeatured .vacancy) {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy,
  .layout-vacanciesfeatured .vacancy,
  .layout-vacancieslatest .vacancy {
    align-items: end;
  }
}
.layout-vacancies .vacancy .image,
.layout-vacanciesfeatured .vacancy .image,
.layout-vacancieslatest .vacancy .image {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .vacancy .image,
  .layout-vacanciesfeatured .vacancy .image,
  .layout-vacancieslatest .vacancy .image {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy .image,
  .layout-vacanciesfeatured .vacancy .image,
  .layout-vacancieslatest .vacancy .image {
    height: 300px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacancies .vacancy .image img,
  .layout-vacanciesfeatured .vacancy .image img,
  .layout-vacancieslatest .vacancy .image img {
    height: 100%;
    width: 100%;
  }
}
.layout-vacancies .vacancy .image .logo,
.layout-vacanciesfeatured .vacancy .image .logo,
.layout-vacancieslatest .vacancy .image .logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #003770;
  padding: 8px 26px;
}
.layout-vacancies .vacancy .image .logo img,
.layout-vacanciesfeatured .vacancy .image .logo img,
.layout-vacancieslatest .vacancy .image .logo img {
  max-width: 60px;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .vacancy .title-properties-and-more,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more,
  .layout-vacancieslatest .vacancy .title-properties-and-more {
    grid-column: span 4;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .title,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .title,
.layout-vacancieslatest .vacancy .title-properties-and-more .title {
  padding: 1rem 1rem 0;
  font-size: 1.25rem;
  color: #003770;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .vacancy .title-properties-and-more .title,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .title,
  .layout-vacancieslatest .vacancy .title-properties-and-more .title {
    font-size: 2rem;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .properties,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .properties,
.layout-vacancieslatest .vacancy .title-properties-and-more .properties {
  padding: 1rem;
  background-color: #edf1f3;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy .title-properties-and-more .properties,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .properties,
  .layout-vacancieslatest .vacancy .title-properties-and-more .properties {
    gap: 1.5rem;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .properties li.area:before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .properties li.area:before,
.layout-vacancieslatest .vacancy .title-properties-and-more .properties li.area:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f3c5";
  margin-inline-end: .25rem;
}
.layout-vacancies .vacancy .title-properties-and-more .properties li.frequency:before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .properties li.frequency:before,
.layout-vacancieslatest .vacancy .title-properties-and-more .properties li.frequency:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f017";
  margin-inline-end: .25rem;
}
.layout-vacancies .vacancy .title-properties-and-more .properties li.salary:before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .properties li.salary:before,
.layout-vacancieslatest .vacancy .title-properties-and-more .properties li.salary:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f81d";
  margin-inline-end: .25rem;
}
.layout-vacancies .vacancy .title-properties-and-more .properties li::before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .properties li::before,
.layout-vacancieslatest .vacancy .title-properties-and-more .properties li::before {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  margin: 0 .5rem 0 0;
  width: 2rem;
}
.layout-vacancies .vacancy .title-properties-and-more .more,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more,
.layout-vacancieslatest .vacancy .title-properties-and-more .more {
  color: #ffffff;
  background-color: #ff1f45;
  transform: skewX(-12.5deg);
  transform-origin: right bottom;
  width: max-content;
  position: relative;
  isolation: isolate;
  transform: skewX(-11deg);
}
.layout-vacancies .vacancy .title-properties-and-more .more:before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more:before,
.layout-vacancieslatest .vacancy .title-properties-and-more .more:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #b90022;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vacancies .vacancy .title-properties-and-more .more:hover::before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more:hover::before,
.layout-vacancieslatest .vacancy .title-properties-and-more .more:hover::before {
  width: 100%;
}
.layout-vacancies .vacancy .title-properties-and-more .more:hover p,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more:hover p,
.layout-vacancieslatest .vacancy .title-properties-and-more .more:hover p {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy .title-properties-and-more .more:hover p,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more:hover p,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more:hover p {
    padding-right: 2rem;
    margin-right: -1rem;
  }
  .layout-vacancies .vacancy .title-properties-and-more .more:hover p::before,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more:hover p::before,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more:hover p::before {
    padding-left: 1.5rem;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .more p,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more p,
.layout-vacancieslatest .vacancy .title-properties-and-more .more p {
  transform: skewX(11deg);
  transform-origin: right bottom;
  padding: .5rem .75rem .5rem 3rem;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.layout-vacancies .vacancy .title-properties-and-more .more p:before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more p:before,
.layout-vacancieslatest .vacancy .title-properties-and-more .more p:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy .title-properties-and-more .more p,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more p,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more p {
    padding: 0.6rem 1rem 0.6rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .vacancy .title-properties-and-more .more p,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more p,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more p {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .more p::before,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more p::before,
.layout-vacancieslatest .vacancy .title-properties-and-more .more p::before {
  background-color: #b90022;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .vacancy .title-properties-and-more .more p::before,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more p::before,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more p::before {
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .vacancy .title-properties-and-more .more p::before,
  .layout-vacanciesfeatured .vacancy .title-properties-and-more .more p::before,
  .layout-vacancieslatest .vacancy .title-properties-and-more .more p::before {
    width: 3rem;
  }
}
.layout-vacancies .vacancy .title-properties-and-more .more p,
.layout-vacanciesfeatured .vacancy .title-properties-and-more .more p,
.layout-vacancieslatest .vacancy .title-properties-and-more .more p {
  margin: 0;
}
.layout-applicationcta {
  background-color: #edf1f3;
}
@media screen and (min-width: 810px) {
  .layout-applicationcta .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-applicationcta .text-and-image {
    grid-template-columns: calc(1180px / 2) 1fr;
    margin-left: calc(50vw - 1180px / 2);
  }
}
.layout-applicationcta .text-and-image .text {
  padding: 0 15px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-applicationcta .text-and-image .text {
    padding: 1.5rem 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-applicationcta .text-and-image .text {
    max-width: calc(1180px / 2);
  }
}
.layout-applicationcta .text-and-image .text h2 {
  margin-bottom: 0;
  color: #003770;
}
.layout-applicationcta .text-and-image .text p {
  margin-top: 0;
  font-weight: 300;
}
.layout-applicationcta .text-and-image .text p:has(strong a) {
  color: #566c76;
  background-color: #ffffff;
  font-weight: 400;
}
.layout-applicationcta .text-and-image .text p:has(strong a)::before {
  background-color: #edf1f3;
}
.layout-applicationcta .text-and-image .text p:has(strong a) a::before {
  background-color: #ff1f45;
  color: #ffffff;
}
.layout-applicationcta .text-and-image .text p:hover::before {
  background-color: #ff1f45;
}
.layout-applicationcta .text-and-image .text p:hover a {
  color: #ffffff;
}
.layout-applicationcta .text-and-image .image {
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 810px) {
  .layout-applicationcta .text-and-image .image {
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.layout-applicationcta .text-and-image .image img {
  height: 100%;
  width: 100%;
  max-height: 500px;
}
.layout-employees,
.layout-employeesfeatured {
  padding: 30px 0;
}
.layout-employees .container .text h2,
.layout-employeesfeatured .container .text h2 {
  color: #003770;
}
.layout-employees .container .employees,
.layout-employeesfeatured .container .employees {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-employees .container .employees,
  .layout-employeesfeatured .container .employees {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-employees .container .employees,
  .layout-employeesfeatured .container .employees {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-employeesfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.layout-employees .employee,
.layout-employeesfeatured .employee {
  position: relative;
  background-color: #edf1f3;
  padding-bottom: 3rem;
}
.layout-employees .employee::before,
.layout-employeesfeatured .employee::before {
  content: "";
  display: inline-block;
  width: 25%;
  height: 2.5rem;
  background-color: #ffffff;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transform: skewX(-12deg);
  transform-origin: right bottom;
  z-index: 1;
}
.layout-employees .employee .image,
.layout-employeesfeatured .employee .image {
  height: 320px;
}
.layout-employees .employee .image img,
.layout-employeesfeatured .employee .image img {
  height: 100%;
  width: 100%;
}
.layout-employees .employee .details-and-text,
.layout-employeesfeatured .employee .details-and-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}
.layout-employees .employee .details-and-text .details,
.layout-employeesfeatured .employee .details-and-text .details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
  margin: -1rem -1rem 0;
  padding: 1rem;
  background-color: #ff1f45;
  color: #ffffff;
  font-weight: 700;
}
.layout-employees .employee .details-and-text .details .name,
.layout-employeesfeatured .employee .details-and-text .details .name {
  font-size: 1.1rem;
}
.layout-employees .employee .details-and-text .text,
.layout-employeesfeatured .employee .details-and-text .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-employees .employee .more,
.layout-employeesfeatured .employee .more {
  color: #ff1f45;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 700;
}
.layout-employees .employee .more:before,
.layout-employeesfeatured .employee .more:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-employees .employee .more:hover,
.layout-employeesfeatured .employee .more:hover {
  margin-left: .5rem;
}
.layout-employees .employee .more:hover::before,
.layout-employeesfeatured .employee .more:hover::before {
  margin-right: .5rem;
}
.gform_wrapper .gform_heading .gform_title {
  color: #003770;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    grid-column: span 2;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  color: #003770;
  font-weight: 700;
  font-size: 1.125rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) {
  position: relative;
  isolation: isolate;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after {
  content: "";
  display: block;
  height: 100%;
  width: 1rem;
  background-color: #edf1f3;
  transform: skewX(-11deg);
  transform-origin: right bottom;
  position: absolute;
  right: 0;
  top: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)):has(textarea)::after {
  width: 2rem;
  right: 0rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)).ginput_container_select:after,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)).ginput_container_fileupload:after {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea {
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input:not(.gfield-choice-input),
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea:not(.gfield-choice-input) {
  min-height: 2.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea::placeholder {
  color: #003770;
  font-weight: 700;
}
.gform_wrapper form .gform_footer {
  width: max-content;
  margin: 1rem 0 0;
  position: relative;
  isolation: isolate;
  gap: 0;
  height: 2.5rem;
}
.gform_wrapper form .gform_footer:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f061";
  margin-inline-end: .25rem;
}
.gform_wrapper form .gform_footer::before {
  width: 2.5rem;
  color: #ffffff;
  background-color: #b90022;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
  margin: 0;
}
.gform_wrapper form .gform_footer::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background-color: #edf1f3;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-11deg);
  transform-origin: right bottom;
}
.gform_wrapper form .gform_footer button {
  border: none !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: #566c76 !important;
  padding-right: 2rem !important;
}
.gform_wrapper form .gform_footer button:hover {
  background-color: #b90022 !important;
  color: #ffffff !important;
}
.layout-blocksandmap .gform_wrapper .gform_heading .gform_title,
.layout-textandimage .gform_wrapper .gform_heading .gform_title,
.layout-vacanciesapply .gform_wrapper .gform_heading .gform_title {
  color: #003770;
}
.layout-blocksandmap .gform_wrapper form .gform_body .gform_fields,
.layout-textandimage .gform_wrapper form .gform_body .gform_fields,
.layout-vacanciesapply .gform_wrapper form .gform_body .gform_fields {
  row-gap: .5rem !important;
}
@media screen and (min-width: 810px) {
  .layout-blocksandmap .gform_wrapper form .gform_body .gform_fields .gfield,
  .layout-textandimage .gform_wrapper form .gform_body .gform_fields .gfield,
  .layout-vacanciesapply .gform_wrapper form .gform_body .gform_fields .gfield {
    grid-column: span 3;
  }
}
.layout-blocksandmap .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after,
.layout-textandimage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after,
.layout-vacanciesapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after {
  background-color: #ffffff;
}
.layout-blocksandmap .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.layout-textandimage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.layout-vacanciesapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.layout-blocksandmap .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea,
.layout-textandimage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea,
.layout-vacanciesapply .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea {
  background-color: #edf1f3;
}
.layout-blocksandmap .gform_wrapper .gform_footer,
.layout-textandimage .gform_wrapper .gform_footer,
.layout-vacanciesapply .gform_wrapper .gform_footer {
  margin-top: 1.5rem;
}
.layout-blocksandmap .gform_wrapper .gform_footer::after,
.layout-textandimage .gform_wrapper .gform_footer::after,
.layout-vacanciesapply .gform_wrapper .gform_footer::after {
  background-color: #ffffff;
}
.layout-blocksandmap .gform_wrapper .gform_footer button,
.layout-textandimage .gform_wrapper .gform_footer button,
.layout-vacanciesapply .gform_wrapper .gform_footer button {
  background-color: #edf1f3 !important;
}
.single-vacancy .layout-textandimage .gform_wrapper .gform_footer button,
.layout-vacanaciesapply .gform_wrapper .gform_footer button {
  background-color: #ff1f45 !important;
  color: #ffffff !important;
}
.single-vacancy .layout-textandimage .gform_wrapper .gform_footer:hover button,
.layout-vacanaciesapply .gform_wrapper .gform_footer:hover button {
  background-color: #b90022 !important;
}
.design-color-athensGray .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after {
  background-color: #edf1f3;
}
.design-color-athensGray .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.design-color-athensGray .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea {
  background-color: #ffffff;
}
.design-color-athensGray .gform_wrapper form .gform_footer::after {
  background-color: #edf1f3;
}
.design-color-athensGray .gform_wrapper form .gform_footer button {
  background-color: #ffffff !important;
  color: #566c76 !important;
}
.design-color-athensGray .gform_wrapper form .gform_footer:hover button {
  background-color: #b90022 !important;
  color: #ffffff !important;
}
.layout-text.background-color-default .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label))::after {
  background-color: #ffffff;
}
.layout-text.background-color-default .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) input,
.layout-text.background-color-default .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(:has(.gfield_consent_label)) textarea {
  background-color: #edf1f3;
}
.layout-text.background-color-default .gform_wrapper form .gform_footer::after {
  background-color: #ffffff;
}
.layout-text.background-color-default .gform_wrapper form .gform_footer button {
  background-color: #edf1f3 !important;
  color: #566c76 !important;
}
.layout-text.background-color-default .gform_wrapper form .gform_footer:hover button {
  background-color: #b90022 !important;
  color: #ffffff !important;
}
.slick-slide {
  height: max-content;
}
.slick-dots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25px, max-content));
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
.slick-dots li button::before {
  opacity: 1;
  font-size: 1.5rem;
  color: #003770;
}
.slick-dots li.slick-active button::before {
  color: #e359ab;
  font-size: 1.75rem;
  opacity: 1;
  width: 25px;
  height: 25px;
}
.slick-prev,
.slick-next {
  height: auto;
  width: auto;
  z-index: 9;
}
@media screen and (min-width: 1280px) {
  .slick-prev,
  .slick-next {
    width: 2rem;
  }
}
.slick-prev::before,
.slick-next::before {
  opacity: 1 !important;
  font-size: 2rem !important;
  color: #566c76;
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-prev,
  .layout-images .slick-next {
    transform: translate(0, -50%) scale(1.5);
  }
}
@media screen and (min-width: 1660px) {
  .slick-prev {
    left: -4rem;
  }
}
.slick-prev::before {
  content: url(../images/sliderarrowleft.svg);
}
.slick-prev:hover::before {
  content: url(../images/sliderarrowleftgreen.svg);
}
@media screen and (min-width: 1280px) {
  .slick-prev:hover {
    margin-left: -.5rem;
  }
}
.layout-images .slick-prev {
  left: calc(50% - 50vw + 0.5rem);
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-prev {
    left: calc(50% - 50vw + 50px);
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .slick-prev {
    left: calc(50vw - 1180px / 2 - 6rem);
  }
}
.layout-images .slick-prev::before {
  content: url(../images/sliderarrowleftwhite.svg);
  opacity: .4 !important;
}
.layout-images .slick-prev:hover::before {
  opacity: 1 !important;
}
.layout-vesselsfeatured .slick-prev {
  left: -13px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsfeatured .slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 1660px) {
  .slick-next {
    right: -4rem;
  }
}
.slick-next::before {
  content: url(../images/sliderarrowright.svg);
}
.slick-next:hover::before {
  content: url(../images/sliderarrowrightgreen.svg);
}
@media screen and (min-width: 1280px) {
  .slick-next:hover {
    margin-right: -.5rem;
  }
}
.layout-images .slick-next {
  right: calc(50% - 50vw + 0.5rem);
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-next {
    right: calc(50% - 50vw + 50px);
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .slick-next {
    right: calc(50vw - 1180px / 2 - 6rem);
  }
}
.layout-images .slick-next::before {
  content: url(../images/sliderarrowrightwhite.svg);
  opacity: .4 !important;
}
.layout-images .slick-next:hover::before {
  opacity: 1 !important;
}
.layout-vesselsfeatured .slick-next {
  right: -13px;
}
@media screen and (min-width: 810px) {
  .layout-vesselsfeatured .slick-next {
    right: 0;
  }
}
