@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* include font stuff first */
:root {
  --blue: #1b559d;
  --blue-faded: #3b5366;
  --maroon: #591e1e;
  --ochre: #d36814;
  --yellow: #f3992e;
  --white: #ffffff;
  --black: #000000;
  --bg: #eef2f4;
  --border-color: #d5dade;
  --font-color: #333333;
  --base-font-size: 1.8rem;
  --big-body: 3.2rem;
  --pre-heading: 1.4rem;
  --heading: "Söhne dreiviertelfett", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --body: "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --buttons: "Söhne Kräftig", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --side-bar-heading: "Söhne dreiviertelfett", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --radius: 10px;
  --gutter: 60px;
  --gutter-small: 30px;
  --cubic: cubic-bezier(0.65, 0, 0.35, 1);
  --cubicIn: cubic-bezier(0.32, 0, 0.67, 0);
  --cubicOut: cubic-bezier(0.33, 1, 0.68, 1);
  --spring-easing: linear(
    0,
    0.1407 4.43%,
    0.9383 16.72%,
    1.0774 20.43%,
    1.1493 24.31%,
    1.1629 26.95%,
    1.1536 29.93%,
    1.0168 43.09%,
    0.9766 51%,
    1.0033 76.88%,
    1
  );
  --slide-up: slide-up-animation 0.5s var(--cubicOut) forwards;
  --slide-right: slide-right-animation 0.5s var(--cubicOut) forwards;
  --slide-left: slide-left-animation 0.5s var(--cubicOut) forwards;
  --fade-in: fade-in 2s var(--cubicOut);
}

@media (max-width: 1080px) {
  :root {
    --gutter: 44px;
  }
}
@media (max-width: 990px) {
  :root {
    --gutter: 30px;
    --base-font-size: 1.6rem;
  }
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  background: var(--dark);
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  text-align: left;
  font-size: var(--base-font-size);
  line-height: 1.4;
  font-family: var(--body);
  color: var(--font-color);
  letter-spacing: 0;
  background: white;
  margin: 0;
  overflow-wrap: break-word;
  text-wrap: pretty;
  overflow-x: hidden;
}
body .site {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
}

.container {
  width: 100%;
  max-width: 123.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .container {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

@media screen and (max-width: 760px) {
  body {
    font-size: 1.6rem;
  }
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
p,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
}

hr {
  margin: 5rem 0;
  border: none;
  border-top: 1px solid var(--border-color);
}

/* Responsive Extras*/
img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.table {
  margin: 0;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  margin: 2rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}

thead {
  background-color: var(--bg);
}

thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--blue-faded);
  border-bottom: 2px solid var(--yellow);
}
thead th:first-of-type {
  border-right: 1px solid var(--border-color);
}

tbody tr {
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.2s ease;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background-color: #fafafa;
  /* highlight on hover */
}

td {
  padding: 1rem;
  vertical-align: middle;
}
td:first-of-type {
  border-right: 1px solid var(--border-color);
}

th:first-child,
td:first-child {
  padding-left: 1.5rem;
}

th:last-child,
td:last-child {
  padding-right: 1.5rem;
}

.not-found {
  color: var(--white);
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}

