/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
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,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: unset; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  font-family: Poppins;
  font-size: 1.4rem;
  min-height: 100dvh;
  overflow-x: hidden;

  @media screen and (min-width: 991px) {
    font-size: 1.6rem;
  }
}

main {
  padding-top: 74px;
}

#toolbar-administration {
  position: relative;
  z-index: 9000;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-grey: #F0F0F0;

  --color-green: #115A39;
  --color-green-light: #42870C;
  --color-green-lighter: #F8FFF8;
  --color-green-dark: #074825;
  --color-yellow-light: #FAF9EA;

  --color-blue: #0060ff;

  --color-text: #192915;

  --color-decoration: #C9CBBB;

  --shade1: 0 3px 12px 0 rgba(0,0,0, 0.09);
  --shade2: 0 4px 12px 0 rgba(0,0,0, 0.12);

  --gradient: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  --gradient-green: linear-gradient(90deg, rgba(143, 176, 122, 1) 0%, rgba(95, 140, 65, 1) 100%);

  --ease: cubic-bezier(0.5, 0, 0, 1);

  --container-max-width: 144rem;
  --container-wide-max-width: 192rem;
  --container-padding-x: 16rem;
  --container-padding-y: 10rem;

  --container-padding-x-mobile: 2rem;
  --container-padding-y-mobile: 4rem;

  --container-padding-x-tablet: 4rem;
  --container-padding-y-tablet: 6rem;

  --button-color: var(--color-green);
  --button-color-focus: var(--color-blue);
  --button-color-hover: var(--color-green-dark);
  --button-color-white: var(--color-white);

  --button-gap: 1.6rem;
  --button-padding-y: 1.2rem;
  --button-padding-x: 2.4rem;
  --button-line-height: 2.2rem;
  --button-font-size: 1.6rem;
  --button-font-weight: 500;
  --button-radius: 0.4rem;
  --button-transition: all 0.4s var(--ease);

  --button-icon-size: 2.4rem;

  --button-bg-hover-secondary: #F3F3F3;
  --button-font-size-link: 1.6rem;

}

@font-face {
  font-family: 'Poppins';
  src: url(e30e98e0e860d602c19e.woff2),
  url(dd955e507b9de44ef2ef.woff);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(709727e405db435e05b1.woff2),
  url(e734705147dd46ee672b.woff);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(967ee284888df9dbc3c7.woff2),
  url(4059ad24157ca3c18cc4.woff);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(b7e8f25ea0b8b849c17a.woff2),
  url(ffbefe6ca0de86236fc1.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-text);
  font-weight: 500;
  margin-bottom: 3.2rem;
}

h1,
.h1 {
  font-size: 3.2rem;
  font-weight: 400;

  @media screen and (min-width: 991px) {
    font-size: 5.6rem;
  }
}

h2,
.h2 {
  font-size: 2.4rem;

  @media screen and (min-width: 991px) {
    font-size: 4rem;
  }
}

