/*!
Theme Name: Grafiduo Starter
Theme URI: https://grafiduo.pl
Author: Grafiduo
Author URI: https://underscoretw.com/
Description: This is a starter tailwind theme from Grafiduo
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gftw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grafiduo Starter is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 300;

  font-style: normal;

  src: url('./fonts/SimplonNorm-Light.woff2') format('woff2'),
    url('./fonts/SimplonNorm-Light.woff') format('woff'),
    url('./fonts/SimplonNorm-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 300;

  font-style: italic;

  src: url('./fonts/SimplonNorm-LightItalic.woff2') format('woff2'),
    url('./fonts/SimplonNorm-LightItalic.woff') format('woff'),
    url('./fonts/SimplonNorm-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 400;

  font-style: normal;

  src: url('./fonts/SimplonNorm.woff2') format('woff2'),
    url('./fonts/SimplonNorm.woff') format('woff'),
    url('./fonts/SimplonNorm.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 400;

  font-style: italic;

  src: url('./fonts/SimplonNorm-Italic.woff2') format('woff2'),
    url('./fonts/SimplonNorm-Italic.woff') format('woff'),
    url('./fonts/SimplonNorm-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 500;

  font-style: normal;

  src: url('./fonts/SimplonNorm-Medium.woff2') format('woff2'),
    url('./fonts/SimplonNorm-Medium.woff') format('woff'),
    url('./fonts/SimplonNorm-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 500;

  font-style: italic;

  src: url('./fonts/SimplonNorm-MediumItalic.woff2') format('woff2'),
    url('./fonts/SimplonNorm-MediumItalic.woff') format('woff'),
    url('./fonts/SimplonNorm-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 700;

  font-style: normal;

  src: url('./fonts/SimplonNorm-Bold.woff2') format('woff2'),
    url('./fonts/SimplonNorm-Bold.woff') format('woff'),
    url('./fonts/SimplonNorm-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'SimplonNorm';

  font-weight: 700;

  font-style: italic;

  src: url('./fonts/SimplonNorm-BoldItalic.woff2') format('woff2'),
    url('./fonts/SimplonNorm-BoldItalic.woff') format('woff'),
    url('./fonts/SimplonNorm-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'FSMillbank';

  font-weight: 300;

  font-style: normal;

  src: url('./fonts/FSMillbank-light.woff2') format('woff2'),
    url('./fonts/FSMillbank-light.woff') format('woff'),
    url('./fonts/FSMillbank-light.ttf') format('truetype');
}

@font-face {
  font-family: 'FSMillbank';

  font-weight: 300;

  font-style: italic;

  src: url('./fonts/FSMillbank-LightItalic.otf') format('otf'),
}

@font-face {
  font-family: 'FSMillbank';

  font-weight: 400;

  font-style: normal;

  src: url('./fonts/FSMillbank-regular.woff2') format('woff2'),
    url('./fonts/FSMillbank-regular.woff') format('woff'),
    url('./fonts/FSMillbank-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'FSMillbank';

  font-weight: 700;

  font-style: normal;

  src: url('./fonts/FSMillbank-bold.woff2') format('woff2'),
    url('./fonts/FSMillbank-bold.woff') format('woff'),
    url('./fonts/FSMillbank-bold.ttf') format('truetype');
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.1 | 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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-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;
}

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

*, ::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-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-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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: SimplonNorm, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

body .font-regular strong {
  font-weight: 700;
}

body .accordion__wrapper-border {
  transition: background 0.3s ease;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 148 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 148 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
}

body .accordion__wrapper-border .accordion__title {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

body .accordion__wrapper-border-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(210 210 210 / var(--tw-border-opacity));
  border-bottom-color: rgb(210 210 210 / var(--tw-border-opacity));
}

body .accordion__wrapper-border-grey .accordion__title,
		body .accordion__wrapper-border-grey span {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity));
}

body .accordion__wrapper-border-grey img {
  filter: grayscale(100%) brightness(190%) contrast(0.9);
}

@media (max-width: 1024px) {
  body .js-accordion-technology:not(:last-child) {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 148 89 / var(--tw-border-opacity));
  }
}

body .bg-mask::before {
  content: "";
  background: rgba(82, 82, 82, 0.85);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}

body .search__submit {
  background: url('images/icons/icon-search.svg') no-repeat;
}

body .button {
  transition: background-color 0.2 ease;
}

body .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 72 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  body .image-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 336px;
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.1) 15%, rgba(2, 148, 89, 0.75) 75%);
  }
}

body.page-template-template-about .image-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.1) 15%, rgba(2, 148, 89, 0.75) 75%);
  height: 100%;
}

body .lang-item:not(.current-lang) {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

body .language .lang-item:not(.current-lang) {
  position: relative;
  left: 16px;
  margin-bottom: 0px;
  width: 48px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 1024px) {
  body .lang-item:not(.current-lang) {
    position: relative;
    left: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

body .lang-item.current-lang {
  order: -9999;
  display: flex;
}

body .language .lang-item {
  margin-bottom: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}

body section {
  scroll-margin: 124px;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

@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: 1448px) {
  .container {
    max-width: 1448px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *))::before {
  content: "\2014";
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.about__heading {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .about__heading {
    background: rgba(255, 255, 255, 0.5)
  }
}

.about__heading p {
  margin-bottom: 27px;
}

@media (min-width: 1024px) {
  .about__heading p {
    margin-bottom: 40px;
  }
}

.about__heading p:first-child {
  font-size: 24px;
}

.js-image-show {
  transition: opacity 0.5s ease;
}

.js-image-hide {
  transition: opacity 0.5s ease-out;
}

.report__content p {
  margin-bottom: 34px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .report__content p {
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 28px;
  }
}

.report__content p em {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.report__content ul {
  margin-bottom: 33px;
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .report__content ul {
    margin-bottom: 80px;
  }
}

.report__content ul li,
    .report__content ul li a {
  font-family: FSMillbank, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .report__content ul li,
    .report__content ul li a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.mission__content {
  background: linear-gradient(270deg, #F9F9F9, #E3EFEA);
}

.mission__content p {
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .mission__content p {
    font-size: 3rem;
  }
}

.mission__content p strong {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .mission__content p strong {
    font-weight: 400;
    text-decoration-line: underline;
  }
}

.wysiwyg p {
  margin-bottom: 32px;
}

.wysiwyg ul {
  padding-left: 11px;
}

@media (max-width: 640px) {
  .wysiwyg ul {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 280px;
    list-style-type: disc;
    flex-direction: column;
    align-items: center;
  }
}

.wysiwyg ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.25rem;
}

@media (max-width: 640px) {
  .wysiwyg ul li {
    display: inline list-item;
    padding-left: 0px
  }
}

@media (min-width: 640px) {
  .wysiwyg ul li::before {
    content: '•';
    position: absolute;
    left: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.wysiwyg strong {
  font-weight: 700;
}

.industry__wrapper:not(:last-child) p {
  padding-left: 23px;
  padding-right: 23px;
}

.industry__box img,
  .industry__box span,
  .industry__box p {
  transition: transform 0.2s ease;
}

.industry__box:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.industry__box:hover img,
    .industry__box:hover p,
    .industry__box:hover span {
  transform: scale(1.05);
}

.industry__box:hover p,
    .industry__box:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

@media(min-width: 680px) {
  .industry {
    background: linear-gradient(0deg, #FFFFFF, #F2F2F2);
  }
}

.contact__block:not(:last-child) {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-right-color: rgb(125 125 124 / var(--tw-border-opacity));
}

@media (max-width: 639px) {
  .contact__block:not(:last-child) {
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 125 124 / var(--tw-border-opacity));
  }
}

.contact__phone {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.contact__tab a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .responsive-map {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
  }

  .responsive-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .responsive-map-office {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
  }

  .responsive-map-office iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.tab-active {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 148 89 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity)) !important;
}

.footer__menu li {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 640px) {
  .footer__menu li {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .footer__menu li {
    margin-left: 51.5px;
    margin-right: 51.5px;
  }
}

@media (min-width: 640px) {
  .footer__menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    position: absolute;
    bottom: 0.375rem;
    height: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(88 88 88 / var(--tw-bg-opacity));
  }

  @media (min-width: 640px) {
    .footer__menu li:not(:last-child)::after {
      right: -0.625rem;
    }
  }

  @media (min-width: 1280px) {
    .footer__menu li:not(:last-child)::after {
      right: -55px;
    }
  }
}

@media (max-width: 639px) {
  .footer__menu li {
    border-bottom: 1px solid rgba(167, 167, 167, 0.19)
  }

  .footer__menu li::after {
    content: "";
    background: url('images/icons/icon-arrow.svg') no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0.75rem;
    height: 0.5rem;
    width: 0.5rem;
  }
}

.footer__menu li a {
  font-family: SimplonNorm, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer__menu li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer__menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  form {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  form {
    border-radius: 0.5rem;
  }
}

form a {
  font-weight: 500;
  text-decoration-line: underline;
}

form p {
  margin-top: 1rem;
}

form input {
  height: 54px;
}

form label {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: SimplonNorm, sans-serif;
  font-weight: 500;
}

@media (min-width: 1024px) {
  form label {
    margin-bottom: 1.25rem;
    flex-wrap: nowrap;
  }
}

form label:not(:nth-of-type(4)) {
  align-items: center;
}

form .wpcf7-form-control-wrap,
  form p {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  form .wpcf7-form-control-wrap,
  form p {
    max-width: 660px;
  }
}

form input:not(input[type="submit"]),
  form textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form input:not(input[type="submit"]):focus,
  form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  form input:not(input[type="submit"]),
  form textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

form textarea {
  max-height: 140px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

form input[type="submit"] {
  margin-top: 48px;
  margin-left: auto;
  display: inline-flex;
  height: 54px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: SimplonNorm, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  form input[type="submit"] {
    max-width: 660px;
  }
}

form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  border: 1px solid #dc3232 !important;
}

.header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.header__menu li {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 640px) {
  .header__menu li {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .header__menu li {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (min-width: 1280px) and (max-width: 1408px) {
  .header__menu li {
    margin-left: 25px;
    margin-right: 25px;
  }

  .header__menu li:not(:last-child)::after {
    right: -25px !important;
  }
}

@media (min-width: 640px) {
  .header__menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    position: absolute;
    bottom: 0.375rem;
    height: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(88 88 88 / var(--tw-bg-opacity));
  }

  @media (min-width: 640px) {
    .header__menu li:not(:last-child)::after {
      right: -0.625rem;
    }
  }

  @media (min-width: 1280px) {
    .header__menu li:not(:last-child)::after {
      right: -55px;
    }
  }
}

.header__menu li a {
  font-family: SimplonNorm, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .header__menu li a {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .header__menu li a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 148 89 / var(--tw-text-opacity));
  }
}

.hero--home {
  background: url('img/hero_bg.png') no-repeat center 30px;
  background-size: contain;
}

@media (max-width: 767px) {
  .hero--home {
    background: url('img/hero_bg_mobile.png') no-repeat center 30px;
    background-size: cover
  }
}

.hero--home p {
  margin-bottom: 8px;
}

.hero__heading {
  background: rgba(255, 255, 255, 0.9);
}

.hero__heading h1 {
  margin-bottom: 30px;
  font-family: SimplonNorm, sans-serif;
  font-size: 2rem;
  line-height: 2.375rem;
}

@media (min-width: 640px) {
  .hero__heading h1 {
    margin-bottom: 45px;
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}

.hero__heading p {
  margin-bottom: 47px;
  font-family: SimplonNorm, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .hero__heading p {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
}

.youtube-container iframe,
.vimeo-container iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

@media (max-width: 1280px) {
  .youtube-container iframe,
  .vimeo-container iframe {
    margin-top: 0;
    min-height: 100vh;
    min-width: 220vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  .youtube-container iframe,
  .vimeo-container iframe {
    min-height: 100vh;
    min-width: 150vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.logotypes h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .logotypes h2 {
    margin-bottom: 22px;
    font-size: 3rem;
    line-height: 3.625rem;
    --tw-text-opacity: 1;
    color: rgb(32 33 36 / var(--tw-text-opacity));
  }
}

.logotypes p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .logotypes p {
    margin-bottom: 71px;
  }
}

@media (min-width: 1280px) {
  .logotypes p {
    font-size: 2rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(32 33 36 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .logotypes .splide__slide:not(:last-child)::after {
    width: .0625rem;
    position: absolute;
    top: 0px;
    right: -1.75rem;
    z-index: 10;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }

  @media (min-width: 1280px) {
    .logotypes .splide__slide:not(:last-child)::after {
      right: -3.5rem;
    }
  }
}

.map-box:hover>span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.map-box:hover .map-company {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.map-box:hover .map-title {
  font-weight: 700;
}

.map-box:hover .map-title strong {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.map-box:hover img {
  filter: grayscale(100%) brightness(190%) contrast(0.9);
  transform: scale(1.1);
}

.main-map img, 
.map-box__map img {
  left: 50%;
  transform: translate(-50%, -100%);
}

.tooltip-content::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6.5px 10px 6.5px;
  border-color: transparent transparent #F5F5F5 transparent;
  transform: rotate(0deg);
  top: -10px;
  left: 30px;
}

.map-box:nth-of-type(3):hover .map-title {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 148 89 / var(--tw-text-opacity)) !important;
}

.map-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.mobile-menu {
  display: none;
}

@media (max-width:1023px) {
  .mobile-menu--active {
    z-index: 50;
    display: block !important;
    overflow: scroll;
  }
}

.mobile-menu-height {
  height: calc(100dvh - 185px);
}

.mobile-menu .menu-mobile li {
  margin-bottom: 25px;
}

.body-overlay-active {
  overflow: hidden;
}

@media(max-width: 1449px) and (min-width: 1200px) {
  .page-template-template-osaka .container {
    max-width: 1300px;
  }
}

.page-template-template-osaka .hero__heading h1 {
  margin-bottom: 1rem;
}

.page-template-template-osaka .hero__heading p {
  font-weight: 400;
}

.page-template-template-osaka .section-text h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.page-template-template-osaka .section-text p {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.page-template-template-osaka .section-text h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-template-template-osaka .section-text h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.page-template-template-osaka .section-date p {
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
}

@media (min-width: 1024px) {
  .page-template-template-osaka .section-date p {
    padding-right: 4rem;
  }
}

.page-template-template-osaka .section-date p span {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.page-template-template-osaka .section-collab iframe {
  width: 100%;
}

@media (max-width: 1407px) {
  .page-template-template-osaka .section-collab iframe {
    height: 380px
  }
}

.page-template-template-osaka .section-green {
  background: url('images/backgrounds/bg-green.png') no-repeat center;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .page-template-template-osaka #splide-osaka {
    margin: 0 50px
  }
}

.page-template-template-osaka #splide-osaka p {
  margin-bottom: 70px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .page-template-template-osaka #splide-osaka p {
    margin-bottom: 2.5rem;
  }
}

.page-template-template-osaka #splide-osaka .splide__arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
}

.page-template-template-osaka #splide-osaka .splide__arrow.osaka-arrow--next {
  right: -65px;
}

.page-template-template-osaka #splide-osaka .splide__arrow.osaka-arrow--prev {
  left: -65px;
}

.page-template-template-osaka #splide-osaka .splide__pagination li button {
  height: 0.75rem;
  width: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 124 / var(--tw-bg-opacity));
}

.page-template-template-osaka #splide-osaka .splide__pagination li button.is-active {
  height: 1rem;
  width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
}

.page-template-template-knowledge #content, .category #content, .post-type-archive-stories #content {
  padding-top: 75px;
}

@media (max-width: 767px) {
  .page-template-template-knowledge #content, .category #content, .post-type-archive-stories #content {
    padding-top: 60px
  }
}

.page-template-template-knowledge .splide__arrow, .category .splide__arrow, .post-type-archive-stories .splide__arrow {
  width: 73px;
  height: 73px;
}

@media (max-width: 799px) {
  .page-template-template-knowledge .splide__arrow--next, .category .splide__arrow--next, .post-type-archive-stories .splide__arrow--next {
    right: -1rem!important
  }
}

.page-template-template-knowledge .section-slider-article, .category .section-slider-article, .post-type-archive-stories .section-slider-article {
  position: relative;
}

.page-template-template-knowledge .section-slider-article:after, .category .section-slider-article:after, .post-type-archive-stories .section-slider-article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  max-width: 1362px;
  background: #D2D2D2;
}

.page-template-template-knowledge .section-slider-article:last-child:after, .category .section-slider-article:last-child:after, .post-type-archive-stories .section-slider-article:last-child:after {
  display: none;
}

.page-template-template-knowledge .breadcrumb, .category .breadcrumb, .post-type-archive-stories .breadcrumb {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

.page-template-template-knowledge .breadcrumb a span, .category .breadcrumb a span, .post-type-archive-stories .breadcrumb a span {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

.page-template-template-knowledge .breadcrumb span, .category .breadcrumb span, .post-type-archive-stories .breadcrumb span {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.page-template-template-knowledge .wp-pagenavi, .category .wp-pagenavi, .post-type-archive-stories .wp-pagenavi {
  margin-bottom: 80px;
  text-align: center;
}

.page-template-template-knowledge .wp-pagenavi a, .category .wp-pagenavi a, .post-type-archive-stories .wp-pagenavi a {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

.page-template-template-knowledge .wp-pagenavi a:hover, .category .wp-pagenavi a:hover, .post-type-archive-stories .wp-pagenavi a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-template-template-knowledge .wp-pagenavi .current, .category .wp-pagenavi .current, .post-type-archive-stories .wp-pagenavi .current {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-template-template-knowledge .wp-pagenavi .pages, .category .wp-pagenavi .pages, .post-type-archive-stories .wp-pagenavi .pages {
  display: none;
}

.page-template-template-knowledge .splide__pagination, .category .splide__pagination, .post-type-archive-stories .splide__pagination {
  text-align: center;
}

.page-template-template-knowledge a,
.blog a,
.category a {
  text-decoration: none;
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.page-numbers.current {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.pagination {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .pagination {
    margin-top: 2rem;
  }
}

.nav-links span,
  .nav-links a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-family: SimplonNorm, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.press-center-contact h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .press-center-contact h2 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .press-center-contact h2 {
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .press-center-contact h2 {
    font-size: 3rem;
  }
}

.press-center-contact p:not(:last-child) {
  margin-bottom: 31px;
  display: block;
  font-family: FSMillbank, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .press-center-contact p:not(:last-child) {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
  }
}

.testimonial-content blockquote {
  margin-top: 0.625rem;
  margin-bottom: 15px;
  font-family: FSMillbank, sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media (min-width: 1024px) {
  .testimonial-content blockquote {
    margin-top: 25px;
    margin-bottom: 53px;
    font-family: SimplonNorm, sans-serif;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.testimonial-content blockquote+p:first-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-content blockquote+p:first-of-type {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}

.testimonial-content blockquote+p+p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  --tw-text-opacity: 1;
  color: rgb(125 125 124 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-content blockquote+p+p {
    font-size: 20px;
    font-weight: 400;
  }
}

.testimonial-content cite {
  font-style: normal;
}

.boxes__wysiwyg li {
  position: relative;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .boxes__wysiwyg li {
    margin-bottom: 1.75rem;
  }
}

.boxes__wysiwyg li::before {
  position: absolute;
  left: -2.25rem;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  background-image: url('images/case-studies/marker.svg');
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .boxes__wysiwyg li::before {
    top: 0px;
    --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));
  }
}

.splide__slide__row {
  align-items: center;
}

#slider-center .swiper-pagination, #splide-partners .swiper-pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  #slider-center .swiper-pagination, #splide-partners .swiper-pagination {
    margin-top: 3.5rem;
  }
}

#slider-center .splide__pagination, #splide-partners .splide__pagination {
  padding-bottom: 0px;
  padding-top: 1.25rem;
}

#slider-center .swiper-pagination-bullets, #splide-partners .swiper-pagination-bullets {
  bottom: 0px !important;
}

#slider-center .swiper-pagination-bullet,
    #slider-center .splide__pagination__page,
    #splide-partners .swiper-pagination-bullet,
    #splide-partners .splide__pagination__page {
  z-index: 20;
  margin-left: 5px;
  margin-right: 5px;
  height: 0.5rem;
  width: 0.5rem;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(192 190 190 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  #slider-center .swiper-pagination-bullet,
    #slider-center .splide__pagination__page,
    #splide-partners .swiper-pagination-bullet,
    #splide-partners .splide__pagination__page {
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media (max-width: 640px) {
  #slider-center .swiper-pagination-bullet,
        #slider-center .splide__pagination__page,
        #splide-partners .swiper-pagination-bullet,
        #splide-partners .splide__pagination__page {
    transition: background 0.2s ease-out, opacity 0.2s ease-out, width 0.2s ease-out;
  }
}

#slider-center .swiper-pagination-bullet-active,
    #slider-center .splide__pagination__page.is-active,
    #splide-partners .swiper-pagination-bullet-active,
    #splide-partners .splide__pagination__page.is-active {
  height: 0.5rem;
  width: 1rem;
  transform: none;
  border-radius: 30px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 640px) {
  #slider-center .swiper-pagination-bullet-active,
    #slider-center .splide__pagination__page.is-active,
    #splide-partners .swiper-pagination-bullet-active,
    #splide-partners .splide__pagination__page.is-active {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
  }
}

#slider-center .swiper-container, #splide-partners .swiper-container {
  padding-bottom: 30px !important;
}

@media (min-width: 640px) {
  #slider-center .swiper-container, #splide-partners .swiper-container {
    padding-bottom: 60px !important;
  }
}

#slider-center .swiper-container img, #splide-partners .swiper-container img {
  min-height: 332px;
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  #slider-center .swiper-container img, #splide-partners .swiper-container img {
    border-radius: 0px;
  }
}

@media (min-width: 1448px) {
  #slider-center .swiper-container img, #splide-partners .swiper-container img {
    height: 468px;
  }
}

#slider-center .swiper-button-next,
    #slider-center .swiper-button-prev,
    #splide-partners .swiper-button-next,
    #splide-partners .swiper-button-prev {
  top: auto !important;
  bottom: -26px;
  z-index: 30;
  display: none;
}

@media (min-width: 768px) {
  #slider-center .swiper-button-next,
    #slider-center .swiper-button-prev,
    #splide-partners .swiper-button-next,
    #splide-partners .swiper-button-prev {
    display: block;
  }
}

#slider-center .swiper-button-prev, #splide-partners .swiper-button-prev {
  left: calc(50% - 99px);
  background-image: url('images/case-studies/swiper-button-prev.svg');
  background-repeat: no-repeat;
}

#slider-center .swiper-button-next, #splide-partners .swiper-button-next {
  right: calc(50% - 99px);
  background-image: url('images/case-studies/swiper-button-next.svg');
  background-repeat: no-repeat;
}

#slider-center .swiper-button-prev::after,
    #slider-center .swiper-button-next::after,
    #splide-partners .swiper-button-prev::after,
    #splide-partners .swiper-button-next::after {
  content: none !important;
}

#slider-center .swiper-slide-prev,
        #slider-center .swiper-slide-next,
        #slider-center .swiper-slide:not(.swiper-slide-active),
        #splide-partners .swiper-slide-prev,
        #splide-partners .swiper-slide-next,
        #splide-partners .swiper-slide:not(.swiper-slide-active) {
  position: relative;
}

#slider-center .swiper-slide-prev::before,
        #slider-center .swiper-slide-next::before,
        #slider-center .swiper-slide:not(.swiper-slide-active)::before,
        #splide-partners .swiper-slide-prev::before,
        #splide-partners .swiper-slide-next::before,
        #splide-partners .swiper-slide:not(.swiper-slide-active)::before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 50%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-content: '';
  content: var(--tw-content);
}

#slider-center .swiper-slide-prev::after,
        #slider-center .swiper-slide-next::after,
        #slider-center .swiper-slide:not(.swiper-slide-active)::after,
        #splide-partners .swiper-slide-prev::after,
        #splide-partners .swiper-slide-next::after,
        #splide-partners .swiper-slide:not(.swiper-slide-active)::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  width: 50%;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}

@media (min-width: 1024px) {
  #slider-center .swiper-slide-prev::before,
        #slider-center .swiper-slide-next::before,
        #slider-center .swiper-slide:not(.swiper-slide-active)::before,
        #splide-partners .swiper-slide-prev::before,
        #splide-partners .swiper-slide-next::before,
        #splide-partners .swiper-slide:not(.swiper-slide-active)::before {
    content: var(--tw-content);
    position: absolute;
  }

  #slider-center .swiper-slide-prev::after,
        #slider-center .swiper-slide-next::after,
        #slider-center .swiper-slide:not(.swiper-slide-active)::after,
        #splide-partners .swiper-slide-prev::after,
        #splide-partners .swiper-slide-next::after,
        #splide-partners .swiper-slide:not(.swiper-slide-active)::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

#slider-center .swiper-slide-prev::before, #splide-partners .swiper-slide-prev::before {
  content: var(--tw-content);
  left: 0px;
}

@media (min-width: 1448px) {
  #slider-center .swiper-slide-active,
    #slider-center .swiper-slide-active img,
    #splide-partners .swiper-slide-active,
    #splide-partners .swiper-slide-active img {
    --tw-scale-x: 1.8;
    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));
    -o-object-fit: fill;
       object-fit: fill;
  }
}

#slider-center .swiper-slide-next::before, #splide-partners .swiper-slide-next::before {
  right: 0px;
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.ytcard--playing .ytcard__img,
.ytcard--playing .ytcard__play {
  opacity: 0;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.ytcard__iframe {
  height: 100%;
  width: 100%;
}

.section-project p a {
  font-weight: 500;
  text-decoration-line: underline;
}

.section-project p a:hover {
  text-decoration-line: none;
}

.section-search .alm-filter--search input {
  height: 60px !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 46px !important;
  padding-right: 46px !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(125 125 124 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-search .alm-filter--search input:focus {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 148 89 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 4px 4px rgba(0,148,89,0.1);
  --tw-shadow-colored: 0 4px 4px 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: 640px) {
  .section-search .alm-filter--search input {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media (min-width: 1024px) {
  .section-search .alm-filter--search input {
    height: 50px !important;
    width: 400px !important;
  }
}

@media (min-width: 1448px) {
  .section-search .alm-filter--search input {
    width: 500px !important;
  }
}

.section-search .filter-search {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
  width: calc(100% - 18px);
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.section-search .filter-search:focus {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 148 89 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 4px 4px rgba(0,148,89,0.1);
  --tw-shadow-colored: 0 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.section-search input::-moz-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input::placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input::-webkit-input-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input:-moz-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input::-moz-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input:-ms-input-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search input::-ms-input-placeholder {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 125 124 / var(--tw-text-opacity)) !important;
}

.section-search .alm-filters-container .alm-filter--inner {
  padding-bottom: 5px;
}

.section-search .alm-filter--text-wrap.has-button {
  position: relative;
}

.section-search .alm-filter--text-wrap.has-button button {
  background-color: transparent !important;
  position: absolute !important;
  top: 50% !important;
  left: 0.75rem !important;
  z-index: 10;
  margin: 0px !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  --tw-translate-y: -50% !important;
  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)) !important;
  cursor: pointer !important;
  border-width: 0px !important;
  background-image: url('images/case-studies/search-icon.svg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  color: transparent;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.section-search .alm-filter--text-wrap.has-button button:hover {
  color: transparent !important;
}

.section-search .js-filters.active + svg {
  --tw-rotate: 180deg;
  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));
}

.section-search .js-filters-block {
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
}

@media (min-width: 1024px) {
  .section-search .js-filters-block {
    visibility: visible;
    max-height: 100%;
    opacity: 1;
  }
}

.section-search .js-filters-block .alm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 1280px) {
  .section-search .js-filters-block .alm-filters {
    flex-wrap: nowrap;
  }
}

.section-search .js-filters-block .alm-filter {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-search .js-filters-block .alm-filter {
    width: auto;
  }
}

.section-search .js-filters-block .alm-filter--inner {
  visibility: hidden;
  position: absolute;
  margin-top: 0.25rem;
  max-height: 0px;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px !important;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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) {
  .section-search .js-filters-block .alm-filter--inner {
    width: 230px;
  }
}

@media (min-width: 1448px) {
  .section-search .js-filters-block .alm-filter--inner {
    width: 285px;
  }
}

.section-search .js-filters-block .alm-filter--link {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 17px !important;
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 33 36 / var(--tw-text-opacity)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-search .js-filters-block .alm-filter--link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 148 89 / var(--tw-text-opacity)) !important;
}

.section-search .js-filters-block.open .alm-filters-container {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-search .js-filters-block.open .alm-filters-container {
    margin-bottom: 0px;
  }
}

.section-search .js-filters-block .alm-filters-container .alm-filter li {
  margin-bottom: 0px !important;
}

.section-search .js-filters-block .alm-filters-container .alm-filter li div.alm-filter--link:before,
        .section-search .js-filters-block .alm-filters-container .alm-filter li div.alm-filter--link:after {
  --tw-content: none;
  content: var(--tw-content);
}

.section-search .js-filters-block .alm-filter--link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.section-search .js-filters-block .alm-filters--controls {
  margin-bottom: 0px;
}

.section-search .js-filters-block .alm-filters--controls button {
  height: 50px;
}

@media (min-width: 1280px) {
  .section-search .js-filters-block .alm-filters--controls button {
    margin-left: 3px;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-left-color: rgb(210 210 210 / var(--tw-border-opacity));
    padding-left: 15px;
  }
}

.section-search .js-filters-block .alm-filters--controls span {
  cursor: pointer;
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(125 125 124 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.section-search .js-filters-block .alm-filters--controls span:hover {
  text-decoration-line: none;
}

.section-search .js-filters-block .alm-filter--title {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section-search .js-filters-block .alm-filter--title {
    width: 230px;
  }
}

@media (min-width: 1448px) {
  .section-search .js-filters-block .alm-filter--title {
    width: 285px;
  }
}

.section-search .js-filters-block .alm-filter--title.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
}

.section-search .js-filters-block .alm-filter--title.active h3 {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.section-search .js-filters-block .alm-filter--title.active svg {
  --tw-rotate: 180deg;
  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));
}

.section-search .js-filters-block .alm-filter--title h3 {
  margin-bottom: 0px !important;
  display: flex;
  width: 95%;
  justify-content: space-between;
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-search .js-filters-block .alm-filter--title h3 {
    width: 100%;
  }
}

.section-search .js-filters-block .alm-filter--title svg {
  height: 0.5rem;
  width: 13px;
}

.section-search .js-filters-block .alm-filter--title svg path {
  fill: #009459 !important;
}

.section-search .js-filters-block .alm-filter--inner.open,
        .section-search .js-filters-block.open {
  max-height: 300px;
}

@media (min-width: 1024px) {
  .section-search .js-filters-block .alm-filter--inner.open,
        .section-search .js-filters-block.open {
    max-height: 250px;
  }
}

.section-search .js-filters-block .alm-filter--inner.open,
        .section-search .js-filters-block.open {
  opacity: 1;
  visibility: visible;
}

.section-search .js-filters-block .alm-filter--inner.open {
  overflow-y: auto;
  overflow-x: hidden;
}

.section-search .filter-count {
  display: inline-flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .section-search .filter-count {
    margin-right: 14px;
  }
}

.section-search .alm-filter-products-title .filter-count {
  margin-right: 0.5rem !important;
}

@media (min-width: 1024px) {
  .section-search .alm-filter--inner.open::-webkit-scrollbar-track {
    border-radius: 0.5rem;
  }
}

.section-search .alm-btn-wrap {
  padding-top: 1.5rem;
}

.section-search .alm-btn-wrap .alm-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.section-search .alm-btn-wrap .alm-paging li a {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-search .alm-btn-wrap .alm-paging li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-search .alm-btn-wrap .alm-paging li.last a {
  width: auto !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-search .alm-btn-wrap .alm-paging li.active a {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-search .btn-active-filter {
  font-family: SimplonNorm, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.section-search .btn-active-filter:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

br {
  margin-bottom: 1.25rem;
  display: block;
}

#breadcrumbs span,
  #breadcrumbs a {
  font-family: SimplonNorm, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #breadcrumbs span,
  #breadcrumbs a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#breadcrumbs a:hover {
  text-decoration-line: underline;
}

#breadcrumbs span.breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.single article .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.single article .wp-block-image {
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .single article .wp-block-image {
    margin-bottom: 71px;
  }
}

.single article p,
  .single article ul li,
  .single article ul li a,
  .single article ol li,
  .single article ol li a {
  font-family: FSMillbank, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single article p,
  .single article ul li,
  .single article ul li a,
  .single article ol li,
  .single article ol li a {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.single article ol {
  margin-bottom: 1.75rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .single article ol {
    margin-bottom: 3rem;
  }
}

.single article ul {
  margin-bottom: 1.75rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .single article ul {
    margin-bottom: 3rem;
  }
}

.single article p {
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px) {
  .single article p {
    margin-bottom: 3rem;
  }
}

.single article p a {
  font-weight: 700;
  text-decoration-line: underline;
}

.single article figure {
  width: 100% !important;
}

.single article figure img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 567px) {
  .single article figure:first-child img {
    height: 228px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .single article figure:not(:nth-of-type(1)) img {
    height: 182px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single article figcaption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 1.5rem;
  font-family: FSMillbank, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(125 125 124 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single article figcaption {
    margin-top: 21px;
    margin-bottom: 42px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
  }
}

@media (max-width: 567px) {
  .single article figure:last-child {
    margin-bottom: 109px;
  }
}

.single article .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.single article blockquote {
  position: relative;
  padding-top: 41px;
  padding-bottom: 69px;
  font-family: FSMillbank, sans-serif;
  font-weight: 300;
  font-style: italic;
}

@media (min-width: 1024px) {
  .single article blockquote {
    margin-top: 73px;
    margin-bottom: 72px;
    padding-left: 211px;
    padding-bottom: 37px;
  }

  .single article blockquote::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(210 210 210 / var(--tw-bg-opacity));
  }

  .single article blockquote::after {
    content: "";
    background: url('images/icons/icon-quote.svg') no-repeat;
    position: absolute;
    left: 62px;
    top: 0px;
    height: 100%;
    width: 100%;
  }
}

.single article blockquote p {
  margin-bottom: 23px;
}

@media (min-width: 1024px) {
  .single article blockquote p {
    margin-bottom: 1.75rem;
  }
}

.single article cite {
  font-family: SimplonNorm, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single article cite {
    font-size: 2rem;
  }
}

.single article h2,
  .single article h3,
  .single article h4,
  .single article h5,
  .single article h6 {
  font-family: FSMillbank, sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .single article h2,
  .single article h3,
  .single article h4,
  .single article h5,
  .single article h6 {
    font-family: SimplonNorm, sans-serif;
  }
}

.single article h2,
  .single article h3 {
  margin-bottom: 35px;
  margin-top: 73px;
}

@media (min-width: 1024px) {
  .single article h2,
  .single article h3 {
    margin-bottom: 49px;
    margin-top: 0px;
  }
}

.single article h4,
  .single article h5,
  .single article h6 {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .single article h4,
  .single article h5,
  .single article h6 {
    margin-bottom: 1.5rem;
  }
}

.single article h1 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8125rem;
}

@media (min-width: 1024px) {
  .single article h1 {
    font-size: 3rem;
    line-height: 3.5625rem;
  }
}

.single article h2 {
  font-size: 2rem;
  line-height: 2.375rem;
}

@media (min-width: 1024px) {
  .single article h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}

.single article h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .single article h3 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.single article h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .single article h4 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.single article h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .single article h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.single article h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .single article h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.blog .press__heading h1,
    .blog .press__heading h2 {
  position: relative;
  z-index: 30;
}

.blog .press__heading h1 {
  font-family: FSMillbank, sans-serif;
  font-weight: 300;
}

.blog .press__heading em {
  position: relative;
  font-family: FSMillbank, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.blog .press__heading em::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -7px;
  z-index: -10;
  display: block;
  height: 0.75rem;
  width: 110%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .blog .press__heading em::after {
    bottom: 14px;
    left: -15px;
  }
}

@media (min-width: 1024px) {
  .blog .press__heading em::after {
    height: 17px;
  }
}

.blog .press__box {
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1024px) {
  .blog .press__box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06)
  }
}

@media (max-width: 1024px) {
  .blog #content {
    margin-top: 4px;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: block
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  align-items: center;
  border: 1px solid #009459;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 74px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
  z-index: 1
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: -3em;
}

@media (max-width:768px) {
  .splide__arrow--prev {
    display: none !important;
  }
}

.splide__arrow--prev svg {
  display: inline;
}

.splide__arrow--next {
  right: -3em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

#splide__pagination {
  max-width: 100vw;
}

.splide__pagination {
  padding: 45px 1em;
  z-index: 1
}

@media (min-width: 1200px) {
  .splide__pagination {
    padding: 90px 1em 45px;
    z-index: 1
  }
}

.splide__pagination__page {
  background: transparent;
  border: 1px solid #7D7D7C;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 22px
}

.splide__pagination__page.is-active {
  background: #009459;
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

/* .splide__arrows--ttb .splide__arrow--prev {
  top: 1em
} */

