/*!
Theme Name: Evelo
Theme URI: https://evelo.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Shared parent theme for Evelo corporate (evelo.nl) and Werken Bij (werkenbij.evelo.nl).
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evelo
Tags: custom-logo, custom-menu, featured-images, translation-ready

Evelo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
/*! 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;
}

.wpcf7 form {
  width: 100%;
  display: flex;
  gap: clamp(12px, 2.7777777778vw, 20px);
  flex-direction: column;
}
.wpcf7 .wpcf7-field {
  width: 100%;
}
.wpcf7 .wpcf7-field label {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-field .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-file) {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: calc(clamp(12px, 2.7777777778vw, 20px) / 2);
  border: 1px solid rgba(23, 23, 27, 0.1);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}
.wpcf7 .wpcf7-field select.wpcf7-select {
  appearance: none;
  padding-right: calc(clamp(12px, 2.7777777778vw, 20px) / 2 + 1.25em);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2317171B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(clamp(12px, 2.7777777778vw, 20px) / 2) center;
  background-size: 0.75em 0.5em;
}
.wpcf7 .wpcf7-field em {
  font-style: italic;
  font-weight: 300;
  opacity: 0.7;
}
.wpcf7 .wpcf7-file-ui {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75em;
  width: 100%;
  box-sizing: border-box;
  padding: calc(clamp(12px, 2.7777777778vw, 20px) / 2);
  border: 1px solid rgba(23, 23, 27, 0.1);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.wpcf7 .wpcf7-file-ui input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: inherit;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.wpcf7 .wpcf7-file-ui__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0.85em;
  border: 1px solid rgba(23, 23, 27, 0.15);
  border-radius: 4px;
  background-color: rgb(246, 246, 246);
  color: rgb(23, 23, 27);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}
.wpcf7 .wpcf7-file-ui__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(23, 23, 27, 0.55);
  font-size: 0.875rem;
  line-height: 1.3;
  pointer-events: none;
}
.wpcf7 .wpcf7-file-ui.has-file .wpcf7-file-ui__name {
  color: rgb(23, 23, 27);
}
.wpcf7 .wpcf7-file-ui:focus-within {
  border-color: rgba(23, 23, 27, 0.35);
  outline: 2px solid rgba(0, 54, 113, 0.25);
  outline-offset: 1px;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  width: 100%;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: auto;
  margin-block: 0.2em 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1;
  line-height: 1.4;
}
.wpcf7 .wpcf7-field:has(.wpcf7-submit) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.wpcf7 button.wpcf7-submit.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
}
.wpcf7 button.wpcf7-submit.btn .button-text,
.wpcf7 button.wpcf7-submit.btn .button-text span {
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
}
.wpcf7 button.wpcf7-submit.btn:hover, .wpcf7 button.wpcf7-submit.btn:focus, .wpcf7 button.wpcf7-submit.btn:active, .wpcf7 button.wpcf7-submit.btn:disabled, .wpcf7 button.wpcf7-submit.btn[disabled] {
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
}
.wpcf7 button.wpcf7-submit.btn:hover .button-text,
.wpcf7 button.wpcf7-submit.btn:hover .button-text span, .wpcf7 button.wpcf7-submit.btn:focus .button-text,
.wpcf7 button.wpcf7-submit.btn:focus .button-text span, .wpcf7 button.wpcf7-submit.btn:active .button-text,
.wpcf7 button.wpcf7-submit.btn:active .button-text span, .wpcf7 button.wpcf7-submit.btn:disabled .button-text,
.wpcf7 button.wpcf7-submit.btn:disabled .button-text span, .wpcf7 button.wpcf7-submit.btn[disabled] .button-text,
.wpcf7 button.wpcf7-submit.btn[disabled] .button-text span {
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
}
.wpcf7 button.wpcf7-submit.btn:disabled, .wpcf7 button.wpcf7-submit.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-spinner {
  margin: 0;
  background-color: rgb(230, 48, 39);
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4em;
  color: rgb(230, 48, 39);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.wpcf7 .wpcf7-not-valid:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-file) {
  border-color: rgb(230, 48, 39) !important;
  outline: none;
  box-shadow: none;
}
.wpcf7 .wpcf7-file-ui:has(.wpcf7-not-valid) {
  border-color: rgb(230, 48, 39);
}
.wpcf7 .wpcf7-acceptance .wpcf7-not-valid + .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance:has(.wpcf7-not-valid) .wpcf7-list-item-label {
  color: rgb(230, 48, 39);
}
.wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 0;
  background: transparent;
  color: rgb(23, 23, 27);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: block;
  margin-top: 0.25em;
  color: rgb(230, 48, 39);
}
.wpcf7 form[data-evelo-thank-you-redirect].sent .wpcf7-response-output {
  display: none !important;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(230, 48, 39);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

.btn {
  border-radius: 4px;
  background: rgb(230, 48, 39);
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  display: inline-flex;
  margin-top: 12px;
  grid-gap: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.75rem;
}
.btn .button-text {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.75rem;
  position: relative;
}
.btn .button-text span {
  transition: transform 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.btn .button-text__line-1 {
  transform: translate(-50%, -50%);
}
.btn .button-text__line-2 {
  transform: translate(-50%, -200%);
}
.btn .button-text__line-2 {
  transform: translate(-50%, -300%);
}
.btn:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.btn .arrow-animation {
  width: 18px;
  aspect-ratio: 1/1;
  position: relative;
  margin-left: 8px;
  overflow: hidden;
}
.btn .arrow-animation img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}
.btn .arrow-animation img:nth-child(1) {
  transform: translate(-50%, -50%);
}
.btn .arrow-animation img:nth-child(2) {
  transform: translate(-200%, -50%);
}
.btn .arrow-animation img:nth-child(3) {
  transform: translate(-300%, -50%);
}
.btn--secondary {
  background: rgb(255, 255, 255);
  color: rgb(23, 23, 27);
}
.btn--secondary:hover {
  color: rgb(23, 23, 27);
}
.btn--arrow-up-right .arrow-animation img:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn--arrow-up-right .arrow-animation img:nth-child(2) {
  transform: translate(-200%, 100%) rotate(-45deg);
}
.btn--arrow-up-right .arrow-animation img:nth-child(3) {
  transform: translate(-300%, 200%) rotate(-45deg);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: clamp(40px, 5.5555555556vw, 80px); /* 3 */
  padding-right: clamp(40px, 5.5555555556vw, 80px); /* 3 */
  width: 100%; /* 1 */
  max-width: 1920px;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 768px) {
  .site-main section:first-child.section--pt-large:not(.section-hero--form) {
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 100%/1.75 "Open Sans", "Arial", sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.15;
}
h1 b,
h2 b,
h3 b {
  font-weight: 600;
}

h1 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 300;
  line-height: 1;
}

h2 {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
}

h3 {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
}

p {
  font-weight: 300;
  line-height: 175%;
}

.subtitle {
  color: rgb(230, 48, 39);
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.24px;
}