h3,
.h3 {
  font-size: 2rem;

  @media screen and (min-width: 991px) {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;

  @media screen and (min-width: 991px) {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: 1.6rem;

  @media screen and (min-width: 991px) {
    font-size: 1.8rem;
  }
}

h6,
.h6 {
  font-size: 1.6rem;

  @media screen and (min-width: 991px) {
    font-size: 1.6rem;
  }
}

p {
  line-height: 2.6rem;
  font-weight: 300;
}

main a:not(.button) {
  color: var(--color-green-dark);
  text-decoration: unset;
  position: relative;
  font-weight: 600;

  &:before {
    content: '';
    position: absolute;
    inset: auto auto -0.4rem auto;
    width: 0;
    height: 0.2rem;
    background: var(--color-green-dark);
    transition: width 0.4s var(--ease);
  }

  &:hover,
  &.is-active {
    &:before {
      width: 100%;
    }
  }
}

a.main-logo__wrapper:before {
  content: unset;
}

.field-text {
  margin: 2.4rem 0;
  line-height: 2.4rem;
}

strong {
  color: var(--color-green);
}

:root {
  --container-max-width: 144rem;
  --container-wide-max-width: 192rem;

  /* Only one vertical padding variable */
  --container-padding-y: 4rem;

  /* Fixed horizontal padding (same for all) */
  --container-padding-x: 2rem;
}


@media only screen and (min-width: 768px) {
  :root {
    --container-padding-y: 6rem;
    --container-padding-x: 4rem;
  }
}

@media only screen and (min-width: 991px) {
  :root {
    --container-padding-y: 8rem;
    --container-padding-x: 16rem;
  }
}


.container {
  max-width: var(--container-max-width);
  width: 100%;
  padding: var(--container-padding-y) var(--container-padding-x);
  margin: 0 auto;
}

.container--wide {
  max-width: var(--container-wide-max-width);
  width: 100%;
  padding: var(--container-padding-y) var(--container-padding-x);
  margin: 0 auto;
}

.no-padding {
  padding: 0;
}

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

.background--green {
  background: var(--color-green-lighter);
}



.region--header {
  background: var(--color-white);
  box-shadow: var(--shade1);
  min-height: 7.4rem;
  position: fixed;
  top: var(--drupal-displace-offset-top, 0px);
  left: 0;
  right: 0;
  z-index: 100;
}

.region--header__container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 991px) {
  .region--header__container {
    padding: 1.2rem var(--container-padding-x-tablet);
  }
}

.region--header__logo-wrapper {
  display: grid;
  place-items: center;

  svg {
    height: 5rem;
    width: 14.261rem;
  }
}

/* ================================
   Menu
================================ */
.region--header .menu--main {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 0 0 6rem 0;
}

@media only screen and (min-width: 768px) {
  .region--header .menu--main {
    margin: 0;
    flex-direction: row;
  }
}

.region--header .menu--main a {
  font-size: 2.8rem;
  text-decoration: unset;
  font-weight: 600;
  position: relative;
}

.region--header .menu--main a::before {
  content: '';
  position: absolute;
  inset: auto auto -0.4rem auto;
  width: 0;
  height: 0.2rem;
  background: var(--color-green-light);
  transition: width 0.4s var(--ease);
}

.region--header .menu--main a:hover::before,
.region--header .menu--main a.is-active::before {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .region--header .menu--main a {
    font-size: 1.6rem;
  }
}

.region--header .menu--main a:hover::before,
.region--header .menu--main a.is-active::before {
  content: unset;
}

@media only screen and (min-width: 768px) {
  .region--header .menu--main a:hover::before,
  .region--header .menu--main a.is-active::before {
    content: '';
  }
}

.region--header .menu--main .button-header {
  padding: 1.2rem 2.4rem;
  background: var(--color-green);
  color: var(--color-white);
  border-radius: 0.4rem;
  transition: all 0.4s var(--ease);
  display: inline-block;
  margin-top: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .region--header .menu--main .button-header {
    margin-top: 0;
    display: unset;
  }
}

.region--header .menu--main .button-header:focus-visible {
  margin-bottom: 0;
  outline-offset: 2px;
  outline: 2px solid var(--button-color-focus);
}

.region--header .menu--main .button-header:focus,
.region--header .menu--main .button-header:hover {
  background: var(--color-green-dark);
}

.region--header .menu--main a.button-header::before {
  content: none;
}

/* ================================
   Mobile Menu Toggle
================================ */
.region--header__mobile-menu-toggle {
  display: grid;
  place-content: center;
  background: unset;
  border: unset;
  width: 4rem;
  height: 4rem;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .region--header__mobile-menu-toggle {
    display: none;
  }
}

.region--header__mobile-menu-toggle svg > rect {
  transition: all 0.4s var(--ease);
}

.region--header__mobile-menu-toggle.open svg > rect:first-child {
  transform: translateY(-4px) translateX(6px) rotate(45deg);
}

.region--header__mobile-menu-toggle.open svg > rect:last-child {
  transform: translateY(13px) translateX(-8px) rotate(-45deg);
}

/* ================================
   Mobile Menu Drawer
================================ */
.region--header__menu {
  padding: 6rem;
  position: absolute;
  inset: 7.4rem 0 0 100dvw;
  width: 100dvw;
  background: var(--color-yellow-light);
  z-index: 1000;
  transition: left 0.4s var(--ease);
  height: calc(100dvh - 7.4rem - var(--drupal-displace-offset-top, 0px));
}

.region--header__menu.open {
  left: 0;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .region--header__menu {
    position: unset;
    background: unset;
    padding: unset;
    width: auto;
    height: auto;
  }
}

/* ================================
   Category
================================ */
.region--header__category {
  display: block;
  margin: 0 0 3.2rem 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .region--header__category {
    display: none;
  }
}

.region--header__category::before {
  content: '';
  position: absolute;
  inset: 50% auto auto -6rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 0.4rem;
  background: var(--color-text);
}

/* ================================
   Socials
================================ */
.region--header__socials {
  display: flex;
  gap: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .region--header__socials {
    display: none;
  }
}

.region--footer {
  background: var(--color-yellow-light);

  ul {
    margin: 0;
    padding: 0;
  }

  li {
    list-style-type: none;
  }

  a {
    font-weight: 300;
    text-decoration: unset;
    position: relative;
    color: var(--color-text);

    &:before {
      content: '';
      position: absolute;
      inset: auto auto -0.4rem auto;
      width: 0;
      height: 0.2rem;
      background: var(--color-green-light);
      transition: width 0.4s var(--ease);
    }
  }

  a:hover:before,
  .is-active:before {
    width: 100%;
  }

  a.main-logo__wrapper:before {
    content: unset;
  }
}

.region--footer__container {
  position: relative;
  padding: 6rem var(--container-padding-x-mobile) 3.2rem var(--container-padding-x-mobile);
  display: grid;
  gap: 6.4rem;
  grid-template-areas:
    "logo logo"
    "content content"
    "bottom bottom"
  ;

  @media only screen and (min-width: 768px) {
    padding: 10rem var(--container-padding-x-tablet) 3.2rem var(--container-padding-x-tablet);
  }

  @media only screen and (min-width: 1050px) {
    grid-template-areas:
      "logo content"
      "bottom bottom"
    ;
  }
}

.region-footer__quick-links ul,
.region--footer__services ul,
.region--footer__contact ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.region--footer__content {
  grid-area: content;
  display: grid;
  gap: 6.4rem;
  grid-auto-rows: auto;
  grid-template-areas:
    "quick-links"
    "services"
    "contact"
    "socials"
    "address"
  ;

  @media only screen and (min-width: 768px) {
    gap: 6.4rem 15rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "quick-links services contact"
      "address address socials"
    ;
  }

  @media only screen and (min-width: 1050px) {
    justify-self: flex-end;
  }
}

.region--footer__content.no-socials {
  grid-template-areas:
    "quick-links"
    "services"
    "contact"
    "address"
  ;
}

.region--footer__category {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}

.region--footer__logo-wrapper {
  grid-area: logo;
  justify-self: self-start;
  align-self: self-start;

  svg {
    height: 10.5rem;
    width: 29.948rem;
  }
}

.region--footer__quick-links {
  grid-area: quick-links;
}

.region--footer__services {
  grid-area: services;
}

.region--footer__contact {
  grid-area: contact;
}

.region--footer__address {
  grid-area: address;
}

.region--footer__socials {
  grid-area: socials;

  ul {
    display: flex;
    gap: 1.6rem;
  }
}

.region--footer__bottom {
  grid-area: bottom;
  padding: 3.2rem 0 0 0;
  border-top: 0.1rem solid var(--color-decoration);
  font-size: 1.4rem;
}

.region--footer__bottom-container {
  display: flex;
  flex-flow: row wrap;
  gap: 3.2rem;
  justify-content: space-between;

  ul {
    display: flex;
    gap: 3.2rem;
  }
}

.region--footer__typo {
  position: absolute;
  inset: auto auto 0 0;
  width: 88dvw;
  height: auto;
  max-width: 130rem;
  max-height: 42rem;
  pointer-events: none;
}

.admin-tasks {
  padding: 1.25rem;
  background: var(--color-white);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

.admin-tasks .container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem;
}

.admin-tasks .container > ul > li {
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition: background 0.2s ease, transform 0.2s ease;
}

.admin-tasks .container > ul > li:hover {
  background: #eef2ff;
  transform: translateX(3px);
}

.admin-tasks a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none !important;

  &:before {
    all: unset !important;
  }
}