/* 
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
} */

.splide__arrows--ttb .splide__arrow--next {
  bottom: -5em;
  top: auto
}

.splide-brief .splide__arrows--ttb .splide__arrow--next {
  bottom: -11em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

@media (min-width: 1201px) {
  #splide-testimonials::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    max-width: 426px;
    height: 100%;
    top: 0;
    right: -450px;
  }
}

@media (max-width: 768px) {
  #splide-testimonials::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 89px;
    top: auto;
    bottom: -96px;
    right: 0;
  }

  #splide-testimonials.splide-brief::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    width: 86%;
    height: 89px;
    top: auto;
    bottom: -96px;
    right: 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.custom-arrow--next {
  top: 20% !important;
}

@media (max-width: 768px) {
  #splide-stories .splide__pagination {
    padding: 22px 1em;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    top: 70px;
  }

  #splide-stories .custom-arrow--next {
    top: 25% !important;
    right: -1.2em;
  }
}

@media (max-width: 680px) {
  #splide-stories .splide__arrow {
    width: 50px;
    height: 50px;
  }

  #splide-stories .custom-arrow--next,
  #splide-stories .custom-arrow--prev {
    top: 95px !important;
  }

  #splide-stories .splide__arrow--next {
    right: -1.2em;
  }

  #splide-stories .custom-arrow--prev {
    left: -1.2em;
  }
}