.site-footer {
  padding-top: clamp(40px, 5.5555555556vw, 80px);
  margin-top: clamp(80px, 11.1111111111vw, 160px);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 120vh;
  z-index: 2;
}
@media (max-width: 768px) {
  .site-footer {
    margin-top: 0;
  }
}
.site-footer .footer-bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.site-footer .footer-bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer .cta-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  background-color: rgb(230, 48, 39);
  border-radius: 0 4px 4px 0;
  width: 44.4444444444%;
  padding-top: clamp(40px, 5.5555555556vw, 80px);
  padding-bottom: calc(clamp(40px, 5.5555555556vw, 80px) * 3);
}
.site-footer .cta-left .container p {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .site-footer .cta-left .container p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.site-footer .cta-right {
  position: absolute;
  left: 44.4444444444%;
  top: 0;
  z-index: 1;
  clip-path: inset(0 -100vmax -100vmax -100vmax);
  border-radius: 0 4px 4px 0;
  width: 44.4444444444%;
  padding-top: clamp(80px, 11.1111111111vw, 160px);
}
.site-footer .cta-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  left: 30%;
  width: 180%;
  aspect-ratio: 1/1;
  height: auto;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(23, 23, 27, 0.4) 0%, rgba(23, 23, 27, 0.18) 45%, rgba(23, 23, 27, 0) 72%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .site-footer .cta-right::before {
    width: 100%;
  }
}
.site-footer .cta-right .container p {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .site-footer .cta-right .container p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.site-footer .bottom-footer {
  position: relative;
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
  z-index: 2;
}
.site-footer .bottom-footer .top {
  width: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
}
.site-footer .bottom-footer .top .column {
  background-color: rgb(23, 23, 27);
  width: 33.3333333333%;
  padding: clamp(20px, 5.5555555556vw, 40px);
}
.site-footer .bottom-footer .top .column a {
  color: rgb(255, 255, 255);
}
.site-footer .bottom-footer .top .column .subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .bottom-footer .top .column ul {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  list-style: none;
}
.site-footer .bottom-footer .top .column:first-child {
  margin-top: auto;
}
.site-footer .bottom-footer .top .column:nth-child(2) {
  border-top-left-radius: 4px;
}
.site-footer .bottom-footer .top .column:not(:first-child) {
  padding: clamp(40px, 5.5555555556vw, 80px);
}
.site-footer .bottom-footer .bottom {
  width: 100%;
  background-color: rgb(23, 23, 27);
  padding: clamp(12px, 2.7777777778vw, 20px) clamp(20px, 5.5555555556vw, 40px);
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 2.7777777778vw, 20px);
}
.site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu,
.site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li a,
.site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li a {
  color: rgb(255, 255, 255);
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  padding-right: 24px;
  font-size: 12px;
}
.site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li:not(:first-child),
.site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li:not(:first-child) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li:not(:first-child),
  .site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li:not(:first-child) {
    padding-left: 0;
  }
}
.site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li:last-child a,
.site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li:last-child a {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "cta-left" "cta-right" "bottom";
    min-height: 0;
  }
  .site-footer .footer-bg-wrap {
    grid-area: cta-right;
  }
  .site-footer .cta-left,
  .site-footer .cta-right {
    position: relative;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding-bottom: clamp(40px, 5.5555555556vw, 80px);
  }
  .site-footer .cta-left {
    grid-area: cta-left;
  }
  .site-footer .cta-right {
    grid-area: cta-right;
    margin-top: 0;
  }
  .site-footer .bottom-footer {
    grid-area: bottom;
    display: flex;
    flex-direction: column;
  }
  .site-footer .bottom-footer .top .column {
    width: 100%;
  }
  .site-footer .bottom-footer .top .column:first-child {
    order: 1;
    padding: clamp(40px, 5.5555555556vw, 80px);
  }
  .site-footer .bottom-footer .top .column:nth-child(2) {
    border-top-left-radius: 0;
  }
  .site-footer .bottom-footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: clamp(40px, 5.5555555556vw, 80px);
  }
  .site-footer .bottom-footer .bottom #footer-navigation,
  .site-footer .bottom-footer .bottom #footer-legal-navigation {
    flex: none;
    width: 100%;
    min-width: 0;
  }
  .site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu,
  .site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu {
    flex-direction: column;
  }
  .site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li,
  .site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li {
    padding-left: 0;
  }
  .site-footer .bottom-footer .bottom #footer-navigation .footer-menu-container .menu li a,
  .site-footer .bottom-footer .bottom #footer-legal-navigation .footer-menu-container .menu li a {
    border-right: 0;
    padding-right: 0;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}
