*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Onest, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-12 {
  right: 3rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[var\(--header-height-mobile\)\] {
  height: var(--header-height-mobile);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[52px\] {
  width: 52px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[calc\(100vw-6rem\)\] {
  max-width: calc(100vw - 6rem);
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-y-60 {
  --tw-translate-y: 15rem;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.\!gap-y-14 {
  row-gap: 3.5rem !important;
}
.\!gap-y-20 {
  row-gap: 5rem !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-custom-default {
  border-radius: 0.625rem;
}
.rounded-custom-sm {
  border-radius: 0.3125rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-custom-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
}
.bg-custom-dark-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(233 216 0 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#222222\] {
  --tw-gradient-to: #222222 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-52 {
  padding-top: 13rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[var\(--header-height-mobile\)\] {
  padding-top: var(--header-height-mobile);
}
.text-center {
  text-align: center;
}
.text-f16 {
  font-size: 1rem;
}
.text-f20 {
  font-size: 1.25rem;
}
.text-f35 {
  font-size: 2.1875rem;
}
.text-f40 {
  font-size: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.text-custom-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ------ Add your CSS below this line (or @import your other CSS files). ------- */
/* onest-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100;
  src: url('../assets/fonts/onest-v6-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 200;
  src: url('../assets/fonts/onest-v6-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/onest-v6-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/onest-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/onest-v6-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/onest-v6-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/onest-v6-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  src: url('../assets/fonts/onest-v6-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Onest';
  font-style: normal;
  font-weight: 900;
  src: url('../assets/fonts/onest-v6-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --header-height-mobile-scrolled: 100px;
  --header-height-desktop: 115px;
  --header-height-mobile: 160px;
  --page-content-wrapper-padding-x-desktop: 7rem;
  --page-content-wrapper-padding-x-mobile: 1rem;
  
  --block-gap-md-desktop: 280px;
  --block-gap-md-mobile: 140px;
}
.block-gap-md {
  gap: var(--block-gap-md-mobile);
}
@media (min-width: 1280px) {

  .block-gap-md {
    gap: var(--block-gap-md-desktop);
  }
}
.block-gap-margin-top-md {
  margin-top: var(--block-gap-md-mobile);
}
@media (min-width: 1280px) {

  .block-gap-margin-top-md {
    margin-top: var(--block-gap-md-desktop);
  }
}
body {
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  font-family: Onest, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {

  body {
    padding-top: 0px;
  }
}
.page-content-wrapper {
  width: 100%;
  padding-left: var(--page-content-wrapper-padding-x-mobile);
  padding-right: var(--page-content-wrapper-padding-x-mobile);
}
@media (min-width: 1024px) {

  .page-content-wrapper {
    padding-left: var(--page-content-wrapper-padding-x-desktop);
    padding-right: var(--page-content-wrapper-padding-x-desktop);
  }
}
.page-content-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1616px;
}
.page-content-wrapper-extended {
  width: 100%;
  padding-left: var(--page-content-wrapper-padding-x-mobile);
  padding-right: var(--page-content-wrapper-padding-x-mobile);
}
.page-content-inner-extended {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2200px;
}
#navigation-overlay {
  display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease-in-out, visibility 0s ease-in-out 200ms;
}
.menu-open #navigation-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 200ms ease-in-out, visibility 0s ease-in-out 0s;
}
/* Richtext */
/* h1 {
    @apply text-f16 lg:text-f24 leading-tight font-bold text-custom-dark-green mb-8 lg:mb-28;
}

h1,
.richtext h1,
h2,
.richtext h2,
h3,
.richtext h3,
h4,
.richtext h4 {
    @apply font-serif text-f20 lg:text-f36 leading-[1.4] font-semibold text-custom-dark-green mb-4 lg:mb-12;
} */
h1,
.richtext h1 {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  h1,
.richtext h1 {
    -webkit-hyphens: none;
    hyphens: none;
    font-size: 3.75rem;
  }
}
h2,
.richtext h2 {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  h2,
.richtext h2 {
    -webkit-hyphens: none;
    hyphens: none;
    font-size: 3.75rem;
  }
}
.richtext.richtext--negative h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h3,
.richtext h3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  h3,
.richtext h3 {
    font-size: 2.5rem;
  }
}
.richtext h3 {
  margin-top: calc(1em * 1.1 * 2);
  margin-bottom: calc(1em * 1.1);
}
.richtext.richtext--negative h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.richtext h4 {
  margin-top: calc(1em * 1.45);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .richtext h4 {
    font-size: 1.625rem;
  }
}
/* .richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  @apply first:mt-0 mt-8 lg:first:mt-0 lg:mt-24;
} */
.text-button,
button[type="submit"] {
  border-radius: 0.625rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 53 107 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.text-button:hover,
button[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .text-button,
button[type="submit"] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.375rem;
  }
}
.richtext p,
.richtext ul {
  margin-bottom: calc(1em * 1.45);
  font-size: 1.375rem;
  line-height: 1.45;
}
.richtext p:last-child,
.richtext ul:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {

  .richtext p,
.richtext ul {
    font-size: 1.625rem;
  }
}
.richtext.richtext--negative p,
.richtext.richtext--negative ul {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.richtext strong {
  font-weight: 700;
}
.richtext a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
.richtext.richtext--negative a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.richtext.richtext--negative a:hover {
  opacity: 0.5;
}
/* .richtext a[href^="mailto"] {
  @apply font-medium pb-1.5 whitespace-nowrap;
} */
.richtext ul li {
  margin-left: 1rem;
}
@media (min-width: 1024px) {

  .richtext ul li {
    margin-left: 1.5rem;
  }
}
.richtext ul li::before {
  position: absolute;
  margin-left: -1rem;
  display: inline-block;
  width: 1rem;
}
@media (min-width: 1024px) {

  .richtext ul li::before {
    margin-left: -1.5rem;
    width: 1.5rem;
  }
}
.richtext ul li::before {
    content: '•';
}
.richtext p.no-margin,
.richtext ul.no-margin {
  margin-bottom: 0px;
}
/* Navigation */
nav.main-desktop ul li a {
  position: relative;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1536px) {

  nav.main-desktop ul li a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1800px) {

  nav.main-desktop ul li a {
    font-size: 1.5rem;
  }
}
.scrolled .home nav.main-desktop ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
.home nav.main-desktop ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .home nav.main-desktop ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
nav.main-desktop ul {
  gap: 2.5rem;
}
@media (min-width: 1536px) {

  nav.main-desktop ul {
    gap: 3.5rem;
  }
}
@media (min-width: 1800px) {

  nav.main-desktop ul {
    gap: 4.5rem;
  }
}
.scrolled .home nav.main-desktop ul li a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
}
.home nav.main-desktop ul li a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .home nav.main-desktop ul li a::after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
nav.main-desktop ul li a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
  content: "";
  bottom: -18px;
  height: 2px;
  width: 0%;
  display: block;
  position: absolute;
  transition: all 150ms ease-in-out;
}
nav.main-desktop ul li a:focus::after,
nav.main-desktop ul li a:hover::after,
nav.main-desktop ul li.active a::after {
  width: 100%;
}
nav.main-mobile ul li a {
  position: relative;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
nav.main-mobile ul li a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: "";
  bottom: -12px;
  height: 2px;
  width: 0%;
  display: block;
  position: absolute;
  transition: all 150ms ease-in-out;
}
nav.main-mobile ul li a:focus::after,
nav.main-mobile ul li a:hover::after,
nav.main-mobile ul li.active a::after {
  width: 100%;
}
#navigation-overlay nav.main-mobile ul li {
  opacity: 0;
  transform: translateX(-18px);
  will-change: opacity, transform;
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out;
}
.menu-open #navigation-overlay nav.main-mobile ul li {
  opacity: 1;
  transform: translateX(0);
}
nav.main-mobile-meta ul li a {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(1) { transition-delay: 40ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(2) { transition-delay: 90ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(3) { transition-delay: 140ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(4) { transition-delay: 190ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(5) { transition-delay: 240ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(6) { transition-delay: 290ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(7) { transition-delay: 340ms; }
.menu-open #navigation-overlay nav.main-mobile ul li:nth-child(8) { transition-delay: 390ms; }
/* Footer */
/* footer p {
    @apply text-f16 lg:text-f20 leading-[1.6] mb-[calc(1em*1.6)] text-white;
} */
/* footer p.legal-links {
    @apply text-f14 lg:text-f20;
} */
/* footer p a {
    @apply hover:font-bold;
} */
nav.footer-meta ul li a {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  nav.footer-meta ul li a {
    font-size: 1rem;
  }
}
footer .footer-address p {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  footer .footer-address p {
    font-size: 1.375rem;
  }
}
footer .footer-address p strong {
  font-weight: 700;
}
footer .footer-address p a:hover {
  opacity: 0.5;
}
/* contact-address */
.contact-address p {
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .contact-address p {
    font-size: 1.375rem;
  }
}
.contact-address p strong {
  font-weight: 700;
}
.contact-address p a:hover {
  opacity: 0.5;
}
/* @screen lg {
  .my-section {
    @apply bg-blue-500;
  }
} */
/* Grid */
.default-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {

  .default-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.default-grid-xl {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1280px) {

  .default-grid-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.default-full-width-col {
  grid-column: span 1 / span 1;
}
@media (min-width: 1024px) {

  .default-full-width-col {
    grid-column: span 12 / span 12;
  }
}
/* Logo */
#logo-positive .word,
#logo-negative .word {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.scrolled #logo-positive .word,
.scrolled #logo-negative .word {
  opacity: 0;
}
.logo-wrapper {
  margin-top: 2rem;
  width: 194px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .logo-wrapper {
    margin-left: -1rem;
    width: 260px;
  }
}
@media (min-width: 1536px) {

  .logo-wrapper {
    width: 330px;
  }
}
.scrolled .logo-wrapper {
  margin-top: 0.75rem;
  width: 194px;
}
@media (min-width: 1024px) {

  .scrolled .logo-wrapper {
    margin-left: -0.5rem;
    width: 230px;
  }
}
/* Video */
.video-container {
  width: 100%;
  height: calc(100dvh - 2rem);
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* Image-Text-Teaser */
.image-text-teaser h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .image-text-teaser h2 {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
  }
}
.image-text-teaser p {
  font-size: 1.375rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {

  .image-text-teaser p {
    font-size: 1.625rem;
  }
}
.image-text-teaser__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.image-text-teaser__image::before {
  position: absolute;
  inset: 0px;
  display: none;
}
@media (min-width: 1280px) {

  .image-text-teaser__image::before {
    display: block;
  }
}
.image-text-teaser__image::before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.39) 30.71%, #FFF 100%);
}
.image-text-teaser--alternate .image-text-teaser__image::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.39) 30.71%, #FFF 100%);
}
/* two-col-text-bg */
.two-col-text-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(233 216 0 / var(--tw-bg-opacity, 1));
}
.two-col-text-bg h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .two-col-text-bg h2 {
    font-size: 3.75rem;
  }
}
.two-col-text-bg .richtext p,
.two-col-text-bg .richtext ul {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
/* text-section-yellow */
.text-section-yellow {
  position: relative;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 141 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .text-section-yellow {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
  }
}
.text-section-yellow__bg::after {
  position: absolute;
  top: -4rem;
  bottom: -4rem;
  left: -4rem;
  right: -4rem;
  z-index: -10;
  display: none;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 141 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .text-section-yellow__bg::after {
    display: block;
  }
}
.text-section-yellow__bg::after {
  content: "";
}
.text-section-yellow h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .text-section-yellow h2 {
    font-size: 2.5rem;
  }
}
/* divided-section-yellow */
.divided-section-yellow {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(233 216 0 / var(--tw-border-opacity, 1));
  padding-top: 2.75rem;
}
@media (min-width: 1024px) {

  .divided-section-yellow {
    gap: 6rem;
  }
}
@media (min-width: 1280px) {

  .divided-section-yellow {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    padding-top: 2.75rem;
  }
}
.divided-section-yellow h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .divided-section-yellow h2 {
    font-size: 2.5rem;
  }
}
/* masonry-cards */
.masonry-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {

  .masonry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {

  .masonry-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.masonry-cards__item {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .masonry-cards__item {
    gap: 2rem;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.masonry-cards__item h4 {
  -webkit-hyphens: auto;
  hyphens: auto;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .masonry-cards__item h4 {
    padding-bottom: 1rem;
    font-size: 1.625rem;
  }
}
.masonry-cards__item .richtext p,
.masonry-cards__item .richtext ul {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  .masonry-cards__item .richtext p,
.masonry-cards__item .richtext ul {
    font-size: 1.625rem;
  }
}
/* flow-chart */
.flow-chart {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.flow-chart__item {
  display: flex;
  flex-direction: column;
}
.flow-chart__item-title {
  width: 100%;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 141 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .flow-chart__item-title {
    width: 392px;
  }
}
@media (min-width: 1024px) {

  .flow-chart__item-title {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.625rem;
  }
}
.flow-chart__item-description {
  position: relative;
  margin-left: 2rem;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 53 107 / var(--tw-border-opacity, 1));
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 3.5rem;
}
@media (min-width: 1024px) {

  .flow-chart__item-description {
    margin-left: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4rem;
  }
}
.flow-chart__item-description::after {
  position: absolute;
  left: -11px;
  bottom: -1px;
  display: block;
  height: 11px;
  width: 22px;
  background-image: url('../images/arrow-tip-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.flow-chart__item-description p,
.flow-chart__item-description ul {
  margin-bottom: calc(1em * 1.45);
  font-size: 1.125rem;
  line-height: 1.45;
}
.flow-chart__item-description p:last-child,
.flow-chart__item-description ul:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {

  .flow-chart__item-description p,
.flow-chart__item-description ul {
    font-size: 1.625rem;
  }
}
.flow-chart__item-description ul li {
  margin-left: 1rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {

  .flow-chart__item-description ul li {
    margin-left: 1.5rem;
  }
}
.flow-chart__item-description ul li::before {
  position: absolute;
  margin-left: -1rem;
  display: inline-block;
  width: 1rem;
}
@media (min-width: 1024px) {

  .flow-chart__item-description ul li::before {
    margin-left: -1.5rem;
    width: 1.5rem;
  }
}
.flow-chart__item-description ul li::before {
    content: '•';
}
.flow-chart__item--last .flow-chart__item-description {
  border-left-color: transparent;
}
.flow-chart__item--last .flow-chart__item-description::after {
  display: none;
}
/* team-list */
.team-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.team-list .team-list__item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 141 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1280px) {

  .team-list .team-list__item {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.team-list .team-list__item h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .team-list .team-list__item h3 {
    font-size: 2rem;
  }
}
.team-list .team-list__item p {
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .team-list .team-list__item p {
    font-size: 1.625rem;
  }
}
.team-list .team-list__item p a {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
.team-list .team-list__item p a:hover {
  opacity: 0.7;
}
/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.accordion .accordion__item {
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 216 0 / var(--tw-bg-opacity, 1));
}
.accordion .accordion__item.accordion__item--open {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 141 / var(--tw-bg-opacity, 1));
}
.accordion .accordion__item-title {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .accordion .accordion__item-title {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2.5rem;
    padding-right: 3.5rem;
    font-size: 2.5rem;
  }
}
.accordion .accordion__item-title .title-wrapper {
  flex: 1 1 auto;
  padding-right: 2rem;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .accordion .accordion__item-title .title-wrapper {
    padding-right: 1rem;
  }
}
.accordion .accordion__item-icon {
  flex: none;
}
.accordion .accordion__item-icon img {
  height: 19px;
  width: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .accordion .accordion__item-icon img {
    height: 21px;
    width: 21px;
  }
}
.accordion .accordion__item-icon img {
  transform-origin: 50% 55%;
}
.accordion .accordion__item--open .accordion__item-icon img {
  --tw-rotate: 45deg;
  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 .accordion__item-content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion__item--open .accordion__item-content-wrapper {
  max-height: 1200px;
}
.accordion .accordion__item-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {

  .accordion .accordion__item-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 6rem;
    padding-top: 2.5rem;
  }
}
.accordion .accordion__item-content.richtext {
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
/* Form */
form input[type="text"],
form input[type="email"] {
  width: 100%;
  border-radius: 0.3125rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {

  form input[type="text"],
form input[type="email"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.625rem;
  }
}
form textarea {
  min-height: 260px;
  width: 100%;
  resize: vertical;
  border-radius: 0.3125rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {

  form textarea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.625rem;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(233 216 0 / var(--tw-text-opacity, 1));
}
input::placeholder,
textarea::placeholder {
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(233 216 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.625rem;
  }

  input::placeholder,
textarea::placeholder {
    font-size: 1.625rem;
  }
}
/* Custom checkbox */
.checkbox-wrapper {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 1024px) {

  .checkbox-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.checkbox-label span {
  margin-top: -0.125rem;
  font-size: 1rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .checkbox-label span {
    font-size: 1.625rem;
  }
}
.custom-checkbox {
  position: relative;
  margin-top: 0px;
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 53 107 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
@media (min-width: 1024px) {

  .custom-checkbox {
    height: 1.75rem;
    width: 1.75rem;
    border-width: 3px;
  }
}
.custom-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
}
.custom-checkbox:checked::after {
  position: absolute;
  left: 5px;
  top: 1px;
  height: 12px;
  width: 7px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {

  .custom-checkbox:checked::after {
    left: 0.5rem;
    top: 0.25rem;
  }
}
.custom-checkbox:checked::after {
  content: '';
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
/* Custom file upload */
.file-upload-area {
  position: relative;
}
.file-upload-area input[type="file"] {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.file-upload-btn {
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.3125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 53 107 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .file-upload-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
  }
}
.file-upload-area .text-placeholder {
  font-size: 1.125rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(233 216 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .file-upload-area .text-placeholder {
    font-size: 1.625rem;
  }
}
.file-upload-description {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 1rem;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(0 53 107 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .file-upload-description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.submit-button-wrapper {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 1024px) {

  .submit-button-wrapper {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.input-wrapper {
  position: relative;
}
.input-valid-icon {
  display: none;
}
.valid .input-valid-icon {
  display: block;
}
.hover\:bg-custom-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 107 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  .lg\:bottom-12 {
    bottom: 3rem;
  }

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

  .lg\:right-12 {
    right: 3rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

  .lg\:h-\[var\(--header-height-desktop\)\] {
    height: var(--header-height-desktop);
  }

  .lg\:w-12 {
    width: 3rem;
  }

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

  .lg\:max-w-\[664px\] {
    max-width: 664px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

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

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

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

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

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .lg\:text-f60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:inset-0 {
    inset: 0px;
  }

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

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

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

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

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

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

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

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-full {
    width: 100%;
  }

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

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

  .xl\:flex-row {
    flex-direction: row;
  }

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

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

  .xl\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

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

  .xl\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:text-f60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1536px) {

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

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

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

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

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

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

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

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1800px) {

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

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
.\[\&_a\]\:transition-all a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.scrolled .\[\.scrolled_\&\]\:pointer-events-auto {
  pointer-events: auto;
}
.scrolled .\[\.scrolled_\&\]\:mt-0 {
  margin-top: 0px;
}
.scrolled .\[\.scrolled_\&\]\:block {
  display: block;
}
.scrolled .\[\.scrolled_\&\]\:inline {
  display: inline;
}
.scrolled .\[\.scrolled_\&\]\:hidden {
  display: none;
}
.scrolled .\[\.scrolled_\&\]\:h-\[var\(--header-height-mobile-scrolled\)\] {
  height: var(--header-height-mobile-scrolled);
}
.scrolled .\[\.scrolled_\&\]\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.scrolled .\[\.scrolled_\&\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.scrolled .\[\.scrolled_\&\]\:pt-4 {
  padding-top: 1rem;
}
.scrolled .\[\.scrolled_\&\]\:pt-\[var\(--header-height-mobile-scrolled\)\] {
  padding-top: var(--header-height-mobile-scrolled);
}
.scrolled .\[\.scrolled_\&\]\:opacity-100 {
  opacity: 1;
}
.scrolled .\[\.scrolled_\&\]\:shadow-\[0_3px_6px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 3px 6px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {

  .scrolled .\[\.scrolled_\&\]\:lg\:mt-0 {
    margin-top: 0px;
  }

  .scrolled .\[\.scrolled_\&\]\:lg\:h-\[var\(--header-height-desktop\)\] {
    height: var(--header-height-desktop);
  }

  .scrolled .\[\.scrolled_\&\]\:lg\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 1536px) {

  .scrolled .\[\.scrolled_\&\]\:2xl\:pt-4 {
    padding-top: 1rem;
  }
}