.home #splide-testimonials .splide__arrow--prev {
  display: none !important;
}

.js-slide-scale:hover .splide__slide-thumbnail img {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.js-slide-scale:hover h2 {
  text-decoration: underline;
}

.js-slide-scale:hover .image-gradient::before {
  background-image: none !important;
}

.technology__wysiwyg p {
  margin-bottom: 22px;
  font-family: SimplonNorm, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.technology__wysiwyg h1,
  .technology__wysiwyg h2,
  .technology__wysiwyg h3,
  .technology__wysiwyg h4,
  .technology__wysiwyg h5,
  .technology__wysiwyg h6 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 29px;
}

@media (min-width: 1024px) {
  .technology__wysiwyg h1,
  .technology__wysiwyg h2,
  .technology__wysiwyg h3,
  .technology__wysiwyg h4,
  .technology__wysiwyg h5,
  .technology__wysiwyg h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.technology__wysiwyg a {
  display: inline-flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
  transition: background-color 0.2s ease;
}

.technology__wysiwyg a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.technology__list ul li,
    .technology__list ul li a {
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .technology__list ul li,
    .technology__list ul li a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.technology__list ul li {
  position: relative;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.technology__list ul li::before {
  content: '';
  position: absolute;
  background-image: url('images/icons/icon-check.svg');
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 15px;
  left: -42px;
}

.technology__list-hero ul li::before {
  content: '';
  position: absolute;
  background-image: url('images/icons/icon-check.svg');
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 22px;
  left: 16px;
}

@media (max-width:1024px) {
  .technology__list-hero ul li::before {
    top: 15px
  }
}

.technology__list-hero ul li {
  padding-top: 13px;
  padding-bottom: 0.75rem;
  font-size: 20px !important;
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .technology__list-hero ul li {
    padding-top: 15px;
    padding-bottom: 0.875rem;
    font-size: 24px !important;
  }
}

.technology__list-hero ul li:last-child {
  border-bottom-width: 0px;
  border-style: none;
}

.technology__list-hero ul li,
      .technology__list-hero ul li a {
  padding-left: 81px;
  font-family: SimplonNorm, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .technology__list-hero ul li,
      .technology__list-hero ul li a {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
  }
}

.technology__accordion img {
  filter: grayscale(100%) brightness(250%) contrast(1);
}

.technology__accordion img:nth-of-type(2) {
  transform: rotate(180deg);
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-top-5 {
  top: -1.25rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-\[17px\] {
  margin-left: 17px;
  margin-right: 17px;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[29px\] {
  margin-top: 29px;
  margin-bottom: 29px;
}

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

.\!mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.\!mt-\[29px\] {
  margin-top: 29px !important;
}

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[13px\] {
  margin-left: 13px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-100 {
  margin-top: 100px;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.mt-\[101px\] {
  margin-top: 101px;
}

.mt-\[115px\] {
  margin-top: 115px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[13px\] {
  margin-top: 13px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[158px\] {
  margin-top: 158px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[27px\] {
  margin-top: 27px;
}

.mt-\[29px\] {
  margin-top: 29px;
}

.mt-\[31px\] {
  margin-top: 31px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[33px\] {
  margin-top: 33px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[37px\] {
  margin-top: 37px;
}

.mt-\[38px\] {
  margin-top: 38px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[44px\] {
  margin-top: 44px;
}

.mt-\[47px\] {
  margin-top: 47px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[49px\] {
  margin-top: 49px;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[53px\] {
  margin-top: 53px;
}

.mt-\[58px\] {
  margin-top: 58px;
}

.mt-\[62px\] {
  margin-top: 62px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[73px\] {
  margin-top: 73px;
}

.mt-\[77px\] {
  margin-top: 77px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-2\/12 {
  width: 16.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[none\] {
  max-width: none;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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-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));
}

.rotate-90 {
  --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));
}

.transform {
  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;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[44px\] {
  gap: 44px;
}

.gap-\[47px\] {
  gap: 47px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[74px\] {
  gap: 74px;
}

.gap-\[95px\] {
  gap: 95px;
}

.gap-\[9px\] {
  gap: 9px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-\[2px\] {
  border-width: 2px;
}

.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-\[2px\] {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 89 / var(--tw-border-opacity));
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.border-grey-600 {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(230 0 18 / var(--tw-border-opacity));
}

.border-y-grey-1000 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 213 213 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity));
}

.border-y-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 213 213 / var(--tw-border-opacity));
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity));
}

.border-b-green-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 234 222 / var(--tw-border-opacity));
}

.border-b-grey-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-r-grey-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 125 124 / var(--tw-border-opacity));
}

.border-t-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 148 89 / var(--tw-border-opacity));
}

.border-t-grey-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.bg-\[\#009459\]\/\[0\.15\] {
  background-color: rgb(0 148 89 / 0.15);
}

.bg-\[\#E8F4EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 239 / var(--tw-bg-opacity));
}

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

.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / 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-\[linear-gradient\(180deg\2c \#f2f2f2_0\%\2c \#f2f2f2_25\%\2c \#ffffff_100\%\)\] {
  background-image: linear-gradient(180deg,#f2f2f2 0%,#f2f2f2 25%,#ffffff 100%);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}

.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}

.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[65px\] {
  padding-left: 65px;
  padding-right: 65px;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[29px\] {
  padding-top: 29px;
  padding-bottom: 29px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[101px\] {
  padding-bottom: 101px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[14px\] {
  padding-bottom: 14px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[19px\] {
  padding-bottom: 19px;
}

.pb-\[22px\] {
  padding-bottom: 22px;
}

.pb-\[23px\] {
  padding-bottom: 23px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[31px\] {
  padding-bottom: 31px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pb-\[34px\] {
  padding-bottom: 34px;
}

.pb-\[38px\] {
  padding-bottom: 38px;
}

.pb-\[43px\] {
  padding-bottom: 43px;
}

.pb-\[45px\] {
  padding-bottom: 45px;
}

.pb-\[47px\] {
  padding-bottom: 47px;
}

.pb-\[54px\] {
  padding-bottom: 54px;
}

.pb-\[59px\] {
  padding-bottom: 59px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[71px\] {
  padding-bottom: 71px;
}

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[95px\] {
  padding-bottom: 95px;
}

.pb-\[97px\] {
  padding-bottom: 97px;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-\[18px\] {
  padding-left: 18px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[3px\] {
  padding-left: 3px;
}

.pl-\[64px\] {
  padding-left: 64px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[17px\] {
  padding-right: 17px;
}

.pr-\[21px\] {
  padding-right: 21px;
}

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

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

.pt-100 {
  padding-top: 100px;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

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

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

.pt-90 {
  padding-top: 90px;
}

.pt-\[13px\] {
  padding-top: 13px;
}

.pt-\[141px\] {
  padding-top: 141px;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[175px\] {
  padding-top: 175px;
}

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[29px\] {
  padding-top: 29px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[31px\] {
  padding-top: 31px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[33px\] {
  padding-top: 33px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[36px\] {
  padding-top: 36px;
}

.pt-\[37px\] {
  padding-top: 37px;
}

.pt-\[41px\] {
  padding-top: 41px;
}

.pt-\[44px\] {
  padding-top: 44px;
}

.pt-\[47px\] {
  padding-top: 47px;
}

.pt-\[52px\] {
  padding-top: 52px;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.pt-\[58px\] {
  padding-top: 58px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.pt-\[76px\] {
  padding-top: 76px;
}

.pt-\[77px\] {
  padding-top: 77px;
}

.pt-\[99px\] {
  padding-top: 99px;
}

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

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

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

.font-FSMillbank {
  font-family: FSMillbank, sans-serif;
}

.font-SimplonNorm {
  font-family: SimplonNorm, sans-serif;
}

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

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

.\!text-h3 {
  font-size: 2rem !important;
}

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

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

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

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

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

.text-\[1\.1875rem\] {
  font-size: 1.1875rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[48px\] {
  font-size: 48px;
}

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

.text-h3 {
  font-size: 2rem;
}

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

.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 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!not-italic {
  font-style: normal !important;
}

.not-italic {
  font-style: normal;
}

.\!leading-9 {
  line-height: 2.25rem !important;
}

.\!leading-\[64px\] {
  line-height: 64px !important;
}

.leading-38 {
  line-height: 38px;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.4em\] {
  line-height: 1.4em;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[38px\] {
  line-height: 38px;
}

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

.tracking-64 {
  letter-spacing: -0.64px;
}

.\!text-grey-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(88 88 88 / var(--tw-text-opacity)) !important;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 148 89 / var(--tw-text-opacity));
}

.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(125 125 124 / var(--tw-text-opacity));
}

.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity));
}

.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity));
}

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

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

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

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_38px_85px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0 38px 85px 0 rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 38px 85px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!outline-0 {
  outline-width: 0px !important;
}

.outline-transparent {
  outline-color: transparent;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}

.before\:h-\[160px\]::before {
  content: var(--tw-content);
  height: 160px;
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:via-white\/40::before {
  content: var(--tw-content);
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.hover\:border-\[\#0f6845\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 104 69 / var(--tw-border-opacity));
}

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 0 18 / var(--tw-border-opacity));
}

.hover\:border-b-light:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 247 250 / var(--tw-border-opacity));
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 89 / var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 72 / var(--tw-bg-opacity));
}

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.hover\:bg-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#0f6845\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 104 69 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-\[109px\] {
    margin-top: 109px;
  }

  .sm\:mt-\[158px\] {
    margin-top: 158px;
  }

  .sm\:mt-\[48px\] {
    margin-top: 48px;
  }

  .sm\:mt-\[60px\] {
    margin-top: 60px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:max-h-\[none\] {
    max-height: none;
  }

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

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

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:w-3\/12 {
    width: 25%;
  }

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

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

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

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

  .sm\:gap-\[12px\] {
    gap: 12px;
  }

  .sm\:gap-\[67px\] {
    gap: 67px;
  }

  .sm\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-b-grey-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }

  .sm\:bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  }

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

  .sm\:p-14 {
    padding: 3.5rem;
  }

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

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

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

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

  .sm\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm\:px-\[31px\] {
    padding-left: 31px;
    padding-right: 31px;
  }

  .sm\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm\:py-\[54px\] {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-\[122px\] {
    padding-bottom: 122px;
  }

  .sm\:pb-\[148px\] {
    padding-bottom: 148px;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .sm\:pl-\[18px\] {
    padding-left: 18px;
  }

  .sm\:pl-\[26px\] {
    padding-left: 26px;
  }

  .sm\:pl-\[72px\] {
    padding-left: 72px;
  }

  .sm\:pr-\[19px\] {
    padding-right: 19px;
  }

  .sm\:pr-\[25px\] {
    padding-right: 25px;
  }

  .sm\:pr-\[54px\] {
    padding-right: 54px;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-\[150px\] {
    padding-top: 150px;
  }

  .sm\:pt-\[55px\] {
    padding-top: 55px;
  }

  .sm\:pt-\[59px\] {
    padding-top: 59px;
  }

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

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

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-\[52px\] {
    font-size: 52px;
  }

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

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:leading-\[60px\] {
    line-height: 60px;
  }

  .sm\:text-green {
    --tw-text-opacity: 1;
    color: rgb(0 148 89 / var(--tw-text-opacity));
  }
}

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

  .md\:left-\[54px\] {
    left: 54px;
  }

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

  .md\:top-\[54px\] {
    top: 54px;
  }

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

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

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

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

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

  .md\:mr-\[32px\] {
    margin-right: 32px;
  }

  .md\:mr-\[54px\] {
    margin-right: 54px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-\[42px\] {
    margin-top: 42px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-\[370px\] {
    max-width: 370px;
  }

  .md\:max-w-\[371px\] {
    max-width: 371px;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[764px\] {
    max-width: 764px;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .md\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .md\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .md\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .md\:pt-\[54px\] {
    padding-top: 54px;
  }

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

  .md\:\!text-64 {
    font-size: 64px !important;
  }

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

  .md\:text-h2 {
    font-size: 3rem;
  }

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

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

  .lg\:-top-\[2px\] {
    top: -2px;
  }

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

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

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

  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-\[29px\] {
    margin-left: 29px;
  }

  .lg\:ml-\[58px\] {
    margin-left: 58px;
  }

  .lg\:ml-\[65px\] {
    margin-left: 65px;
  }

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

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-\[100px\] {
    margin-right: 100px;
  }

  .lg\:mr-\[11px\] {
    margin-right: 11px;
  }

  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }

  .lg\:mr-\[31px\] {
    margin-right: 31px;
  }

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

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[0\] {
    margin-top: 0;
  }

  .lg\:mt-\[106px\] {
    margin-top: 106px;
  }

  .lg\:mt-\[129px\] {
    margin-top: 129px;
  }

  .lg\:mt-\[143px\] {
    margin-top: 143px;
  }

  .lg\:mt-\[14px\] {
    margin-top: 14px;
  }

  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }

  .lg\:mt-\[240px\] {
    margin-top: 240px;
  }

  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .lg\:mt-\[28px\] {
    margin-top: 28px;
  }

  .lg\:mt-\[34px\] {
    margin-top: 34px;
  }

  .lg\:mt-\[35px\] {
    margin-top: 35px;
  }

  .lg\:mt-\[46px\] {
    margin-top: 46px;
  }

  .lg\:mt-\[48px\] {
    margin-top: 48px;
  }

  .lg\:mt-\[49px\] {
    margin-top: 49px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[58px\] {
    margin-top: 58px;
  }

  .lg\:mt-\[62px\] {
    margin-top: 62px;
  }

  .lg\:mt-\[63px\] {
    margin-top: 63px;
  }

  .lg\:mt-\[66px\] {
    margin-top: 66px;
  }

  .lg\:mt-\[75px\] {
    margin-top: 75px;
  }

  .lg\:mt-\[86px\] {
    margin-top: 86px;
  }

  .lg\:mt-\[89px\] {
    margin-top: 89px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-\[none\] {
    max-height: none;
  }

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

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

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

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

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

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

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

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:gap-\[108px\] {
    gap: 108px;
  }

  .lg\:gap-\[120px\] {
    gap: 120px;
  }

  .lg\:gap-\[140px\] {
    gap: 140px;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:gap-\[27px\] {
    gap: 27px;
  }

  .lg\:gap-\[56px\] {
    gap: 56px;
  }

  .lg\:gap-\[67px\] {
    gap: 67px;
  }

  .lg\:gap-\[74px\] {
    gap: 74px;
  }

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

  .lg\:rounded-\[24px\] {
    border-radius: 24px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-\[5px\] {
    border-bottom-width: 5px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-green {
    --tw-border-opacity: 1;
    border-color: rgb(0 148 89 / var(--tw-border-opacity));
  }

  .lg\:border-grey-200 {
    --tw-border-opacity: 1;
    border-color: rgb(125 125 124 / var(--tw-border-opacity));
  }

  .lg\:border-grey-500 {
    --tw-border-opacity: 1;
    border-color: rgb(213 213 213 / var(--tw-border-opacity));
  }

  .lg\:border-b-grey-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
  }

  .lg\:border-b-grey-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 125 124 / var(--tw-border-opacity));
  }

  .lg\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

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

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

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

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

  .lg\:py-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .lg\:py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:py-\[31px\] {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .lg\:py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:py-\[57px\] {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .lg\:py-\[93px\] {
    padding-top: 93px;
    padding-bottom: 93px;
  }

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

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[106px\] {
    padding-bottom: 106px;
  }

  .lg\:pb-\[114px\] {
    padding-bottom: 114px;
  }

  .lg\:pb-\[115px\] {
    padding-bottom: 115px;
  }

  .lg\:pb-\[117px\] {
    padding-bottom: 117px;
  }

  .lg\:pb-\[13px\] {
    padding-bottom: 13px;
  }

  .lg\:pb-\[153px\] {
    padding-bottom: 153px;
  }

  .lg\:pb-\[174px\] {
    padding-bottom: 174px;
  }

  .lg\:pb-\[19px\] {
    padding-bottom: 19px;
  }

  .lg\:pb-\[200px\] {
    padding-bottom: 200px;
  }

  .lg\:pb-\[23px\] {
    padding-bottom: 23px;
  }

  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[41px\] {
    padding-bottom: 41px;
  }

  .lg\:pb-\[43px\] {
    padding-bottom: 43px;
  }

  .lg\:pb-\[51px\] {
    padding-bottom: 51px;
  }

  .lg\:pb-\[59px\] {
    padding-bottom: 59px;
  }

  .lg\:pb-\[61px\] {
    padding-bottom: 61px;
  }

  .lg\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .lg\:pb-\[83px\] {
    padding-bottom: 83px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:pb-\[97px\] {
    padding-bottom: 97px;
  }

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

  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }

  .lg\:pl-\[13px\] {
    padding-left: 13px;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lg\:pl-\[78px\] {
    padding-left: 78px;
  }

  .lg\:pl-\[85px\] {
    padding-left: 85px;
  }

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

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-\[45px\] {
    padding-right: 45px;
  }

  .lg\:pr-\[51px\] {
    padding-right: 51px;
  }

  .lg\:pr-\[85px\] {
    padding-right: 85px;
  }

  .lg\:pr-\[91px\] {
    padding-right: 91px;
  }

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

  .lg\:pt-\[104px\] {
    padding-top: 104px;
  }

  .lg\:pt-\[106px\] {
    padding-top: 106px;
  }

  .lg\:pt-\[117px\] {
    padding-top: 117px;
  }

  .lg\:pt-\[124px\] {
    padding-top: 124px;
  }

  .lg\:pt-\[128px\] {
    padding-top: 128px;
  }

  .lg\:pt-\[141px\] {
    padding-top: 141px;
  }

  .lg\:pt-\[17px\] {
    padding-top: 17px;
  }

  .lg\:pt-\[204px\] {
    padding-top: 204px;
  }

  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }

  .lg\:pt-\[2px\] {
    padding-top: 2px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }

  .lg\:pt-\[35px\] {
    padding-top: 35px;
  }

  .lg\:pt-\[47px\] {
    padding-top: 47px;
  }

  .lg\:pt-\[48px\] {
    padding-top: 48px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[51px\] {
    padding-top: 51px;
  }

  .lg\:pt-\[52px\] {
    padding-top: 52px;
  }

  .lg\:pt-\[54px\] {
    padding-top: 54px;
  }

  .lg\:pt-\[64px\] {
    padding-top: 64px;
  }

  .lg\:pt-\[69px\] {
    padding-top: 69px;
  }

  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }

  .lg\:pt-\[76px\] {
    padding-top: 76px;
  }

  .lg\:pt-\[78px\] {
    padding-top: 78px;
  }

  .lg\:pt-\[84px\] {
    padding-top: 84px;
  }

  .lg\:pt-\[93px\] {
    padding-top: 93px;
  }

  .lg\:pt-\[94px\] {
    padding-top: 94px;
  }

  .lg\:pt-\[95px\] {
    padding-top: 95px;
  }

  .lg\:pt-\[96px\] {
    padding-top: 96px;
  }

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

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

  .lg\:font-FSMillbank {
    font-family: FSMillbank, sans-serif;
  }

  .lg\:font-SimplonNorm {
    font-family: SimplonNorm, sans-serif;
  }

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

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

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

  .lg\:text-h1 {
    font-size: 3.5rem;
  }

  .lg\:text-h2 {
    font-size: 3rem;
  }

  .lg\:text-h3 {
    font-size: 2rem;
  }

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

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

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

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

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

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[19px\] {
    line-height: 19px;
  }

  .lg\:leading-\[20px\] {
    line-height: 20px;
  }

  .lg\:leading-\[22px\] {
    line-height: 22px;
  }

  .lg\:leading-\[23px\] {
    line-height: 23px;
  }

  .lg\:leading-\[29px\] {
    line-height: 29px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[54px\] {
    line-height: 54px;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .lg\:leading-\[57px\] {
    line-height: 57px;
  }

  .lg\:leading-\[58px\] {
    line-height: 58px;
  }

  .lg\:leading-\[66px\] {
    line-height: 66px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:leading-\[86px\] {
    line-height: 86px;
  }

  .lg\:text-green {
    --tw-text-opacity: 1;
    color: rgb(0 148 89 / var(--tw-text-opacity));
  }

  .lg\:text-grey-200 {
    --tw-text-opacity: 1;
    color: rgb(125 125 124 / var(--tw-text-opacity));
  }

  .lg\:text-grey-700 {
    --tw-text-opacity: 1;
    color: rgb(167 167 167 / var(--tw-text-opacity));
  }

  .lg\:before\:left-\[53\.5\%\]::before {
    content: var(--tw-content);
    left: 53.5%;
  }

  .lg\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .lg\:before\:min-h-\[600px\]::before {
    content: var(--tw-content);
    min-height: 600px;
  }

  .lg\:before\:w-\[100\%\]::before {
    content: var(--tw-content);
    width: 100%;
  }
}

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

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-\[33px\] {
    top: -33px;
  }

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

  .xl\:\!mt-\[32px\] {
    margin-top: 32px !important;
  }

  .xl\:-ml-\[17px\] {
    margin-left: -17px;
  }

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

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mr-\[56px\] {
    margin-right: 56px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-\[53px\] {
    margin-top: 53px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-\[95vh\] {
    height: 95vh;
  }

  .xl\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

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

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xl\:max-w-\[356px\] {
    max-width: 356px;
  }

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[104px\] {
    gap: 104px;
  }

  .xl\:gap-\[44px\] {
    gap: 44px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-grey-500 {
    --tw-border-opacity: 1;
    border-color: rgb(213 213 213 / var(--tw-border-opacity));
  }

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

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

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

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

  .xl\:pb-\[148px\] {
    padding-bottom: 148px;
  }

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

  .xl\:pr-\[160px\] {
    padding-right: 160px;
  }

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .xl\:pt-\[292px\] {
    padding-top: 292px;
  }

  .xl\:\!text-\[21px\] {
    font-size: 21px !important;
  }

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

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

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

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[19px\] {
    font-size: 19px;
  }

  .xl\:text-\[28px\] {
    font-size: 28px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-h2 {
    font-size: 3rem;
  }

  .xl\:text-h3 {
    font-size: 2rem;
  }

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

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .xl\:leading-\[26px\] {
    line-height: 26px;
  }

  .xl\:leading-\[58px\] {
    line-height: 58px;
  }
}

@media (min-width: 1448px) {
  .\32xl\:min-h-\[87px\] {
    min-height: 87px;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

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

  .\32xl\:min-w-\[469px\] {
    min-width: 469px;
  }

  .\32xl\:max-w-\[784px\] {
    max-width: 784px;
  }

  .\32xl\:grid-cols-\[320px_116px_320px\] {
    grid-template-columns: 320px 116px 320px;
  }

  .\32xl\:border {
    border-width: 1px;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-grey-600 {
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
  }

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

  .\32xl\:bg-\[linear-gradient\(-180deg\2c \#f9f9f9_0\%\2c \#f9f9f9_10\%\2c \#ffffff_100\%\)\] {
    background-image: linear-gradient(-180deg,#f9f9f9 0%,#f9f9f9 10%,#ffffff 100%);
  }

  .\32xl\:bg-\[linear-gradient\(0deg\2c \#f9f9f9_0\%\2c \#f9f9f9_10\%\2c \#ffffff_100\%\)\] {
    background-image: linear-gradient(0deg,#f9f9f9 0%,#f9f9f9 10%,#ffffff 100%);
  }

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

  .\32xl\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .\32xl\:pl-\[18px\] {
    padding-left: 18px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:text-\[26px\] {
    font-size: 26px;
  }

  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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:1700px) {
  .\[\@media\(min-width\:1700px\)\]\:max-w-\[1660px\] {
    max-width: 1660px;
  }
}