.site-header.is-over-hero-full .site-branding img {
  filter: brightness(0) invert(1);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header .container .site-branding {
  position: relative;
  z-index: 12;
}
.site-header .container .site-branding a {
  display: inline-flex;
  padding: 16px 0;
  outline: none;
}
.site-header .container .site-branding a img {
  height: 44px;
  width: auto;
  transition: filter 0.25s ease;
}
.site-header .container .main-navigation {
  --nav-link-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  color: var(--nav-link-color);
  transition: color 0.25s ease;
}
.site-header .container .main-navigation.is-on-light {
  --nav-link-color: rgb(23, 23, 27);
}
.site-header .container .main-navigation.is-on-dark {
  --nav-link-color: rgb(255, 255, 255);
}
.site-header .container .main-navigation.is-on-dark .primary-menu-container .nav-menu a:not(.btn) {
  text-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}
.site-header .container .main-navigation .menu-toggle {
  display: none;
  position: relative;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  margin: 0;
  padding: 0 14px 0 16px;
  border: 0;
  border-radius: 5px;
  background: rgb(230, 48, 39);
  color: rgb(255, 255, 255);
  font: inherit;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  top: 24px;
}
.site-header .container .main-navigation .menu-toggle .menu-toggle__label {
  display: block;
}
.site-header .container .main-navigation .menu-toggle .menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 22px;
}
.site-header .container .main-navigation .menu-toggle .menu-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.site-header .container .main-navigation .primary-menu-container {
  border-radius: 0 0 4px 4px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  padding: 16px 24px;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu {
  display: flex;
  grid-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu .menu-item--mobile-only {
  display: none;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li {
  margin: 0;
  padding: 0;
  display: flex;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li a {
  align-self: center;
  color: inherit;
  transition: color 0.25s ease;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li a:hover {
  text-decoration: none;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li.current_page_item a {
  color: rgb(230, 48, 39);
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta {
  align-items: center;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn {
  margin-top: 0;
  padding: 12px 12px;
  align-self: center;
  color: rgb(255, 255, 255);
  text-shadow: none;
  grid-gap: 4px;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn .arrow-animation {
  margin-left: 0;
  width: 12px;
}
.site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn:hover {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .site-header .container .main-navigation {
    width: auto;
  }
  .site-header .container .main-navigation .menu-toggle {
    display: inline-flex;
  }
  .site-header .container .main-navigation .primary-menu-container {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 11;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    margin: 0;
    padding: 105px clamp(40px, 5.5555555556vw, 80px) clamp(40px, 5.5555555556vw, 80px);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    justify-content: flex-start;
    align-items: stretch;
    color: rgb(23, 23, 27);
    box-sizing: border-box;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, visibility 0.35s;
  }
  .site-header .container .main-navigation.toggled .primary-menu-container {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .site-header .container .main-navigation.toggled .menu-toggle .menu-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header .container .main-navigation.toggled .menu-toggle .menu-toggle__bar:nth-child(2) {
    opacity: 0;
  }
  .site-header .container .main-navigation.toggled .menu-toggle .menu-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .site-header .container .main-navigation.is-on-dark .primary-menu-container .nav-menu a, .site-header .container .main-navigation.is-on-light .primary-menu-container .nav-menu a {
    text-shadow: none;
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu .menu-item--mobile-only {
    display: block;
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li a {
    display: block;
    width: 100%;
    padding: clamp(12px, 2.7777777778vw, 20px) 0;
    color: rgb(23, 23, 27);
    text-decoration: none;
    font-size: clamp(24px, 5vw, 32px);
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li.current_page_item a, .site-header .container .main-navigation .primary-menu-container .nav-menu li.current-menu-item a {
    color: rgb(230, 48, 39);
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta {
    margin-top: clamp(20px, 5.5555555556vw, 40px);
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn {
    display: inline-flex;
    width: auto;
    padding: 12px 12px;
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn .arrow-animation {
    margin-left: 0;
  }
  .site-header .container .main-navigation .primary-menu-container .nav-menu li.menu-item--cta .btn:hover {
    color: rgb(255, 255, 255);
  }
}

body.nav-open {
  overflow: hidden;
}

.right-side-link {
  position: fixed;
  top: calc(clamp(40px, 5.5555555556vw, 80px) * 3);
  right: 0;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(20px, 5.5555555556vw, 40px) clamp(12px, 2.7777777778vw, 20px);
  border-radius: 0 5px 5px 0;
  background: rgb(230, 48, 39);
  color: rgb(255, 255, 255);
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  text-decoration: none;
  text-transform: none;
  line-height: 1.2;
}
.right-side-link:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media (max-width: 768px) {
  .right-side-link {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.read-more {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: clamp(12px, 2.7777777778vw, 20px);
  opacity: 0.4;
}
.read-more span {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 0.75rem;
}

.section--pt-none {
  padding-top: 0;
}
.section--pt-normal {
  padding-top: clamp(40px, 5.5555555556vw, 80px);
}
.section--pt-large {
  padding-top: clamp(80px, 11.1111111111vw, 160px);
}
.section--pb-none {
  padding-bottom: 0;
}
.section--pb-normal {
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.section--pb-large {
  padding-bottom: clamp(80px, 11.1111111111vw, 160px);
}
.section--bg-none {
  background-color: transparent;
}
.section--bg-soft-gray {
  background-color: rgb(246, 246, 246);
}
.section--bg-red {
  background-color: rgb(230, 48, 39);
  color: rgb(255, 255, 255);
}
.section--bg-blue {
  background-color: rgb(0, 54, 113);
  color: rgb(255, 255, 255);
}

.section-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  grid-row-gap: clamp(12px, 2.7777777778vw, 20px);
  width: 100%;
}
.section-header.has-intro {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .section-header.has-intro {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) {
  .section-header.has-intro:has(.section-heading.has-subtitle) {
    grid-template-rows: auto auto;
    grid-row-gap: 0;
  }
  .section-header.has-intro:has(.section-heading.has-subtitle) .section-heading.has-subtitle {
    display: grid;
    grid-template-rows: subgrid;
    grid-column: 1;
    grid-row: span 2;
  }
  .section-header.has-intro:has(.section-heading.has-subtitle) .section-intro {
    grid-column: 2;
    grid-row: 2;
  }
}
.section-header .section-heading .section-title {
  margin-top: 0;
}
.section-header .section-heading .section-heading__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 5.5555555556vw, 40px);
  width: 100%;
}
.section-header .section-heading .section-heading__title-row .section-title {
  margin: 0;
}
.section-header .section-heading .section-heading__title-row .btn {
  margin-top: 0;
  flex-shrink: 0;
}
@media (max-width: 320px) {
  .section-header .section-heading .section-heading__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-header .section-intro {
  font-weight: 300;
}
.section-header .section-intro p {
  margin-top: 0;
}

.section-hero {
  position: relative;
  z-index: 1;
}
.section-hero .section-hero__content {
  width: 37.5%;
  padding: clamp(80px, 11.1111111111vw, 160px) 0;
  min-height: 80vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.section-hero .section-hero__content .subtitle {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-hero .section-hero__content {
    width: 43.75%;
  }
}
@media (max-width: 768px) {
  .section-hero .section-hero__content {
    width: 100%;
    min-height: 0;
    padding: clamp(40px, 5.5555555556vw, 80px) 0;
  }
}
.section-hero .section-hero__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% + clamp(40px, 5.5555555556vw, 80px));
  border-bottom-left-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}
.section-hero .section-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero.section-hero--image-left .section-hero__content {
  margin-left: auto;
}
.section-hero.section-hero--image-left .section-hero__image {
  right: auto;
  left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
}
@media (max-width: 768px) {
  .section-hero {
    display: flex;
    flex-direction: column;
  }
  .section-hero .section-hero__image {
    order: -1;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0 0 8px 8px;
    margin-top: calc(76px + clamp(20px, 5.5555555556vw, 40px));
  }
  .section-hero.section-hero--image-left .section-hero__content {
    margin-left: 0;
  }
  .section-hero.section-hero--image-left .section-hero__image {
    left: auto;
    border-radius: 0 0 8px 8px;
  }
}

.section-hero--form,
.section-hero--html {
  display: grid;
  grid-template-columns: 1fr calc(50% + clamp(40px, 5.5555555556vw, 80px));
  align-items: stretch;
  min-height: 80vh;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .section-hero--form,
  .section-hero--html {
    min-height: auto !important;
    padding-bottom: 0;
  }
}
.section-hero--form .section-hero__inner,
.section-hero--html .section-hero__inner {
  grid-column: 1;
}
.section-hero--form .section-hero__content,
.section-hero--html .section-hero__content {
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .section-hero--form .section-hero__content,
  .section-hero--html .section-hero__content {
    min-height: auto !important;
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.section-hero--form .section-hero__form,
.section-hero--form .section-hero__html,
.section-hero--html .section-hero__form,
.section-hero--html .section-hero__html {
  position: relative;
  z-index: 0;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(80px, 11.1111111111vw, 160px) clamp(40px, 5.5555555556vw, 80px) clamp(40px, 5.5555555556vw, 80px) clamp(80px, 11.1111111111vw, 160px);
}
.section-hero--form .section-hero__form::before,
.section-hero--form .section-hero__html::before,
.section-hero--html .section-hero__form::before,
.section-hero--html .section-hero__html::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(246, 246, 246);
  z-index: -1;
}
@media (max-width: 768px) {
  .section-hero--form,
  .section-hero--html {
    grid-template-columns: 1fr;
  }
  .section-hero--form .section-hero__inner,
  .section-hero--form .section-hero__form,
  .section-hero--form .section-hero__html,
  .section-hero--html .section-hero__inner,
  .section-hero--html .section-hero__form,
  .section-hero--html .section-hero__html {
    grid-column: 1;
  }
  .section-hero--form .section-hero__form,
  .section-hero--form .section-hero__html,
  .section-hero--html .section-hero__form,
  .section-hero--html .section-hero__html {
    padding: clamp(80px, 11.1111111111vw, 160px) clamp(40px, 5.5555555556vw, 80px);
  }
}

.section-hero-full {
  position: relative;
  z-index: 1;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.section-hero-full--has-slider {
  overflow: visible;
}
.section-hero-full .section-hero-full__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-hero-full .section-hero-full__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 0.2;
  pointer-events: none;
}
.section-hero-full .section-hero-full__image.has-video:hover {
  cursor: pointer;
}
.section-hero-full .section-hero-full__image img,
.section-hero-full .section-hero-full__image .section-hero-full__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-hero-full .section-hero-full__image .section-hero-full__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 126px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  width: 80px;
  aspect-ratio: 1/1;
  padding: 12px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-hero-full .section-hero-full__image .section-hero-full__play img {
  width: 32px;
  height: auto;
  margin-left: 8px;
}
.section-hero-full .section-hero-full__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 3);
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.section-hero-full .section-hero-full__content {
  position: relative;
  width: 50%;
  max-width: 640px;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.section-hero-full .section-hero-full__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  left: 30%;
  width: 180%;
  aspect-ratio: 1/1;
  height: auto;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(23, 23, 27, 0.4) 0%, rgba(23, 23, 27, 0.18) 45%, rgba(23, 23, 27, 0) 72%);
  pointer-events: none;
}
.section-hero-full .section-hero-full__content .subtitle {
  width: 100%;
}
.section-hero-full .section-hero-full__title {
  color: rgb(255, 255, 255);
}
.section-hero-full .section-hero-full__text {
  color: rgb(255, 255, 255);
}
.section-hero-full .section-hero-full__text p {
  color: inherit;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(23, 23, 27, 0.2), 0 2px 16px rgba(23, 23, 27, 0.2);
}
.section-hero-full .section-hero-full__text a {
  color: inherit;
}
.section-hero-full .vacancy-slider {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  height: 420px;
}
.section-hero-full .vacancy-slider .vacancy-slider-controls,
.section-hero-full .vacancy-slider .vacancy-slider-slides {
  height: 100%;
  min-height: 0;
}
.section-hero-full .vacancy-slider .flickity-viewport {
  height: 100% !important;
}
.section-hero-full .vacancy-slider .flickity-slider,
.section-hero-full .vacancy-slider .section-cta-vacancy__inner,
.section-hero-full .vacancy-slider .js-vacancy-slider-slide {
  height: 100%;
  min-height: 0;
}
.section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-hero-full .section-hero-full__content {
    width: 100%;
    max-width: none;
  }
  .section-hero-full .vacancy-slider {
    height: auto;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-controls,
  .section-hero-full .vacancy-slider .vacancy-slider-slides,
  .section-hero-full .vacancy-slider .flickity-viewport,
  .section-hero-full .vacancy-slider .flickity-slider,
  .section-hero-full .vacancy-slider .section-cta-vacancy__inner,
  .section-hero-full .vacancy-slider .js-vacancy-slider-slide,
  .section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image {
    height: auto;
  }
  .section-hero-full .vacancy-slider .flickity-viewport {
    height: auto !important;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image img {
    height: auto;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-controls {
    display: none;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-slides {
    width: 100%;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__inner,
  .section-hero-full .vacancy-slider .vacancy-slider-slides .js-vacancy-slider-slide {
    flex-direction: column;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image {
    order: 1;
  }
  .section-hero-full .vacancy-slider .vacancy-slider-slides .section-cta-vacancy__content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .section-vacancy-lists.section--pb-none {
    padding-bottom: clamp(40px, 5.5555555556vw, 80px);
  }
}
.section-vacancy-lists .intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .section-vacancy-lists .intro {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.section-vacancy-lists .vacancy-lists__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .section-vacancy-lists .vacancy-lists__columns {
    grid-template-columns: 1fr;
  }
}
.section-vacancy-lists .vacancy-lists__columns .vacancy-lists__column .vacancy-lists__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-vacancy-lists .vacancy-lists__columns .vacancy-lists__column .vacancy-lists__list .vacancy-lists__item a {
  display: flex;
  padding: 24px 0;
  color: rgb(23, 23, 27);
  border-top: 1px solid rgba(23, 23, 27, 0.2);
  position: relative;
  padding-left: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.section-vacancy-lists .vacancy-lists__columns .vacancy-lists__column .vacancy-lists__list .vacancy-lists__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(0, 54, 113);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.section-vacancy-lists .vacancy-lists__columns .vacancy-lists__column .vacancy-lists__list .vacancy-lists__item a:hover {
  text-decoration: none;
}

.section-faq .faq__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: start;
}
@media (max-width: 768px) {
  .section-faq .faq__layout {
    grid-template-columns: 1fr;
  }
}
.section-faq .faq__intro .section-intro {
  margin-top: clamp(20px, 5.5555555556vw, 40px);
}
.section-faq .faq__intro .faq__button {
  margin-top: clamp(20px, 5.5555555556vw, 40px);
}
.section-faq .faq__items {
  display: flex;
  flex-direction: column;
}
.section-faq .faq__item {
  border-top: 1px solid rgba(23, 23, 27, 0.2);
}
.section-faq .faq__item:last-child {
  border-bottom: 1px solid rgba(23, 23, 27, 0.2);
}
.section-faq .faq__item.is-open .faq__toggle::before, .section-faq .faq__item[open] .faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-faq .faq__item.is-open .faq__toggle::after, .section-faq .faq__item[open] .faq__toggle::after {
  opacity: 0;
}
.section-faq .faq__answer-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-faq .faq__answer-panel {
    transition: none;
  }
}
.section-faq .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5.5555555556vw, 40px);
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.5em;
  font-weight: 300;
  color: rgb(23, 23, 27);
  line-height: 1.3;
}
.section-faq .faq__question::-webkit-details-marker {
  display: none;
}
.section-faq .faq__question::marker {
  content: "";
}
.section-faq .faq__question-text {
  flex: 1;
}
.section-faq .faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.section-faq .faq__toggle::before, .section-faq .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgb(0, 54, 113);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.section-faq .faq__toggle::before {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.section-faq .faq__toggle::after {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.section-faq .faq__answer {
  padding: 0 0 24px;
  font-weight: 300;
  color: rgb(23, 23, 27);
}
.section-faq .faq__answer p {
  margin-top: 0;
}
.section-faq .faq__answer p:last-child {
  margin-bottom: 0;
}
.section-faq.section--bg-red .faq__item, .section-faq.section--bg-blue .faq__item {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-faq.section--bg-red .faq__question,
.section-faq.section--bg-red .faq__answer, .section-faq.section--bg-blue .faq__question,
.section-faq.section--bg-blue .faq__answer {
  color: rgb(255, 255, 255);
}
.section-faq.section--bg-red .faq__toggle::before, .section-faq.section--bg-red .faq__toggle::after, .section-faq.section--bg-blue .faq__toggle::before, .section-faq.section--bg-blue .faq__toggle::after {
  background-color: rgb(255, 255, 255);
}

.section-story {
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
.section-story .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: center;
}
@media (max-width: 768px) {
  .section-story .container {
    grid-template-columns: 1fr;
  }
}
.section-story .container .section-story__title {
  max-width: 70%;
}
.section-story .container .section-story__text {
  columns: 2;
  column-gap: clamp(40px, 5.5555555556vw, 80px);
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section-story .container .section-story__text {
    columns: 1;
  }
}
.section-story .container .section-story__text p {
  margin: 0;
  margin-top: 14px;
  font-weight: 300;
}
.section-story .container .section-story__text p:first-child {
  margin-top: 0;
}
.section-story .container .section-story__media {
  aspect-ratio: 1/1.2;
}
.section-story .container .section-story__media .section-story__image {
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.section-story .container .section-story__media .section-story__image.has-video:hover {
  cursor: pointer;
}
.section-story .container .section-story__media .section-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-story .container .section-story__media .section-story__image .section-story__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-story .container .section-story__media .section-story__image .section-story__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 126px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  width: 80px;
  aspect-ratio: 1/1;
  padding: 12px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-story .container .section-story__media .section-story__image .section-story__play img {
  width: 32px;
  height: auto;
  margin-left: 8px;
}
.section-story.section-story--image-right .container {
  grid-template-columns: 3fr 2fr;
}
.section-story.section-story--image-right .container .section-story__media {
  order: 2;
}
.section-story.section-story--image-right .container .section-story__content {
  order: 1;
}

.story-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}
.story-video-modal.is-open {
  display: flex;
}
.story-video-modal .story-video-modal__dialog {
  position: relative;
  width: min(1120px, 100%);
  background: #000;
}
.story-video-modal .story-video-modal__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 48px);
}
.story-video-modal .story-video-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 999;
}

html.story-video-modal-open,
body.story-video-modal-open {
  overflow: hidden;
}

.section-image-text .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: center;
}
@media (max-width: 768px) {
  .section-image-text .container {
    grid-template-columns: 1fr;
  }
}
.section-image-text .container .section-image-text__heading {
  max-width: 70%;
}
@media (max-width: 768px) {
  .section-image-text .container .section-image-text__heading {
    max-width: 100%;
  }
}
.section-image-text .container .section-image-text__heading.has-subtitle {
  margin-right: 1.5em;
  padding-top: 1.25em;
}
.section-image-text .container .section-image-text__heading.has-subtitle::after {
  content: "";
  display: table;
  clear: both;
}
.section-image-text .container .section-image-text__heading .section-image-text__title {
  max-width: none;
  margin-top: 0;
}
.section-image-text .container .section-image-text__text {
  margin-top: clamp(12px, 2.7777777778vw, 20px);
}
.section-image-text .container .section-image-text__text--columns-1 {
  columns: 1;
}
.section-image-text .container .section-image-text__text--columns-2 {
  columns: 2;
  column-gap: clamp(40px, 5.5555555556vw, 80px);
}
.section-image-text .container .section-image-text__text--columns-2 > * {
  break-inside: avoid;
}
@media (max-width: 768px) {
  .section-image-text .container .section-image-text__text--columns-2 {
    columns: 1;
  }
}
.section-image-text .container .section-image-text__text p:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .section-image-text .container .section-image-text__text p {
    margin-top: clamp(20px, 5.5555555556vw, 40px);
  }
  .section-image-text .container .section-image-text__text p:first-child {
    margin-top: 0;
  }
}
.section-image-text .container .section-image-text__media {
  aspect-ratio: 4/3;
}
.section-image-text .container .section-image-text__media--staand {
  aspect-ratio: 3/4;
}
.section-image-text .container .section-image-text__media .section-image-text__image {
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.section-image-text .container .section-image-text__media .section-image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image-text.section-image-text--image-right .container {
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 768px) {
  .section-image-text.section-image-text--image-right .container {
    grid-template-columns: 1fr;
  }
  .section-image-text.section-image-text--image-right .container .section-image-text__media {
    order: unset;
  }
  .section-image-text.section-image-text--image-right .container .section-image-text__content {
    order: unset;
  }
}
.section-image-text.section-image-text--image-right .container .section-image-text__media {
  order: 2;
}
@media (max-width: 768px) {
  .section-image-text.section-image-text--image-right .container .section-image-text__media {
    order: 1;
  }
}
.section-image-text.section-image-text--image-right .container .section-image-text__content {
  order: 1;
}
@media (max-width: 768px) {
  .section-image-text.section-image-text--image-right .container .section-image-text__content {
    order: 2;
  }
}

.section-projects {
  padding: 0;
  background-color: rgb(246, 246, 246);
  border-top: 1px solid rgb(221, 221, 221);
}
.section-projects .container {
  border-bottom: 1px solid rgb(221, 221, 221);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
}
@media (min-width: 1920px) {
  .section-projects .container {
    max-width: none;
    padding-left: calc((100vw - 1920px) / 2 + clamp(40px, 5.5555555556vw, 80px));
    padding-right: calc((100vw - 1920px) / 2 + clamp(40px, 5.5555555556vw, 80px));
  }
}
@media (max-width: 768px) {
  .section-projects .container {
    border-top: 1px solid rgb(221, 221, 221);
    grid-template-columns: 1fr;
    grid-gap: clamp(20px, 5.5555555556vw, 40px);
  }
}
.section-projects .container .section-title {
  margin-top: 0;
  margin: 0;
  border-right: 1px solid rgb(221, 221, 221);
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
@media (max-width: 768px) {
  .section-projects .container .section-title {
    border-right: none;
    padding-bottom: 0;
  }
}
.section-projects .container .section-intro {
  font-weight: 300;
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
@media (max-width: 768px) {
  .section-projects .container .section-intro {
    padding-top: 0;
  }
}
.section-projects .container .section-intro p {
  margin-top: 0;
}
.section-projects .container .section-intro .project-carousel-controllers {
  display: flex;
  gap: 12px;
}
.section-projects .container .section-intro .project-carousel-controllers .prev,
.section-projects .container .section-intro .project-carousel-controllers .next {
  border-radius: 50%;
  width: clamp(40px, 5.5555555556vw, 80px);
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-projects .container .section-intro .project-carousel-controllers .prev img {
  transform: rotate(180deg);
}
.section-projects .projects-carousel {
  width: 100%;
  min-height: 1px;
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  padding-left: clamp(40px, 5.5555555556vw, 80px);
  display: block;
}
.section-projects .projects-carousel .project-card {
  width: 22.2222222222vw;
  margin-right: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 1px;
}
@media (max-width: 1024px) {
  .section-projects .projects-carousel .project-card {
    width: 55.5555555556vw;
  }
}
@media (max-width: 768px) {
  .section-projects .projects-carousel .project-card {
    width: 66.6666666667vw;
  }
}
.section-projects .projects-carousel .project-card .project-card__image {
  position: relative;
  display: block;
  padding-top: 66.6667%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.section-projects .projects-carousel .project-card .project-card__image a {
  position: absolute;
  inset: 0;
  display: block;
}
.section-projects .projects-carousel .project-card .project-card__image a img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.section-projects .projects-carousel .project-card .project-card__body {
  padding: calc(clamp(40px, 5.5555555556vw, 80px) / 4);
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .section-projects .projects-carousel .project-card .project-card__body {
    padding: 16px;
  }
}
.section-projects .projects-carousel .project-card .project-card__body .project-card__title {
  font-size: 1.5rem;
  margin: 0;
  min-height: 84px;
}
@media (max-width: 768px) {
  .section-projects .projects-carousel .project-card .project-card__body .project-card__title {
    font-size: 1.25rem;
  }
}
.section-projects .projects-carousel .project-card .project-card__body .project-card__title a {
  color: rgb(23, 23, 27);
  text-decoration: none;
}
.section-projects .projects-carousel .project-card .project-card__body .read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  color: rgb(23, 23, 27);
  text-decoration: none;
}

.section-projects-grid .section-header {
  padding-bottom: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
}
.section-projects-grid .projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  margin-top: calc(clamp(20px, 5.5555555556vw, 40px) / 2);
}
.section-projects-grid .projects-grid .project-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 1px;
  color: inherit;
  text-decoration: none;
}
.section-projects-grid .projects-grid .project-card .project-card__image {
  position: relative;
  display: block;
  padding-top: 66.6667%;
  overflow: hidden;
}
.section-projects-grid .projects-grid .project-card .project-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
.section-projects-grid .projects-grid .project-card:hover .project-card__image img {
  transform: scale(1.06);
}
.section-projects-grid .projects-grid .project-card .project-card__body {
  padding: calc(clamp(40px, 5.5555555556vw, 80px) / 4);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .section-projects-grid .projects-grid .project-card .project-card__body {
    padding: 16px;
  }
}
.section-projects-grid .projects-grid .project-card .project-card__body .project-card__title {
  font-size: 1.5rem;
  line-height: 115%;
  margin: 0;
  min-height: 84px;
  color: rgb(23, 23, 27);
}
.section-projects-grid .projects-grid .project-card .project-card__body .read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  color: rgb(23, 23, 27);
}
@media (max-width: 768px) {
  .section-projects-grid .projects-grid {
    grid-template-columns: 1fr;
  }
}

.related-projects {
  margin-bottom: calc(clamp(80px, 11.1111111111vw, 160px) * -1);
}
@media (max-width: 768px) {
  .related-projects {
    margin-bottom: 0;
  }
}

.section-services-slider {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .section-services-slider.section--pt-none {
    padding-top: clamp(40px, 5.5555555556vw, 80px);
  }
}
.section-services-slider .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .section-services-slider .container {
    grid-template-columns: 1fr;
    grid-gap: clamp(20px, 5.5555555556vw, 40px);
    padding-right: clamp(80px, 11.1111111111vw, 160px);
  }
}
.section-services-slider .container .section-title {
  margin-top: 0;
}
.section-services-slider .container .section-intro {
  font-weight: 300;
}
.section-services-slider .container .section-intro p {
  margin-top: 0;
}
.section-services-slider .services-carousel-controllers {
  position: absolute;
  top: clamp(40px, 5.5555555556vw, 80px);
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.section-services-slider .services-carousel-controllers .services-carousel-controllers__count {
  color: rgb(230, 48, 39);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.section-services-slider .services-carousel-controllers .services-carousel-controllers__buttons {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  background-color: rgb(230, 48, 39);
}
.section-services-slider .services-carousel-controllers .prev,
.section-services-slider .services-carousel-controllers .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(40px, 5.5555555556vw, 80px);
  aspect-ratio: 1/1;
  cursor: pointer;
}
.section-services-slider .services-carousel-controllers .prev img,
.section-services-slider .services-carousel-controllers .next img {
  width: 16px;
  height: auto;
  filter: brightness(0) invert(1);
}
.section-services-slider .services-carousel-controllers .next + .prev {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.section-services-slider .services-carousel-controllers .prev img {
  transform: rotate(180deg);
}
.section-services-slider.section--pt-none .services-carousel-controllers {
  top: 0;
}
@media (max-width: 768px) {
  .section-services-slider.section--pt-none .services-carousel-controllers {
    top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.section-services-slider.section--pt-normal .services-carousel-controllers {
  top: clamp(40px, 5.5555555556vw, 80px);
}
.section-services-slider.section--pt-large .services-carousel-controllers {
  top: clamp(80px, 11.1111111111vw, 160px);
}
.section-services-slider .services-carousel {
  width: 100%;
  min-height: 1px;
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  padding-left: clamp(40px, 5.5555555556vw, 80px);
  display: block;
}
@media (max-width: 768px) {
  .section-services-slider .services-carousel {
    padding-left: clamp(20px, 5.5555555556vw, 40px);
    padding-right: clamp(20px, 5.5555555556vw, 40px);
  }
}
.section-services-slider .services-carousel.flickity-enabled {
  overflow: visible;
}
.section-services-slider .services-carousel .flickity-viewport {
  overflow: visible;
}
.section-services-slider .services-carousel .service-card {
  position: relative;
  width: 62.5vw;
  margin-right: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  min-height: 1px;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .section-services-slider .services-carousel .service-card {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .section-services-slider .services-carousel .service-card {
    width: 87.5vw;
    flex-direction: column;
  }
}
.section-services-slider .services-carousel .service-card .service-card__image {
  position: relative;
  z-index: 2;
  flex: 0 0 28.125vw;
  width: 28.125vw;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  max-width: 480px;
}
@media (max-width: 768px) {
  .section-services-slider .services-carousel .service-card .service-card__image {
    flex: 0 0 87.5vw;
    width: 87.5vw;
  }
}
.section-services-slider .services-carousel .service-card .service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-services-slider .services-carousel .service-card .service-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-left: calc(-1 * clamp(80px, 11.1111111111vw, 160px) + clamp(20px, 5.5555555556vw, 40px));
  margin-top: clamp(20px, 5.5555555556vw, 40px);
  padding: 0;
  padding-left: calc(clamp(80px, 11.1111111111vw, 160px));
  background-color: rgb(0, 54, 113);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1920px) {
  .section-services-slider .services-carousel .service-card .service-card__body {
    min-height: 28.125vw;
  }
}
@media (max-width: 768px) {
  .section-services-slider .services-carousel .service-card .service-card__body {
    min-height: 28.125vw;
    margin-left: 0;
    padding-left: 0;
    margin-top: calc(-1 * clamp(80px, 11.1111111111vw, 160px) + clamp(20px, 5.5555555556vw, 40px));
    padding-top: calc(1.5 * clamp(40px, 5.5555555556vw, 80px));
  }
}
.section-services-slider .services-carousel .service-card .service-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(80px, 11.1111111111vw, 160px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  height: 100%;
}
@media (max-width: 768px) {
  .section-services-slider .services-carousel .service-card .service-card__body::before {
    display: none;
  }
}
.section-services-slider .services-carousel .service-card .service-card__body .service-card__title {
  margin: 0;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
}
.section-services-slider .services-carousel .service-card .service-card__body .service-card__title a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.section-services-slider .services-carousel .service-card .service-card__body .service-card__excerpt {
  margin: 12px 0 0;
  padding-bottom: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
}
.section-services-slider .services-carousel .service-card .service-card__body .read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.section-services-slider .services-carousel .service-card .service-card__body .read-more img {
  width: 14px;
  height: auto;
  filter: brightness(0) invert(1);
}

.section-services-grid .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
}
.section-services-grid .services-grid .service-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 1px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-services-grid .services-grid .service-card {
    flex-direction: column;
  }
}
.section-services-grid .services-grid .service-card .service-card__image {
  position: relative;
  z-index: 2;
  flex: 0 0 45%;
  width: 45%;
  aspect-ratio: 1/1;
  height: auto;
  align-self: flex-start;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .section-services-grid .services-grid .service-card .service-card__image {
    flex: 0 0 auto;
    width: 100%;
  }
}
.section-services-grid .services-grid .service-card .service-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-services-grid .services-grid .service-card .service-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-left: calc(-1 * clamp(80px, 11.1111111111vw, 160px) + clamp(20px, 5.5555555556vw, 40px));
  margin-top: clamp(20px, 5.5555555556vw, 40px);
  padding: 0;
  padding-left: calc(clamp(80px, 11.1111111111vw, 160px));
  background-color: rgb(0, 54, 113);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  align-self: stretch;
}
@media (max-width: 768px) {
  .section-services-grid .services-grid .service-card .service-card__body {
    margin-left: 0;
    padding-left: 0;
    margin-top: calc(-1 * clamp(80px, 11.1111111111vw, 160px) + clamp(20px, 5.5555555556vw, 40px));
    padding-top: calc(1.5 * clamp(40px, 5.5555555556vw, 80px));
    align-self: auto;
  }
}
.section-services-grid .services-grid .service-card .service-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(80px, 11.1111111111vw, 160px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  height: 100%;
}
@media (max-width: 768px) {
  .section-services-grid .services-grid .service-card .service-card__body::before {
    display: none;
  }
}
.section-services-grid .services-grid .service-card .service-card__body .service-card__title {
  margin: 0;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
}
.section-services-grid .services-grid .service-card .service-card__body .service-card__title a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.section-services-grid .services-grid .service-card .service-card__body .service-card__excerpt {
  margin: 12px 0 0;
  padding-bottom: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
}
.section-services-grid .services-grid .service-card .service-card__body .read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  padding-left: clamp(20px, 5.5555555556vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: clamp(20px, 5.5555555556vw, 40px);
  padding-right: clamp(20px, 5.5555555556vw, 40px);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.section-services-grid .services-grid .service-card .service-card__body .read-more img {
  width: 14px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .section-services-grid .services-grid {
    grid-template-columns: 1fr;
  }
}

.section-sportief {
  height: 100vh;
  min-height: 640px;
  background-color: rgb(246, 246, 246);
}
.section-sportief__inner {
  padding-bottom: clamp(80px, 11.1111111111vw, 160px);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-sportief__inner .section-sportief__content .container {
  text-align: center;
  z-index: 10;
  position: relative;
}
.section-sportief__inner .section-sportief__content .container .section-sportief__title {
  text-transform: uppercase;
  font-size: 6rem;
}
.section-sportief__inner .section-sportief__content .container .section-sportief__title span {
  display: block;
}
.section-sportief__inner .section-sportief__content .container .section-sportief__title span.line-2 {
  padding-right: calc(clamp(40px, 5.5555555556vw, 80px) * 3);
}
.section-sportief__inner .section-sportief__content .container .section-sportief__title span.line-3 {
  color: rgb(230, 48, 39);
}
.section-sportief__inner .animated-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%) scaleX(-1);
  transform-origin: center;
}
.section-sportief__inner .section-sportief__media {
  width: 22.2222222222%;
  aspect-ratio: 1/1;
  position: absolute;
  overflow: hidden;
}
.section-sportief__inner .section-sportief__media.section-sportief__media--left {
  left: clamp(40px, 5.5555555556vw, 80px);
  top: clamp(40px, 5.5555555556vw, 80px);
}
.section-sportief__inner .section-sportief__media.section-sportief__media--right {
  right: clamp(40px, 5.5555555556vw, 80px);
  bottom: clamp(40px, 5.5555555556vw, 80px);
}
.section-sportief__inner .section-sportief__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-sectors {
  position: relative;
  z-index: 2;
}
.section-sectors .title-wrapper {
  background-color: rgb(255, 255, 255);
  width: 50%;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  border-top-right-radius: 5px;
  margin-bottom: clamp(20px, 5.5555555556vw, 40px);
}
.section-sectors .title-wrapper .container {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: max(clamp(40px, 5.5555555556vw, 80px), (100vw - 1920px) / 2 + clamp(40px, 5.5555555556vw, 80px));
}
@media (max-width: 768px) {
  .section-sectors .title-wrapper {
    width: 100%;
    position: relative;
    transform: translateY(0%);
    padding-top: clamp(40px, 5.5555555556vw, 80px);
  }
}
.section-sectors .container .sectors-grid {
  padding-top: clamp(12px, 2.7777777778vw, 20px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(clamp(40px, 5.5555555556vw, 80px) / 4);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
}
@media (max-width: 1024px) {
  .section-sectors .container .sectors-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section-sectors .container .sectors-grid {
    grid-template-columns: 1fr;
    grid-gap: clamp(20px, 5.5555555556vw, 40px);
  }
}
.section-sectors .container .sectors-grid .sector-card {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.section-sectors .container .sectors-grid .sector-card .sector-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-sectors .container .sectors-grid .sector-card .sector-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
.section-sectors .container .sectors-grid .sector-card:hover .sector-card__image img {
  transform: scale(1.06);
}
.section-sectors .container .sectors-grid .sector-card .sector-card__label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 48px;
  padding: calc(clamp(40px, 5.5555555556vw, 80px) / 4);
  color: rgb(255, 255, 255);
  margin: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  font-size: 1.5rem;
  font-weight: 300;
}

.related-sectors {
  margin-bottom: calc(clamp(80px, 11.1111111111vw, 160px) * -1);
}

.section-cta-vacancy {
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
.section-cta-vacancy .container .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
}
.section-cta-vacancy .container .top .section-title {
  margin: 0;
}
.section-cta-vacancy .container .top .section-intro {
  font-weight: 300;
}
.section-cta-vacancy .container .vacancy-slider {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}

.vacancy-slider {
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
  gap: clamp(12px, 2.7777777778vw, 20px);
  color: rgb(23, 23, 27);
}
.vacancy-slider .vacancy-slider-controls {
  width: 12.5%;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgb(221, 221, 221);
  position: relative;
}
.vacancy-slider .vacancy-slider-controls .counter {
  font-weight: 300;
  font-size: 16px;
  color: rgb(221, 221, 221);
  position: absolute;
  left: clamp(12px, 2.7777777778vw, 20px);
  top: clamp(12px, 2.7777777778vw, 20px);
}
.vacancy-slider .vacancy-slider-controls .progress-bar {
  width: 100%;
  height: 3px;
  background: rgba(230, 48, 39, 0.08);
  border-radius: 999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vacancy-slider .vacancy-slider-controls .progress-bar__fill {
  display: block;
  width: 0%;
  height: 100%;
  background: rgb(230, 48, 39);
  transition: none;
}
.vacancy-slider .vacancy-slider-controls .prev-next {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.vacancy-slider .vacancy-slider-controls .prev-next button {
  border: none;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  width: 100%;
  height: 50%;
}
.vacancy-slider .vacancy-slider-controls .prev-next button:hover {
  background-color: rgba(246, 246, 246, 0.5);
}
.vacancy-slider .vacancy-slider-controls .prev-next button.next {
  border-bottom: 1px solid rgb(221, 221, 221);
}
.vacancy-slider .vacancy-slider-controls .prev-next button img {
  width: 14px;
  height: auto;
}
.vacancy-slider .vacancy-slider-slides {
  width: 84.375%;
}
.vacancy-slider .vacancy-slider-slides .section-cta-vacancy__inner,
.vacancy-slider .vacancy-slider-slides .js-vacancy-slider-slide {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: clamp(12px, 2.7777777778vw, 20px);
  padding: clamp(20px, 5.5555555556vw, 40px);
}
.vacancy-slider .vacancy-slider-slides .section-cta-vacancy__content {
  flex: 1;
  align-content: center;
}
.vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.vacancy-slider .vacancy-slider-slides .section-cta-vacancy__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-dienst-intro .section-dienst-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: center;
}
@media (max-width: 768px) {
  .section-dienst-intro .section-dienst-intro__inner {
    grid-template-columns: 1fr;
  }
}
.section-dienst-intro .section-dienst-intro__image {
  border-radius: 5px;
  overflow: hidden;
}
.section-dienst-intro .section-dienst-intro__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.section-dienst-intro .section-dienst-intro__content .subtitle {
  margin: 0;
}
.section-dienst-intro .section-dienst-intro__content .section-dienst-intro__title {
  margin-top: 0.15em;
  margin-bottom: 0;
}
.section-dienst-intro .section-dienst-intro__content .section-dienst-intro__text {
  margin-top: clamp(20px, 5.5555555556vw, 40px);
}
.section-dienst-intro .section-dienst-intro__content .section-dienst-intro__text p {
  margin-top: 0;
  margin-bottom: 1em;
}
.section-dienst-intro .section-dienst-intro__content .section-dienst-intro__text p:last-child {
  margin-bottom: 0;
}

.section-project-intro .section-project-intro__stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 56vw, 720px);
}
.section-project-intro .section-project-intro__media {
  position: absolute;
  width: calc(100% - clamp(80px, 11.1111111111vw, 160px));
  right: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-project-intro .section-project-intro__media {
    width: 100%;
    position: relative;
  }
}
.section-project-intro .section-project-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-project-intro .section-project-intro__card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: clamp(24px, 4vw, 56px);
  margin-left: 0;
  padding: clamp(20px, 5.5555555556vw, 40px);
  background-color: rgb(0, 54, 113);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-project-intro .section-project-intro__card {
    width: calc(100% - clamp(24px, 4vw, 56px));
    min-height: 0;
    margin-top: calc(clamp(24px, 4vw, 56px) * -1);
  }
}
.section-project-intro .section-project-intro__title {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.1;
}
.section-project-intro .section-project-intro__text {
  margin-top: clamp(20px, 5.5555555556vw, 40px);
  font-weight: 300;
  line-height: 1.65;
}
.section-project-intro .section-project-intro__text p {
  margin: 0 0 1em;
  color: rgb(255, 255, 255);
}
.section-project-intro .section-project-intro__text p:last-child {
  margin-bottom: 0;
}
.section-project-intro .section-project-intro__meta {
  margin: auto 0 0;
  padding-top: clamp(20px, 5.5555555556vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 0.65em;
}
@media (max-width: 768px) {
  .section-project-intro .section-project-intro__meta {
    padding-top: 0;
  }
}
.section-project-intro .section-project-intro__meta-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 2rem;
  align-items: baseline;
  margin: 0;
}
@media (max-width: 768px) {
  .section-project-intro .section-project-intro__meta-row {
    grid-template-columns: 1fr;
    gap: 0.5rem 2rem;
  }
}
.section-project-intro .section-project-intro__meta-row dt {
  margin: 0;
  font-weight: 300;
  opacity: 0.72;
}
.section-project-intro .section-project-intro__meta-row dd {
  margin: 0;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-project-intro .section-project-intro__meta-row dd {
    text-align: left;
  }
}

.section-gallery .gallery-grid {
  display: grid;
  grid-gap: calc(clamp(40px, 5.5555555556vw, 80px) / 2);
  grid-template-columns: 1fr;
}
.section-gallery .gallery-grid .gallery-grid__item {
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 4/3;
}
.section-gallery .gallery-grid .gallery-grid__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section-gallery--columns-2 .gallery-grid {
  grid-template-columns: 1fr 1fr;
}
.section-gallery--columns-3 .gallery-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .section-gallery--columns-2 .gallery-grid, .section-gallery--columns-3 .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.section-text .section-text__inner {
  display: grid;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.section-text .section-text__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  grid-row-gap: clamp(12px, 2.7777777778vw, 20px);
}
.section-text--columns-2 .section-text__inner {
  grid-template-columns: 1fr 1fr;
}
.section-text--columns-3 .section-text__inner {
  grid-template-columns: 1fr 1fr 1fr;
}
.section-text--columns-4 .section-text__inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .section-text--columns-2 .section-text__inner, .section-text--columns-3 .section-text__inner, .section-text--columns-4 .section-text__inner {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
