@font-face {
  font-family: "NexaRegular";

  src: url('../_resources/themes/base/fonts/NexaRegular/font.woff2') format('woff2'), url('../_resources/themes/base/fonts/NexaRegular/font.woff') format('woff');
}

@font-face {
  font-family: "NexaHeavy";

  src: url('../_resources/themes/base/fonts/NexaHeavy/font.woff2') format('woff2'), url('../_resources/themes/base/fonts/NexaHeavy/font.woff') format('woff');
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: NexaRegular, ui-sans-serif, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  --tw-text-opacity: 1;
  color: rgb(41 44 39 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

:root {
  --swiper-pagination-color: #292c27;
  --swiper-navigation-color: #292c27;
  --swiper-navigation-sides-offset: -40px;
}

.accordion-header.active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 79 45 / var(--tw-bg-opacity));
}

.accordion-header.active .icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-panel.content-field a:last-child {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .accordion-panel.content-field a:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.swiper-slide {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.inverted-block-page .swiper-slide {
  background-color: transparent;
}

.swiper-hero > .swiper-pagination.swiper-pagination-bullets {
  text-align: right;
  bottom: -7px!important;
  z-index: 50;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .swiper-hero > .swiper-pagination.swiper-pagination-bullets {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.swiper-horizontal > .swiper-pagination.swiper-pagination-bullets {
  text-align: right;
  bottom: -40px;
  z-index: 50;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination.swiper-pagination-bullets {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.introtext p {
  margin-bottom: 2.5rem;
}

.introtext p:last-child {
  margin-bottom: 0px;
}

.accordion-panel h2 {
  margin-bottom: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .accordion-panel h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.accordion-panel h3 {
  margin-bottom: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .accordion-panel h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.accordion-panel p {
  margin-bottom: 1rem;
}

.accordion-panel table {
  margin-bottom: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .accordion-panel table {
    margin-bottom: 5rem;
    display: table;
  }
}

.accordion-panel tr {
  display: block;
}

@media (min-width: 1024px) {
  .accordion-panel tr {
    display: table-row;
  }
}

.accordion-panel td {
  display: block;
}

@media (min-width: 1024px) {
  .accordion-panel td {
    display: table-cell;
  }
}

.accordion-panel td:nth-child(even) {
  margin-bottom: 0px;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .accordion-panel td:nth-child(even) {
    margin-bottom: 0px;
    width: 49% !important;
    padding-left: 2.5rem;
  }
}

.accordion-panel td:nth-child(odd) {
  margin-bottom: 1.5rem;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .accordion-panel td:nth-child(odd) {
    margin-bottom: 0px;
    width: 49% !important;
    padding-right: 2.5rem;
  }
}

.content-element__content h1,
    .content-element__content h2,
    .content-element__content h3,
    .content-element__content h4,
    .content-element__content h5,
    .content-element__content h6,
    .content-element__content p {
  margin-bottom: 1rem;
}

.content-element__content h1,
    .content-element__content h2,
    .content-element__content h3,
    .content-element__content h4,
    .content-element__content h5,
    .content-element__content h6 {
  font-family: NexaHeavy, ui-sans-serif, system-ui;
}

.content-element__content h1 {
  font-size: 3.75rem;
  line-height: 1;
}

.content-element__content h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.content-element__content h3,
    .content-element__content h4,
    .content-element__content h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

strong {
  font-family: "NexaHeavy";
  font-weight: 700;
}

.contactform label {
  font-family: "NexaHeavy";
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 640px) {
  .contactform label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .contactform label {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.contactform #Form_ContactForm_action_submit,
    .contactform .action {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contactform #Form_ContactForm_action_submit,
    .contactform .action {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contactform input[type='text'],
    .contactform input[type='email'],
    .contactform textarea {
  background-color: #f6f5f3;
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.contactform .contact-form-file-upload {
  margin: 0px;
  margin-bottom: 1rem;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
}

.contactform .contact-form-file-upload .field {
  margin-bottom: 1rem;
}

.step-buttons .button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!right-0 {
  right: 0px !important;
}

.-left-28 {
  left: -7rem;
}

.-left-\[270px\] {
  left: -270px;
}

.-left-\[2rem\] {
  left: -2rem;
}

.-right-\[650px\] {
  right: -650px;
}

.-top-1\/2 {
  top: -50%;
}

.-top-10 {
  top: -2.5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-\[20px\] {
  top: -20px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

.left-16 {
  left: 4rem;
}

.left-\[300px\] {
  left: 300px;
}

.right-0 {
  right: 0px;
}

.right-40 {
  right: 10rem;
}

.top-0 {
  top: 0px;
}

.\!z-50 {
  z-index: 50 !important;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-24 {
  margin-top: 6rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-16 {
  height: 4rem;
}

.h-\[1000px\] {
  height: 1000px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[420px\] {
  height: 420px;
}

.h-full {
  height: 100%;
}

.min-h-250 {
  min-height: 250px;
}

.min-h-400 {
  min-height: 400px;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1000px\] {
  width: 1000px;
}

.w-\[120\%\] {
  width: 120%;
}

.w-\[400px\] {
  width: 400px;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.place-content-center {
  place-content: center;
}

.place-content-between {
  place-content: space-between;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-st-orange {
  --tw-border-opacity: 1;
  border-color: rgb(233 79 45 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-st-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 39 / var(--tw-bg-opacity));
}

.bg-st-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(208 206 194 / var(--tw-bg-opacity));
}

.bg-st-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(233 79 45 / var(--tw-bg-opacity));
}

.bg-st-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-sans-bold {
  font-family: NexaHeavy, ui-sans-serif, system-ui;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-size-footer {
  font-size: 0.8rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-st-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(41 44 39 / var(--tw-text-opacity));
}

.text-st-gray-light {
  --tw-text-opacity: 1;
  color: rgb(208 206 194 / var(--tw-text-opacity));
}

.text-st-orange {
  --tw-text-opacity: 1;
  color: rgb(233 79 45 / var(--tw-text-opacity));
}

.text-st-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper {
  overflow: visible !important;
}

.swiper.swiper-timeline {
  overflow: hidden !important;
}

.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
}

/**
 * -----------------------------------------------------------------------------
 * Sidebar menu
 * -----------------------------------------------------------------------------
 */

#sidebarMenu {
  width: 100%;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
}

#hambuger input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

#hambuger input[type=checkbox] {
  transition: all 0.5s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
  width: 22px;
}

.sidebarIconToggle .spinner {
  transition: all 0.5s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #292c27;
}

.sidebarIconToggle .horizontal {
  transition: all 0.5s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.sidebarIconToggle .diagonal.part-1 {
  position: relative;
  transition: all 0.5s;
  box-sizing: border-box;
  float: left;
}

.sidebarIconToggle .diagonal.part-2 {
  transition: all 0.5s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

#hambuger input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.5s;
  box-sizing: border-box;
  opacity: 0;
}

#hambuger input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.5s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

#hambuger input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.5s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #e94f2d!important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #e94f2d!important;
}

/* Karriereportal */

.career-portal-form .userformsoptionset div.odd,
.career-portal-form .userformsoptionset div.even {
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 39 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .career-portal-form .userformsoptionset div.odd,
.career-portal-form .userformsoptionset div.even {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.career-portal-form .userformsoptionset label {
  margin: 0px;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
  line-height: 1.25 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .career-portal-form .userformsoptionset label {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.career-portal-form .step-navigation .step-buttons button,
.career-portal-form .step-navigation .step-buttons .action {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 39 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .career-portal-form .step-navigation .step-buttons button,
.career-portal-form .step-navigation .step-buttons .action {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.career-portal-form .progress-title,
.career-portal-form #uff {
  margin-bottom: 2rem;
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {
  .career-portal-form .progress-title,
.career-portal-form #uff {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .career-portal-form .progress-title,
.career-portal-form #uff {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .career-portal-form .progress-title,
.career-portal-form #uff {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.career-portal-form .step-button-jump {
  --tw-text-opacity: 1;
  color: rgb(233 79 45 / var(--tw-text-opacity));
}

.career-portal-form .userform-progress {
  margin-bottom: 2rem;
}

.career-portal-form .userform-progress > p {
  display: none;
}

.career-portal-form-page-2 .field.text label {
  display: none;
}

.career-portal-form-page-2 .field.checkbox .checkbox {
  float: left;
  margin-top: 5px;
}

.career-portal-form-page-2 .field.checkbox::after {
  content: "";
  clear: both;
  display: table;
}

.career-portal-form-page-2 .field.checkbox label {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.career-portal-form-page-2 .field.checkbox .middleColumn {
  margin-bottom: 0.5rem;
  float: left;
}

.career-portal-form .userform-progress .progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(41 44 39 / var(--tw-bg-opacity));
}

.career-portal-form .field.text .text::-moz-placeholder {
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 1.25 !important;
}

.career-portal-form .field.text .text::placeholder {
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {
  .career-portal-form .field.text .text::-moz-placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .career-portal-form .field.text .text::placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .career-portal-form .field.text .text::-moz-placeholder {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .career-portal-form .field.text .text::placeholder {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .career-portal-form .field.text .text::-moz-placeholder {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .career-portal-form .field.text .text::placeholder {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.career-portal-form-page-2 .field.text .text::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(41 44 39 / var(--tw-text-opacity));
}

.career-portal-form-page-2 .field.text .text::placeholder {
  --tw-text-opacity: 1;
  color: rgb(41 44 39 / var(--tw-text-opacity));
}

.career-portal-form .field.text .text {
  font-family: NexaHeavy, ui-sans-serif, system-ui;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {
  .career-portal-form .field.text .text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .career-portal-form .field.text .text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .career-portal-form .field.text .text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.career-portal-form .field.text .text
{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
}

@media (min-width: 640px) {
  .sm\:-left-\[380px\] {
    left: -380px;
  }

  .sm\:left-\[450px\] {
    left: 450px;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:h-\[600px\] {
    height: 600px;
  }

  .sm\:min-h-500 {
    min-height: 500px;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-\[600px\] {
    width: 600px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-st-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-st-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-left-\[600px\] {
    left: -600px;
  }

  .lg\:-top-0 {
    top: -0px;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:min-h-900 {
    min-height: 900px;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:min-w-900 {
    min-width: 900px;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-ultra-large {
    font-size: 13rem;
  }
}

@media (min-width: 1280px) {
  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