.admin-tasks a:hover {
  text-decoration: underline;
}

.google-map {
  height: 30rem;

  iframe {
    width: 100%;
    height: 30rem;
  }
}

.block-usps {
  background: var(--color-green-lighter);
  color: var(--color-green);
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.6rem;

  > div {
    display: flex;
    justify-content: center;
    gap: 2.4rem 6.4rem;
    flex-flow: row wrap;
  }
}

.menu--main {
  padding: unset;
  margin: unset;
  list-style-type: none;

  a {
    color: var(--color-text);
  }

  > li {
    position: relative;

    @media only screen and (min-width: 768px) {
      &:hover .menu--main__submenu,
      &:focus-within .menu--main__submenu {
        inset: calc(100% + 2.9rem) 0 auto 0;
        opacity: 1;
        pointer-events: auto;
      }

      &:hover .menu--main__submenu:before,
      &:focus-within .menu--main__submenu:before {
        content: '';
        position: absolute;
        inset: -3rem 0 auto 0;
        height: 3rem;
        width: 100%;
      }
    }
  }

  > li.has-children{
    @media only screen and (min-width: 768px) {
      margin: unset;

      a:before,
      &:before {
        content: unset !important;
      }
    }

    &:before {
      content: '';
      position: absolute;
      inset: 0 auto auto -6rem;
      transform: translateY(0.5rem);
      width: 4rem;
      height: 0.4rem;
      background: var(--color-text);
    }

    > a {
      font-size: 1.4rem;
      text-decoration: unset;
      display: block;
      margin: 0 0 3.2rem 0;
      font-weight: 400;
      pointer-events: none;

      @media only screen and (min-width: 768px) {
        margin: 0;
        font-weight: 600;
        font-size: 1.6rem;
      }
    }

    > a:before {
      @media only screen and (min-width: 768px) {
        content: '';
        position: absolute;
        inset: auto auto -0.4rem auto;
        width: 100%;
        height: 0.2rem;
        background: var(--color-green-dark);
        transition: width 0.4s var(--ease);
      }
    }
  }
}

