@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-zero {
  padding-top: 0;
}

.pb-zero {
  padding-bottom: 0;
}

.max-width-768 {
  max-width: 768px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  font-family: "Arial";
  height: 52px !important;
  border-radius: 12px !important;
  border: 1px solid #CCCCCC !important;
  position: relative !important;
  z-index: 2 !important;
  background-color: transparent !important;
  padding: 12px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #121212 !important;
  box-shadow: none !important;
  outline: none !important;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #121212 !important;
  opacity: 0 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #121212 !important;
  opacity: 0 !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #121212 !important;
  opacity: 0 !important;
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.sub-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #121212;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sub-title::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: #EE7044;
  border-radius: 4px;
}

.budge-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: auto;
  right: 16px;
  top: auto;
  bottom: 16px;
  z-index: 4;
}

.budge-item {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222222;
}

.slick-dots {
  width: 100%;
  background: transparent;
  height: 10px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}
.slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #DDDDDD;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #EE7044;
  max-width: 30px;
}

.slick-disabled {
  opacity: 0.3;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 6px 23px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  border: 0;
  font-size: 0;
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43608 9.80881C1.40642 9.59329 1.47446 9.36685 1.64017 9.20102L7.74427 3.09264C8.02541 2.8113 8.48129 2.81104 8.76251 3.09207C9.04372 3.37308 9.04379 3.82897 8.76264 4.1103L3.8831 8.99327L18.4362 8.99326C18.8339 8.99327 19.1563 9.31564 19.1563 9.71329C19.1563 10.1109 18.8339 10.4333 18.4363 10.4333L3.89042 10.4333L8.76023 15.3063C9.04127 15.5874 9.041 16.0433 8.75969 16.3245C8.47839 16.6057 8.02249 16.6055 7.74146 16.3243L1.67933 10.2583C1.5492 10.1459 1.45981 9.98772 1.43608 9.80881Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: #153F77;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43608 9.80881C1.40642 9.59329 1.47446 9.36685 1.64017 9.20102L7.74427 3.09264C8.02541 2.8113 8.48129 2.81104 8.76251 3.09207C9.04372 3.37308 9.04379 3.82897 8.76264 4.1103L3.8831 8.99327L18.4362 8.99326C18.8339 8.99327 19.1563 9.31564 19.1563 9.71329C19.1563 10.1109 18.8339 10.4333 18.4363 10.4333L3.89042 10.4333L8.76023 15.3063C9.04127 15.5874 9.041 16.0433 8.75969 16.3245C8.47839 16.6057 8.02249 16.6055 7.74146 16.3243L1.67933 10.2583C1.5492 10.1459 1.45981 9.98772 1.43608 9.80881Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow {
  left: auto;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5639 10.1912C18.5936 10.4067 18.5255 10.6331 18.3598 10.799L12.2557 16.9074C11.9746 17.1887 11.5187 17.189 11.2375 16.9079C10.9563 16.6269 10.9562 16.171 11.2374 15.8897L16.1169 11.0067L1.56376 11.0067C1.16611 11.0067 0.843735 10.6844 0.843728 10.2867C0.843729 9.88905 1.16608 9.5667 1.56373 9.56671L16.1096 9.56669L11.2398 4.69375C10.9587 4.41258 10.959 3.95668 11.2403 3.67551C11.5216 3.39435 11.9775 3.39448 12.2585 3.67565L18.3207 9.74172C18.4508 9.85406 18.5402 10.0123 18.5639 10.1912Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5639 10.1912C18.5936 10.4067 18.5255 10.6331 18.3598 10.799L12.2557 16.9074C11.9746 17.1887 11.5187 17.189 11.2375 16.9079C10.9563 16.6269 10.9562 16.171 11.2374 15.8897L16.1169 11.0067L1.56376 11.0067C1.16611 11.0067 0.843735 10.6844 0.843728 10.2867C0.843729 9.88905 1.16608 9.5667 1.56373 9.56671L16.1096 9.56669L11.2398 4.69375C10.9587 4.41258 10.959 3.95668 11.2403 3.67551C11.5216 3.39435 11.9775 3.39448 12.2585 3.67565L18.3207 9.74172C18.4508 9.85406 18.5402 10.0123 18.5639 10.1912Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.gform_wrapper.gform-theme {
  --gf-form-gap-x: 40px !important;
  --gf-form-gap-y: 32px !important;
}
.gform_wrapper.gform-theme .gform_confirmation_message {
  border: 1px solid green;
  padding: 15px;
  border-radius: 12px;
}
.gform_wrapper.gform-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gform-theme .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_required {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_validation_message {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_error input,
.gform_wrapper.gform-theme .gfield_error select,
.gform_wrapper.gform-theme .gfield_error textarea {
  border: 1px solid red !important;
}
.gform_wrapper.gform-theme .gfield {
  position: relative;
}
.gform_wrapper.gform-theme .gfield textarea.large {
  min-block-size: 52px;
}
.gform_wrapper.gform-theme .gfield .gfield_label {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #121212 !important;
  margin: 0 !important;
  background-color: #FFFFFF !important;
  padding: 0 6px !important;
  height: 22px !important;
  left: 12px !important;
  top: 14px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: top 0.5s, font-size 0.5s !important;
}
.gform_wrapper.gform-theme .gfield.active .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}
.gform_wrapper.gform-theme .gfield.active input,
.gform_wrapper.gform-theme .gfield.active select,
.gform_wrapper.gform-theme .gfield.active textarea {
  position: relative !important;
  background-color: transparent !important;
}
.gform_wrapper.gform-theme .gfield.active input::-moz-placeholder, .gform_wrapper.gform-theme .gfield.active select::-moz-placeholder, .gform_wrapper.gform-theme .gfield.active textarea::-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::placeholder,
.gform_wrapper.gform-theme .gfield.active select::placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield.active select::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::-webkit-input-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active select::-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield.active select:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea:-ms-input-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input:-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active select:-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea:-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield .ginput_container {
  position: relative;
  z-index: 3;
}
.gform_wrapper.gform-theme .gfield:has(input:not(:-moz-placeholder)) .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  -moz-transition: top 0.5s, font-size 0.5s !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}
.gform_wrapper.gform-theme .gfield:has(input:not(:placeholder-shown)) .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}