@keyframes slide-right-animation {
  from {
    transform: translate(20%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide-right-animation {
  from {
    transform: translate(20%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slide-left-animation {
  from {
    transform: translate(-20%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left-animation {
  from {
    transform: translate(-20%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slide-up-animation {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up-animation {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

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

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-clean .gclose {
  width: 60px;
}
.glightbox-clean .gclose svg {
  z-index: 200;
  width: 20px;
}

.glightbox-clean .gslide-description {
  background: transparent;
  color: white;
}

/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.slider-section {
  border: 1px solid var(--border-color);
  border-radius: 3rem;
  overflow: hidden;
  height: 15rem;
}
@media (max-width: 768px) {
  .slider-section {
    height: 12rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 97%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 97%, rgba(255, 255, 255, 0.07) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 10rem;
  object-fit: contain;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

header,
main,
footer {
  position: relative;
  z-index: 5;
}

article {
  text-align: left;
}

.logo-wrapper {
  width: 100%;
  max-width: 16.4rem;
}

@font-face {
  font-family: "Söhne";
  src: url("/fonts/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne";
  src: url("/fonts/soehne-buch-kursiv.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne dreiviertelfett";
  src: url("/fonts/soehne-dreiviertelfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne Kräftig";
  src: url("/fonts/soehne-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.2;
}

h1 {
  font-size: 6rem;
  line-height: 1.1;
  font-family: var(--heading);
}

h2 {
  font-size: 5.2rem;
  line-height: 1.1;
  font-family: var(--buttons);
}
.list-block h2 {
  font-size: 5.2rem;
}

h3 {
  font-size: 3.2rem;
  font-family: var(--buttons);
  font-weight: 400;
}
.list-block h3 {
  font-size: 2.8rem;
}

h4 {
  font-family: var(--heading);
  color: var(--blue-faded);
  font-size: 2rem;
}
.list-block h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 400;
  font-style: Buch;
  letter-spacing: 0.2rem;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--body);
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 4.4rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
  .list-block h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  .list-block h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  .list-block h4 {
    font-size: 1.8rem;
  }
}
small {
  font-size: 1.4rem;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-position: outside;
}
ul ul {
  margin-top: 1rem;
}
@media (max-width: 1020px) {
  ul {
    padding-left: 22px;
  }
}

li {
  margin-bottom: 7px;
  line-height: 1.4;
}

ul li::marker {
  color: var(--ochre);
}

strong {
  font-family: var(--side-bar-heading);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  width: fit-content;
  border-radius: 3.3rem;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  font-family: var(--buttons);
  padding: 1rem 2rem;
  text-decoration: none;
  opacity: 1;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.3;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--blue);
  filter: brightness(90%);
  z-index: -1;
  transition: 300ms var(--cubicOut) all;
  clip-path: polygon(0% 0%, 0% 0%, -1rem 100%, -1rem 100%);
}
.button:hover::before {
  clip-path: polygon(0% 0%, calc(100% + 1rem) 0%, 100% 100%, -1rem 100%);
}
.button:active::before {
  clip-path: polygon(calc(100% + 1rem) 0%, calc(100% + 1rem) 0%, 100% 100%, 100% 100%);
}
@media (max-width: 840px) {
  .button {
    font-size: 1.5rem;
    height: 4.8rem;
  }
}
.button .button-icons {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 840px) {
  .button .button-icons {
    width: 3rem;
    height: 3rem;
  }
}

.button-hero {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
}
.button-hero::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.button-services {
  color: var(--blue-faded);
  font-size: 1.7rem;
  font-family: var(--body);
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.4;
  border: 1px solid rgb(213, 218, 222);
  background-color: rgba(255, 255, 255, 0);
}
.button-services::before {
  background-color: rgba(212, 215, 228, 0.25);
}

.button-secondary {
  position: relative;
  width: auto;
  display: inline-flex;
  align-items: center;
  font-family: var(--buttons);
  border-radius: 3.3rem;
  text-decoration: none;
  color: var(--white);
  padding: 2rem 3rem;
  font-size: 1.8rem;
  overflow: hidden;
  z-index: 0;
}
.button-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  filter: brightness(90%);
  z-index: -1;
  transition: clip-path 300ms var(--cubicOut);
  clip-path: polygon(0% 0%, 0% 0%, -1rem 100%, -1rem 100%);
}
.button-secondary:hover::before {
  clip-path: polygon(0% 0%, calc(100% + 1rem) 0%, 100% 100%, -1rem 100%);
}
.button-secondary:active::before {
  clip-path: polygon(calc(100% + 1rem) 0%, calc(100% + 1rem) 0%, 100% 100%, 100% 100%);
}

.button-yellow {
  background-color: var(--yellow);
  color: black;
  border-color: var(--yellow);
}
.button-yellow::before {
  background-color: var(--yellow);
}

.button-blue {
  background-color: var(--blue);
}
.button-blue::before {
  background-color: var(--blue);
}

.button-blue-faded {
  background-color: var(--blue-faded);
}
.button-blue-faded::before {
  background-color: var(--blue-faded);
}

.button-grey {
  background-color: var(--bg);
  color: var(--blue-faded);
}
.button-grey::before {
  background-color: var(--bg);
}

.button-arrow {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  background: var(--bg);
  color: var(--blue-fade);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
  border: none;
  padding: 1.5rem 1rem 1.5rem 2.1rem;
  align-items: center;
  text-decoration: none;
  font-family: var(--buttons);
  border-radius: 2.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.button-arrow::after {
  content: "";
  width: 1.4rem;
  height: 1rem;
  background-image: url("/assets/images/icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  gap: 1.6rem;
  transition: transform 0.3s ease;
}
.button-arrow:hover::after {
  transform: translateX(5px);
}

.button-contact {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--blue-faded);
  border: 1px solid rgb(213, 218, 222);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
  padding: 1.5rem 3.3rem;
  align-items: center;
  text-decoration: none;
  font-family: var(--buttons);
  border-radius: 3.8rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-contact::before {
  content: "";
  width: 1.8rem;
  height: 3rem;
  background-image: url("/assets/images/icons/icon-contact-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  gap: 1.6rem;
  transition: transform 0.3s ease;
}
.button-contact.button-contact-menu {
  color: var(--white);
}
.button-contact.button-contact-menu::before {
  background-image: url("/assets/images/icons/icon-contact.svg");
}
.button-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(212, 215, 228, 0.25);
  z-index: 1;
  display: block;
  transition: 300ms var(--cubicOut) all;
  clip-path: polygon(0% 0%, 0% 0%, -1rem 100%, -1rem 100%);
}
.button-contact:hover::after {
  clip-path: polygon(0% 0%, calc(100% + 1rem) 0%, 100% 100%, -1rem 100%);
}

/* override some spout form defaults here */
.form-block {
  width: 100%;
  --fui-label-font-size: 1.6rem;
  --fui-label-font-weight: 700;
  --fui-input-font-size: 1.6rem;
  --fui-field-gutter: 2rem;
  --fui-btn-font-size: 1.6rem;
  --fui-alert-font-size: 1.6rem;
  --fui-alert-padding: 2rem;
  --fui-btn-container-padding: 2rem 0 0;
  --fui-check-font-size: 1.6rem;
  --fui-check-label-width: 1.6rem;
  --fui-check-label-height: 1.6rem;
  --fui-check-label-top: 0px;
  --fui-check-label-padding-left: 2.2rem;
  --fui-label-line-height: 1.4;
  --fui-label-margin: .5rem;
  --fui-instructions-font-size: 1.4rem;
  --fui-instructions-color: #49769d;
  --fui-border: var(--border-color);
  margin: 4rem auto;
  max-width: 92rem;
  clear: both;
}
@media (max-width: 760px) {
  .form-block .fui-row {
    grid-template-columns: 1fr;
  }
}
.form-block .fui-alert-success {
  line-height: 1.3;
}
.form-block hr {
  margin: calc(var(--gutter) / 4) 0;
}
.form-block .fui-row:not(.fui-row-empty):not(:last-child) {
  margin-bottom: calc(var(--gutter) / 2);
}
.form-block .fui-field h1, .form-block .fui-field h2, .form-block .fui-field h3, .form-block .fui-field h4 {
  margin-bottom: 0;
}
.form-block .fui-alert p:last-child {
  margin-bottom: 0;
}

.contactForm {
  margin: 0 40px 20px;
}

.form-block .fui-input,
.form-block .fui-select,
textarea,
select,
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  width: 100%;
  padding: 15px 13px;
  color: var(--font-color);
  font-family: var(--sans);
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid transparent;
  background: rgba(57, 106, 179, 0.15);
  border-radius: 0;
  transition: 0.2s ease all;
  box-shadow: none;
}
.form-block .fui-input::placeholder,
.form-block .fui-select::placeholder,
textarea::placeholder,
select::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder {
  color: #ebebeb;
}
.form-block .fui-input:focus,
.form-block .fui-select:focus,
textarea:focus,
select:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus {
  outline: 0;
  border: 1px solid var(--color2);
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}

select {
  display: inline-block;
  font-size: 1.8rem;
  font-family: sans-serif;
  padding: 15px 35px 15px 13px;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(57, 106, 179, 0.15);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23869AC8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  border: 1px solid var(--color2);
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}
select option {
  font-weight: normal;
}

textarea {
  margin: 0;
  min-height: 65px;
}

textarea:focus,
select:focus,
button:focus {
  outline: 0;
  border-color: var(--color2);
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
}

input[type=text], input[type=email] {
  width: 100%;
}

input[type=submit], button[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: var(--font-color);
  transition: all 0.2s ease;
  border: none;
  padding: 13px 15px;
  background-color: var(--color2);
}

label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
}

.getAQuote-form {
  margin: 4rem auto;
}

.field {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 0 0 2rem 0;
}
.field .heading {
  width: 180px;
  text-align: right;
  padding: 14px 2rem 0 0;
}
.field .heading label {
  margin: 0;
  font-weight: bold;
}
.field .input {
  width: 320px;
}
.field .input input, .field .input select {
  margin: 0;
  width: 100%;
}

.nav-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-wrapper .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.nav-wrapper .nav ul li {
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  background: transparent;
}
@media (min-width: 1296px) {
  .nav-wrapper .nav ul li {
    padding-inline: 1.5rem;
  }
}
.nav-wrapper .nav ul li a:not(.button-contact) {
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.nav-wrapper .nav ul li:has(a:not(.button-contact))::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  height: 2px;
  width: 100%;
  background-color: var(--border-color);
  transition: transform 0.3s ease;
}
.nav-wrapper .nav ul li:has(a:not(.button-contact)):hover::after {
  transform: translateX(-50%) scaleX(0.7);
}
.nav-wrapper .nav ul li.has-children {
  position: relative;
  transition: background-color 0.3s ease;
}
.nav-wrapper .nav ul li.has-children ul {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2.9rem 1rem 2rem;
  z-index: 5;
  min-width: 26rem;
  border-radius: 0.6rem;
  display: block;
  transition: all 0.3s ease;
}
.nav-wrapper .nav ul li.has-children ul li {
  position: relative;
}
.nav-wrapper .nav ul li.has-children ul li a {
  padding: 0.2rem 1.4rem;
  opacity: 1;
  color: var(--font-color);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
  text-align: left;
}
.nav-wrapper .nav ul li.has-children ul li a::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--yellow);
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 0.43rem;
}
.nav-wrapper .nav ul li.has-children:hover {
  background: var(--white);
}
.nav-wrapper .nav ul li.has-children:hover a {
  color: var(--font-color);
}
.nav-wrapper .nav ul li.has-children:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.nav-wrapper .nav ul li.has-children ul li::after {
  content: none;
}
.nav-wrapper .nav ul li.has-children ul li a {
  transform: translateX(0);
}
.nav-wrapper .nav ul li.has-children ul li a:hover {
  transform: translateX(3%);
}
.nav-wrapper .nav .nav-mobile {
  display: none;
}
.nav-wrapper .nav .nav-mobile-close {
  display: none;
}
.nav-wrapper .nav .nav-mobile-open {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
}
.nav-wrapper .nav.nav--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.nav-wrapper .nav.nav--open ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: var(--gutter-small) 0 1rem;
  width: 100%;
  border-top: 1px solid color-mix(in srgb, var(--border-color) 40%, transparent);
}
.nav-wrapper .nav.nav--open ul li {
  width: 100%;
}
.nav-wrapper .nav.nav--open ul li a:not(.button-contact) {
  color: var(--blue-faded);
  font-family: var(--buttons);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  padding-inline: 2rem;
}
.nav-wrapper .nav.nav--open ul li a:not(.button-contact)::after {
  content: none;
}
.nav-wrapper .nav.nav--open ul li:has(a:not(.button-contact))::after {
  content: none;
}
.nav-wrapper .nav.nav--open ul li .button-contact {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
.nav-wrapper .nav.nav--open ul li.has-children {
  position: relative;
  border-radius: 1.6rem;
  width: 100%;
  padding-inline: 0;
  transition: all 0.3s ease;
}
.nav-wrapper .nav.nav--open ul li.has-children::after {
  content: none;
}
.nav-wrapper .nav.nav--open ul li.has-children > a {
  position: relative;
  padding-right: 2.5rem;
}
.nav-wrapper .nav.nav--open ul li.has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.nav-wrapper .nav.nav--open ul li.has-children > a:hover {
  transform: translate(0);
}
.nav-wrapper .nav.nav--open ul li.has-children.open {
  background: var(--bg);
  padding-top: 1rem;
  transition: all 0.3s ease;
}
.nav-wrapper .nav.nav--open ul li.has-children.open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.nav-wrapper .nav.nav--open ul li.has-children.open > ul {
  display: block;
  opacity: 1;
  pointer-events: auto;
  max-height: 500px;
  list-style: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  border-top: none;
  background: transparent;
  padding: 2rem;
}
.nav-wrapper .nav.nav--open ul li.has-children > ul {
  display: none;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  list-style: none;
  position: relative;
  transform: translateX(-50%);
  background: white;
  padding: 2.9rem 2.9rem 2rem;
  z-index: 5;
  min-width: 26rem;
  border-radius: 0.6rem;
  box-shadow: none;
}
.nav-wrapper .nav.nav--open ul li.has-children > ul li {
  position: relative;
}
.nav-wrapper .nav.nav--open ul li.has-children > ul li a {
  opacity: 1;
  color: var(--blue-faded);
  font-family: var(--body);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  text-align: left;
  opacity: 1;
}
.nav-wrapper .nav.nav--open ul li.has-children > ul li a::before {
  content: none;
}
.nav-wrapper .nav.nav--open .nav-mobile-open {
  display: none;
}
.nav-wrapper .nav.nav--open .nav-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--gutter-small);
}
.nav-wrapper .nav.nav--open .nav-mobile-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-faded);
}
@media (max-width: 1295px) {
  .nav-wrapper .nav .nav-mobile {
    display: block;
  }
  .nav-wrapper .nav .nav-mobile .nav-mobile-content button {
    border-radius: 3.8rem;
    color: var(--white);
    font-family: var(--buttons);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: 0;
    cursor: default;
    padding: 2rem;
    gap: 1.5rem;
  }
  .nav-wrapper .nav .nav-mobile .nav-mobile-content button:focus, .nav-wrapper .nav .nav-mobile .nav-mobile-content button.active {
    outline: none;
    box-shadow: none;
  }
  .nav-wrapper .nav .nav-mobile .nav-mobile-content button:hover {
    cursor: pointer;
  }
  .nav-wrapper .nav .nav-mobile .nav-mobile-content .nav-mobile-close {
    background: var(--blue-faded);
  }
  .nav-wrapper .nav ul {
    display: none;
    flex-direction: column;
    gap: 1rem;
  }
}

.border-top {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 6px;
  background-color: var(--black);
  z-index: 6;
  opacity: 0.4;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: var(--gutter-small) 0;
  color: #ffffff;
  z-index: 200;
  position: absolute;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50vw - 660px);
  right: calc(50vw - 660px);
  border-bottom: 1px solid color-mix(in srgb, var(--border-color) 20%, transparent);
}
@media (max-width: 1240px) {
  header:after {
    left: var(--gutter);
    right: var(--gutter);
  }
}
header .logo-wrapper {
  display: flex;
  pointer-events: auto;
  align-items: center;
  height: 88px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1295px) {
  header .logo-wrapper {
    align-items: flex-start;
  }
  header .logo-wrapper img {
    max-width: 15.4rem;
  }
}
header .logo-wrapper.hidden {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

@media (max-width: 1295px) {
  header.nav-open-active {
    border-top: 0.6rem solid var(--bg);
    margin-top: -0.6rem;
    background: var(--white);
    transition: background-color 0.3s ease;
    max-width: 100%;
    box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.5);
  }
}
footer {
  position: relative;
  /* Banner Footer */
}
@media (max-width: 1135px) {
  footer .banner-footer {
    padding: 0;
  }
}
footer .banner-footer .banner-footer-wrapper {
  position: relative;
  pointer-events: auto;
  width: 90%;
  max-width: 132rem;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 7.1rem 8.2rem;
  border-radius: 3rem;
  overflow: hidden;
  transform: translateY(12rem);
  z-index: 2;
}
@media (max-width: 990px) {
  footer .banner-footer .banner-footer-wrapper {
    position: relative;
    transform: translate(0%, 0%);
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
footer .banner-footer .banner-footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(230, 230, 233, 0) 80%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 840px) {
  footer .banner-footer .banner-footer-wrapper::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(230, 230, 233, 0) 90%);
  }
}
footer .banner-footer .banner-footer-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 10rem;
  background-image: url("/assets/images/icons/pattern-wide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 990px) {
  footer .banner-footer .banner-footer-wrapper::after {
    max-height: 8rem;
    width: 100%;
    opacity: 0.8;
  }
}
@media (max-width: 990px) {
  footer .banner-footer .banner-footer-wrapper {
    background-size: cover;
    border-radius: 0;
    padding: 3.7rem 0 5rem;
    margin-top: 0;
  }
}
footer .banner-footer .banner-footer-wrapper .banner-footer-content .banner-footer-text {
  position: relative;
  width: 100%;
  max-width: 57.8rem;
  z-index: 2;
  color: var(--white);
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  font-style: Buch;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 990px) {
  footer .banner-footer .banner-footer-wrapper .banner-footer-content .banner-footer-text {
    max-width: 25.1rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
footer .banner-footer .banner-footer-wrapper .banner-footer-content .banner-footer-button {
  position: relative;
  z-index: 3;
  margin-top: 9.6rem;
}
footer .footer-wrapper {
  position: relative;
  background: #0c1c30;
  border-bottom: 0.8rem solid var(--blue);
  padding-top: 22rem;
  /* Divider */
  /* Copyright */
}
@media (max-width: 990px) {
  footer .footer-wrapper {
    padding-top: 0;
  }
}
footer .footer-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 10rem;
  background-image: url("/assets/images/icons/pattern-wide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}
@media (max-width: 1135px) {
  footer .footer-wrapper::after {
    max-height: 10rem;
    background-image: url("/assets/images/icons/pattern.svg");
    width: 200%;
  }
}
footer .footer-wrapper .divider {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  opacity: 0.4;
}
footer .footer-wrapper .nav-items-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1135px) {
  footer .footer-wrapper .nav-items-footer {
    margin-top: 0;
    padding-top: 6.6rem;
    padding-bottom: 4.6rem;
  }
}
@media (max-width: 840px) {
  footer .footer-wrapper .nav-items-footer {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-wrapper .nav-items-footer ul {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media (max-width: 990px) {
  footer .footer-wrapper .nav-items-footer ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    gap: 2rem;
    padding-left: 0;
    padding-top: 2rem;
  }
}
footer .footer-wrapper .nav-items-footer ul li {
  position: relative;
  padding-bottom: 0.4rem;
}
footer .footer-wrapper .nav-items-footer ul li .items-footer {
  color: var(--white);
  font-size: 1.6rem;
  font-family: var(--buttons);
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  height: auto;
}
footer .footer-wrapper .nav-items-footer ul li .items-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  height: 2px;
  width: 100%;
  background-color: var(--border-color);
  transition: transform 0.3s ease;
}
footer .footer-wrapper .nav-items-footer ul li:not(.button-contact-content):hover a::after {
  transform: translateX(-50%) scaleX(1);
}
footer .footer-wrapper .nav-items-footer ul li.footer-social img {
  transition: 200ms var(--cubic) all;
}
footer .footer-wrapper .nav-items-footer ul li.footer-social:hover img {
  transform: translateY(-5px);
  opacity: 0.8;
}
footer .footer-wrapper .footer-copy-right {
  position: relative;
  margin: 3rem auto 17.7rem auto;
}
@media (max-width: 990px) {
  footer .footer-wrapper .footer-copy-right {
    gap: 2rem;
    margin: 3rem auto 10rem auto;
  }
}
footer .footer-wrapper .footer-copy-right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1300px) {
  footer .footer-wrapper .footer-copy-right ul {
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
footer .footer-wrapper .footer-copy-right ul li {
  position: relative;
  color: var(--white);
  font-size: var(--pre-heading);
  font-weight: 400;
  letter-spacing: 0px;
}
footer .footer-wrapper .footer-copy-right ul li a {
  color: var(--yellow);
  font-size: var(--pre-heading);
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: underline;
}
footer .footer-wrapper .footer-copy-right ul li a:hover {
  color: white;
}

.hero-pages {
  position: relative;
  padding-top: 15rem;
  background-image: radial-gradient(at left bottom, rgb(51, 126, 172) 0%, rgb(33, 53, 103) 91%, rgb(6, 21, 59) 100%);
}
.hero-pages::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 10rem;
  background-image: url("/assets/images/icons/pattern-wide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.2;
  z-index: 0;
}
@media (max-width: 990px) {
  .hero-pages::after {
    max-height: 5rem;
  }
}
.hero-pages .hero-wrapper {
  position: relative;
  height: 100%;
}
.hero-pages .hero-wrapper.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  z-index: 6;
}
.hero-pages .hero-wrapper .hero-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  z-index: 5;
}
@media (max-width: 1280px) {
  .hero-pages .hero-wrapper .hero-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .hero-pages .hero-wrapper .hero-content {
    flex-direction: column;
  }
}
.hero-pages .hero-wrapper .hero-content .title-block {
  position: relative;
  width: 100%;
  max-width: 46.7rem;
  color: var(--white);
  padding-bottom: 6rem;
}
@media (max-width: 990px) {
  .hero-pages .hero-wrapper .hero-content .title-block {
    padding-bottom: 0;
  }
}
.hero-pages .hero-wrapper .hero-content small {
  font-size: 1.4rem;
  font-family: var(--body);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 400;
  font-style: Buch;
  letter-spacing: 0.2rem;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 1310px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper {
    position: relative;
  }
}
.hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-icon-wrapper .hero-icon-content {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, 0%);
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  background: var(--blue);
  padding: 1.5rem;
}
@media (min-width: 1311px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-icon-wrapper .hero-icon-content {
    transform: translate(40%, 40%);
  }
}
@media (max-width: 990px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-icon-wrapper .hero-icon-content {
    width: 7rem;
    height: 7rem;
  }
}
.hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-icon-wrapper .hero-icon-content .hero-icon {
  width: 100%;
  max-width: 5rem;
  height: 100%;
  display: flex;
  margin: 0 auto;
  opacity: 0.8;
}
.hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  transform: translateY(6rem);
  max-width: 68.7rem;
  background-color: rgb(216, 216, 216);
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 1310px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image {
    position: relative;
    transform: translateY(0);
    min-height: 100%;
    margin-top: 3rem;
    max-width: 54.7rem;
  }
}
@media (max-width: 1150px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image {
    position: relative;
    transform: translateY(0);
    min-height: 100%;
    margin-top: 3rem;
    max-width: 44.7rem;
  }
}
@media (max-width: 990px) {
  .hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image {
    position: relative;
    transform: translateY(0);
    min-height: 100%;
    margin-top: 3rem;
  }
}
.hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image picture,
.hero-pages .hero-wrapper .hero-content .hero-image-wrapper .hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 2;
}

main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 126.5rem;
  margin: 0 auto;
  gap: 0 6rem;
  padding-top: 11.5rem;
}
@media (max-width: 990px) {
  main {
    flex-direction: column;
    width: 100%;
    padding: 4rem 0;
  }
}
main .body-content {
  width: 100%;
  max-width: 65%;
  border-right: 1px solid var(--border-color);
  padding-right: 7rem;
}
@media (max-width: 990px) {
  main .body-content {
    width: 100%;
    max-width: 100%;
    border: 0;
    padding-right: 0;
  }
}

.pages-main {
  display: flex;
}

.text-block {
  margin: 3rem 0;
}
.text-block:first-child {
  margin-top: 0;
}
.text-block > *:last-child {
  margin-bottom: 0;
}
.list-block + .text-block {
  margin-top: 6rem;
}
.text-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.text-block li::marker {
  transition: 0.3s ease;
}
.text-block li.hovering::marker {
  color: var(--ochre);
}
.text-block a {
  position: relative;
  color: var(--ochre);
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.text-block a:hover::after {
  opacity: 0;
}
.text-block a:hover {
  color: var(--blue);
}
p + .text-block h1,
p + .text-block h2,
p + .text-block h3 {
  margin-top: 6rem;
}
.text-block h2,
.text-block h3 {
  margin-top: 6rem;
}
.text-block h2 + h2,
.text-block h2 + h3,
.text-block h3 + h2,
.text-block h3 + h3 {
  margin-top: 2rem;
}
.text-block:first-child h2:first-child,
.text-block:first-child h3:first-child {
  margin-top: 0;
}
.text-block h2 {
  color: var(--blue-faded);
}
.text-block h3 {
  color: #3a6390;
}
.text-block blockquote {
  margin: var(--gutter) 0;
  padding: 0 calc(var(--gutter));
  border-left: 4px solid var(--border-color);
  font-size: calc(var(--base-font-size) + 0.3rem);
  line-height: 1.4;
  font-style: italic;
  color: var(--blue);
  position: relative;
}
.text-block blockquote:before {
  content: "“";
  font-family: var(--body), serif;
  position: absolute;
  left: -14px;
  top: -14px;
  background: white;
  font-size: calc(var(--base-font-size) * 3.5);
  line-height: 1;
  font-style: normal;
  height: 5rem;
  overflow: hidden;
}

.list-block {
  margin: 3rem 0;
  padding: 5rem;
  border-radius: 3rem;
  border: 1px solid var(--border-color);
  font-size: calc(var(--base-font-size) - 0.2rem);
}
.list-block > *:last-child {
  margin-bottom: 0;
}
.list-block > ul:only-child,
.list-block > ol:only-child {
  margin: 0;
}
.list-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.list-block a {
  position: relative;
  color: var(--ochre);
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.list-block a:hover::after {
  opacity: 0;
}
.list-block a:hover {
  color: var(--blue);
}
@media (max-width: 990px) {
  .list-block {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.list-block h3 {
  color: var(--blue-faded);
  font-family: var(--buttons);
}

.image-content {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.image-content.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.image-content img {
  width: 100%;
  border-radius: 3rem;
}
.image-content.align-left {
  padding: 0 var(--gutter) var(--gutter) 0;
  float: left;
}
@media (max-width: 760px) {
  .image-content.align-left {
    float: none;
    margin: var(--gutter) 0;
    padding: 0;
  }
}
.image-content.align-right {
  padding: 0 0 var(--gutter) var(--gutter);
  float: right;
}
@media (max-width: 760px) {
  .image-content.align-right {
    float: none;
    margin: var(--gutter) 0;
    padding: 0;
  }
}
.image-content.align-center {
  margin: var(--gutter) 0;
  padding: 0;
  display: block;
}
.image-content.align-full {
  width: 100%;
  margin: var(--gutter) 0;
}
@media (min-width: 760px) {
  .image-content.size-small {
    max-width: 24rem;
  }
}
@media (min-width: 760px) {
  .image-content.size-big {
    max-width: 100%;
  }
  .image-content.size-big.align-center {
    max-width: 64rem;
  }
}

figcaption {
  font-size: 1.4rem;
  padding: 10px 0;
  border-bottom: 1px solid #e5ecf1;
}

.gallery-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4.4rem;
  margin: var(--gutter) auto;
}
.gallery-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.gallery-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.gallery-block.size-small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .gallery-block.size-small {
    grid-template-columns: 1fr 1fr;
  }
}
.gallery-block.size-big {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 760px) {
  .gallery-block.size-big {
    grid-template-columns: 1fr;
  }
}

.styled-button-block {
  margin: 3rem 0 6rem;
}
.styled-button-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
@media (max-width: 760px) {
  .styled-button-block {
    margin: 3rem 0;
  }
}

.accordion-block {
  width: 100%;
  margin: 3rem auto;
  position: relative;
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 3rem;
  padding: 2.4rem;
  margin-bottom: 7rem;
}
.accordion-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.accordion-block a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.accordion-block a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: opacity 0.3s ease;
}
.accordion-block a:hover::after {
  opacity: 0;
}
.accordion-block a:hover {
  color: var(--ochre);
}
.accordion-block + .accordion-block {
  margin-top: calc(var(--gutter) * -1);
}
@media (max-width: 990px) {
  .accordion-block {
    margin-bottom: 3.5rem;
  }
}

.accordion-title {
  padding: 0 3rem;
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  width: 100%;
  position: relative;
  transition: 200ms ease all;
}
.accordion-title:before {
  content: "";
  background-image: url("/assets/images/icons/accordion-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-family: var(--buttons);
  position: absolute;
  font-size: 4rem;
  color: var(--yellow);
  height: 1.63rem;
  line-height: 1.4;
  width: 1.63rem;
  left: 0;
  top: 5px;
  text-align: center;
  transition: 200ms ease all;
  z-index: 15;
}
@media (max-width: 990px) {
  .accordion-title:before {
    top: 0.2rem;
  }
}
.accordion-title:focus {
  box-shadow: none;
}
.accordion-title.active h3 {
  color: var(--blue-faded);
}
.accordion-title.active:before {
  background-image: url("/assets/images/icons/accordion-close.svg");
}
.accordion-title h3 {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  font-family: var(--buttons);
  color: var(--blue-faded);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 990px) {
  .accordion-title h3 {
    font-size: 2.2rem;
  }
}
.accordion-title:hover h3 {
  color: var(--blue-faded);
}

.accordion-content {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 200ms ease all;
  height: 0;
}

.accordion-text {
  padding: 2.5rem 3rem 1.5rem;
  width: 100%;
  position: relative;
  /* position: absolute; */
  /*bottom: 0; */
}
.accordion-text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .accordion-text {
    padding: 4rem 2rem 3rem 2rem;
  }
}

.logo-block {
  display: flex;
  gap: var(--gutter);
  margin: var(--gutter) 0;
}
.logo-block .image {
  width: 15rem;
  flex: 0 0 auto;
}

.embed-block {
  margin: var(--gutter) auto;
  position: relative;
}
.embed-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}

.embed-resize {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-resize iframe,
.embed-resize object,
.embed-resize embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.video-block a {
  margin: var(--gutter) auto;
  display: block;
  width: 100%;
  max-width: 60rem;
  position: relative;
  border-radius: 3rem;
}
.video-block a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 3;
}
.video-block a:after {
  content: "▶";
  color: white;
  width: 8rem;
  height: 8rem;
  line-height: 2;
  font-size: 4rem;
  background: black;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 4rem);
  z-index: 5;
}
.video-block a img {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.hero-section {
  position: relative;
  padding-top: 12rem;
  background-image: radial-gradient(at left bottom, rgb(51, 126, 172) 0%, rgb(33, 53, 103) 71%, rgb(6, 21, 59) 100%);
}
@media (max-width: 1100px) {
  .hero-section {
    padding-bottom: 5rem;
  }
}
.hero-section .hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper {
    display: block;
    padding-bottom: 0;
  }
}
.hero-section .hero-wrapper .hero-content {
  width: 45%;
  color: var(--white);
  margin-top: 10.3rem;
  position: relative;
  z-index: 20;
}
.hero-section .hero-wrapper .hero-content h1 {
  font-size: 9.6rem;
  line-height: 1em;
  opacity: 0;
  width: 700px;
}
.hero-section .hero-wrapper .hero-content h1.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.3s;
}
@media (max-width: 1024px) {
  .hero-section .hero-wrapper .hero-content h1 {
    font-size: 8rem;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-content h1 {
    font-size: 6rem;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-section .hero-wrapper .hero-content h1 {
    font-size: 4.2rem;
  }
}
.hero-section .hero-wrapper .hero-content .hero-text {
  margin: 3rem 0;
  width: 100%;
  opacity: 0;
}
.hero-section .hero-wrapper .hero-content .hero-text.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.35s;
}
.hero-section .hero-wrapper .hero-content .hero-text p {
  max-width: 52rem;
  font-size: 1.7rem;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-content .hero-text p {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-content {
    width: 100%;
    margin-top: 6rem;
  }
}
.hero-section .hero-wrapper .hero-content .hero-buttons {
  display: flex;
  gap: 1rem 3rem;
  width: 700px;
  max-width: 100%;
  position: absolute;
  max-width: 65rem;
  opacity: 0;
}
.hero-section .hero-wrapper .hero-content .hero-buttons.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.4s;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-content .hero-buttons {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.hero-section .hero-wrapper .hero-content .hero-buttons .hero-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-section .hero-wrapper .hero-content .hero-buttons .button-yellow {
  padding: 1.62rem;
}
.hero-section .hero-wrapper .hero-content .hero-buttons .logo-credential img {
  height: 100%;
  max-height: 13.5rem;
  object-fit: contain;
}
@media (max-width: 840px) {
  .hero-section .hero-wrapper .hero-content .hero-buttons .logo-credential img {
    max-height: 10.5rem;
  }
}
.hero-section .hero-wrapper .hero-images {
  width: 55%;
  position: relative;
  margin-top: 2rem;
  z-index: 15;
}
@media (max-width: 1135px) {
  .hero-section .hero-wrapper .hero-images {
    width: 55%;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images {
    width: 50vw;
    min-width: 400px;
    margin: 3rem auto -15rem;
    padding-right: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    z-index: 5;
  }
}
@media (max-width: 500px) {
  .hero-section .hero-wrapper .hero-images {
    width: calc(100% + 60px);
    margin: 3rem 0 -15rem -70px;
  }
}
.hero-section .hero-wrapper .hero-images .hero-image {
  width: 100%;
  max-width: 70rem;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-15%);
  opacity: 0;
}
.hero-section .hero-wrapper .hero-images .hero-image.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.3s;
}
@media (max-width: 1135px) {
  .hero-section .hero-wrapper .hero-images .hero-image {
    position: relative;
    width: 85%;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images .hero-image {
    width: 100%;
    transform: none;
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail {
  position: relative;
  width: 100%;
  display: flex;
  opacity: 0;
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.6s;
  z-index: 2;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    position: absolute;
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1,
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 33rem;
  max-height: 33rem;
  border-radius: 50%;
}
@media (max-width: 1195px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
    max-width: 27rem;
    max-height: 27rem;
  }
}
@media (max-width: 1094px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
    max-width: 23rem;
    max-height: 23rem;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
    max-width: 18rem;
    max-height: 18rem;
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1::before,
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/icons/pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 img,
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 img {
  width: 100%;
  height: auto;
  max-width: 33rem;
  max-height: 36rem;
  transform: translateY(-7.9%);
  object-fit: contain;
  object-position: top;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 1195px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 img,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 img {
    max-width: 27rem;
    max-height: 30rem;
    transform: translateY(-10%);
  }
}
@media (max-width: 1094px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 img,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 img {
    max-width: 23rem;
    max-height: 26rem;
    transform: translateY(-11%);
  }
}
@media (max-width: 880px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 img,
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 img {
    max-width: 18rem;
    max-height: 21rem;
    transform: translateY(-14%);
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 {
  background: var(--blue);
  transform: translate(45%, -30%);
  z-index: 4;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image1 {
    transform: translate(40%, -15%);
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
  background: var(--ochre);
  transform: translate(22%, -74%);
  z-index: 2;
}
@media (max-width: 990px) {
  .hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2 {
    transform: translate(20%, 0);
  }
}
.hero-section .hero-wrapper .hero-images .hero-thumbnail .thumbnail-image2::before {
  transform: rotate(240deg);
}

.banner-section .banner-wrapper {
  position: relative;
  opacity: 0;
}
.banner-section .banner-wrapper.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
@media (max-width: 1280px) {
  .banner-section .banner-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.banner-section .banner-wrapper .banner-content-image {
  position: relative;
  pointer-events: auto;
  padding: 14.7rem 12.4rem 17.3rem;
  width: 100%;
  max-width: 132rem;
  height: 100%;
  margin: -16.9rem auto 0;
  opacity: 1;
  border-radius: 3rem;
  overflow: hidden;
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .banner-section .banner-wrapper .banner-content-image {
    margin: 0 0 8rem;
    border-radius: 0;
  }
}
@media (max-width: 990px) {
  .banner-section .banner-wrapper .banner-content-image {
    background-size: cover;
    padding: 13.4rem 0 7.6rem;
  }
}
.banner-section .banner-wrapper .banner-content-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 990px) {
  .banner-section .banner-wrapper .banner-content-image::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.banner-section .banner-wrapper .banner-content-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 10rem;
  background-image: url("/assets/images/icons/pattern-wide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 990px) {
  .banner-section .banner-wrapper .banner-content-image::after {
    max-height: 5rem;
  }
}
.banner-section .banner-wrapper .banner-content-image .banner-content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 990px) {
  .banner-section .banner-wrapper .banner-content-image .banner-content {
    justify-content: center;
  }
}
.banner-section .banner-wrapper .banner-content-image .banner-text {
  position: relative;
  width: 100%;
  max-width: 40.5rem;
  text-align: center;
  font-family: var(--body);
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.2rem;
  letter-spacing: 0px;
  line-height: 1.4;
  z-index: 3;
}
.banner-section .banner-wrapper .banner-content-image .banner-text strong {
  color: white;
}
.banner-section .banner-wrapper .banner-content-image .banner-text a {
  color: var(--yellow);
}
.banner-section .banner-wrapper .banner-content-image .banner-text a:hover {
  color: var(--ochre);
}
@media (max-width: 990px) {
  .banner-section .banner-wrapper .banner-content-image .banner-text {
    position: relative;
    max-width: 100%;
    transform: translate(0);
    font-size: 1.6rem;
    text-align: left;
  }
}

.home-services-section {
  margin: 6rem 0 12rem;
  padding: 6rem 0 0;
}
@media (max-width: 990px) {
  .home-services-section {
    margin-top: 3.5rem;
    margin-bottom: 7rem;
    padding: 3.5rem 0 0;
  }
}
.home-services-section .home-services-wrapper {
  margin: 0 auto;
  width: 100%;
  opacity: 0;
}
.home-services-section .home-services-wrapper.active {
  animation: var(--slide-up);
  -webkit-animation: var(--slide-up);
  will-change: transform, opacity;
}
.home-services-section .home-services-wrapper .home-services-content {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 103.4rem;
  margin: 0 auto;
}
.home-services-section .home-services-wrapper .home-services-content h5 {
  text-align: center;
}
.home-services-section .home-services-wrapper .home-services-content p {
  color: var(--font-color);
  font-size: var(--big-body);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .home-services-section .home-services-wrapper .home-services-content p {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 33rem;
    margin: 0 auto;
  }
}
.home-services-section .home-services-wrapper .home-services-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 109.4rem;
  margin-top: 4.4rem;
}
@media (max-width: 990px) {
  .home-services-section .home-services-wrapper .home-services-links {
    margin-top: 6rem;
  }
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14rem;
  flex-direction: column;
  height: auto;
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper .home-services-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--bg);
  width: 14rem;
  height: 14rem;
  margin-bottom: 0.8rem;
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper .home-services-btn img {
  width: 100%;
  max-width: 8rem;
  height: 100%;
  max-height: 8rem;
  filter: brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1455%) hue-rotate(164deg) brightness(94%) contrast(96%);
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper p {
  color: var(--blue-faded);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--buttons);
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease-in-out;
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper a:hover {
  transform: scale(1.04);
}
.home-services-section .home-services-wrapper .home-services-links:hover .home-services-btn-wrapper a {
  opacity: 0.7;
}
.home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .home-services-section .home-services-wrapper .home-services-links {
    justify-content: center;
    gap: 2rem;
  }
  .home-services-section .home-services-wrapper .home-services-links .home-services-btn-wrapper {
    flex: 0 0 calc(50% - 1rem);
    max-width: none;
  }
}

.divider {
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  margin: 0 auto;
}

.home-text-with-image {
  margin-top: 8.3rem;
  margin-bottom: 8.3rem;
}
@media (max-width: 880px) {
  .home-text-with-image {
    margin-top: 5.3rem;
    margin-bottom: 5.3rem;
  }
}
.home-text-with-image .home-text-with-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 121.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .home-text-with-image .home-text-with-image-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail {
  position: relative;
  width: 100%;
  max-width: 50%;
  flex: 0 0 auto;
  opacity: 0;
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
}
@media (max-width: 840px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 40rem;
  max-height: 40rem;
  border-radius: 50%;
}
@media (max-width: 1135px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 {
    max-width: 31rem;
    max-height: 31rem;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 880px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 {
    max-width: 20rem;
    max-height: 20rem;
    aspect-ratio: 1/1;
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1::before,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/icons/pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1 img,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 img {
  width: 100%;
  height: auto;
  max-width: 40rem;
  max-height: 43rem;
  transform: translateY(-6.2%);
  object-fit: contain;
  object-position: top;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 1135px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1 img,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 img {
    max-width: 32rem;
    max-height: 32rem;
    transform: translateY(-2.5%);
  }
}
@media (max-width: 880px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1 img,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 img {
    max-width: 21rem;
    max-height: 21rem;
    transform: translateY(-4%);
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1 {
  background: var(--ochre);
  transform: translate(0, 15%);
  z-index: 2;
}
@media (max-width: 880px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image1 {
    transform: translate(15%, 15%);
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 {
  background: var(--blue);
  transform: translate(50%, -15%);
  z-index: 4;
}
@media (max-width: 880px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2 {
    transform: translate(65%, -30%);
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-thumbnail .thumbnail-image2::before {
  transform: rotate(240deg);
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content {
  position: relative;
  opacity: 0;
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
  animation-delay: 0.3s;
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 990px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button {
    display: block;
    text-align: left;
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text h2,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button h2 {
  color: var(--blue);
  margin-bottom: 3.8rem;
  width: 100%;
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text p,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button p {
  line-height: 1.4;
  margin: 0 var(--gutter) 3.3rem;
}
@media (max-width: 880px) {
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text p,
  .home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button p {
    margin: 0 0 3rem;
    margin-bottom: 2.8rem;
  }
}
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-text a,
.home-text-with-image .home-text-with-image-wrapper .home-text-with-image-content .home-text-with-image-button a {
  margin: 0 auto;
}

/* Home Team */
.home-team {
  position: relative;
  height: 71vh;
  min-height: 70rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(216, 216, 216, 0.1);
  z-index: 1;
}
.home-team::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 10rem;
  background-image: url("/assets/images/icons/pattern-wide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: 0;
}
@media (max-width: 990px) {
  .home-team::after {
    max-height: 8rem;
    width: 330%;
  }
}
@media (max-width: 880px) {
  .home-team {
    height: 50rem;
    background-position: 83% center;
    min-height: 50rem;
  }
}
.home-team .home-team-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding-top: 8.5rem;
  padding-bottom: 7.5rem;
  opacity: 0;
}
.home-team .home-team-wrapper.active {
  animation: var(--fade-in);
  -webkit-animation: var(--fade-in);
  will-change: transform, opacity;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 880px) {
  .home-team .home-team-wrapper {
    padding-top: 4.6rem;
    padding-bottom: 3.9rem;
  }
}
.home-team .home-team-wrapper .home-team-content {
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 57.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 900px) {
  .home-team .home-team-wrapper .home-team-content .home-team-text {
    width: 100%;
    max-width: 20rem;
  }
}
.home-team .home-team-wrapper .home-team-content p {
  margin-top: 1.4rem;
  color: var(--blue-faded);
  font-size: 5rem;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.1;
}
@media (max-width: 880px) {
  .home-team .home-team-wrapper .home-team-content p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .home-team .home-team-wrapper .home-team-content p {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

/* Home quick links */
.home-quick-links {
  position: relative;
  margin: 12rem 0 0;
}
@media (max-width: 1135px) {
  .home-quick-links {
    margin: 9rem 0;
  }
}
@media (max-width: 990px) {
  .home-quick-links {
    margin: 4rem 0;
  }
}
.home-quick-links .home-quick-links-wrapper {
  display: flex;
  margin: 0 auto;
  opacity: 0;
}
.home-quick-links .home-quick-links-wrapper.active {
  animation: var(--slide-up);
  will-change: transform, opacity;
}
@media (max-width: 880px) {
  .home-quick-links .home-quick-links-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.home-quick-links .home-quick-links-main {
  flex: 2;
}
.home-quick-links .home-quick-links-main p {
  color: var(--blue-faded);
  font-size: var(--big-body);
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.3;
  width: 100%;
  max-width: 68.5rem;
}
@media (max-width: 880px) {
  .home-quick-links .home-quick-links-main p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.home-quick-links .divider-vertical {
  height: auto;
  width: 1px;
  background-color: var(--border-color);
  margin: 0 auto;
}
@media (max-width: 880px) {
  .home-quick-links .divider-vertical {
    height: 1px;
    width: 100%;
  }
}
.home-quick-links .home-quick-links-sidebar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 880px) {
  .home-quick-links .home-quick-links-sidebar {
    justify-content: flex-start;
  }
}
.home-quick-links .home-quick-links-sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.home-quick-links .home-quick-links-sidebar ul li {
  margin-bottom: 1.5rem;
}
.home-quick-links .home-quick-links-sidebar ul .button-contact-content {
  margin-top: 3rem;
}

.pages-sidebar {
  flex: 1 1 auto;
}
.pages-sidebar h3 {
  color: var(--blue-faded);
  font-family: var(--side-bar-heading);
  font-size: 2.8rem;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 990px) {
  .pages-sidebar h3 {
    padding-left: 0;
  }
}
.pages-sidebar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  background: var(--bg);
  color: var(--blue-fade);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  padding: 1.5rem 2.1rem 1.5rem 2.1rem;
  align-items: center;
  text-decoration: none;
  font-family: var(--buttons);
  border-radius: 2.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pages-sidebar .dropdown-toggle::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("/assets/images/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-top: 1px;
  gap: 1.6rem;
  transition: transform 0.3s ease;
}
.pages-sidebar .dropdown-toggle:focus, .pages-sidebar .dropdown-toggle.active {
  outline: none;
  box-shadow: none;
}
.pages-sidebar .dropdown-toggle.active:after {
  transform: rotate(180deg);
  /* Rotate the arrow when active */
}
.pages-sidebar ul,
.pages-sidebar .dropdown-menu {
  list-style: none;
  display: block;
  margin-bottom: 6rem;
  padding-left: 0;
}
@media (max-width: 990px) {
  .pages-sidebar ul,
  .pages-sidebar .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    padding-left: 0;
    height: 0;
    transition: 0.3s ease-in-out;
    margin-bottom: 3rem;
  }
}
.pages-sidebar ul li img,
.pages-sidebar .dropdown-menu li img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1455%) hue-rotate(164deg) brightness(94%) contrast(96%);
}
.pages-sidebar ul .button-explore-more,
.pages-sidebar .dropdown-menu .button-explore-more {
  margin-top: 2.5rem;
}
.pages-sidebar.active .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
}
@media (min-width: 991px) {
  .pages-sidebar .dropdown-toggle {
    display: none;
  }
  .pages-sidebar .dropdown-menu {
    display: block !important;
  }
}
.pages-sidebar .sidebar-cta {
  margin-top: 4rem;
}
.pages-sidebar .sidebar-cta p {
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 990px) {
  .pages-sidebar {
    border-top: 1px solid var(--border-color);
    padding-top: 3rem;
    margin-top: 3rem;
  }
  .pages-sidebar .divider {
    display: none;
  }
}

.phone-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.phone-block .button-contact {
  font-size: 2rem;
  text-transform: none;
  letter-spacing: 0;
  gap: 1rem;
  align-self: flex-start;
}
.phone-block .button-contact strong {
  opacity: 0.8;
  font-weight: 400;
  font-style: normal;
  font-family: var(--body);
}
.phone-block .button-contact-land:before {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/icons/landline.svg");
}
.phone-block .button-contact-email:before {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/email.svg");
}