.menu--main__submenu {
  list-style-type: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;

  @media only screen and (min-width: 768px) {
    position: absolute;
    inset: calc(100% + 3.9rem) 0 auto 0;
    width: max-content;
    height: auto;
    padding: 2.4rem;
    background: var(--color-white);
    box-shadow: var(--shade1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s var(--ease);
  }
}

.social--facebook,
.social--instagram {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;

  a {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
}

.config--email,
.config--gsm,
.config--adress {
  display: flex;
  align-items: center;
  gap: 0.8rem;

  svg {
    flex-shrink: 0;
  }
}

.page__header {
  position: relative;
  height: 25rem;
  min-height: 25rem;
  display: flex;
  align-items: flex-end;

  @media only screen and (min-width: 991px) {
    height: 50rem;
  }

  picture {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

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

  .page__header-text {
    /*inset: auto auto var(--container-padding-y-mobile) var(--container-padding-x-mobile);*/
    /*width: 60%;*/
    z-index: 1;

    @media only screen and (min-width: 768px) {
      /*inset: auto auto var(--container-padding-y-tablet) var(--container-padding-x-tablet);*/
      /*max-width: 60rem;*/
    }

    @media only screen and (min-width: 991px) {
      /*inset: auto auto var(--container-padding-y) var(--container-padding-x);*/
      /*max-width: 60rem;*/
    }
  }

  .page__header-title,
  .page__header-subtitle {
    color: var(--color-white);
  }

  .page__header-subtitle {
    font-size: 2.2rem;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 0 0 0 11rem;
    text-transform: uppercase;

    @media only screen and (min-width: 991px) {
      font-size: 3.2rem;
    }

    &:before {
      content: '';
      position: absolute;
      inset: 50% auto auto 0;
      transform: translateY(-50%);
      width: 8rem;
      height: 0.2rem;
      background: var(--color-white);
    }
  }
}

.page__header.has-image {
  &:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient);
  }
}

.page__header.no-image {
  @media only screen and (min-width: 991px) {
    height: 35rem;
  }

  .page__header-title,
  .page__header-subtitle {
    color: var(--color-text);
  }

  .page__header-subtitle:before {
    background: var(--color-text);
  }
}

form {
  display: flex;
  flex-direction: column;
  max-width: 51rem;
  width: 100%;

  label {
    display: block;
    margin-bottom: 0.8rem;
  }

  .form-required:after {
    content: '*';
    color: red;
  }

  input {
    min-height: 4rem;
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  .webform-flexbox,
  .webform-flex--container {
    margin: 0;
  }

  .webform-flexbox {
    gap: 1rem;
  }

  .webform-flex--container {
    margin-bottom: 2.4rem;

    @media only screen and (min-width: 786px) {
      margin-bottom: 3.2rem;
    }
  }

  .form-actions {
    margin-top: 2.4rem;

    @media only screen and (min-width: 786px) {
      margin-top: 3.2rem;
    }

    input[type="submit"] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--button-gap);
      padding: var(--button-padding-y) var(--button-padding-x);
      line-height: var(--button-line-height);
      font-size: var(--button-font-size);
      font-weight: var(--button-font-weight);
      transition: var(--button-transition);
      border-radius: var(--button-radius);
      width: max-content;
      text-decoration: unset;
      background: var(--button-color);
      color: var(--button-color-white);
      border: 1px solid var(--button-color);
      cursor: pointer;

      &:focus,
      &:focus-visible {
        color: var(--button-color-white);
        background: var(--button-color);
        border: 1px solid var(--button-color);
      }

      &:hover {
        background: var(--button-color-hover);
        border: 1px solid var(--button-color-hover);
        color: var(--button-color-white);
      }
    }
  }
}