.gform-footer.gform_footer .gform_button.button {
  padding: 14px 16px !important;
  padding-right: 46px !important;
  background-color: #EE7044 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: -0.02em !important;
  color: #FFFFFF !important;
  border: 0 !important;
  background-image: url(/wp-content/uploads/2026/02/btn-attow-white.svg) !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  background-position: right 16px top 50% !important;
  transition: all 0.5s !important;
}
.gform-footer.gform_footer .gform_button.button:hover {
  background-color: #153F77 !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow.woff2") format("woff2"), url("../fonts/ArialNarrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE.woff2") format("woff2"), url("../fonts/ArialCE.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow-Bold.woff2") format("woff2"), url("../fonts/ArialNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Lgt.woff2") format("woff2"), url("../fonts/Arial-Lgt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Mdm.woff2") format("woff2"), url("../fonts/Arial-Mdm.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Black.woff2") format("woff2"), url("../fonts/Arial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE MT";
  src: url("../fonts/ArialCEMTBlack-Regular.woff2") format("woff2"), url("../fonts/ArialCEMTBlack-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Arial";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #222222;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Arial";
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Arial";
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Arial";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

h4 {
  font-family: "Arial";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  font-family: "Arial";
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
}
@media (max-width: 1199px) {
  .site-header .menu-toggle {
    display: block;
    font-size: 0;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.site-header .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.site-header .menu-toggle .menuicon::before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.site-header .menu-toggle .menuicon::after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.site-header .menu-toggle .menuicon::before, .site-header .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
@media (max-width: 1199px) {
  .site-header .mobile-nav {
    background: #F6F6F6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 111;
    padding-top: 60px;
  }
}
.site-header .mobile-nav .header-contact-info {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .mobile-nav .header-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    background: #282828;
  }
}
@media (max-width: 1199px) {
  .site-header .mobile-nav .header-contact-info .btn {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .site-header .toggled .mobile-nav {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
  .site-header .toggled .mobile-nav .menu-main-menu-container {
    padding: 0 15px 20px;
  }
  .site-header .toggled .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
  .site-header .toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .site-header .toggled .menuicon::before {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .site-header .toggled .menuicon:after {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}

.header-nav {
  display: flex;
  gap: 20px;
  padding: 12px 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1480px) {
  .header-nav {
    padding: 12px 20px;
  }
}
.header-nav .main-navigation {
  display: flex;
  width: auto;
}
@media (min-width: 1661px) {
  .header-nav .main-navigation {
    justify-content: end;
    width: 42%;
  }
}
.header-nav .main-navigation .menu {
  justify-content: center;
}
.header-nav .main-navigation .menu .menu-item a {
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
}
@media (max-width: 1480px) {
  .header-nav .main-navigation .menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-nav .main-navigation .menu .menu-item a {
    color: #000000;
  }
}
.header-nav .main-navigation .menu .menu-item a:hover {
  background-color: #EE7044;
  color: #ffffff;
}
.header-nav .main-navigation .menu .menu-item.current-menu-item a {
  background-color: #EE7044;
  color: #ffffff;
}

.site-branding {
  display: flex;
  align-items: center;
}
@media (min-width: 1661px) {
  .site-branding {
    width: 14%;
  }
}
.site-branding .custom-logo-link {
  display: flex;
  max-width: 275px;
}
@media (max-width: 1480px) {
  .site-branding .custom-logo-link {
    max-width: 165px;
  }
}

.header-contact-info {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-contact-info {
    display: none;
  }
}
@media (min-width: 1661px) {
  .header-contact-info {
    width: 34%;
  }
}
.header-contact-info .top-right-btn {
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 1480px) {
  .header-contact-info .top-right-btn .btn {
    font-size: 14px;
  }
}

.hot-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hot-line .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003896;
  border-radius: 8px;
}
.hot-line .telephone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hot-line .telephone span {
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
}
.hot-line .telephone a {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
}
@media (max-width: 1480px) {
  .hot-line .telephone a {
    letter-spacing: 0;
    font-size: 18px;
  }
}
.hot-line .telephone a:hover {
  color: #EE7044;
}

.site-info {
  background-image: url("../images/footer-bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-info:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(21, 63, 119, 0.94), rgba(21, 63, 119, 0.94));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.footer-bottom-info {
  padding: 24px 0;
  text-align: center;
  background: #153F77;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}
.copyright p {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}

.footer-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 80px;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding-top: 40px;
  }
}

.footer-logo {
  max-width: 261px;
}

.address-bar .address-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.address-bar .address-col li a {
  background: #0A346C;
  border-radius: 12px;
  padding: 18px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .address-bar .address-col li a {
    font-size: 16px;
  }
}
.address-bar .address-col li a:hover {
  background-color: #EE7044;
}

.footer-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .footer-top {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 40px;
  }
}

.footer-info-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .footer-info-col {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-info-col {
    grid-template-columns: auto;
  }
}
.footer-info-col .info-col {
  padding-right: 54px;
  padding-left: 54px;
}
@media (max-width: 1199px) {
  .footer-info-col .info-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-info-col .info-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col {
    padding-right: 0;
  }
}
.footer-info-col .info-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer-info-col .info-col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
  }
}
.footer-info-col .info-col:first-child {
  padding-left: 0;
}
.footer-info-col .info-col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .footer-info-col .info-col:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer-title {
  color: #ffffff;
}
.footer-title:after {
  content: "";
  height: 3px;
  display: block;
  width: 62px;
  background: #EE7044;
  margin-top: 20px;
}

.footer-location {
  margin-bottom: 20px;
}
.footer-location p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

.social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 12px;
}
.social-link li a {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .social-link li a {
    width: 40px;
    height: 40px;
  }
}
.social-link li a:hover {
  background-color: #EE7044;
}

.footer-menu-link {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}
.footer-menu-link li a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 23px;
  display: inline-flex;
}
.footer-menu-link li a::before, .footer-menu-link li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.4s;
}
.footer-menu-link li a::before {
  transform: rotate(45deg);
}
.footer-menu-link li a::after {
  transform: rotate(-45deg);
}
.footer-menu-link li a:hover {
  padding-left: 28px;
  color: #EE7044;
}
.footer-menu-link li a:hover::before, .footer-menu-link li a:hover::after {
  background-color: #EE7044;
}

.bottom-to-top-btn {
  position: fixed;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: 22px;
  background-image: url("../images/arrow.svg");
  top: auto;
  bottom: 40px;
  right: 40px;
  border-radius: 8px;
  background-color: #EE7044;
  z-index: 9999;
  border: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-box {
    justify-content: center;
    flex-direction: column;
  }
}

.youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 14px;
}
.youvia-wrap p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .youvia-wrap {
    justify-content: flex-start;
    flex-flow: wrap;
  }
}
.youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
.youvia-wrap .youvia-logo a {
  display: inline-flex;
}
.youvia-wrap .youvia-logo img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  padding: 14px 16px;
  border: 1px solid;
  color: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}
.btn .btn-arrow {
  display: flex;
  overflow: hidden;
  width: 27px;
  height: 19px;
  position: relative;
  align-items: center;
}
.btn .btn-arrow::before {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  transition: all 0.4s;
  position: absolute;
}
.btn .btn-arrow::after {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  transition: all 0.4s;
  transform: translate(-19px);
  position: absolute;
}
.btn:hover .btn-arrow::after {
  background-image: url("../images/right-arrow.svg");
  transform: translate(0);
}
.btn:hover .btn-arrow::before {
  transform: translate(28px);
}
.btn.btn-primary {
  border-color: #EE7044;
  background-color: #EE7044;
}
.btn.btn-primary:hover {
  border-color: #153F77;
  background-color: #153F77;
  color: #ffffff;
}

.banner-wrapper {
  position: relative;
  height: 880px;
}
@media (max-width: 767px) {
  .banner-wrapper {
    height: 650px;
  }
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1480px) {
  .hero-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hero-content .banner-title {
  color: #ffffff;
  margin-bottom: 12px;
}
.hero-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .hero-content p {
    font-size: 18px;
  }
}

.hero-text {
  max-width: 1090px;
}
@media (max-width: 1480px) {
  .hero-text {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .hero-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .hero-text {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    max-width: 100%;
  }
}

.hero-banner {
  height: 100%;
}
.hero-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #153969 3.47%, rgba(21, 57, 105, 0.4) 19.32%, rgba(0, 0, 0, 0) 47.8%, rgba(0, 0, 0, 0.4) 69.85%, rgba(0, 0, 0, 0.9) 95.06%);
  z-index: 0;
  pointer-events: none;
}

.our-story {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1199px) {
  .our-story {
    gap: 30px;
  }
}

.our-image-box {
  width: calc(40% - 30px);
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .our-image-box {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-image-box {
    width: 100%;
    border-radius: 20px;
  }
}
.our-image-box .bottom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .our-image-box .bottom-icon {
    max-width: 120px;
  }
}
.our-image-box .bottom-icon img {
  display: block;
}
.our-image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/shape.svg");
  width: 261px;
  height: 261px;
  z-index: 0;
}
@media (max-width: 991px) {
  .our-image-box::after {
    width: 152px;
    height: 152px;
    background-size: contain;
  }
}

.our-image {
  height: 100%;
}
.our-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

.our-story-content {
  width: calc(60% - 30px);
}
@media (max-width: 1199px) {
  .our-story-content {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-story-content {
    width: 100%;
  }
}
.our-story-content .story-content h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .our-story-content .story-content h2 {
    margin-bottom: 20px;
  }
}
.our-story-content .story-content .sub-content {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 20px;
}
.our-story-content .story-content p {
  line-height: 160%;
}
.our-story-content .story-content .inner-title {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
  color: #EE7044;
}
.our-story-content .counters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 74px;
}
@media (max-width: 991px) {
  .our-story-content .counters {
    margin-top: 35px;
  }
}
@media (max-width: 479px) {
  .our-story-content .counters {
    grid-template-columns: auto;
  }
}
.our-story-content .counters h3 {
  font-size: 72px;
  line-height: 58px;
  margin-bottom: 10px;
  color: #EE7044;
}
@media (max-width: 1199px) {
  .our-story-content .counters h3 {
    font-size: 52px;
  }
}
.our-story-content .counters p {
  font-size: 16px;
}

.brand-section {
  position: relative;
  border-top: 1px solid #E6E6E6;
}
.brand-section h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .brand-section h2 {
    margin-bottom: 30px;
  }
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track:before, .brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track:after {
  display: none !important;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box:hover img {
  filter: none;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transform: all 0.6s;
}

.our-core-values {
  background: #F6F6F6;
}

.core-values-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 1023px) {
  .core-values-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .core-values-card {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .core-values-card {
    grid-template-columns: auto;
  }
}
.core-values-card .card {
  background: #153F77;
  border-radius: 24px;
  padding: 32px 20px;
  transition: all 0.4s;
}
@media (max-width: 374px) {
  .core-values-card .card {
    padding: 32px 10px;
  }
}
.core-values-card .card:hover {
  background-color: #EE7044;
}
.core-values-card .card:hover .icon {
  background: #153F77;
}
.core-values-card .card:hover .icon img {
  filter: invert(88%) sepia(10%) saturate(10%) hue-rotate(162deg) brightness(143%) contrast(100%);
}
.core-values-card .card:hover .more-details {
  color: #153F77;
}
.core-values-card .card .icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.4s;
}
.core-values-card .card .icon img {
  max-width: 24px;
  max-height: 24px;
  transition: all 0.4s;
}
.core-values-card .card-details h4 {
  color: #ffffff;
}
.core-values-card .card-details p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.core-values-card .card-details .more-details {
  font-size: 16px;
  line-height: 24px;
  color: #EE7044;
  font-weight: 500;
}
.core-values-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 66px;
  height: 100%;
}
@media (max-width: 991px) {
  .core-values-card .card-body {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .core-values-card .card-body {
    gap: 20px;
  }
}

.top-header .top-sub-title {
  color: #666666;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .top-header .top-sub-title {
    font-size: 18px;
  }
}

.content-top-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .content-top-grid {
    grid-template-columns: auto;
    margin-bottom: 30px;
  }
}

.btn-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .btn-wrapper {
    margin-top: 30px;
  }
}

.bottom-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.our-projects .map {
  margin-top: 60px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-projects .map {
    margin-top: 30px;
  }
}

.our-projects {
  position: relative;
}
.our-projects:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/02/Schets-kantoor-3-e1772189007344.jpg);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  left: -170px;
  top: 0px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 991px) {
  .our-projects:before {
    left: 0;
    background-size: contain;
    opacity: 0.3;
  }
}

.inner-hero-banner .banner-wrapper {
  height: 450px;
}

.inner-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 19.94%, rgba(0, 0, 0, 0) 48.4%, rgba(0, 0, 0, 0.3) 70%, #000000 100%);
  z-index: 0;
  pointer-events: none;
}

.history-section {
  background: #F6F6F6;
}

.history-section-header {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .history-section-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .history-section-header {
    margin-bottom: 30px;
  }
}

.history-section-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .history-section-content {
    flex-direction: column;
  }
}

.history-section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 74.33333%;
}
@media (max-width: 1023px) {
  .history-section-grid {
    width: 50%;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .history-section-grid {
    width: 100%;
  }
}

.history-section-image--left {
  width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .history-section-image--left {
    width: 100%;
  }
}
.history-section-image--left img {
  border-radius: 24px;
  aspect-ratio: 1/0.813;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-section-text-block {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: space-between;
}
@media (max-width: 1023px) {
  .history-section-text-block {
    width: 100%;
  }
}

.history-section-image--right {
  width: calc(25.6666% - 30px);
}
@media (max-width: 1023px) {
  .history-section-image--right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .history-section-image--right {
    width: 100%;
  }
}
.history-section-image--right img {
  aspect-ratio: 1/1.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 991px) {
  .history-section-image--right img {
    aspect-ratio: 1;
  }
}

.history-section-subtitle {
  margin-bottom: 16px;
}

.our-story-title {
  font-weight: 900;
  font-size: 154px;
  line-height: 142px;
  letter-spacing: 0.09em;
  color: #222222;
  opacity: 0.03;
  white-space: nowrap;
  margin-left: -280px;
}
@media (max-width: 1199px) {
  .our-story-title {
    font-size: 114px;
    line-height: 122px;
    margin-left: -70px;
  }
}
@media (max-width: 991px) {
  .our-story-title {
    font-size: 74px;
    line-height: 80px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .our-story-title {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .our-story-title {
    font-size: 38px;
    line-height: 44px;
  }
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-image .image-wrapper img {
  display: block;
  aspect-ratio: 1/1.16;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-info {
  margin-top: 20px;
}
.team-info h4 {
  margin-bottom: 6px;
}

.social-info {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.6s;
  transform: translate(0, 60px);
}
.social-info li a {
  width: 50px;
  height: 50px;
  background: #EE7044;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.our-team .team-list-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-team .team-grid .slick-list {
  margin: 0 -15px;
}
.our-team .team-grid .slick-arrow {
  top: 190px;
}
@media (max-width: 767px) {
  .our-team .team-grid .slick-arrow {
    top: 150px;
  }
}
@media (max-width: 1530px) {
  .our-team .team-grid .slick-prev {
    left: -10px;
  }
}
@media (max-width: 1530px) {
  .our-team .team-grid .slick-next {
    right: -10px;
  }
}

.header-team-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .header-team-title {
    margin-bottom: 30px;
  }
}

.team-info-list:hover .social-info {
  transform: translate(0, -20px);
}

.content-section {
  background: #F6F6F6;
}

.content-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* ==========================================
   SERVICES PROCESS SECTION
========================================== */
.services-process-section {
  overflow: hidden;
}

.services-process-header {
  max-width: 900px;
  margin: 0 auto 55px;
}

.services-process-section-title {
  margin-bottom: 15px;
}

.services-process-intro {
  max-width: 820px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
}

.services-process-intro p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   PROCESS LIST
========================================== */
.services-process-list {
  max-width: 1150px;
  margin: 0 auto;
}

/* ==========================================
   PROCESS STEP
========================================== */
.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 72px minmax(0, 1.15fr) minmax(280px, 0.9fr) 44px;
  /*
   * Rij 1 = gewone inhoud
   * Rij 2 = uitgeklapte inhoud
   */
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 150px;
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease;
}

.process-step:first-child {
  border-top: 1px solid #e8e8e8;
}

.process-step:hover {
  background-color: #fcfcfc;
}

/* ==========================================
   ICON
========================================== */
.process-step-icon-wrap {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #f3d8cc;
  border-radius: 50%;
  background-color: #ffffff;
}

.process-step-icon img {
  display: block;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==========================================
   NUMBER + VERTICAL TRACK
========================================== */
.process-step-track {
  /*
   * Tweede kolom.
   * Belangrijk: loopt over beide grid-rijen.
   * Daardoor groeit de lijn mee met expanded content.
   */
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-step-number {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  border-radius: 50%;
  background-color: #0f3768;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.process-step-line {
  position: relative;
  /*
   * Neemt alle resterende hoogte van de track in.
   * Wanneer expanded content groter wordt,
   * wordt deze lijn dus automatisch langer.
   */
  flex: 1;
  width: 2px;
  min-height: 80px;
  margin-top: 4px;
  margin-bottom: -22px;
  background-color: #65788c;
}

.process-step-line::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #65788c;
  border-bottom: 2px solid #65788c;
  transform: translateX(-50%) rotate(45deg);
}

/* ==========================================
   COPY
========================================== */
.process-step-copy {
  grid-column: 3;
  grid-row: 1;
  padding: 0 35px 0 10px;
}

.process-step-title {
  margin: 0 0 4px;
  color: #0f3768;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
}

.process-step-intro {
  margin-bottom: 8px;
  color: #f26f3f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.process-step-description {
  max-width: 470px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.5;
}

.process-step-description p {
  margin-top: 0;
  margin-bottom: 8px;
}

.process-step-description p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   LIST
========================================== */
.process-step-list {
  grid-column: 4;
  grid-row: 1;
  padding: 16px 20px;
  background-color: #fafafa;
}

.process-step-list ul {
  margin: 0;
  padding-left: 18px;
}

.process-step-list li {
  margin-bottom: 4px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.4;
}

.process-step-list li:last-child {
  margin-bottom: 0;
}

/* ==========================================
   ACTION / ARROW BUTTON
========================================== */
.process-step-action {
  grid-column: 5;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.process-step-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.process-step-toggle:hover {
  background-color: #fff4ee;
}

.process-step-toggle:focus-visible {
  outline: 2px solid #f26f3f;
  outline-offset: 2px;
}

.process-step-arrow {
  display: block;
  color: #f26f3f;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  transform-origin: center;
  transition: transform 0.3s ease;
}

/*
 * Wanneer het item open staat,
 * draait het pijltje naar beneden.
 */
.process-step-toggle[aria-expanded=true] .process-step-arrow {
  transform: rotate(90deg);
}

/* ==========================================
   EXPANDED CONTENT
========================================== */
.process-step-expanded {
  display: none;
  /*
   * Expanded content komt op tweede grid-rij.
   *
   * De nummer/track-kolom loopt ondertussen
   * over rij 1 én rij 2.
   */
  grid-column: 3/6;
  grid-row: 2;
  width: 100%;
  padding: 25px 0 8px;
}

.process-step-expanded-inner {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: start;
  gap: 35px;
  padding: 28px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

/* ==========================================
   EXPANDED IMAGE
========================================== */
.process-step-expanded-image {
  min-width: 0;
}

.process-step-expanded-image img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

/* ==========================================
   EXPANDED TEXT
========================================== */
.process-step-expanded-content {
  min-width: 0;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.6;
}

.process-step-expanded-content h2,
.process-step-expanded-content h3,
.process-step-expanded-content h4,
.process-step-expanded-content h5 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #0f3768;
}

.process-step-expanded-content p {
  margin-top: 0;
  margin-bottom: 12px;
}

.process-step-expanded-content p:last-child {
  margin-bottom: 0;
}

.process-step-expanded-content ul,
.process-step-expanded-content ol {
  margin-top: 12px;
  margin-bottom: 0;
}

/* ==========================================
   OPEN STATE
========================================== */
.process-step:has(.process-step-toggle[aria-expanded=true]) {
  background-color: #fcfcfc;
}

/* ==========================================
   SCREEN READER TEXT
========================================== */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================
   TABLET
========================================== */
@media only screen and (max-width: 1024px) {
  .services-process-header {
    margin-bottom: 45px;
  }
  .process-step {
    grid-template-columns: 70px 62px minmax(0, 1fr) 300px 44px;
    grid-template-rows: auto auto;
  }
  .process-step-icon {
    width: 54px;
    height: 54px;
  }
  .process-step-icon img {
    width: 30px;
    height: 30px;
  }
  .process-step-track {
    grid-column: 2;
    grid-row: 1/3;
  }
  .process-step-number {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .process-step-copy {
    grid-column: 3;
    grid-row: 1;
    padding-right: 22px;
  }
  .process-step-title {
    font-size: 21px;
  }
  .process-step-list {
    grid-column: 4;
    grid-row: 1;
  }
  .process-step-action {
    grid-column: 5;
    grid-row: 1;
  }
  .process-step-expanded {
    grid-column: 3/6;
    grid-row: 2;
  }
  .process-step-expanded-inner {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 25px;
    padding: 24px;
  }
  .process-step-expanded-image img {
    height: 220px;
  }
}
/* ==========================================
   MOBILE
========================================== */
@media only screen and (max-width: 767px) {
  .services-process-header {
    margin-bottom: 35px;
    text-align: left;
  }
  .services-process-intro {
    font-size: 16px;
  }
  .process-step {
    grid-template-columns: 58px 1fr 44px;
    /*
     * Mobiel gebruikt een andere indeling.
     */
    grid-template-rows: auto auto auto auto;
    align-items: start;
    min-height: 0;
    padding: 28px 0;
  }
  /* ==========================================
     ICON
  ========================================== */
  .process-step-icon-wrap {
    grid-column: 1;
    grid-row: 1;
  }
  /* ==========================================
     NUMBER
  ========================================== */
  .process-step-track {
    grid-column: 2;
    grid-row: 1;
    align-self: auto;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  /* ==========================================
     ACTION
  ========================================== */
  .process-step-action {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
  /* ==========================================
     COPY
  ========================================== */
  .process-step-copy {
    grid-column: 1/-1;
    grid-row: 2;
    padding: 0;
    margin-top: 12px;
  }
  /* ==========================================
     LIST
  ========================================== */
  .process-step-list {
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 18px;
    padding: 16px 18px;
  }
  /* ==========================================
     EXPANDED
  ========================================== */
  .process-step-expanded {
    grid-column: 1/-1;
    grid-row: 4;
    padding-top: 20px;
  }
  .process-step-expanded-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .process-step-expanded-image img {
    height: auto;
    max-height: 300px;
  }
  /* ==========================================
     MOBILE ICON / NUMBER SIZES
  ========================================== */
  .process-step-icon {
    width: 48px;
    height: 48px;
  }
  .process-step-icon img {
    width: 26px;
    height: 26px;
  }
  .process-step-number {
    width: 44px;
    height: 44px;
    margin-top: 2px;
    font-size: 15px;
  }
  /*
   * Op mobiel geen verticale timeline.
   */
  .process-step-line {
    display: none;
  }
  .process-step-title {
    font-size: 21px;
  }
  .process-step-intro {
    font-size: 14px;
  }
  .process-step-description {
    max-width: 100%;
    font-size: 15px;
  }
  .process-step-list li {
    font-size: 14px;
  }
  .process-step-arrow {
    font-size: 34px;
  }
  .process-step-expanded-content {
    font-size: 15px;
  }
}
.blog-list-tabs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blog-list-tabs .blog-tabs-list {
  display: inline-flex;
  gap: 12px;
  background: #F6F6F6;
  padding: 8px;
  border-radius: 10px;
  overflow: auto;
}
.blog-list-tabs .blog-tabs-list li .tabs-btn {
  padding: 16px 22px;
  display: block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #666666;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-list-tabs .blog-tabs-list li .tabs-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.blog-list-tabs .blog-tabs-list li .tabs-btn.active {
  background-color: #EE7044;
  color: #ffffff;
}

.faq-accordion-section {
  margin-bottom: 10px;
}

.faq-accordion-header {
  background: #E6E6E6;
  padding: 20px 55px 20px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  transition: 0.3s;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.faq-accordion-header.active {
  background-color: #EE7044;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-accordion-header.active::before {
  background-color: #153F77;
}
.faq-accordion-header.active::after {
  transform: rotate(180deg);
}
.faq-accordion-header::before {
  content: "";
  background: #EE7044;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.faq-accordion-header::after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.faq-accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 500px;
}

.map-actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  backdrop-filter: blur(1px);
  border-radius: 14px;
}
@media (max-width: 767px) {
  .map-actions {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.map-actions ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1199px) {
  .map-actions ul {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .map-actions ul {
    grid-template-columns: auto;
  }
}

.map-link {
  padding: 24px;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.6s;
  gap: 15px;
  background: #153F77;
}
@media (max-width: 1199px) {
  .map-link {
    padding: 14px;
  }
}
.map-link .arrow {
  background: #EE7044;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .map-link .arrow {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }
}
.map-link .arrow .onhover {
  transform: translate(-42px, 0px);
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
.map-link .arrow .arrow-right {
  position: absolute;
}
.map-link .arrow img {
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .map-link .arrow img {
    width: 24px;
  }
}
.map-link:hover .onhover {
  transform: translate(0);
}
.map-link:hover .arrow-right {
  transform: translate(42px, 0px);
}
.map-link:hover:hover {
  background: #EE7044;
}
.map-link:hover .arrow {
  background-color: #153F77;
}

.text-with-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.text-with-link p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .text-with-link p {
    font-size: 14px;
  }
}

.call-with-icons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .call-with-icons {
    font-size: 18px;
    line-height: 22px;
  }
}
.call-with-icons .icon {
  min-width: 36px;
  width: 36px;
}
@media (max-width: 1199px) {
  .call-with-icons .icon {
    min-width: 26px;
    width: 26px;
  }
}

.quote-section {
  text-align: center;
}
.quote-section .quote-item {
  margin: 20px auto;
  padding: 40px 40px 40px 65px;
  border-left: 8px solid #EE7044;
  line-height: 32px;
  background: #F6F6F6;
  position: relative;
}
.quote-section .quote-item:before {
  content: "“";
  font-size: 100px;
  line-height: 62px;
  color: #EE7044;
  position: absolute;
  left: 20px;
  top: 30px;
}
.quote-section .quote-item .quote-text {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .quote-section .quote-item .quote-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.quote-section .quote-item .quote-author {
  margin-top: 20px;
  color: #222222;
  color: #EE7044;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .quote-section .quote-item .quote-author {
    font-size: 16px;
    line-height: 26px;
  }
}
.quote-section .quote {
  font-size: 0px;
}

.youtube-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}
.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-tag {
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}

.gallery-images {
  background-color: #F6F6F6;
}
.gallery-images .gallary-images-slider .image-slide {
  padding: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-images .gallary-images-slider .image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 280px;
}

.default-section .images-wapper {
  border-radius: 24px;
  margin: 30px 0;
  overflow: hidden;
}
.default-section .images-wapper img {
  aspect-ratio: 2/0.91;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.default-section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.default-section ul li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .default-section ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.default-section ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #EE7044;
  border-radius: 50%;
}
.default-section ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 20px 0 20px 20px;
  list-style: decimal;
}
.default-section ol li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}
@media (max-width: 767px) {
  .default-section ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
.default-section p {
  margin-bottom: 30px;
}
.default-section p:last-child {
  margin-bottom: 0;
}
.default-section p a {
  font-weight: 500;
  text-decoration: underline;
}
.default-section p a:hover {
  color: #EE7044;
}
.default-section .faq-accordion {
  margin: 30px 0;
}
.default-section blockquote {
  font-size: 26px;
  margin: 20px auto;
  color: #222222;
  padding: 40px 40px 40px 65px;
  border-left: 8px solid #EE7044;
  line-height: 32px;
  background: #F6F6F6;
  position: relative;
}
@media (max-width: 767px) {
  .default-section blockquote {
    font-size: 18px;
    line-height: 26px;
  }
}
.default-section blockquote:before {
  content: "“";
  font-size: 100px;
  line-height: 62px;
  color: #EE7044;
  position: absolute;
  left: 20px;
  top: 30px;
}
.default-section blockquote .blockquote-footer {
  margin-top: 20px;
  color: #222222;
  color: #EE7044;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .default-section blockquote .blockquote-footer {
    font-size: 16px;
    line-height: 26px;
  }
}
.default-section blockquote .blockquote-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #EE7044;
  display: inline-flex;
}

.site section .job-desc ul:not(.slick-dots) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.site section .job-desc ul:not(.slick-dots) li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .site section .job-desc ul:not(.slick-dots) li {
    font-size: 16px;
    line-height: 22px;
  }
}
.site section .job-desc ul:not(.slick-dots) li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #EE7044;
  border-radius: 50%;
}
.site section .job-desc ol:not(.slick-dots) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 20px 0 20px 20px;
  list-style: decimal;
}
.site section .job-desc ol:not(.slick-dots) li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}
@media (max-width: 767px) {
  .site section .job-desc ol:not(.slick-dots) li {
    font-size: 16px;
    line-height: 22px;
  }
}
.site section .job-desc blockquote {
  font-size: 26px;
  margin: 20px auto;
  color: #222222;
  padding: 40px 40px 40px 65px;
  border-left: 8px solid #EE7044;
  line-height: 32px;
  background: #F6F6F6;
  position: relative;
}
@media (max-width: 767px) {
  .site section .job-desc blockquote {
    font-size: 18px;
    line-height: 26px;
  }
}
.site section .job-desc blockquote:before {
  content: "“";
  font-size: 100px;
  line-height: 62px;
  color: #EE7044;
  position: absolute;
  left: 20px;
  top: 30px;
}
.site section .job-desc blockquote .blockquote-footer {
  margin-top: 20px;
  color: #222222;
  color: #EE7044;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .site section .job-desc blockquote .blockquote-footer {
    font-size: 16px;
    line-height: 26px;
  }
}
.site section .job-desc blockquote .blockquote-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #EE7044;
  display: inline-flex;
}