.swiper-slide,
.swiper-pagination {
  transition: all 0.4s var(--ease);
}

/* General dialog container */
.ui-dialog {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  max-width: 600px !important;
  width: 100% !important;
}

/* Dialog title */
.ui-dialog-title {
  font-size: 2.4rem;
}

/* Close button */
.ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  right: 0.5rem;
  top: 0.5rem;
  transition: background 0.2s ease;
}

.ui-dialog-titlebar-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Dialog content area */
.ui-dialog-content {
  padding: 1.25rem 1.5rem;
  font-size: 1.8rem;
}
/* Optional: Backdrop effect */
.ui-widget-overlay {
  background: #000000;
  opacity: 0.4;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  padding: var(--button-padding-y) var(--button-padding-x);
  line-height: var(--button-line-height);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  transition: var(--button-transition);
  border-radius: var(--button-radius);
  width: max-content;
  text-decoration: unset;

  svg {
    width: var(--button-icon-size);
    height: var(--button-icon-size);
    transition: var(--button-transition);
  }

  &:focus,
  &:focus-visible,
  &:hover {
    text-decoration: unset;

    svg {
      transform: translateX(0.6rem);
    }
  }

  &:focus-visible {
    margin-bottom: 0;
    outline-offset: 2px;
    outline: 2px solid var(--button-color-focus);
  }
}

/* Variants */
.button__primary {
  background: var(--button-color);
  color: var(--button-color-white);
  border: 1px solid var(--button-color);

  &:focus,
  &:focus-visible {
    color: var(--button-color-white);
    background: var(--button-color);
    border: 1px solid var(--button-color);
  }

  &:hover {
    background: var(--button-color-hover);
    border: 1px solid var(--button-color-hover);
    color: var(--button-color-white);
  }
}

.button__secondary {
  background: var(--button-color-white);
  color: var(--button-color);
  border: 1px solid var(--button-color);

  &:focus,
  &:focus-visible {
    color: var(--button-color);
    border: 1px solid var(--button-color);
  }

  &:hover {
    color: var(--button-color-hover);
    border: 1px solid var(--button-color-hover);
    background: var(--button-bg-hover-secondary);
  }
}

.button__outline {
  background: transparent;
  color: var(--button-color);
  border: 1px solid var(--button-color);

  &:focus,
  &:focus-visible {
    color: var(--button-color);
    border: 1px solid var(--button-color);
  }

  &:hover {
    color: var(--button-color-hover);
    border: 1px solid var(--button-color-hover);
  }
}

.button__link {
  padding: unset;
  background: transparent;
  color: var(--button-color);
  text-decoration: underline;
  font-weight: 500;
  font-size: var(--button-font-size-link);
  transition: unset;

  &:focus,
  &:focus-visible {
    color: var(--button-color);
    border: unset;
    text-decoration: underline;
  }

  &:hover {
    text-decoration: underline;
    color: var(--button-color-hover);
  }
}

.eu-cookie-compliance-banner {
  padding: 1.2rem;

  .eu-cookie-compliance-message p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .eu-cookie-compliance-buttons {
    display: flex;
  }

  .agree-button {
    border: 1px solid var(--color-white);
  }

  .decline-button {
    all: unset;
    cursor: pointer;
    margin-top: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--button-gap);
    padding: var(--button-padding-y) var(--button-padding-x);
    line-height: var(--button-line-height);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    transition: var(--button-transition);
    border-radius: var(--button-radius);
    width: max-content;
    text-decoration: unset;
  }
}

.page-service {
}

.service-teaser {
  height: 100%;
  max-height: 70rem;
  position: relative;
}

.service-teaser__title {
  position: absolute;
  inset: 4rem auto auto 4rem;
  z-index: 1;

  h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: var(--color-white);

    @media only screen and (min-width: 991px) {
      font-size: 4rem;
    }
  }
}

.service-teaser__text {
  position: absolute;
  inset: auto 0 0 auto;
  min-height: 6rem;
  width: 80%;
  background: var(--color-grey);
  padding: 2rem 3rem;

  @media only screen and (min-width: 991px) {
    padding: 4rem 6rem;
    width: 70%;
  }

  .button {
    margin-top: 2.4rem;
  }
}

.service-teaser__image {
  height: 100%;
  width: 100%;
  max-height: 70rem;

  &:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(167deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }

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

.realisation-teaser {
  position: relative;
  height: 26.6rem;
  overflow: hidden;

  &:hover {
    img {
      scale: 1.1;
    }
  }

  img {
    height: 26.6rem;
    width: 100%;
    object-fit: cover;
    transition: scale 0.4s var(--ease);
  }
}

.realisation-teaser__image {
  position: absolute;
  inset: 0;
  height: 26.6rem;
  z-index: -1;
}

.realisation-teaser__text {
  background: var(--color-white);
  width: fit-content;
  padding: 1.2rem 3rem;
  z-index: 2;

  a:before {
    content: '';
    position: absolute;
    inset: 0;
    height: 26.6rem;
    width: 100%;
  }
}

.vacancy-teaser {
  padding: 4rem;
  background: var(--color-green);
  box-shadow: var(--shade1);
  height: 100%;
  display: flex;
  flex-direction: column;

  h3,
  a,
  > div {
    color: var(--color-white);
  }

  h3 {
    font-size: 2.4rem;

    @media only screen and (min-width: 991px) {
      font-size: 3.2rem;
    }
  }

  > div {
    margin-bottom: 3.2rem;
    font-weight: 300;
  }

  a {
    margin-top: auto;
    text-decoration: unset;

    &:hover,
    &:focus-within,
    &:focus-visible {
      color: var(--color-white);
      text-decoration: unset;
    }
  }
}

.view--services {
  position: relative;
  max-height: calc(70rem + (var(--container-padding-y) * 2));
  display: grid !important;
  grid-template-areas:
    "slider"
    "pagination";
  padding-left: 0;
  padding-right: 0;

  @media only screen and (min-width: 991px) {
    grid-template-columns: 41% 59%;
    grid-template-areas:
    "pagination slider";
  }

  .swiper-pagination {
    grid-area: pagination;
    position: relative;
    display: flex;
    gap: 1.6rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3.2rem 3.2rem 3.2rem 6.4rem;
    inset: unset !important;

    @media only screen and (min-width: 991px) {
      padding-left: 11.6rem;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
    }

    &:before {
      @media only screen and (min-width: 991px) {
        content: '';
        position: absolute;
        inset: 18rem 0 auto auto;
        height: 45rem;
        width: 10rem;
        background: var(--color-grey);
      }
    }

    .swiper-pagination-bullet {
      background: unset;
      height: auto;
      width: auto;
      display: block;
      position: relative;
      font-size: 2.4rem;
      opacity: 0.4;

      &:before {
        content: '';
        position: absolute;
        inset: 0 auto 0 -3.2rem;
        width: 0.4rem;
        height: 0%;
        background: var(--color-green);
        transition: height 0.4s var(--ease);
        transform-origin: center;
      }
    }

    .swiper-pagination-bullet-active {
      opacity: 1;

      &:before {
        height: 100%;
      }
    }
  }

  .swiper {
    grid-area: slider;
    width: 100%;
  }

  .swiper-services {
    min-height: 30rem;
    @media only screen and (min-width: 991px) {
      height: 70rem;
    }
  }

  .swiper-slide {
    max-height: 70rem;
    overflow: hidden;
  }

  .view--services__title {
    display: none;

    @media only screen and (min-width: 991px) {
      display: block;
      position: absolute;
      background: var(--gradient-green);
      inset: var(--container-padding-y) auto auto 0;
      padding: 3.8rem 11.6rem;    transform: rotate(-90deg) translate(-100%, 0);
      transform-origin: left top;
    }

    h2 {
      color: var(--color-white);
      margin: 0;
    }
  }
}

.view--realisations {
  padding-top: 0;

  .views-rows {
    display: grid;
    gap: 3.2rem;

    @media only screen and (min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }

    @media only screen and (min-width: 991px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.realisation-title {
  padding-bottom: 3.2rem;
}

.view--vacancies .views-rows {
  display: grid;
  gap: 3.2rem;

  @media only screen and (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.field-buttons {
  display: flex;
  gap: 1.2rem 2.4rem;
  flex-flow: row wrap;
}

.paragraph .paragraph {
  padding: unset;
}

.paragraph--type--image-text {
  display: flex;
  gap: 3.2rem;
  flex-direction: column-reverse;
  align-items: flex-start;

  picture {
    width: 100%;
    height: 25rem;
    position: relative;
    overflow: hidden;

    @media only screen and (min-width: 768px) {
      width: 35rem;
      height: 50rem;
      min-width: 35rem;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 50% auto auto 50%;
      transform: translate(-50%, -50%);

      @media only screen and (min-width: 768px) {
        width: 120%;
        height: 120%;
        inset: 0 auto auto 50%;
      }
    }
  }

  @media only screen and (min-width: 768px) {
    gap: 8rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

  &:before {
    content: unset;

    @media only screen and (min-width: 768px) {
      content: '';
      position: absolute;
      inset: var(--container-padding-y) auto auto 0;
      width: 22rem;
      height: 5rem;
      background: var(--gradient-green);
      z-index: -1;
    }
  }
}

.paragraph--type--image-text.image-position--left {
  flex-direction: column-reverse;

  @media only screen and (min-width: 768px) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  &:before {
    inset: var(--container-padding-y) 0 auto auto;
  }
}

.paragraph--type--cta {
  > svg {
    margin-bottom: 2.4rem;
  }
}

.paragraph--type--cta.text-position--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paragraph--type--cta.text-position--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.paragraph--type--form {
  display: flex;
  gap: 4.8rem;
  justify-content: space-between;
  flex-direction: column;

  @media only screen and (min-width: 768px) {
    flex-direction: row;
  }
}

.paragraph--type--form__form-wrapper form {

}

.paragraph--type--form__contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.paragraph--type--image-slider {
  background: var(--color-grey);
  overflow-x: hidden;

  > .container {
    padding-top: 18.5rem;
    position: relative;
  }

  .images-swiper {
    overflow: visible;
    max-width: 80rem;
    max-height: 30rem;
    margin: 0;

    @media only screen and (min-width: 786px) {
      max-height: 40rem;
    }

    @media only screen and (min-width: 991px) {
      max-height: 50rem;
    }

    .swiper-slide {
      img {
        max-width: 80rem;
        max-height: 30rem;
        width: 100%;
        height: 100%;
        object-fit: cover;

        @media only screen and (min-width: 786px) {
          max-height: 40rem;
        }

        @media only screen and (min-width: 991px) {
          max-height: 50rem;
        }
      }
    }

    .swiper-wrapper {
      cursor: url(5ac38d710e3307f65f49.svg) 25 25, auto;

      &:before {
        content: '';
        position: absolute;
        inset: 0 -100dvw;
        width: 300dvw;
      }
    }
  }

  .swiper-pagination--images {
    position: absolute;
    inset: 4rem auto auto 2rem;
    color: #9CB9AC;
    font-size: 20rem;
    font-weight: 600;
    max-width: 27rem;
    margin: 0;
    pointer-events: none;

    .swiper-slide-prev,
    .swiper-slide-next {
      scale: 0.6;
    }
  }

  .swiper-slide {
    transition: all 0.4s var(--ease);

    img {
      width: 100%;
      height: 100%;
    }
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    opacity: 0.3;
    scale: 0.8;
  }

  .swiper-slide-active {
    opacity: 1;
    scale: 1;
  }
}