.card-icon-section {
  position: relative;
  background-color: #F6F6F6;
  background-image: url(/wp-content/uploads/2026/02/pettern-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-icon-section .card-icon-wrap .header-wraper .header-col {
  text-align: center;
}
.card-icon-section .card-icon-wrap .header-wraper .header-col .sub-title {
  justify-content: center;
}
.card-icon-section .card-icon-wrap .header-wraper .header-col .title-wrap .title {
  margin-bottom: 30px;
  color: #121212;
}
.card-icon-section .card-icon-wrap .header-wraper .header-col .content-col {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #666666;
}
@media (max-width: 1439px) {
  .card-icon-section .card-icon-wrap .header-wraper .header-col .content-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .card-icon-section .card-icon-wrap .header-wraper .header-col .content-col {
    font-size: 18px;
  }
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .card-icon-section .card-icon-wrap .header-wraper .grid_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .card-icon-section .card-icon-wrap .header-wraper .grid_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col {
  background-color: #282828;
  border-radius: 24px;
  padding: 32px 20px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  flex-flow: column;
  gap: 14px;
  overflow: hidden;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .card-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .card-link:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0808 16.0244C30.0748 16.2617 29.9812 16.4973 29.8002 16.6784L22.1254 24.3586C21.7506 24.7337 21.1427 24.7339 20.7677 24.3591C20.3928 23.9844 20.3925 23.3766 20.7673 23.0016L26.8094 16.9551H3.51958C2.98938 16.9551 2.55958 16.5253 2.55957 15.9951C2.55957 15.4649 2.98938 15.0351 3.51957 15.0351H26.7998L20.7673 8.99871C20.3925 8.6237 20.3926 8.01585 20.7677 7.64107C21.1427 7.26629 21.7506 7.26648 22.1254 7.6415L29.7402 15.2613C29.9489 15.4373 30.0813 15.7007 30.0813 15.9951C30.0813 16.005 30.0812 16.0147 30.0808 16.0244Z' fill='%23153F77'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: auto;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: #EE7044;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .icon-box img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .card-titel {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  transition: all 0.5s;
  margin-bottom: 0;
  hyphens: auto;
  word-break: break-word;
}
@media (max-width: 1439px) {
  .card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .card-titel {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col .card-titel {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col:hover {
  background-color: #EE7044;
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col:hover .icon-box {
  background-color: #153F77;
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col:hover .card-link {
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col:hover .card-link::after {
  transition: all 0.5s;
  right: 20px;
}
.card-icon-section .card-icon-wrap .header-wraper .grid_wrap .grid_col:hover .card-titel {
  color: #121212;
  transition: all 0.5s;
}
.card-icon-section .card-icon-wrap .header-wraper .bottom-wrap {
  text-align: center;
  margin-top: 40px;
}

.blog-list-section {
  position: relative;
}
.blog-list-section .blog-list-wrap .header-wraper .slick-initialized {
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media (max-width: 1540px) {
  .blog-list-section .blog-list-wrap .header-wraper .slick-initialized {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.blog-list-section .blog-list-wrap .header-wraper .slick-initialized .slick-arrow {
  top: 190px;
}
.blog-list-section .blog-list-wrap .header-wraper .slick-initialized .grid_col {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1540px) {
  .blog-list-section .blog-list-wrap .header-wraper .slick-initialized .grid_col {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.blog-list-section .blog-list-wrap .header-wraper .header-col {
  text-align: center;
}
.blog-list-section .blog-list-wrap .header-wraper .header-col .sub-title {
  justify-content: center;
}
.blog-list-section .blog-list-wrap .header-wraper .header-col .title-wrap .title {
  margin-bottom: 30px;
}
.blog-list-section .blog-list-wrap .header-wraper .header-col .content-col {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .blog-list-section .blog-list-wrap .header-wraper .header-col .content-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-list-section .blog-list-wrap .header-wraper .header-col .content-col {
    font-size: 18px;
  }
  .blog-list-section .blog-list-wrap .header-wraper .header-col .content-col br {
    display: none;
  }
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap:not(.slick-initialized) {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap:not(.slick-initialized) {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap {
  margin-top: 40px;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  gap: 20px;
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-link::after {
  content: "";
  position: absolute;
  left: auto;
  right: -60px;
  top: 15px;
  bottom: auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #EE7044;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1397 4.88534C19.2578 5.00965 19.3296 5.1784 19.3284 5.36464L19.2753 13.2622C19.2727 13.6478 18.958 13.9628 18.5723 13.9657C18.1867 13.9685 17.8762 13.6582 17.8788 13.2726L17.9206 7.05512L5.85728 19.1184C5.58265 19.393 5.14053 19.3961 4.86977 19.1254C4.59901 18.8546 4.60213 18.4125 4.87675 18.1379L16.9351 6.07957L10.7277 6.12146C10.3421 6.12407 10.0317 5.81358 10.0346 5.42793C10.0374 5.04227 10.3524 4.72751 10.738 4.72491L18.5736 4.67204C18.7715 4.65386 18.9747 4.71976 19.125 4.87011C19.1301 4.87514 19.135 4.88018 19.1397 4.88534Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap .budge-wrap {
  left: 0;
  margin: auto;
  width: calc(100% - 15px);
  max-width: 100%;
  right: 0;
  justify-content: flex-end;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap .img-box {
  width: 100%;
  height: 380px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap .img-box {
    height: 280px;
  }
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 86px;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.5s;
  z-index: 2;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-img-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-info-box .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 6px;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-info-box .blog-title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-info-box .blog-title {
    font-size: 20px;
  }
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col .blog-info-box .description-col {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col:hover .blog-link::after {
  right: 15px;
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col:hover .blog-img-wrap .img-box::before {
  height: calc(100% - 114px);
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col:hover .blog-img-wrap .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .grid_wrap .grid_col:hover .blog-info-box .blog-title {
  color: #EE7044;
  transition: all 0.5s;
}
.blog-list-section .blog-list-wrap .header-wraper .bottom-wrap {
  text-align: center;
  margin-top: 40px;
}

.contact-form-section {
  position: relative;
}
.contact-form-section .contact-form-wrap img.bg-img {
  position: absolute;
  width: 100%;
  height: 513px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.contact-form-section .contact-form-wrap .header-wraper {
  position: relative;
  z-index: 3;
}
.contact-form-section .contact-form-wrap .header-wraper .header-col {
  text-align: center;
}
.contact-form-section .contact-form-wrap .header-wraper .header-col .sub-title {
  justify-content: center;
  color: #ffffff;
}
.contact-form-section .contact-form-wrap .header-wraper .header-col .title-wrap .title {
  margin-bottom: 30px;
  color: #ffffff;
}
.contact-form-section .contact-form-wrap .header-wraper .header-col .content-col {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .contact-form-section .contact-form-wrap .header-wraper .header-col .content-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .contact-form-section .contact-form-wrap .header-wraper .header-col .content-col {
    font-size: 18px;
  }
}
.contact-form-section .contact-form-wrap .header-wraper .form_wrap {
  margin-top: 50px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.14);
  border-radius: 32px;
  position: relative;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .contact-form-section .contact-form-wrap .header-wraper .form_wrap {
    flex-flow: column;
    gap: 30px;
  }
}
.contact-form-section .contact-form-wrap .header-wraper .form_wrap .img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 470px;
  width: 42%;
}
@media (max-width: 991px) {
  .contact-form-section .contact-form-wrap .header-wraper .form_wrap .img_wrap {
    width: 100%;
    min-height: 300px;
  }
}
.contact-form-section .contact-form-wrap .header-wraper .form_wrap .img_wrap .img-box {
  height: 100%;
}
.contact-form-section .contact-form-wrap .header-wraper .form_wrap .img_wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.contact-form-section .contact-form-wrap .header-wraper .form_wrap .form__col {
  width: 58%;
  padding: 38px 20px 38px 40px;
}
@media (max-width: 1439px) {
  .contact-form-section .contact-form-wrap .header-wraper .form_wrap .form__col {
    padding: 38px 0px 38px 10px;
  }
}
@media (max-width: 991px) {
  .contact-form-section .contact-form-wrap .header-wraper .form_wrap .form__col {
    width: 100%;
    padding: 0;
  }
}

.job-two-col-sec {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .job-two-col-sec {
    padding-top: 40px;
  }
}
.job-two-col-sec .job-two-col-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .job-two-col-sec .job-two-col-row {
    flex-direction: column;
  }
}
.job-two-col-sec .job-two-col-row .col {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .job-two-col-sec .job-two-col-row .col {
    width: 100%;
  }
}
.job-two-col-sec .job-two-col-row .col.job-left img {
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.job-two-col-sec .job-two-col-row .col.job-right p:last-child {
  margin-bottom: 0;
}
.job-two-col-sec .job-two-col-row .col.job-right p + h6 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .job-two-col-sec .job-two-col-row .col.job-right p + h6 {
    font-size: 16px;
    margin: 20px 0;
  }
}
.job-two-col-sec .job-two-col-row .col.job-right p + h6 img {
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .job-two-col-sec .job-two-col-row .col.job-right p + h6 img {
    height: 26px;
  }
}
.job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list li {
  width: 33.33%;
}
@media (max-width: 767px) {
  .job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list li {
    width: 100%;
  }
}
.job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list li h6 {
  margin-bottom: 6px;
  font-family: "Arial";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .job-two-col-sec .job-two-col-row .col.job-right ul.proj-date-list li h6 {
    font-size: 16px;
  }
}

.proj-two-col-sec {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .proj-two-col-sec {
    padding-top: 40px;
  }
}
.proj-two-col-sec .proj-two-col-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .proj-two-col-sec .proj-two-col-row {
    flex-direction: column;
  }
}
.proj-two-col-sec .proj-two-col-row .col {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .proj-two-col-sec .proj-two-col-row .col {
    width: 100%;
  }
}
.proj-two-col-sec .proj-two-col-row .col.proj-left img {
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.proj-two-col-sec .proj-two-col-row .col.proj-right p:last-child {
  margin-bottom: 0;
}
.proj-two-col-sec .proj-two-col-row .col.proj-right p + h6 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 30px 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .proj-two-col-sec .proj-two-col-row .col.proj-right p + h6 {
    font-size: 16px;
    margin: 20px 0;
  }
}
.proj-two-col-sec .proj-two-col-row .col.proj-right p + h6 img {
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .proj-two-col-sec .proj-two-col-row .col.proj-right p + h6 img {
    height: 26px;
  }
}
.proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list li {
  width: 33.33%;
}
@media (max-width: 767px) {
  .proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list li {
    width: 100%;
  }
}
.proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list li h6 {
  margin-bottom: 6px;
  font-family: "Arial";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .proj-two-col-sec .proj-two-col-row .col.proj-right ul.proj-date-list li h6 {
    font-size: 16px;
  }
}

.job-contact-info-sec {
  padding-bottom: 40px;
}
.job-contact-info-sec .job-contact-info-row {
  display: flex;
  padding: 30px;
  background: #153F77;
  border-radius: 24px;
  gap: 66px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .job-contact-info-sec .job-contact-info-row {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col .user-info span.user-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col .user-info span.user-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col .user-info span.user-image + div h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col .user-info span.user-image + div p {
  color: rgba(255, 255, 255, 0.6980392157);
  letter-spacing: -1px;
  font-size: 16px;
  margin: 0;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list {
  display: flex;
  gap: 30px;
  color: white;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list {
    gap: 10px;
  }
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list li span.icon {
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EE7044;
  border-radius: 12px;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.job-contact-info-sec .job-contact-info-row .job-contact-info-col ul.contact-list li a:hover {
  color: #EE7044;
}

section.proj-contact-info-sec {
  padding-bottom: 40px;
}
section.proj-contact-info-sec .proj-contact-info-row {
  display: flex;
  padding: 30px;
  background: #153F77;
  border-radius: 24px;
  gap: 66px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  section.proj-contact-info-sec .proj-contact-info-row {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col .user-info span.user-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col .user-info span.user-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col .user-info span.user-image + div h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col .user-info span.user-image + div p {
  color: rgba(255, 255, 255, 0.6980392157);
  letter-spacing: -1px;
  font-size: 16px;
  margin: 0;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list {
  display: flex;
  gap: 30px;
  color: white;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list {
    gap: 10px;
  }
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list li span.icon {
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EE7044;
  border-radius: 12px;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
section.proj-contact-info-sec .proj-contact-info-row .proj-contact-info-col ul.contact-list li a:hover {
  color: #EE7044;
}

.project-image-sec {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .project-image-sec {
    padding-bottom: 40px;
  }
}
.project-image-sec .project-images-slider .image-slide {
  padding: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.project-image-sec .project-images-slider .image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 280px;
}

@media (max-width: 992px) {
  /* menu item colors */
  #site-navigation #primary-menu > li.current-menu-item > a,
  #site-navigation #primary-menu > li.current_page_item > a,
  #site-navigation #primary-menu > li.current-menu-parent > a,
  #site-navigation #primary-menu > li.current-menu-ancestor > a {
    background-color: transparent;
    color: #000;
  }
  /* Only red on hover */
  /*   #site-navigation #primary-menu > li > a:active, */
  #site-navigation #primary-menu > li > a:hover,
  #site-navigation #primary-menu > li > a:focus,
  #site-navigation #primary-menu > li > .sub-menu > li > a:active {
    background-color: #EE7044 !important;
    color: #fff !important;
  }
  #site-navigation #primary-menu > li > .sub-menu {
    display: none;
    position: static;
    float: none;
    box-shadow: none;
    margin-left: 20px;
  }
  /*  SUBMENU OPEN MOBIEL */
  #site-navigation #primary-menu > li.focus > .sub-menu {
    display: block !important;
    position: relative !important;
    z-index: 20 !important;
    pointer-events: auto !important;
  }
}
/* ===================================
   NAV DESKTOP
   =================================== */
@media (min-width: 1025px) {
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
    display: flex;
    flex-direction: column;
  }
  .header-nav .main-navigation .menu .menu-item.current-menu-item > a {
    margin: 0 10px;
  }
  .header-nav .main-navigation .menu .menu-item > .sub-menu a, .header-nav .main-navigation .menu .menu-item.current-menu-item > .sub-menu li > a {
    background-color: rgba(0, 56, 150, 0.6705882353) !important;
    border-radius: 0;
  }
  .header-nav .main-navigation .menu .menu-item > .sub-menu a:hover,
  .header-nav .main-navigation .menu .menu-item > .sub-menu a:hover,
  .header-nav .main-navigation .menu .menu-item.current-menu-item > .sub-menu li > a:hover {
    background-color: #EE7044 !important;
    border-radius: 8px;
  }
}
@media (max-width: 789px) {
  .header-nav .main-navigation .menu .menu-item.current-menu-item a {
    background-color: transparent !important;
    color: #000;
  }
}
/* ===================================
   HOME
=================================== */
/* Ons verhaal video */
section.our-story-section.padding-section-small video {
  max-height: 634px;
}

/* ---- SERVICES TIMELINE ----- */
.services-timeline .core-values-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

.services-timeline .core-values-card .card-body {
  gap: 30px;
}

/* Verticale lijn */
.services-timeline .core-values-card::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  width: 3px;
  background: #1d4b83;
  transform: translateX(-50%);
}

/* Kaarten */
.services-timeline .card {
  position: relative;
  width: 43%;
  z-index: 2;
  cursor: pointer;
}

/* Links */
.services-timeline .card:nth-child(odd) {
  align-self: flex-start;
}

/* Rechts */
.services-timeline .card:nth-child(even) {
  align-self: flex-end;
}

/* Hele kaart klikbaar */
.services-timeline .timeline-card-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.services-timeline .timeline-card-link:hover {
  color: inherit;
}

/* icon card */
.core-values-card .card .icon {
  transition: none;
}

.core-values-card .card:hover .icon {
  background: #fff;
}

.card:hover .icon img {
  filter: none !important;
}

/* Nummer */
.services-timeline .timeline-number {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EE7044;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  z-index: 10;
}

/* Nummer linker kaart */
.services-timeline .card:nth-child(odd) .timeline-number {
  right: -16.3%;
  transform: translate(50%, -50%);
}

/* Nummer rechter kaart */
.services-timeline .card:nth-child(even) .timeline-number {
  left: -16.3%;
  transform: translate(-50%, -50%);
}

/* Horizontale verbindingslijn */
.services-timeline .card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16.3%;
  height: 2px;
  background: #1d4b83;
  transform: translateY(-50%);
}

/* Lijn vanuit linker kaart */
.services-timeline .card:nth-child(odd)::after {
  right: -16.3%;
}

/* Lijn vanuit rechter kaart */
.services-timeline .card:nth-child(even)::after {
  left: -16.3%;
}

/* ---- SERVICES TIMELINE MOBILE ----- */
@media only screen and (max-width: 767px) {
  .services-timeline .core-values-card {
    gap: 25px;
    margin-top: 30px;
    padding-left: 55px;
  }
  /* Verticale lijn */
  .services-timeline .core-values-card::before {
    left: 18px;
    width: 2px;
    top: 15px;
    bottom: 15px;
  }
  /* Kaarten */
  .services-timeline .card,
  .services-timeline .card:nth-child(odd),
  .services-timeline .card:nth-child(even) {
    width: 100%;
    align-self: stretch;
  }
  .core-values-card .card-details h4 {
    font-size: 20px;
  }
  /* Nummer */
  .services-timeline .card:nth-child(odd) .timeline-number,
  .services-timeline .card:nth-child(even) .timeline-number {
    left: -55px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .services-timeline .timeline-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  /* Lijntje naar kaart */
  .services-timeline .card::after,
  .services-timeline .card:nth-child(odd)::after,
  .services-timeline .card:nth-child(even)::after {
    left: -37px;
    right: auto;
    width: 37px;
    height: 2px;
  }
  /* Iets kleinere ruimte in de kaart */
  .services-timeline .core-values-card .card-body {
    gap: 15px;
  }
}
/* ==========================================
   WIE WE ZIJN
========================================== */
/* ---- HISTORY TIMELINE ----- */
.history-timeline {
  overflow: hidden;
}

.history-timeline {
  overflow: hidden;
}

.history-timeline .history-section-header {
  max-width: 850px;
  margin-bottom: 70px;
}

.history-timeline .history-section-title {
  margin-bottom: 15px;
}

.history-timeline .history-section-intro {
  margin-bottom: 15px;
}

.history-timeline .history-section-description {
  max-width: 750px;
}

/* TIMELINE LIST */
.history-timeline-list {
  display: flex;
  flex-direction: column;
  gap: 85px;
}

/*  TIMELINE ITEM */
.history-timeline-item {
  width: 88%;
}

.timeline-item--left {
  align-self: flex-start;
}

.timeline-item--right {
  align-self: flex-end;
}

/* VISUAL WRAPPER */
.timeline-visual {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.timeline-main {
  flex: 1;
  min-width: 0;
}

/*  JAARTAL  */
.timeline-year {
  margin-bottom: 8px;
  color: #2f73c8;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}

.timeline-item--right .timeline-year {
  text-align: right;
}

/* ORANJE LIJN */
.timeline-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 18px;
  background-color: #f7ad63;
}

/* bolletjes / pijltjes */
.timeline-line span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #f7ad63;
  border-radius: 50%;
  transform: translateY(-50%);
}

.timeline-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #f7ad63;
  border-right: 1.5px solid #f7ad63;
  transform: translateY(-50%) rotate(45deg);
}

.timeline-line span:nth-child(1) {
  left: 0;
}

.timeline-line span:nth-child(2) {
  left: 25%;
}

.timeline-line span:nth-child(3) {
  left: 50%;
}

.timeline-line span:nth-child(4) {
  left: 75%;
}

.timeline-line span:nth-child(5) {
  left: 100%;
}

/* TEKST */
.timeline-text {
  max-width: 520px;
}

.timeline-item--right .timeline-text {
  margin-left: auto;
  text-align: right;
}

.timeline-title {
  margin: 0 0 10px;
  color: #2f73c8;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.timeline-description {
  font-size: 16px;
  line-height: 1.55;
}

.timeline-description p {
  margin-top: 0;
  margin-bottom: 10px;
}

.timeline-description p:last-child {
  margin-bottom: 0;
}

/* AFBEELDING */
.timeline-image {
  flex: 0 0 300px;
}

.timeline-image img {
  display: block;
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* QUOTE */
.timeline-quote {
  margin-top: 18px;
  padding: 20px 24px;
  background-color: #2f73c8;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  font-style: italic;
  border-radius: 6px;
}

/* ITEM ZONDER AFBEELDING */
/*
 * Zonder afbeelding hoeft timeline-main
 * niet over de volledige 88% te lopen.
 */
.history-timeline-item:not(:has(.timeline-image)) .timeline-main {
  max-width: 720px;
}

.timeline-item--right:not(:has(.timeline-image)) .timeline-main {
  margin-left: auto;
}

/* History timeline TABLET */
@media only screen and (max-width: 1024px) {
  .history-timeline-list {
    gap: 70px;
  }
  .history-timeline-item {
    width: 92%;
  }
  .timeline-year {
    font-size: 40px;
  }
  .timeline-visual {
    gap: 24px;
  }
  .timeline-image {
    flex-basis: 240px;
  }
  .timeline-image img {
    width: 240px;
    height: 150px;
  }
  .timeline-title {
    font-size: 21px;
  }
}
/*  History timeline MOBILE */
@media only screen and (max-width: 767px) {
  .history-timeline .history-section-header {
    margin-bottom: 45px;
  }
  .history-timeline-list {
    gap: 55px;
  }
  .history-timeline-item,
  .timeline-item--left,
  .timeline-item--right {
    width: 100%;
    align-self: stretch;
  }
  .timeline-visual {
    flex-direction: column;
    gap: 20px;
  }
  /*
   * Op mobiel afbeelding eerst,
   * daarna jaar + lijn + tekst.
   */
  .timeline-item--left .timeline-image,
  .timeline-item--right .timeline-image {
    order: 1;
  }
  .timeline-main {
    order: 2;
    width: 100%;
  }
  .timeline-year,
  .timeline-item--right .timeline-year {
    text-align: left;
    font-size: 36px;
  }
  .timeline-line {
    width: 100%;
    margin-bottom: 18px;
  }
  .timeline-text,
  .timeline-item--right .timeline-text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .timeline-image {
    flex: none;
    width: 100%;
  }
  .timeline-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
  }
  .history-timeline-item:not(:has(.timeline-image)) .timeline-main {
    max-width: 100%;
  }
  .timeline-title {
    font-size: 21px;
  }
  .timeline-description {
    font-size: 16px;
  }
  .timeline-quote {
    padding: 18px 20px;
    font-size: 17px;
  }
}
/* ===================================
   DIENSTEN
=================================== */
/* ==========================================
   PROJECT INTRO
========================================== */
.services-project-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
  max-width: 1150px;
  margin: 0 auto 60px;
}

.services-project-intro-content {
  min-width: 0;
}

.services-project-intro-label {
  margin-bottom: 8px;
  color: #f26f3f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.services-project-intro-title {
  margin: 0 0 18px;
  color: #0f3768;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

.services-project-intro-text {
  font-size: 17px;
  line-height: 1.6;
}

.services-project-intro-text p {
  margin-top: 0;
  margin-bottom: 15px;
}

.services-project-intro-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.services-project-intro-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 50px;
}

.services-project-intro-image img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================
   TABLET
========================================== */
@media only screen and (max-width: 1024px) {
  .services-project-intro {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .services-project-intro-title {
    font-size: 30px;
  }
  .services-project-intro-image img {
    height: 280px;
  }
}
/* ==========================================
   MOBILE
========================================== */
@media only screen and (max-width: 767px) {
  .services-project-intro {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 45px;
  }
  .services-project-intro-title {
    font-size: 27px;
  }
  .services-project-intro-text {
    font-size: 16px;
  }
  .services-project-intro-image {
    border-radius: 0 0 0 35px;
  }
  .services-project-intro-image img {
    height: 240px;
  }
}
/* ==========================================
   SERVICES PROCESS SECTION
========================================== */
.services-process-section {
  overflow: hidden;
}

.services-process-header {
  max-width: 900px;
  margin: 0 auto 55px;
}

.services-process-section-title {
  margin-bottom: 15px;
}

.services-process-intro {
  max-width: 820px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
}

.services-process-intro p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   PROCESS LIST
========================================== */
.services-process-list {
  max-width: 1150px;
  margin: 0 auto;
}

/* ==========================================
   PROCESS STEP
========================================== */
.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 72px minmax(0, 1.15fr) minmax(280px, 0.9fr) 44px;
  /*
   * Rij 1 = gewone inhoud
   * Rij 2 = uitgeklapte inhoud
   */
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 150px;
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease;
}

.process-step:first-child {
  border-top: 1px solid #e8e8e8;
}

.process-step:hover {
  background-color: #fcfcfc;
}

/* ==========================================
   ICON
========================================== */
.process-step-icon-wrap {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #f3d8cc;
  border-radius: 50%;
  background-color: #ffffff;
}

.process-step-icon img {
  display: block;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==========================================
   NUMBER + VERTICAL TRACK
========================================== */
.process-step-track {
  /*
   * Tweede kolom.
   * Belangrijk: loopt over beide grid-rijen.
   * Daardoor groeit de lijn mee met expanded content.
   */
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-step-number {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  border-radius: 50%;
  background-color: #0f3768;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.process-step-line {
  position: relative;
  /*
   * Neemt alle resterende hoogte van de track in.
   * Wanneer expanded content groter wordt,
   * wordt deze lijn dus automatisch langer.
   */
  flex: 1;
  width: 2px;
  min-height: 80px;
  margin-top: 4px;
  margin-bottom: -22px;
  background-color: #65788c;
}

.process-step-line::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #65788c;
  border-bottom: 2px solid #65788c;
  transform: translateX(-50%) rotate(45deg);
}

/* ==========================================
   COPY
========================================== */
.process-step-copy {
  grid-column: 3;
  grid-row: 1;
  padding: 0 35px 0 10px;
}

.process-step-title {
  margin: 0 0 4px;
  color: #0f3768;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
}

.process-step-intro {
  margin-bottom: 8px;
  color: #f26f3f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.process-step-description {
  max-width: 470px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.5;
}

.process-step-description p {
  margin-top: 0;
  margin-bottom: 8px;
}

.process-step-description p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   LIST
========================================== */
.process-step-list {
  grid-column: 4;
  grid-row: 1;
  padding: 16px 20px;
  background-color: #fafafa;
}

.process-step-list ul {
  margin: 0;
  padding-left: 18px;
}

.process-step-list li {
  margin-bottom: 4px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.4;
}

.process-step-list li:last-child {
  margin-bottom: 0;
}

/* ==========================================
   ACTION / ARROW BUTTON
========================================== */
.process-step-action {
  grid-column: 5;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.process-step-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.process-step-toggle:hover {
  background-color: #fff4ee;
}

.process-step-toggle:focus-visible {
  outline: 2px solid #f26f3f;
  outline-offset: 2px;
}

.process-step-arrow {
  display: block;
  color: #f26f3f;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  transform-origin: center;
  transition: transform 0.3s ease;
}

/*
 * Wanneer het item open staat,
 * draait het pijltje naar beneden.
 */
.process-step-toggle[aria-expanded=true] .process-step-arrow {
  transform: rotate(90deg);
}

/* ==========================================
   EXPANDED CONTENT
========================================== */
.process-step-expanded {
  display: none;
  grid-column: 3/6;
  grid-row: 2;
  width: 100%;
  padding: 25px 0 8px;
}

.process-step-expanded-inner {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: start;
  gap: 35px;
  padding: 28px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

/* ==========================================
   EXPANDED IMAGE
========================================== */
.process-step-expanded-image {
  min-width: 0;
}

.process-step-expanded-image img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

/* ==========================================
   EXPANDED TEXT
========================================== */
.process-step-expanded-content {
  min-width: 0;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.6;
}

.process-step-expanded-content h2,
.process-step-expanded-content h3,
.process-step-expanded-content h4,
.process-step-expanded-content h5 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #0f3768;
}

.process-step-expanded-content p {
  margin-top: 0;
  margin-bottom: 12px;
}

.process-step-expanded-content p:last-child {
  margin-bottom: 0;
}

.process-step-expanded-content ul,
.process-step-expanded-content ol {
  margin-top: 12px;
  margin-bottom: 0;
}

/* ==========================================
   OPEN STATE
========================================== */
.process-step:has(.process-step-toggle[aria-expanded=true]) {
  background-color: #fcfcfc;
}

/* ==========================================
   SCREEN READER TEXT
========================================== */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================
   TABLET
========================================== */
@media only screen and (max-width: 1024px) {
  .services-process-header {
    margin-bottom: 45px;
  }
  .process-step {
    grid-template-columns: 70px 62px minmax(0, 1fr) 300px 44px;
    grid-template-rows: auto auto;
  }
  .process-step-icon {
    width: 54px;
    height: 54px;
  }
  .process-step-icon img {
    width: 30px;
    height: 30px;
  }
  .process-step-track {
    grid-column: 2;
    grid-row: 1/3;
  }
  .process-step-number {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .process-step-copy {
    grid-column: 3;
    grid-row: 1;
    padding-right: 22px;
  }
  .process-step-title {
    font-size: 21px;
  }
  .process-step-list {
    grid-column: 4;
    grid-row: 1;
  }
  .process-step-action {
    grid-column: 5;
    grid-row: 1;
  }
  .process-step-expanded {
    grid-column: 3/6;
    grid-row: 2;
  }
  .process-step-expanded-inner {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 25px;
    padding: 24px;
  }
  .process-step-expanded-image img {
    height: 220px;
  }
}
/* ==========================================
   MOBILE
========================================== */
@media only screen and (max-width: 767px) {
  .services-process-header {
    margin-bottom: 35px;
    text-align: left;
  }
  .services-process-intro {
    font-size: 16px;
  }
  .process-step {
    grid-template-columns: 58px 1fr 44px;
    /*
     * Mobiel gebruikt een andere indeling.
     */
    grid-template-rows: auto auto auto auto;
    align-items: start;
    min-height: 0;
    padding: 28px 0;
  }
  /* ==========================================
     ICON
  ========================================== */
  .process-step-icon-wrap {
    grid-column: 1;
    grid-row: 1;
  }
  /* ==========================================
     NUMBER
  ========================================== */
  .process-step-track {
    grid-column: 2;
    grid-row: 1;
    align-self: auto;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  /* ==========================================
     ACTION
  ========================================== */
  .process-step-action {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
  /* ==========================================
     COPY
  ========================================== */
  .process-step-copy {
    grid-column: 1/-1;
    grid-row: 2;
    padding: 0;
    margin-top: 12px;
  }
  /* ==========================================
     LIST
  ========================================== */
  .process-step-list {
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 18px;
    padding: 16px 18px;
  }
  /* ==========================================
     EXPANDED
  ========================================== */
  .process-step-expanded {
    grid-column: 1/-1;
    grid-row: 4;
    padding-top: 20px;
  }
  .process-step-expanded-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .process-step-expanded-image img {
    height: auto;
    max-height: 300px;
  }
  /* ==========================================
     MOBILE ICON / NUMBER SIZES
  ========================================== */
  .process-step-icon {
    width: 48px;
    height: 48px;
  }
  .process-step-icon img {
    width: 26px;
    height: 26px;
  }
  .process-step-number {
    width: 44px;
    height: 44px;
    margin-top: 2px;
    font-size: 15px;
  }
  /*
   * Op mobiel geen verticale timeline.
   */
  .process-step-line {
    display: none;
  }
  .process-step-title {
    font-size: 21px;
  }
  .process-step-intro {
    font-size: 14px;
  }
  .process-step-description {
    max-width: 100%;
    font-size: 15px;
  }
  .process-step-list li {
    font-size: 14px;
  }
  .process-step-arrow {
    font-size: 34px;
  }
  .process-step-expanded-content {
    font-size: 15px;
  }
}
/* ==========================================
   PROCESS FOOTER
   ADVIES / PROJECTMANAGEMENT / UW VRAAG
========================================== */
.services-process-footer {
  max-width: 1150px;
  margin: 30px auto 0;
}

/* ==========================================
   ADVIES + PROJECTMANAGEMENT
========================================== */
.process-footer-text-section {
  margin: 22px 0 45px;
}

.process-footer-text-title {
  margin: 0 0 10px;
  color: #0f3768;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.process-footer-text {
  max-width: 1100px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.6;
}

.process-footer-text p {
  margin: 0;
}

.process-footer-row {
  display: grid;
  grid-template-columns: 52px minmax(190px, auto) 1fr;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  margin-bottom: 10px;
}

.process-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}

.process-footer-icon img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.process-footer-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.process-footer-content strong {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.process-footer-content span {
  font-size: 12px;
  line-height: 1.4;
}

/* ==========================================
   HORIZONTALE LIJN + PIJL
========================================== */
.process-footer-arrow {
  position: relative;
  width: 100%;
  height: 2px;
  margin-left: 4px;
  background-color: currentColor;
}

.process-footer-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ==========================================
   ADVIES
========================================== */
.process-footer-row--advice {
  background-color: #fdf8f4;
  padding: 10px 20px 0;
}

.process-footer-row--advice .process-footer-icon {
  background-color: #df793f;
}

/* ==========================================
   PROJECTMANAGEMENT
========================================== */
.process-footer-row--management {
  background-color: #f6f7f9;
  padding: 10px 20px 0;
}

.process-footer-row--management .process-footer-icon {
  background-color: #0f3768;
}

/* ==========================================
   UW VRAAG -> UW PROJECT GEREALISEERD
========================================== */
.process-footer-result {
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) 46px minmax(40px, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.process-footer-result-item {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  gap: 10px;
  color: #0f3768;
}

.process-footer-result-item strong {
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.process-footer-result-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #0f3768;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.process-footer-result-icon--middle {
  width: 46px;
  height: 46px;
}

/* ==========================================
   GESTIPPELDE LIJN
========================================== */
.process-footer-dots {
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #0f3768 1.5px, transparent 1.7px);
  background-size: 11px 4px;
  background-repeat: repeat-x;
  background-position: center;
}

/* ==========================================
   nummers rechts onder
========================================== */
.process-footer-range {
  grid-column: 4;
  grid-row: 2;
  justify-self: end;
  text-align: right;
  margin-top: -8px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

/* ==========================================
   TABLET FOOTER
========================================== */
@media only screen and (max-width: 1024px) {
  .services-process-footer {
    margin-top: 25px;
  }
  .process-footer-row {
    display: grid;
    grid-template-columns: 52px minmax(190px, auto) 1fr auto;
    align-items: center;
    gap: 14px;
  }
  .process-footer-content strong {
    font-size: 14px;
  }
  .process-footer-content span {
    font-size: 11px;
  }
  .process-footer-result {
    gap: 10px;
  }
  .process-footer-text-title, .process-footer-text {
    padding-left: 20px;
  }
}
/* ==========================================
   MOBILE FOOTER
========================================== */
@media only screen and (max-width: 767px) {
  .services-process-footer {
    margin-top: 30px;
  }
  .process-footer-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    margin-bottom: 18px;
  }
  .process-footer-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .process-footer-content strong {
    font-size: 14px;
  }
  .process-footer-content span {
    font-size: 12px;
  }
  .process-footer-arrow {
    grid-column: 1/-1;
    width: calc(100% - 23px);
    margin-top: 2px;
    margin-left: 23px;
  }
  .process-footer-result {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    margin-top: 28px;
  }
  .process-footer-result-icon--middle {
    display: none;
  }
  .process-footer-dots:nth-of-type(2) {
    display: none;
  }
  .process-footer-result-item {
    gap: 7px;
  }
  .process-footer-result-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .process-footer-result-item strong {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */