@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
/*
! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Manrope, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.tw-pointer-events-none{
  pointer-events: none;
}.tw-pointer-events-auto{
  pointer-events: auto;
}.tw-fixed{
  position: fixed;
}.tw-absolute{
  position: absolute;
}.tw-relative{
  position: relative;
}.tw-inset-0{
  inset: 0px;
}.tw-inset-x-0{
  left: 0px;
  right: 0px;
}.-tw-bottom-1{
  bottom: -0.25rem;
}.-tw-top-10{
  top: -2.5rem;
}.tw-bottom-0{
  bottom: 0px;
}.tw-bottom-section-sm{
  bottom: 48px;
}.tw-left-0{
  left: 0px;
}.tw-right-0{
  right: 0px;
}.tw-right-1\/2{
  right: 50%;
}.tw-top-0{
  top: 0px;
}.-tw-z-10{
  z-index: -10;
}.-tw-z-20{
  z-index: -20;
}.tw-z-100{
  z-index: 100;
}.tw-z-80{
  z-index: 80;
}.tw-z-90{
  z-index: 90;
}.tw-col-span-1{
  grid-column: span 1 / span 1;
}.tw-col-span-10{
  grid-column: span 10 / span 10;
}.tw-col-span-11{
  grid-column: span 11 / span 11;
}.tw-col-span-12{
  grid-column: span 12 / span 12;
}.tw-col-span-2{
  grid-column: span 2 / span 2;
}.tw-col-span-3{
  grid-column: span 3 / span 3;
}.tw-col-span-4{
  grid-column: span 4 / span 4;
}.tw-col-span-5{
  grid-column: span 5 / span 5;
}.tw-col-span-6{
  grid-column: span 6 / span 6;
}.tw-col-span-7{
  grid-column: span 7 / span 7;
}.tw-col-span-8{
  grid-column: span 8 / span 8;
}.tw-col-span-9{
  grid-column: span 9 / span 9;
}.tw-col-span-full{
  grid-column: 1 / -1;
}.tw-col-start-1{
  grid-column-start: 1;
}.tw-col-start-10{
  grid-column-start: 10;
}.tw-col-start-11{
  grid-column-start: 11;
}.tw-col-start-12{
  grid-column-start: 12;
}.tw-col-start-13{
  grid-column-start: 13;
}.tw-col-start-2{
  grid-column-start: 2;
}.tw-col-start-3{
  grid-column-start: 3;
}.tw-col-start-4{
  grid-column-start: 4;
}.tw-col-start-5{
  grid-column-start: 5;
}.tw-col-start-6{
  grid-column-start: 6;
}.tw-col-start-7{
  grid-column-start: 7;
}.tw-col-start-8{
  grid-column-start: 8;
}.tw-col-start-9{
  grid-column-start: 9;
}.tw-col-start-auto{
  grid-column-start: auto;
}.tw-m-8{
  margin: 2rem;
}.tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}.\!tw-mb-\[24px\]{
  margin-bottom: 24px !important;
}.tw-mb-2{
  margin-bottom: 0.5rem;
}.tw-mb-4{
  margin-bottom: 1rem;
}.tw-mb-8{
  margin-bottom: 2rem;
}.tw-mt-12{
  margin-top: 3rem;
}.tw-mt-\[-100vh\]{
  margin-top: -100vh;
}.tw-mt-\[24px\]{
  margin-top: 24px;
}.tw-mt-case-hero{
  margin-top: 100vh;
}.tw-block{
  display: block;
}.tw-inline-block{
  display: inline-block;
}.tw-flex{
  display: flex;
}.tw-inline-flex{
  display: inline-flex;
}.tw-hidden{
  display: none;
}.tw-aspect-1-1{
  aspect-ratio: 1 / 1;
}.tw-aspect-16-9{
  aspect-ratio: 16 / 9;
}.tw-aspect-21-9{
  aspect-ratio: 21 / 9;
}.tw-aspect-4-3{
  aspect-ratio: 4 / 3;
}.tw-aspect-auto{
  aspect-ratio: auto;
}.tw-aspect-square{
  aspect-ratio: 1 / 1;
}.tw-aspect-video{
  aspect-ratio: 16 / 9;
}.tw-h-0{
  height: 0px;
}.tw-h-1{
  height: 0.25rem;
}.tw-h-14{
  height: 3.5rem;
}.tw-h-28{
  height: 7rem;
}.tw-h-\[116px\]{
  height: 116px;
}.tw-h-\[240px\]{
  height: 240px;
}.tw-h-\[56px\]{
  height: 56px;
}.tw-h-\[8rem\]{
  height: 8rem;
}.tw-h-button{
  height: 48px;
}.tw-h-full{
  height: 100%;
}.tw-h-header{
  height: 56px;
}.tw-h-screen{
  height: 100vh;
}.tw-max-h-\[calc\(100vh-10\.5rem\)\]{
  max-height: calc(100vh - 10.5rem);
}.tw-max-h-full{
  max-height: 100%;
}.tw-min-h-\[calc\(100vh\+40px\)\]{
  min-height: calc(100vh + 40px);
}.tw-w-1\/2{
  width: 50%;
}.tw-w-\[100px\]{
  width: 100px;
}.tw-w-\[240px\]{
  width: 240px;
}.tw-w-\[51px\]{
  width: 51px;
}.tw-w-full{
  width: 100%;
}.tw-w-max{
  width: -moz-max-content;
  width: max-content;
}.tw-w-screen{
  width: 100vw;
}.tw-border-collapse{
  border-collapse: collapse;
}.tw-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));
}.tw-scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}.tw-flex-row{
  flex-direction: row;
}.tw-flex-col{
  flex-direction: column;
}.tw-flex-nowrap{
  flex-wrap: nowrap;
}.tw-items-start{
  align-items: flex-start;
}.tw-items-center{
  align-items: center;
}.tw-items-stretch{
  align-items: stretch;
}.tw-justify-center{
  justify-content: center;
}.tw-justify-between{
  justify-content: space-between;
}.tw-gap-10{
  gap: 2.5rem;
}.tw-gap-3{
  gap: 0.75rem;
}.tw-gap-32{
  gap: 8rem;
}.tw-gap-\[16px\]{
  gap: 16px;
}.tw-gap-\[64px\]{
  gap: 64px;
}.tw-gap-sm{
  gap: 24px;
}.tw-gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}.tw-gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}.tw-gap-y-3{
  row-gap: 0.75rem;
}.tw-gap-y-\[48px\]{
  row-gap: 48px;
}.tw-overflow-hidden{
  overflow: hidden;
}.tw-overflow-x-hidden{
  overflow-x: hidden;
}.tw-whitespace-nowrap{
  white-space: nowrap;
}.tw-rounded-large{
  border-radius: 24px;
}.tw-rounded-none{
  border-radius: 0;
}.tw-rounded-round{
  border-radius: 999px;
}.tw-rounded-small{
  border-radius: 12px;
}.tw-border{
  border-width: 1px;
}.tw-border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}.tw-border-b{
  border-bottom-width: 1px;
}.tw-border-current{
  border-color: currentColor;
}.tw-border-vx-urskog-100{
  --tw-border-opacity: 1;
  border-color: rgb(29 41 28 / var(--tw-border-opacity));
}.tw-bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}.tw-bg-current{
  background-color: currentColor;
}.tw-bg-vx-black{
  --tw-bg-opacity: 1;
  background-color: rgb(18 27 17 / var(--tw-bg-opacity));
}.tw-bg-vx-black\/0{
  background-color: rgb(18 27 17 / 0);
}.tw-bg-vx-black\/10{
  background-color: rgb(18 27 17 / 0.1);
}.tw-bg-vx-black\/100{
  background-color: rgb(18 27 17 / 1);
}.tw-bg-vx-black\/15{
  background-color: rgb(18 27 17 / 0.15);
}.tw-bg-vx-black\/20{
  background-color: rgb(18 27 17 / 0.2);
}.tw-bg-vx-black\/25{
  background-color: rgb(18 27 17 / 0.25);
}.tw-bg-vx-black\/30{
  background-color: rgb(18 27 17 / 0.3);
}.tw-bg-vx-black\/35{
  background-color: rgb(18 27 17 / 0.35);
}.tw-bg-vx-black\/40{
  background-color: rgb(18 27 17 / 0.4);
}.tw-bg-vx-black\/45{
  background-color: rgb(18 27 17 / 0.45);
}.tw-bg-vx-black\/5{
  background-color: rgb(18 27 17 / 0.05);
}.tw-bg-vx-black\/50{
  background-color: rgb(18 27 17 / 0.5);
}.tw-bg-vx-black\/55{
  background-color: rgb(18 27 17 / 0.55);
}.tw-bg-vx-black\/60{
  background-color: rgb(18 27 17 / 0.6);
}.tw-bg-vx-black\/65{
  background-color: rgb(18 27 17 / 0.65);
}.tw-bg-vx-black\/70{
  background-color: rgb(18 27 17 / 0.7);
}.tw-bg-vx-black\/75{
  background-color: rgb(18 27 17 / 0.75);
}.tw-bg-vx-black\/80{
  background-color: rgb(18 27 17 / 0.8);
}.tw-bg-vx-black\/85{
  background-color: rgb(18 27 17 / 0.85);
}.tw-bg-vx-black\/90{
  background-color: rgb(18 27 17 / 0.9);
}.tw-bg-vx-black\/95{
  background-color: rgb(18 27 17 / 0.95);
}.tw-bg-vx-livlig{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity));
}.tw-bg-vx-livlig\/0{
  background-color: rgb(255 255 0 / 0);
}.tw-bg-vx-livlig\/10{
  background-color: rgb(255 255 0 / 0.1);
}.tw-bg-vx-livlig\/100{
  background-color: rgb(255 255 0 / 1);
}.tw-bg-vx-livlig\/15{
  background-color: rgb(255 255 0 / 0.15);
}.tw-bg-vx-livlig\/20{
  background-color: rgb(255 255 0 / 0.2);
}.tw-bg-vx-livlig\/25{
  background-color: rgb(255 255 0 / 0.25);
}.tw-bg-vx-livlig\/30{
  background-color: rgb(255 255 0 / 0.3);
}.tw-bg-vx-livlig\/35{
  background-color: rgb(255 255 0 / 0.35);
}.tw-bg-vx-livlig\/40{
  background-color: rgb(255 255 0 / 0.4);
}.tw-bg-vx-livlig\/45{
  background-color: rgb(255 255 0 / 0.45);
}.tw-bg-vx-livlig\/5{
  background-color: rgb(255 255 0 / 0.05);
}.tw-bg-vx-livlig\/50{
  background-color: rgb(255 255 0 / 0.5);
}.tw-bg-vx-livlig\/55{
  background-color: rgb(255 255 0 / 0.55);
}.tw-bg-vx-livlig\/60{
  background-color: rgb(255 255 0 / 0.6);
}.tw-bg-vx-livlig\/65{
  background-color: rgb(255 255 0 / 0.65);
}.tw-bg-vx-livlig\/70{
  background-color: rgb(255 255 0 / 0.7);
}.tw-bg-vx-livlig\/75{
  background-color: rgb(255 255 0 / 0.75);
}.tw-bg-vx-livlig\/80{
  background-color: rgb(255 255 0 / 0.8);
}.tw-bg-vx-livlig\/85{
  background-color: rgb(255 255 0 / 0.85);
}.tw-bg-vx-livlig\/90{
  background-color: rgb(255 255 0 / 0.9);
}.tw-bg-vx-livlig\/95{
  background-color: rgb(255 255 0 / 0.95);
}.tw-bg-vx-lystring{
  --tw-bg-opacity: 1;
  background-color: rgb(220 254 133 / var(--tw-bg-opacity));
}.tw-bg-vx-lystring\/0{
  background-color: rgb(220 254 133 / 0);
}.tw-bg-vx-lystring\/10{
  background-color: rgb(220 254 133 / 0.1);
}.tw-bg-vx-lystring\/100{
  background-color: rgb(220 254 133 / 1);
}.tw-bg-vx-lystring\/15{
  background-color: rgb(220 254 133 / 0.15);
}.tw-bg-vx-lystring\/20{
  background-color: rgb(220 254 133 / 0.2);
}.tw-bg-vx-lystring\/25{
  background-color: rgb(220 254 133 / 0.25);
}.tw-bg-vx-lystring\/30{
  background-color: rgb(220 254 133 / 0.3);
}.tw-bg-vx-lystring\/35{
  background-color: rgb(220 254 133 / 0.35);
}.tw-bg-vx-lystring\/40{
  background-color: rgb(220 254 133 / 0.4);
}.tw-bg-vx-lystring\/45{
  background-color: rgb(220 254 133 / 0.45);
}.tw-bg-vx-lystring\/5{
  background-color: rgb(220 254 133 / 0.05);
}.tw-bg-vx-lystring\/50{
  background-color: rgb(220 254 133 / 0.5);
}.tw-bg-vx-lystring\/55{
  background-color: rgb(220 254 133 / 0.55);
}.tw-bg-vx-lystring\/60{
  background-color: rgb(220 254 133 / 0.6);
}.tw-bg-vx-lystring\/65{
  background-color: rgb(220 254 133 / 0.65);
}.tw-bg-vx-lystring\/70{
  background-color: rgb(220 254 133 / 0.7);
}.tw-bg-vx-lystring\/75{
  background-color: rgb(220 254 133 / 0.75);
}.tw-bg-vx-lystring\/80{
  background-color: rgb(220 254 133 / 0.8);
}.tw-bg-vx-lystring\/85{
  background-color: rgb(220 254 133 / 0.85);
}.tw-bg-vx-lystring\/90{
  background-color: rgb(220 254 133 / 0.9);
}.tw-bg-vx-lystring\/95{
  background-color: rgb(220 254 133 / 0.95);
}.tw-bg-vx-urskog-00{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-00\/0{
  background-color: rgb(241 242 237 / 0);
}.tw-bg-vx-urskog-00\/10{
  background-color: rgb(241 242 237 / 0.1);
}.tw-bg-vx-urskog-00\/100{
  background-color: rgb(241 242 237 / 1);
}.tw-bg-vx-urskog-00\/15{
  background-color: rgb(241 242 237 / 0.15);
}.tw-bg-vx-urskog-00\/20{
  background-color: rgb(241 242 237 / 0.2);
}.tw-bg-vx-urskog-00\/25{
  background-color: rgb(241 242 237 / 0.25);
}.tw-bg-vx-urskog-00\/30{
  background-color: rgb(241 242 237 / 0.3);
}.tw-bg-vx-urskog-00\/35{
  background-color: rgb(241 242 237 / 0.35);
}.tw-bg-vx-urskog-00\/40{
  background-color: rgb(241 242 237 / 0.4);
}.tw-bg-vx-urskog-00\/45{
  background-color: rgb(241 242 237 / 0.45);
}.tw-bg-vx-urskog-00\/5{
  background-color: rgb(241 242 237 / 0.05);
}.tw-bg-vx-urskog-00\/50{
  background-color: rgb(241 242 237 / 0.5);
}.tw-bg-vx-urskog-00\/55{
  background-color: rgb(241 242 237 / 0.55);
}.tw-bg-vx-urskog-00\/60{
  background-color: rgb(241 242 237 / 0.6);
}.tw-bg-vx-urskog-00\/65{
  background-color: rgb(241 242 237 / 0.65);
}.tw-bg-vx-urskog-00\/70{
  background-color: rgb(241 242 237 / 0.7);
}.tw-bg-vx-urskog-00\/75{
  background-color: rgb(241 242 237 / 0.75);
}.tw-bg-vx-urskog-00\/80{
  background-color: rgb(241 242 237 / 0.8);
}.tw-bg-vx-urskog-00\/85{
  background-color: rgb(241 242 237 / 0.85);
}.tw-bg-vx-urskog-00\/90{
  background-color: rgb(241 242 237 / 0.9);
}.tw-bg-vx-urskog-00\/95{
  background-color: rgb(241 242 237 / 0.95);
}.tw-bg-vx-urskog-10{
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 214 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-10\/0{
  background-color: rgb(219 223 214 / 0);
}.tw-bg-vx-urskog-10\/10{
  background-color: rgb(219 223 214 / 0.1);
}.tw-bg-vx-urskog-10\/100{
  background-color: rgb(219 223 214 / 1);
}.tw-bg-vx-urskog-10\/15{
  background-color: rgb(219 223 214 / 0.15);
}.tw-bg-vx-urskog-10\/20{
  background-color: rgb(219 223 214 / 0.2);
}.tw-bg-vx-urskog-10\/25{
  background-color: rgb(219 223 214 / 0.25);
}.tw-bg-vx-urskog-10\/30{
  background-color: rgb(219 223 214 / 0.3);
}.tw-bg-vx-urskog-10\/35{
  background-color: rgb(219 223 214 / 0.35);
}.tw-bg-vx-urskog-10\/40{
  background-color: rgb(219 223 214 / 0.4);
}.tw-bg-vx-urskog-10\/45{
  background-color: rgb(219 223 214 / 0.45);
}.tw-bg-vx-urskog-10\/5{
  background-color: rgb(219 223 214 / 0.05);
}.tw-bg-vx-urskog-10\/50{
  background-color: rgb(219 223 214 / 0.5);
}.tw-bg-vx-urskog-10\/55{
  background-color: rgb(219 223 214 / 0.55);
}.tw-bg-vx-urskog-10\/60{
  background-color: rgb(219 223 214 / 0.6);
}.tw-bg-vx-urskog-10\/65{
  background-color: rgb(219 223 214 / 0.65);
}.tw-bg-vx-urskog-10\/70{
  background-color: rgb(219 223 214 / 0.7);
}.tw-bg-vx-urskog-10\/75{
  background-color: rgb(219 223 214 / 0.75);
}.tw-bg-vx-urskog-10\/80{
  background-color: rgb(219 223 214 / 0.8);
}.tw-bg-vx-urskog-10\/85{
  background-color: rgb(219 223 214 / 0.85);
}.tw-bg-vx-urskog-10\/90{
  background-color: rgb(219 223 214 / 0.9);
}.tw-bg-vx-urskog-10\/95{
  background-color: rgb(219 223 214 / 0.95);
}.tw-bg-vx-urskog-100{
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-100\/0{
  background-color: rgb(29 41 28 / 0);
}.tw-bg-vx-urskog-100\/10{
  background-color: rgb(29 41 28 / 0.1);
}.tw-bg-vx-urskog-100\/100{
  background-color: rgb(29 41 28 / 1);
}.tw-bg-vx-urskog-100\/15{
  background-color: rgb(29 41 28 / 0.15);
}.tw-bg-vx-urskog-100\/20{
  background-color: rgb(29 41 28 / 0.2);
}.tw-bg-vx-urskog-100\/25{
  background-color: rgb(29 41 28 / 0.25);
}.tw-bg-vx-urskog-100\/30{
  background-color: rgb(29 41 28 / 0.3);
}.tw-bg-vx-urskog-100\/35{
  background-color: rgb(29 41 28 / 0.35);
}.tw-bg-vx-urskog-100\/40{
  background-color: rgb(29 41 28 / 0.4);
}.tw-bg-vx-urskog-100\/45{
  background-color: rgb(29 41 28 / 0.45);
}.tw-bg-vx-urskog-100\/5{
  background-color: rgb(29 41 28 / 0.05);
}.tw-bg-vx-urskog-100\/50{
  background-color: rgb(29 41 28 / 0.5);
}.tw-bg-vx-urskog-100\/55{
  background-color: rgb(29 41 28 / 0.55);
}.tw-bg-vx-urskog-100\/60{
  background-color: rgb(29 41 28 / 0.6);
}.tw-bg-vx-urskog-100\/65{
  background-color: rgb(29 41 28 / 0.65);
}.tw-bg-vx-urskog-100\/70{
  background-color: rgb(29 41 28 / 0.7);
}.tw-bg-vx-urskog-100\/75{
  background-color: rgb(29 41 28 / 0.75);
}.tw-bg-vx-urskog-100\/80{
  background-color: rgb(29 41 28 / 0.8);
}.tw-bg-vx-urskog-100\/85{
  background-color: rgb(29 41 28 / 0.85);
}.tw-bg-vx-urskog-100\/90{
  background-color: rgb(29 41 28 / 0.9);
}.tw-bg-vx-urskog-100\/95{
  background-color: rgb(29 41 28 / 0.95);
}.tw-bg-vx-urskog-25{
  --tw-bg-opacity: 1;
  background-color: rgb(185 195 179 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-25\/0{
  background-color: rgb(185 195 179 / 0);
}.tw-bg-vx-urskog-25\/10{
  background-color: rgb(185 195 179 / 0.1);
}.tw-bg-vx-urskog-25\/100{
  background-color: rgb(185 195 179 / 1);
}.tw-bg-vx-urskog-25\/15{
  background-color: rgb(185 195 179 / 0.15);
}.tw-bg-vx-urskog-25\/20{
  background-color: rgb(185 195 179 / 0.2);
}.tw-bg-vx-urskog-25\/25{
  background-color: rgb(185 195 179 / 0.25);
}.tw-bg-vx-urskog-25\/30{
  background-color: rgb(185 195 179 / 0.3);
}.tw-bg-vx-urskog-25\/35{
  background-color: rgb(185 195 179 / 0.35);
}.tw-bg-vx-urskog-25\/40{
  background-color: rgb(185 195 179 / 0.4);
}.tw-bg-vx-urskog-25\/45{
  background-color: rgb(185 195 179 / 0.45);
}.tw-bg-vx-urskog-25\/5{
  background-color: rgb(185 195 179 / 0.05);
}.tw-bg-vx-urskog-25\/50{
  background-color: rgb(185 195 179 / 0.5);
}.tw-bg-vx-urskog-25\/55{
  background-color: rgb(185 195 179 / 0.55);
}.tw-bg-vx-urskog-25\/60{
  background-color: rgb(185 195 179 / 0.6);
}.tw-bg-vx-urskog-25\/65{
  background-color: rgb(185 195 179 / 0.65);
}.tw-bg-vx-urskog-25\/70{
  background-color: rgb(185 195 179 / 0.7);
}.tw-bg-vx-urskog-25\/75{
  background-color: rgb(185 195 179 / 0.75);
}.tw-bg-vx-urskog-25\/80{
  background-color: rgb(185 195 179 / 0.8);
}.tw-bg-vx-urskog-25\/85{
  background-color: rgb(185 195 179 / 0.85);
}.tw-bg-vx-urskog-25\/90{
  background-color: rgb(185 195 179 / 0.9);
}.tw-bg-vx-urskog-25\/95{
  background-color: rgb(185 195 179 / 0.95);
}.tw-bg-vx-urskog-50{
  --tw-bg-opacity: 1;
  background-color: rgb(129 148 120 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-50\/0{
  background-color: rgb(129 148 120 / 0);
}.tw-bg-vx-urskog-50\/10{
  background-color: rgb(129 148 120 / 0.1);
}.tw-bg-vx-urskog-50\/100{
  background-color: rgb(129 148 120 / 1);
}.tw-bg-vx-urskog-50\/15{
  background-color: rgb(129 148 120 / 0.15);
}.tw-bg-vx-urskog-50\/20{
  background-color: rgb(129 148 120 / 0.2);
}.tw-bg-vx-urskog-50\/25{
  background-color: rgb(129 148 120 / 0.25);
}.tw-bg-vx-urskog-50\/30{
  background-color: rgb(129 148 120 / 0.3);
}.tw-bg-vx-urskog-50\/35{
  background-color: rgb(129 148 120 / 0.35);
}.tw-bg-vx-urskog-50\/40{
  background-color: rgb(129 148 120 / 0.4);
}.tw-bg-vx-urskog-50\/45{
  background-color: rgb(129 148 120 / 0.45);
}.tw-bg-vx-urskog-50\/5{
  background-color: rgb(129 148 120 / 0.05);
}.tw-bg-vx-urskog-50\/50{
  background-color: rgb(129 148 120 / 0.5);
}.tw-bg-vx-urskog-50\/55{
  background-color: rgb(129 148 120 / 0.55);
}.tw-bg-vx-urskog-50\/60{
  background-color: rgb(129 148 120 / 0.6);
}.tw-bg-vx-urskog-50\/65{
  background-color: rgb(129 148 120 / 0.65);
}.tw-bg-vx-urskog-50\/70{
  background-color: rgb(129 148 120 / 0.7);
}.tw-bg-vx-urskog-50\/75{
  background-color: rgb(129 148 120 / 0.75);
}.tw-bg-vx-urskog-50\/80{
  background-color: rgb(129 148 120 / 0.8);
}.tw-bg-vx-urskog-50\/85{
  background-color: rgb(129 148 120 / 0.85);
}.tw-bg-vx-urskog-50\/90{
  background-color: rgb(129 148 120 / 0.9);
}.tw-bg-vx-urskog-50\/95{
  background-color: rgb(129 148 120 / 0.95);
}.tw-bg-vx-urskog-75{
  --tw-bg-opacity: 1;
  background-color: rgb(79 94 74 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-75\/0{
  background-color: rgb(79 94 74 / 0);
}.tw-bg-vx-urskog-75\/10{
  background-color: rgb(79 94 74 / 0.1);
}.tw-bg-vx-urskog-75\/100{
  background-color: rgb(79 94 74 / 1);
}.tw-bg-vx-urskog-75\/15{
  background-color: rgb(79 94 74 / 0.15);
}.tw-bg-vx-urskog-75\/20{
  background-color: rgb(79 94 74 / 0.2);
}.tw-bg-vx-urskog-75\/25{
  background-color: rgb(79 94 74 / 0.25);
}.tw-bg-vx-urskog-75\/30{
  background-color: rgb(79 94 74 / 0.3);
}.tw-bg-vx-urskog-75\/35{
  background-color: rgb(79 94 74 / 0.35);
}.tw-bg-vx-urskog-75\/40{
  background-color: rgb(79 94 74 / 0.4);
}.tw-bg-vx-urskog-75\/45{
  background-color: rgb(79 94 74 / 0.45);
}.tw-bg-vx-urskog-75\/5{
  background-color: rgb(79 94 74 / 0.05);
}.tw-bg-vx-urskog-75\/50{
  background-color: rgb(79 94 74 / 0.5);
}.tw-bg-vx-urskog-75\/55{
  background-color: rgb(79 94 74 / 0.55);
}.tw-bg-vx-urskog-75\/60{
  background-color: rgb(79 94 74 / 0.6);
}.tw-bg-vx-urskog-75\/65{
  background-color: rgb(79 94 74 / 0.65);
}.tw-bg-vx-urskog-75\/70{
  background-color: rgb(79 94 74 / 0.7);
}.tw-bg-vx-urskog-75\/75{
  background-color: rgb(79 94 74 / 0.75);
}.tw-bg-vx-urskog-75\/80{
  background-color: rgb(79 94 74 / 0.8);
}.tw-bg-vx-urskog-75\/85{
  background-color: rgb(79 94 74 / 0.85);
}.tw-bg-vx-urskog-75\/90{
  background-color: rgb(79 94 74 / 0.9);
}.tw-bg-vx-urskog-75\/95{
  background-color: rgb(79 94 74 / 0.95);
}.tw-bg-vx-urskog-90{
  --tw-bg-opacity: 1;
  background-color: rgb(49 62 46 / var(--tw-bg-opacity));
}.tw-bg-vx-urskog-90\/0{
  background-color: rgb(49 62 46 / 0);
}.tw-bg-vx-urskog-90\/10{
  background-color: rgb(49 62 46 / 0.1);
}.tw-bg-vx-urskog-90\/100{
  background-color: rgb(49 62 46 / 1);
}.tw-bg-vx-urskog-90\/15{
  background-color: rgb(49 62 46 / 0.15);
}.tw-bg-vx-urskog-90\/20{
  background-color: rgb(49 62 46 / 0.2);
}.tw-bg-vx-urskog-90\/25{
  background-color: rgb(49 62 46 / 0.25);
}.tw-bg-vx-urskog-90\/30{
  background-color: rgb(49 62 46 / 0.3);
}.tw-bg-vx-urskog-90\/35{
  background-color: rgb(49 62 46 / 0.35);
}.tw-bg-vx-urskog-90\/40{
  background-color: rgb(49 62 46 / 0.4);
}.tw-bg-vx-urskog-90\/45{
  background-color: rgb(49 62 46 / 0.45);
}.tw-bg-vx-urskog-90\/5{
  background-color: rgb(49 62 46 / 0.05);
}.tw-bg-vx-urskog-90\/50{
  background-color: rgb(49 62 46 / 0.5);
}.tw-bg-vx-urskog-90\/55{
  background-color: rgb(49 62 46 / 0.55);
}.tw-bg-vx-urskog-90\/60{
  background-color: rgb(49 62 46 / 0.6);
}.tw-bg-vx-urskog-90\/65{
  background-color: rgb(49 62 46 / 0.65);
}.tw-bg-vx-urskog-90\/70{
  background-color: rgb(49 62 46 / 0.7);
}.tw-bg-vx-urskog-90\/75{
  background-color: rgb(49 62 46 / 0.75);
}.tw-bg-vx-urskog-90\/80{
  background-color: rgb(49 62 46 / 0.8);
}.tw-bg-vx-urskog-90\/85{
  background-color: rgb(49 62 46 / 0.85);
}.tw-bg-vx-urskog-90\/90{
  background-color: rgb(49 62 46 / 0.9);
}.tw-bg-vx-urskog-90\/95{
  background-color: rgb(49 62 46 / 0.95);
}.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.tw-object-center{
  -o-object-position: center;
     object-position: center;
}.tw-p-3{
  padding: 0.75rem;
}.tw-p-4{
  padding: 1rem;
}.tw-p-8{
  padding: 2rem;
}.tw-p-gap-sm{
  padding: 24px;
}.\!tw-px-\[12\.5px\]{
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
}.tw-px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}.\!tw-pb-0{
  padding-bottom: 0px !important;
}.tw-pb-2{
  padding-bottom: 0.5rem;
}.tw-pb-gap-sm{
  padding-bottom: 24px;
}.tw-ps-10{
  padding-inline-start: 2.5rem;
}.tw-pt-2{
  padding-top: 0.5rem;
}.tw-pt-5{
  padding-top: 1.25rem;
}.tw-text-center{
  text-align: center;
}.tw-text-\[3rem\]{
  font-size: 3rem;
}.tw-font-bold{
  font-weight: 700;
}.tw-font-semibold{
  font-weight: 600;
}.tw-leading-\[0\.75\]{
  line-height: 0.75;
}.tw-tracking-widest{
  letter-spacing: .1rem;
}.tw-text-vx-black{
  --tw-text-opacity: 1;
  color: rgb(18 27 17 / var(--tw-text-opacity));
}.tw-text-vx-black\/0{
  color: rgb(18 27 17 / 0);
}.tw-text-vx-black\/10{
  color: rgb(18 27 17 / 0.1);
}.tw-text-vx-black\/100{
  color: rgb(18 27 17 / 1);
}.tw-text-vx-black\/15{
  color: rgb(18 27 17 / 0.15);
}.tw-text-vx-black\/20{
  color: rgb(18 27 17 / 0.2);
}.tw-text-vx-black\/25{
  color: rgb(18 27 17 / 0.25);
}.tw-text-vx-black\/30{
  color: rgb(18 27 17 / 0.3);
}.tw-text-vx-black\/35{
  color: rgb(18 27 17 / 0.35);
}.tw-text-vx-black\/40{
  color: rgb(18 27 17 / 0.4);
}.tw-text-vx-black\/45{
  color: rgb(18 27 17 / 0.45);
}.tw-text-vx-black\/5{
  color: rgb(18 27 17 / 0.05);
}.tw-text-vx-black\/50{
  color: rgb(18 27 17 / 0.5);
}.tw-text-vx-black\/55{
  color: rgb(18 27 17 / 0.55);
}.tw-text-vx-black\/60{
  color: rgb(18 27 17 / 0.6);
}.tw-text-vx-black\/65{
  color: rgb(18 27 17 / 0.65);
}.tw-text-vx-black\/70{
  color: rgb(18 27 17 / 0.7);
}.tw-text-vx-black\/75{
  color: rgb(18 27 17 / 0.75);
}.tw-text-vx-black\/80{
  color: rgb(18 27 17 / 0.8);
}.tw-text-vx-black\/85{
  color: rgb(18 27 17 / 0.85);
}.tw-text-vx-black\/90{
  color: rgb(18 27 17 / 0.9);
}.tw-text-vx-black\/95{
  color: rgb(18 27 17 / 0.95);
}.tw-text-vx-livlig{
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity));
}.tw-text-vx-livlig\/0{
  color: rgb(255 255 0 / 0);
}.tw-text-vx-livlig\/10{
  color: rgb(255 255 0 / 0.1);
}.tw-text-vx-livlig\/100{
  color: rgb(255 255 0 / 1);
}.tw-text-vx-livlig\/15{
  color: rgb(255 255 0 / 0.15);
}.tw-text-vx-livlig\/20{
  color: rgb(255 255 0 / 0.2);
}.tw-text-vx-livlig\/25{
  color: rgb(255 255 0 / 0.25);
}.tw-text-vx-livlig\/30{
  color: rgb(255 255 0 / 0.3);
}.tw-text-vx-livlig\/35{
  color: rgb(255 255 0 / 0.35);
}.tw-text-vx-livlig\/40{
  color: rgb(255 255 0 / 0.4);
}.tw-text-vx-livlig\/45{
  color: rgb(255 255 0 / 0.45);
}.tw-text-vx-livlig\/5{
  color: rgb(255 255 0 / 0.05);
}.tw-text-vx-livlig\/50{
  color: rgb(255 255 0 / 0.5);
}.tw-text-vx-livlig\/55{
  color: rgb(255 255 0 / 0.55);
}.tw-text-vx-livlig\/60{
  color: rgb(255 255 0 / 0.6);
}.tw-text-vx-livlig\/65{
  color: rgb(255 255 0 / 0.65);
}.tw-text-vx-livlig\/70{
  color: rgb(255 255 0 / 0.7);
}.tw-text-vx-livlig\/75{
  color: rgb(255 255 0 / 0.75);
}.tw-text-vx-livlig\/80{
  color: rgb(255 255 0 / 0.8);
}.tw-text-vx-livlig\/85{
  color: rgb(255 255 0 / 0.85);
}.tw-text-vx-livlig\/90{
  color: rgb(255 255 0 / 0.9);
}.tw-text-vx-livlig\/95{
  color: rgb(255 255 0 / 0.95);
}.tw-text-vx-lystring{
  --tw-text-opacity: 1;
  color: rgb(220 254 133 / var(--tw-text-opacity));
}.tw-text-vx-lystring\/0{
  color: rgb(220 254 133 / 0);
}.tw-text-vx-lystring\/10{
  color: rgb(220 254 133 / 0.1);
}.tw-text-vx-lystring\/100{
  color: rgb(220 254 133 / 1);
}.tw-text-vx-lystring\/15{
  color: rgb(220 254 133 / 0.15);
}.tw-text-vx-lystring\/20{
  color: rgb(220 254 133 / 0.2);
}.tw-text-vx-lystring\/25{
  color: rgb(220 254 133 / 0.25);
}.tw-text-vx-lystring\/30{
  color: rgb(220 254 133 / 0.3);
}.tw-text-vx-lystring\/35{
  color: rgb(220 254 133 / 0.35);
}.tw-text-vx-lystring\/40{
  color: rgb(220 254 133 / 0.4);
}.tw-text-vx-lystring\/45{
  color: rgb(220 254 133 / 0.45);
}.tw-text-vx-lystring\/5{
  color: rgb(220 254 133 / 0.05);
}.tw-text-vx-lystring\/50{
  color: rgb(220 254 133 / 0.5);
}.tw-text-vx-lystring\/55{
  color: rgb(220 254 133 / 0.55);
}.tw-text-vx-lystring\/60{
  color: rgb(220 254 133 / 0.6);
}.tw-text-vx-lystring\/65{
  color: rgb(220 254 133 / 0.65);
}.tw-text-vx-lystring\/70{
  color: rgb(220 254 133 / 0.7);
}.tw-text-vx-lystring\/75{
  color: rgb(220 254 133 / 0.75);
}.tw-text-vx-lystring\/80{
  color: rgb(220 254 133 / 0.8);
}.tw-text-vx-lystring\/85{
  color: rgb(220 254 133 / 0.85);
}.tw-text-vx-lystring\/90{
  color: rgb(220 254 133 / 0.9);
}.tw-text-vx-lystring\/95{
  color: rgb(220 254 133 / 0.95);
}.tw-text-vx-urskog-00{
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}.tw-text-vx-urskog-00\/0{
  color: rgb(241 242 237 / 0);
}.tw-text-vx-urskog-00\/10{
  color: rgb(241 242 237 / 0.1);
}.tw-text-vx-urskog-00\/100{
  color: rgb(241 242 237 / 1);
}.tw-text-vx-urskog-00\/15{
  color: rgb(241 242 237 / 0.15);
}.tw-text-vx-urskog-00\/20{
  color: rgb(241 242 237 / 0.2);
}.tw-text-vx-urskog-00\/25{
  color: rgb(241 242 237 / 0.25);
}.tw-text-vx-urskog-00\/30{
  color: rgb(241 242 237 / 0.3);
}.tw-text-vx-urskog-00\/35{
  color: rgb(241 242 237 / 0.35);
}.tw-text-vx-urskog-00\/40{
  color: rgb(241 242 237 / 0.4);
}.tw-text-vx-urskog-00\/45{
  color: rgb(241 242 237 / 0.45);
}.tw-text-vx-urskog-00\/5{
  color: rgb(241 242 237 / 0.05);
}.tw-text-vx-urskog-00\/50{
  color: rgb(241 242 237 / 0.5);
}.tw-text-vx-urskog-00\/55{
  color: rgb(241 242 237 / 0.55);
}.tw-text-vx-urskog-00\/60{
  color: rgb(241 242 237 / 0.6);
}.tw-text-vx-urskog-00\/65{
  color: rgb(241 242 237 / 0.65);
}.tw-text-vx-urskog-00\/70{
  color: rgb(241 242 237 / 0.7);
}.tw-text-vx-urskog-00\/75{
  color: rgb(241 242 237 / 0.75);
}.tw-text-vx-urskog-00\/80{
  color: rgb(241 242 237 / 0.8);
}.tw-text-vx-urskog-00\/85{
  color: rgb(241 242 237 / 0.85);
}.tw-text-vx-urskog-00\/90{
  color: rgb(241 242 237 / 0.9);
}.tw-text-vx-urskog-00\/95{
  color: rgb(241 242 237 / 0.95);
}.tw-text-vx-urskog-10{
  --tw-text-opacity: 1;
  color: rgb(219 223 214 / var(--tw-text-opacity));
}.tw-text-vx-urskog-10\/0{
  color: rgb(219 223 214 / 0);
}.tw-text-vx-urskog-10\/10{
  color: rgb(219 223 214 / 0.1);
}.tw-text-vx-urskog-10\/100{
  color: rgb(219 223 214 / 1);
}.tw-text-vx-urskog-10\/15{
  color: rgb(219 223 214 / 0.15);
}.tw-text-vx-urskog-10\/20{
  color: rgb(219 223 214 / 0.2);
}.tw-text-vx-urskog-10\/25{
  color: rgb(219 223 214 / 0.25);
}.tw-text-vx-urskog-10\/30{
  color: rgb(219 223 214 / 0.3);
}.tw-text-vx-urskog-10\/35{
  color: rgb(219 223 214 / 0.35);
}.tw-text-vx-urskog-10\/40{
  color: rgb(219 223 214 / 0.4);
}.tw-text-vx-urskog-10\/45{
  color: rgb(219 223 214 / 0.45);
}.tw-text-vx-urskog-10\/5{
  color: rgb(219 223 214 / 0.05);
}.tw-text-vx-urskog-10\/50{
  color: rgb(219 223 214 / 0.5);
}.tw-text-vx-urskog-10\/55{
  color: rgb(219 223 214 / 0.55);
}.tw-text-vx-urskog-10\/60{
  color: rgb(219 223 214 / 0.6);
}.tw-text-vx-urskog-10\/65{
  color: rgb(219 223 214 / 0.65);
}.tw-text-vx-urskog-10\/70{
  color: rgb(219 223 214 / 0.7);
}.tw-text-vx-urskog-10\/75{
  color: rgb(219 223 214 / 0.75);
}.tw-text-vx-urskog-10\/80{
  color: rgb(219 223 214 / 0.8);
}.tw-text-vx-urskog-10\/85{
  color: rgb(219 223 214 / 0.85);
}.tw-text-vx-urskog-10\/90{
  color: rgb(219 223 214 / 0.9);
}.tw-text-vx-urskog-10\/95{
  color: rgb(219 223 214 / 0.95);
}.tw-text-vx-urskog-100{
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}.tw-text-vx-urskog-100\/0{
  color: rgb(29 41 28 / 0);
}.tw-text-vx-urskog-100\/10{
  color: rgb(29 41 28 / 0.1);
}.tw-text-vx-urskog-100\/100{
  color: rgb(29 41 28 / 1);
}.tw-text-vx-urskog-100\/15{
  color: rgb(29 41 28 / 0.15);
}.tw-text-vx-urskog-100\/20{
  color: rgb(29 41 28 / 0.2);
}.tw-text-vx-urskog-100\/25{
  color: rgb(29 41 28 / 0.25);
}.tw-text-vx-urskog-100\/30{
  color: rgb(29 41 28 / 0.3);
}.tw-text-vx-urskog-100\/35{
  color: rgb(29 41 28 / 0.35);
}.tw-text-vx-urskog-100\/40{
  color: rgb(29 41 28 / 0.4);
}.tw-text-vx-urskog-100\/45{
  color: rgb(29 41 28 / 0.45);
}.tw-text-vx-urskog-100\/5{
  color: rgb(29 41 28 / 0.05);
}.tw-text-vx-urskog-100\/50{
  color: rgb(29 41 28 / 0.5);
}.tw-text-vx-urskog-100\/55{
  color: rgb(29 41 28 / 0.55);
}.tw-text-vx-urskog-100\/60{
  color: rgb(29 41 28 / 0.6);
}.tw-text-vx-urskog-100\/65{
  color: rgb(29 41 28 / 0.65);
}.tw-text-vx-urskog-100\/70{
  color: rgb(29 41 28 / 0.7);
}.tw-text-vx-urskog-100\/75{
  color: rgb(29 41 28 / 0.75);
}.tw-text-vx-urskog-100\/80{
  color: rgb(29 41 28 / 0.8);
}.tw-text-vx-urskog-100\/85{
  color: rgb(29 41 28 / 0.85);
}.tw-text-vx-urskog-100\/90{
  color: rgb(29 41 28 / 0.9);
}.tw-text-vx-urskog-100\/95{
  color: rgb(29 41 28 / 0.95);
}.tw-text-vx-urskog-25{
  --tw-text-opacity: 1;
  color: rgb(185 195 179 / var(--tw-text-opacity));
}.tw-text-vx-urskog-25\/0{
  color: rgb(185 195 179 / 0);
}.tw-text-vx-urskog-25\/10{
  color: rgb(185 195 179 / 0.1);
}.tw-text-vx-urskog-25\/100{
  color: rgb(185 195 179 / 1);
}.tw-text-vx-urskog-25\/15{
  color: rgb(185 195 179 / 0.15);
}.tw-text-vx-urskog-25\/20{
  color: rgb(185 195 179 / 0.2);
}.tw-text-vx-urskog-25\/25{
  color: rgb(185 195 179 / 0.25);
}.tw-text-vx-urskog-25\/30{
  color: rgb(185 195 179 / 0.3);
}.tw-text-vx-urskog-25\/35{
  color: rgb(185 195 179 / 0.35);
}.tw-text-vx-urskog-25\/40{
  color: rgb(185 195 179 / 0.4);
}.tw-text-vx-urskog-25\/45{
  color: rgb(185 195 179 / 0.45);
}.tw-text-vx-urskog-25\/5{
  color: rgb(185 195 179 / 0.05);
}.tw-text-vx-urskog-25\/50{
  color: rgb(185 195 179 / 0.5);
}.tw-text-vx-urskog-25\/55{
  color: rgb(185 195 179 / 0.55);
}.tw-text-vx-urskog-25\/60{
  color: rgb(185 195 179 / 0.6);
}.tw-text-vx-urskog-25\/65{
  color: rgb(185 195 179 / 0.65);
}.tw-text-vx-urskog-25\/70{
  color: rgb(185 195 179 / 0.7);
}.tw-text-vx-urskog-25\/75{
  color: rgb(185 195 179 / 0.75);
}.tw-text-vx-urskog-25\/80{
  color: rgb(185 195 179 / 0.8);
}.tw-text-vx-urskog-25\/85{
  color: rgb(185 195 179 / 0.85);
}.tw-text-vx-urskog-25\/90{
  color: rgb(185 195 179 / 0.9);
}.tw-text-vx-urskog-25\/95{
  color: rgb(185 195 179 / 0.95);
}.tw-text-vx-urskog-50{
  --tw-text-opacity: 1;
  color: rgb(129 148 120 / var(--tw-text-opacity));
}.tw-text-vx-urskog-50\/0{
  color: rgb(129 148 120 / 0);
}.tw-text-vx-urskog-50\/10{
  color: rgb(129 148 120 / 0.1);
}.tw-text-vx-urskog-50\/100{
  color: rgb(129 148 120 / 1);
}.tw-text-vx-urskog-50\/15{
  color: rgb(129 148 120 / 0.15);
}.tw-text-vx-urskog-50\/20{
  color: rgb(129 148 120 / 0.2);
}.tw-text-vx-urskog-50\/25{
  color: rgb(129 148 120 / 0.25);
}.tw-text-vx-urskog-50\/30{
  color: rgb(129 148 120 / 0.3);
}.tw-text-vx-urskog-50\/35{
  color: rgb(129 148 120 / 0.35);
}.tw-text-vx-urskog-50\/40{
  color: rgb(129 148 120 / 0.4);
}.tw-text-vx-urskog-50\/45{
  color: rgb(129 148 120 / 0.45);
}.tw-text-vx-urskog-50\/5{
  color: rgb(129 148 120 / 0.05);
}.tw-text-vx-urskog-50\/50{
  color: rgb(129 148 120 / 0.5);
}.tw-text-vx-urskog-50\/55{
  color: rgb(129 148 120 / 0.55);
}.tw-text-vx-urskog-50\/60{
  color: rgb(129 148 120 / 0.6);
}.tw-text-vx-urskog-50\/65{
  color: rgb(129 148 120 / 0.65);
}.tw-text-vx-urskog-50\/70{
  color: rgb(129 148 120 / 0.7);
}.tw-text-vx-urskog-50\/75{
  color: rgb(129 148 120 / 0.75);
}.tw-text-vx-urskog-50\/80{
  color: rgb(129 148 120 / 0.8);
}.tw-text-vx-urskog-50\/85{
  color: rgb(129 148 120 / 0.85);
}.tw-text-vx-urskog-50\/90{
  color: rgb(129 148 120 / 0.9);
}.tw-text-vx-urskog-50\/95{
  color: rgb(129 148 120 / 0.95);
}.tw-text-vx-urskog-75{
  --tw-text-opacity: 1;
  color: rgb(79 94 74 / var(--tw-text-opacity));
}.tw-text-vx-urskog-75\/0{
  color: rgb(79 94 74 / 0);
}.tw-text-vx-urskog-75\/10{
  color: rgb(79 94 74 / 0.1);
}.tw-text-vx-urskog-75\/100{
  color: rgb(79 94 74 / 1);
}.tw-text-vx-urskog-75\/15{
  color: rgb(79 94 74 / 0.15);
}.tw-text-vx-urskog-75\/20{
  color: rgb(79 94 74 / 0.2);
}.tw-text-vx-urskog-75\/25{
  color: rgb(79 94 74 / 0.25);
}.tw-text-vx-urskog-75\/30{
  color: rgb(79 94 74 / 0.3);
}.tw-text-vx-urskog-75\/35{
  color: rgb(79 94 74 / 0.35);
}.tw-text-vx-urskog-75\/40{
  color: rgb(79 94 74 / 0.4);
}.tw-text-vx-urskog-75\/45{
  color: rgb(79 94 74 / 0.45);
}.tw-text-vx-urskog-75\/5{
  color: rgb(79 94 74 / 0.05);
}.tw-text-vx-urskog-75\/50{
  color: rgb(79 94 74 / 0.5);
}.tw-text-vx-urskog-75\/55{
  color: rgb(79 94 74 / 0.55);
}.tw-text-vx-urskog-75\/60{
  color: rgb(79 94 74 / 0.6);
}.tw-text-vx-urskog-75\/65{
  color: rgb(79 94 74 / 0.65);
}.tw-text-vx-urskog-75\/70{
  color: rgb(79 94 74 / 0.7);
}.tw-text-vx-urskog-75\/75{
  color: rgb(79 94 74 / 0.75);
}.tw-text-vx-urskog-75\/80{
  color: rgb(79 94 74 / 0.8);
}.tw-text-vx-urskog-75\/85{
  color: rgb(79 94 74 / 0.85);
}.tw-text-vx-urskog-75\/90{
  color: rgb(79 94 74 / 0.9);
}.tw-text-vx-urskog-75\/95{
  color: rgb(79 94 74 / 0.95);
}.tw-text-vx-urskog-90{
  --tw-text-opacity: 1;
  color: rgb(49 62 46 / var(--tw-text-opacity));
}.tw-text-vx-urskog-90\/0{
  color: rgb(49 62 46 / 0);
}.tw-text-vx-urskog-90\/10{
  color: rgb(49 62 46 / 0.1);
}.tw-text-vx-urskog-90\/100{
  color: rgb(49 62 46 / 1);
}.tw-text-vx-urskog-90\/15{
  color: rgb(49 62 46 / 0.15);
}.tw-text-vx-urskog-90\/20{
  color: rgb(49 62 46 / 0.2);
}.tw-text-vx-urskog-90\/25{
  color: rgb(49 62 46 / 0.25);
}.tw-text-vx-urskog-90\/30{
  color: rgb(49 62 46 / 0.3);
}.tw-text-vx-urskog-90\/35{
  color: rgb(49 62 46 / 0.35);
}.tw-text-vx-urskog-90\/40{
  color: rgb(49 62 46 / 0.4);
}.tw-text-vx-urskog-90\/45{
  color: rgb(49 62 46 / 0.45);
}.tw-text-vx-urskog-90\/5{
  color: rgb(49 62 46 / 0.05);
}.tw-text-vx-urskog-90\/50{
  color: rgb(49 62 46 / 0.5);
}.tw-text-vx-urskog-90\/55{
  color: rgb(49 62 46 / 0.55);
}.tw-text-vx-urskog-90\/60{
  color: rgb(49 62 46 / 0.6);
}.tw-text-vx-urskog-90\/65{
  color: rgb(49 62 46 / 0.65);
}.tw-text-vx-urskog-90\/70{
  color: rgb(49 62 46 / 0.7);
}.tw-text-vx-urskog-90\/75{
  color: rgb(49 62 46 / 0.75);
}.tw-text-vx-urskog-90\/80{
  color: rgb(49 62 46 / 0.8);
}.tw-text-vx-urskog-90\/85{
  color: rgb(49 62 46 / 0.85);
}.tw-text-vx-urskog-90\/90{
  color: rgb(49 62 46 / 0.9);
}.tw-text-vx-urskog-90\/95{
  color: rgb(49 62 46 / 0.95);
}.tw-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.tw-opacity-0{
  opacity: 0;
}.tw-mix-blend-difference{
  mix-blend-mode: difference;
}.tw-grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.tw-duration-300{
  transition-duration: 300ms;
}html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}@media (min-width: 600px){html{
    font-size: 20px;
  }
}@media (min-width: 1080px){html{
    font-size: 22px;
  }
}@media (min-width: 1580px){html{
    font-size: 24px;
  }
}article{
  position: relative;
  z-index: 90;
  margin-top: 10rem;
  overflow-y: hidden;
  border-radius: 24px;
  padding-bottom: 48px;
}@media (min-width: 600px){article{
    padding-bottom: 64px;
  }
}@media (min-width: 1080px){article{
    padding-bottom: 72px;
  }
}@media (min-width: 1580px){article{
    padding-bottom: 128px;
  }
}article{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}:is(.tw-dark article){
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}article{
  min-height: 940px;
}/* typography */h1,
.h1{
  line-height: 1.1;
  font-size: 2.5rem;
}@media (min-width: 1080px){h1,
.h1{
    font-size: 3rem;
  }
}h1,
.h1{
  margin-bottom: 1rem;
}.h1.start{
  line-height: 1.1;
  font-size: 3rem;
}@media (min-width: 1080px){.h1.start{
    font-size: 3.5rem;
  }
}@media (min-width: 1580px){.h1.start{
    font-size: 4rem;
  }
}.h1.start{
  margin-bottom: 1rem;
}h2,
.h2{
  line-height: 1.1;
  font-size: 2rem;
  margin-bottom: 1rem;
}h3,
.h3{
  line-height: 1.25;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}h4,
.h4{
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1rem;
}h5,
.h5{
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}.body{
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: .01rem;
}.body-small{
  line-height: 1.5;
  font-size: 0.75rem;
  letter-spacing: .01rem;
}.mono{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.button-text{
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1rem;
}p{
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: .01rem;
}section:not(:last-of-type){
  margin-bottom: 48px;
}@media (min-width: 600px){section:not(:last-of-type){
    margin-bottom: 64px;
  }
}@media (min-width: 1080px){section:not(:last-of-type){
    margin-bottom: 72px;
  }
}@media (min-width: 1580px){section:not(:last-of-type){
    margin-bottom: 128px;
  }
}/* grid */.layout-grid{
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}@media (min-width: 600px){.layout-grid{
    margin-left: 32px;
    margin-right: 32px;
  }
}@media (min-width: 1080px){.layout-grid{
    margin-left: 80px;
    margin-right: 80px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px;
  }
}@media (min-width: 1580px){.layout-grid{
    margin-left: 128px;
    margin-right: 128px;
    gap: 40px;
  }
}@media (min-width: 2064px){.layout-grid{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1800px;
  }
}.layout-grid.inner{
  margin-left: 0px !important;
  margin-right: 0px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}/* buttons */.vx-button{
  display: inline-flex;
  height: 48px;
  align-items: center;
  border-radius: 999px;
  border-width: 1px;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-color: currentColor;
  background-color: transparent;
  color: currentColor;
}.vx-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 41 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}:is(.tw-dark .vx-button:hover){
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}.iso .vx-button:hover,
footer .vx-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}nav .vx-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}:is(.tw-dark nav .vx-button:hover){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}.vx-text-button{
  margin-right: 48px;
  display: inline-flex;
  height: 48px;
  align-items: center;
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: currentColor;
}.vx-text-button div{
  margin-right: 24px;
  height: 28px;
  width: 28px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 999px;
  border-width: 1px;
  border-color: currentColor;
}.vx-text-button:hover div{
  --tw-border-opacity: 1;
  border-color: rgb(29 41 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}:is(.tw-dark .vx-text-button:hover div){
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}/* padding & margin */.vx-py-section{
  padding-top: 48px;
  padding-bottom: 48px;
}@media (min-width: 600px){.vx-py-section{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}@media (min-width: 1080px){.vx-py-section{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}@media (min-width: 1580px){.vx-py-section{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}.vx-py-section-1_5{
  padding-top: 72px;
  padding-bottom: 72px;
}@media (min-width: 600px){.vx-py-section-1_5{
    padding-top: 96px;
    padding-bottom: 96px;
  }
}@media (min-width: 1080px){.vx-py-section-1_5{
    padding-top: 108px;
    padding-bottom: 108px;
  }
}@media (min-width: 1580px){.vx-py-section-1_5{
    padding-top: 192px;
    padding-bottom: 192px;
  }
}.vx-my-section{
  margin-top: 48px;
  margin-bottom: 48px;
}@media (min-width: 600px){.vx-my-section{
    margin-top: 64px;
    margin-bottom: 64px;
  }
}@media (min-width: 1080px){.vx-my-section{
    margin-top: 72px;
    margin-bottom: 72px;
  }
}@media (min-width: 1580px){.vx-my-section{
    margin-top: 128px;
    margin-bottom: 128px;
  }
}.vx-pb-section{
  padding-bottom: 48px;
}@media (min-width: 600px){.vx-pb-section{
    padding-bottom: 64px;
  }
}@media (min-width: 1080px){.vx-pb-section{
    padding-bottom: 72px;
  }
}@media (min-width: 1580px){.vx-pb-section{
    padding-bottom: 128px;
  }
}.vx-mb-section{
  margin-bottom: 48px;
}@media (min-width: 600px){.vx-mb-section{
    margin-bottom: 64px;
  }
}@media (min-width: 1080px){.vx-mb-section{
    margin-bottom: 72px;
  }
}@media (min-width: 1580px){.vx-mb-section{
    margin-bottom: 128px;
  }
}.vx-pt-section{
  padding-top: 48px;
}@media (min-width: 600px){.vx-pt-section{
    padding-top: 64px;
  }
}@media (min-width: 1080px){.vx-pt-section{
    padding-top: 72px;
  }
}@media (min-width: 1580px){.vx-pt-section{
    padding-top: 128px;
  }
}.vx-mt-section{
  margin-top: 48px;
}@media (min-width: 600px){.vx-mt-section{
    margin-top: 64px;
  }
}@media (min-width: 1080px){.vx-mt-section{
    margin-top: 72px;
  }
}@media (min-width: 1580px){.vx-mt-section{
    margin-top: 128px;
  }
}/* various */img{
  border-radius: 24px;
}.video-button{
  display: flex;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  background-color: rgb(29 41 28 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 500ms;
}.video-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}.vimeo-button{
  display: flex;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 27 17 / var(--tw-text-opacity));
  transition-duration: 500ms;
}:is(.tw-dark .vimeo-button){
  --tw-border-opacity: 1;
  border-color: rgb(220 254 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 254 133 / var(--tw-bg-opacity));
}.vimeo-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 254 133 / var(--tw-border-opacity));
  background-color: rgb(29 41 28 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(220 254 133 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.vimeo-progress{
  display: flex;
  height: 48px;
  width: 100%;
  min-width: 48px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background-color: rgb(29 41 28 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.vimeo-progress .progress-bar-fill{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
}:is(.tw-dark .vimeo-progress .progress-bar-fill){
  --tw-bg-opacity: 1;
  background-color: rgb(220 254 133 / var(--tw-bg-opacity));
}.vimeo-progress .progress-bar-time{
  margin: 0px;
  align-items: center;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}:is(.tw-dark .vimeo-progress .progress-bar-time){
  --tw-text-opacity: 1;
  color: rgb(220 254 133 / var(--tw-text-opacity));
}:root {
  --light-mode: url(8b50ca5360bfa55331e8.svg);
  --dark-mode: url(c3691584b040ed3f0a73.svg);

  --arrow-left-dark: url(55e8dbc22b882aa2a166.svg);
  --arrow-left-light: url(e7ff2c6b51a2be15f26c.svg);
  --arrow-right-dark: url(01fcecdbe4e8b5c29e9d.svg);
  --arrow-right-light: url(d4e6503c9b91151caf1d.svg);

  --black: #121B11;
  --livling: #FFFF00;
  --lystring: #DCFE85;
  --urskog-00: #F1F2ED;
  --urskog-100: #1D291C;
  --urskog-10: #DBDFD6;
  --urskog-25: #B9C3B3;
  --urskog-50: #819478;
  --urskog-75: #4F5E4A;
  --urskog-90: #313E2E;
}.vx-mask {
  -webkit-mask: url(99573388773de61b878f.svg) no-repeat center;
          mask: url(99573388773de61b878f.svg) no-repeat center;
}/* animated underline */.ani-line {
  display: inline;
  position: relative;
  overflow: hidden;
}.ani-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 0;
  background: currentColor;
  transition: 0.2s ease-in-out;
  height: 1px;
  border-radius: 9999px;
}.ani-line.thick-2::after {
  height: 2px;
}.ani-line.thick-3::after {
  height: 3px;
}.ani-line:hover::after,
.ani-line:focus::after,
.ani-line:active::after {
  left: 0;
  right: auto;
  width: 100%;
}/* lists */.nav-list li {
  counter-increment: items;
  transition-duration: 250ms;
}.nav-list li::after {
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  content: "0" counter(items);
  position: absolute;
  left: 0;
  transition-duration: 250ms;
  color: var(--lystring);
}html.tw-dark .nav-list li::after {
  color: var(--urskog-50);
}.footer-list li {
  position: relative;
  counter-increment: items;
  padding-left: 1.5rem;
}.footer-list li::after {
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  content: "0" counter(items);
  position: absolute;
  left: 0;
  color: var(--lystring);
}ul.angle-arrow  {
  margin-left: 1rem;
}ul.angle-arrow li {
  padding-left: 1rem;
}ul.angle-arrow li::marker {
  position: absolute;
  content: "\21B3";
}/* employee list */.employee-row:not(:last-of-type) {
  border-bottom: 0;
}/* logo scroller */.logo-scroller svg {
  width: auto;
  height: 100%;
  max-width: 9rem;
}/* case gradient */.case-gradient {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}/* input radio */input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  color: currentColor;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: .5rem;
}input[type="radio"]::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--urskog-100);
  border-radius: 50%;
  transition: all 0.2s;
}html.tw-dark input[type="radio"]::before {
  background-color: var(--lystring);
}input[type="radio"]:checked::before {
  width: 10px;
  height: 10px;
}header.nav-open #coordinates,
header.nav-open #darkswitch,
header.nav-open #logo,
header.nav-open #title {
    display: none;
}#darkswitch label {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 999px;
}#darkswitch label::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 50%;
  left: 6px;
  transition: all 0.25s;
  transform: translate(0, -50%);
  background-image: var(--light-mode);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}#darkswitch input:checked+label::after {
  left: calc(100% - 6px);
  transform: translate(-100%, -50%);
  background-image: var(--dark-mode);
}#darkswitch input {
  display: none;
}* {
  cursor: none !important;
}#fancycursor {
  position: fixed;
  pointer-events: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  transition: width 0.25s, height 0.25s;
}#fancycursor.tiny,
#fancycursor.tiny.text {
  width: 18px;
  height: 18px;
}#fancycursor.text {
  width: 110px;
  height: 110px;
}#fancycursor.tiny span,
#fancycursor.tiny.text span {
  display: none;
}#fancycursor.text span {
  display: flex;
}.funnel {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}.funnel span {
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 1px;
  transform: translate(-50%, -50%);
  left: 50%;
}.funnel.active {
  background-color: currentColor;
}.funnel.active span {
  background-color: var(--urskog-00);
}html.tw-dark .funnel.active span {
  background-color: var(--urskog-100);
}.funnel #top {
  top: 33.3%;
  width: 40%;
}.funnel #mid {
  top: 50%;
  width: 25%;
}.funnel #low {
  top: 66.7%;
  width: 10%;
}#hamburger {
  position: relative;
  width: 48px;
  height: 48px;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}#hamburger span {
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 1px;
  width: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
}#hamburger #top {
  top: 33.3%;
}#hamburger #mid {
  top: 50%;
}#hamburger #low {
  top: 66.7%;
}.play-pause span {
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 18px;
  width: 1px;
}.play-pause > .left {
  top: 50%;
  left: 17px;
  transform: translate(-50%, -50%);
}.play-pause > .top {
  top: 18.5px;
  left: 24.5px;
  transform: translate(-50%, -50%) rotate(-60deg);
}.play-pause > .bottom {
  top: 27.5px;
  left: 24.5px;
  transform: translate(-50%, -50%) rotate(60deg);
}.volume > svg {
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translate(-50%, -50%);
}.volume span {
  display: block;
  position: absolute;
  border: 1px solid;
  border-color: transparent currentColor transparent transparent;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.volume > .first {
  height: 16px;
  width: 16px;
  left: 23px;
}.volume > .second {
  height: 20px;
  width: 20px;
  left: 25px;
}.hover\:tw-text-vx-urskog-50:hover{
  --tw-text-opacity: 1;
  color: rgb(129 148 120 / var(--tw-text-opacity));
}.hover\:tw-opacity-100:hover{
  opacity: 1;
}:is(.tw-dark .dark\:tw-border-vx-urskog-00){
  --tw-border-opacity: 1;
  border-color: rgb(241 242 237 / var(--tw-border-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-black){
  --tw-bg-opacity: 1;
  background-color: rgb(18 27 17 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-black\/0){
  background-color: rgb(18 27 17 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-black\/10){
  background-color: rgb(18 27 17 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-black\/100){
  background-color: rgb(18 27 17 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-black\/15){
  background-color: rgb(18 27 17 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-black\/20){
  background-color: rgb(18 27 17 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-black\/25){
  background-color: rgb(18 27 17 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-black\/30){
  background-color: rgb(18 27 17 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-black\/35){
  background-color: rgb(18 27 17 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-black\/40){
  background-color: rgb(18 27 17 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-black\/45){
  background-color: rgb(18 27 17 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-black\/5){
  background-color: rgb(18 27 17 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-black\/50){
  background-color: rgb(18 27 17 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-black\/55){
  background-color: rgb(18 27 17 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-black\/60){
  background-color: rgb(18 27 17 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-black\/65){
  background-color: rgb(18 27 17 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-black\/70){
  background-color: rgb(18 27 17 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-black\/75){
  background-color: rgb(18 27 17 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-black\/80){
  background-color: rgb(18 27 17 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-black\/85){
  background-color: rgb(18 27 17 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-black\/90){
  background-color: rgb(18 27 17 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-black\/95){
  background-color: rgb(18 27 17 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-livlig){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/0){
  background-color: rgb(255 255 0 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/10){
  background-color: rgb(255 255 0 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/100){
  background-color: rgb(255 255 0 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/15){
  background-color: rgb(255 255 0 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/20){
  background-color: rgb(255 255 0 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/25){
  background-color: rgb(255 255 0 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/30){
  background-color: rgb(255 255 0 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/35){
  background-color: rgb(255 255 0 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/40){
  background-color: rgb(255 255 0 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/45){
  background-color: rgb(255 255 0 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/5){
  background-color: rgb(255 255 0 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/50){
  background-color: rgb(255 255 0 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/55){
  background-color: rgb(255 255 0 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/60){
  background-color: rgb(255 255 0 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/65){
  background-color: rgb(255 255 0 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/70){
  background-color: rgb(255 255 0 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/75){
  background-color: rgb(255 255 0 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/80){
  background-color: rgb(255 255 0 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/85){
  background-color: rgb(255 255 0 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/90){
  background-color: rgb(255 255 0 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-livlig\/95){
  background-color: rgb(255 255 0 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-lystring){
  --tw-bg-opacity: 1;
  background-color: rgb(220 254 133 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/0){
  background-color: rgb(220 254 133 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/10){
  background-color: rgb(220 254 133 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/100){
  background-color: rgb(220 254 133 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/15){
  background-color: rgb(220 254 133 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/20){
  background-color: rgb(220 254 133 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/25){
  background-color: rgb(220 254 133 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/30){
  background-color: rgb(220 254 133 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/35){
  background-color: rgb(220 254 133 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/40){
  background-color: rgb(220 254 133 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/45){
  background-color: rgb(220 254 133 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/5){
  background-color: rgb(220 254 133 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/50){
  background-color: rgb(220 254 133 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/55){
  background-color: rgb(220 254 133 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/60){
  background-color: rgb(220 254 133 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/65){
  background-color: rgb(220 254 133 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/70){
  background-color: rgb(220 254 133 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/75){
  background-color: rgb(220 254 133 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/80){
  background-color: rgb(220 254 133 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/85){
  background-color: rgb(220 254 133 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/90){
  background-color: rgb(220 254 133 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-lystring\/95){
  background-color: rgb(220 254 133 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00){
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 237 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/0){
  background-color: rgb(241 242 237 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/10){
  background-color: rgb(241 242 237 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/100){
  background-color: rgb(241 242 237 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/15){
  background-color: rgb(241 242 237 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/20){
  background-color: rgb(241 242 237 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/25){
  background-color: rgb(241 242 237 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/30){
  background-color: rgb(241 242 237 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/35){
  background-color: rgb(241 242 237 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/40){
  background-color: rgb(241 242 237 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/45){
  background-color: rgb(241 242 237 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/5){
  background-color: rgb(241 242 237 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/50){
  background-color: rgb(241 242 237 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/55){
  background-color: rgb(241 242 237 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/60){
  background-color: rgb(241 242 237 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/65){
  background-color: rgb(241 242 237 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/70){
  background-color: rgb(241 242 237 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/75){
  background-color: rgb(241 242 237 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/80){
  background-color: rgb(241 242 237 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/85){
  background-color: rgb(241 242 237 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/90){
  background-color: rgb(241 242 237 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-00\/95){
  background-color: rgb(241 242 237 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10){
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 214 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/0){
  background-color: rgb(219 223 214 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/10){
  background-color: rgb(219 223 214 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/100){
  background-color: rgb(219 223 214 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/15){
  background-color: rgb(219 223 214 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/20){
  background-color: rgb(219 223 214 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/25){
  background-color: rgb(219 223 214 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/30){
  background-color: rgb(219 223 214 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/35){
  background-color: rgb(219 223 214 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/40){
  background-color: rgb(219 223 214 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/45){
  background-color: rgb(219 223 214 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/5){
  background-color: rgb(219 223 214 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/50){
  background-color: rgb(219 223 214 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/55){
  background-color: rgb(219 223 214 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/60){
  background-color: rgb(219 223 214 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/65){
  background-color: rgb(219 223 214 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/70){
  background-color: rgb(219 223 214 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/75){
  background-color: rgb(219 223 214 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/80){
  background-color: rgb(219 223 214 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/85){
  background-color: rgb(219 223 214 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/90){
  background-color: rgb(219 223 214 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-10\/95){
  background-color: rgb(219 223 214 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100){
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 28 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/0){
  background-color: rgb(29 41 28 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/10){
  background-color: rgb(29 41 28 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/100){
  background-color: rgb(29 41 28 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/15){
  background-color: rgb(29 41 28 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/20){
  background-color: rgb(29 41 28 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/25){
  background-color: rgb(29 41 28 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/30){
  background-color: rgb(29 41 28 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/35){
  background-color: rgb(29 41 28 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/40){
  background-color: rgb(29 41 28 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/45){
  background-color: rgb(29 41 28 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/5){
  background-color: rgb(29 41 28 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/50){
  background-color: rgb(29 41 28 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/55){
  background-color: rgb(29 41 28 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/60){
  background-color: rgb(29 41 28 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/65){
  background-color: rgb(29 41 28 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/70){
  background-color: rgb(29 41 28 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/75){
  background-color: rgb(29 41 28 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/80){
  background-color: rgb(29 41 28 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/85){
  background-color: rgb(29 41 28 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/90){
  background-color: rgb(29 41 28 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-100\/95){
  background-color: rgb(29 41 28 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25){
  --tw-bg-opacity: 1;
  background-color: rgb(185 195 179 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/0){
  background-color: rgb(185 195 179 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/10){
  background-color: rgb(185 195 179 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/100){
  background-color: rgb(185 195 179 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/15){
  background-color: rgb(185 195 179 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/20){
  background-color: rgb(185 195 179 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/25){
  background-color: rgb(185 195 179 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/30){
  background-color: rgb(185 195 179 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/35){
  background-color: rgb(185 195 179 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/40){
  background-color: rgb(185 195 179 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/45){
  background-color: rgb(185 195 179 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/5){
  background-color: rgb(185 195 179 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/50){
  background-color: rgb(185 195 179 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/55){
  background-color: rgb(185 195 179 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/60){
  background-color: rgb(185 195 179 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/65){
  background-color: rgb(185 195 179 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/70){
  background-color: rgb(185 195 179 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/75){
  background-color: rgb(185 195 179 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/80){
  background-color: rgb(185 195 179 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/85){
  background-color: rgb(185 195 179 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/90){
  background-color: rgb(185 195 179 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-25\/95){
  background-color: rgb(185 195 179 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50){
  --tw-bg-opacity: 1;
  background-color: rgb(129 148 120 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/0){
  background-color: rgb(129 148 120 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/10){
  background-color: rgb(129 148 120 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/100){
  background-color: rgb(129 148 120 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/15){
  background-color: rgb(129 148 120 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/20){
  background-color: rgb(129 148 120 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/25){
  background-color: rgb(129 148 120 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/30){
  background-color: rgb(129 148 120 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/35){
  background-color: rgb(129 148 120 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/40){
  background-color: rgb(129 148 120 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/45){
  background-color: rgb(129 148 120 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/5){
  background-color: rgb(129 148 120 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/50){
  background-color: rgb(129 148 120 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/55){
  background-color: rgb(129 148 120 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/60){
  background-color: rgb(129 148 120 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/65){
  background-color: rgb(129 148 120 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/70){
  background-color: rgb(129 148 120 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/75){
  background-color: rgb(129 148 120 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/80){
  background-color: rgb(129 148 120 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/85){
  background-color: rgb(129 148 120 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/90){
  background-color: rgb(129 148 120 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-50\/95){
  background-color: rgb(129 148 120 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75){
  --tw-bg-opacity: 1;
  background-color: rgb(79 94 74 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/0){
  background-color: rgb(79 94 74 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/10){
  background-color: rgb(79 94 74 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/100){
  background-color: rgb(79 94 74 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/15){
  background-color: rgb(79 94 74 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/20){
  background-color: rgb(79 94 74 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/25){
  background-color: rgb(79 94 74 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/30){
  background-color: rgb(79 94 74 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/35){
  background-color: rgb(79 94 74 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/40){
  background-color: rgb(79 94 74 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/45){
  background-color: rgb(79 94 74 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/5){
  background-color: rgb(79 94 74 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/50){
  background-color: rgb(79 94 74 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/55){
  background-color: rgb(79 94 74 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/60){
  background-color: rgb(79 94 74 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/65){
  background-color: rgb(79 94 74 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/70){
  background-color: rgb(79 94 74 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/75){
  background-color: rgb(79 94 74 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/80){
  background-color: rgb(79 94 74 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/85){
  background-color: rgb(79 94 74 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/90){
  background-color: rgb(79 94 74 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-75\/95){
  background-color: rgb(79 94 74 / 0.95);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90){
  --tw-bg-opacity: 1;
  background-color: rgb(49 62 46 / var(--tw-bg-opacity));
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/0){
  background-color: rgb(49 62 46 / 0);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/10){
  background-color: rgb(49 62 46 / 0.1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/100){
  background-color: rgb(49 62 46 / 1);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/15){
  background-color: rgb(49 62 46 / 0.15);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/20){
  background-color: rgb(49 62 46 / 0.2);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/25){
  background-color: rgb(49 62 46 / 0.25);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/30){
  background-color: rgb(49 62 46 / 0.3);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/35){
  background-color: rgb(49 62 46 / 0.35);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/40){
  background-color: rgb(49 62 46 / 0.4);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/45){
  background-color: rgb(49 62 46 / 0.45);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/5){
  background-color: rgb(49 62 46 / 0.05);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/50){
  background-color: rgb(49 62 46 / 0.5);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/55){
  background-color: rgb(49 62 46 / 0.55);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/60){
  background-color: rgb(49 62 46 / 0.6);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/65){
  background-color: rgb(49 62 46 / 0.65);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/70){
  background-color: rgb(49 62 46 / 0.7);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/75){
  background-color: rgb(49 62 46 / 0.75);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/80){
  background-color: rgb(49 62 46 / 0.8);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/85){
  background-color: rgb(49 62 46 / 0.85);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/90){
  background-color: rgb(49 62 46 / 0.9);
}:is(.tw-dark .dark\:tw-bg-vx-urskog-90\/95){
  background-color: rgb(49 62 46 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-black){
  --tw-text-opacity: 1;
  color: rgb(18 27 17 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-black\/0){
  color: rgb(18 27 17 / 0);
}:is(.tw-dark .dark\:tw-text-vx-black\/10){
  color: rgb(18 27 17 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-black\/100){
  color: rgb(18 27 17 / 1);
}:is(.tw-dark .dark\:tw-text-vx-black\/15){
  color: rgb(18 27 17 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-black\/20){
  color: rgb(18 27 17 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-black\/25){
  color: rgb(18 27 17 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-black\/30){
  color: rgb(18 27 17 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-black\/35){
  color: rgb(18 27 17 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-black\/40){
  color: rgb(18 27 17 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-black\/45){
  color: rgb(18 27 17 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-black\/5){
  color: rgb(18 27 17 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-black\/50){
  color: rgb(18 27 17 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-black\/55){
  color: rgb(18 27 17 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-black\/60){
  color: rgb(18 27 17 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-black\/65){
  color: rgb(18 27 17 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-black\/70){
  color: rgb(18 27 17 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-black\/75){
  color: rgb(18 27 17 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-black\/80){
  color: rgb(18 27 17 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-black\/85){
  color: rgb(18 27 17 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-black\/90){
  color: rgb(18 27 17 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-black\/95){
  color: rgb(18 27 17 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-livlig){
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-livlig\/0){
  color: rgb(255 255 0 / 0);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/10){
  color: rgb(255 255 0 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/100){
  color: rgb(255 255 0 / 1);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/15){
  color: rgb(255 255 0 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/20){
  color: rgb(255 255 0 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/25){
  color: rgb(255 255 0 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/30){
  color: rgb(255 255 0 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/35){
  color: rgb(255 255 0 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/40){
  color: rgb(255 255 0 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/45){
  color: rgb(255 255 0 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/5){
  color: rgb(255 255 0 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/50){
  color: rgb(255 255 0 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/55){
  color: rgb(255 255 0 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/60){
  color: rgb(255 255 0 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/65){
  color: rgb(255 255 0 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/70){
  color: rgb(255 255 0 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/75){
  color: rgb(255 255 0 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/80){
  color: rgb(255 255 0 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/85){
  color: rgb(255 255 0 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/90){
  color: rgb(255 255 0 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-livlig\/95){
  color: rgb(255 255 0 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-lystring){
  --tw-text-opacity: 1;
  color: rgb(220 254 133 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-lystring\/0){
  color: rgb(220 254 133 / 0);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/10){
  color: rgb(220 254 133 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/100){
  color: rgb(220 254 133 / 1);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/15){
  color: rgb(220 254 133 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/20){
  color: rgb(220 254 133 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/25){
  color: rgb(220 254 133 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/30){
  color: rgb(220 254 133 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/35){
  color: rgb(220 254 133 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/40){
  color: rgb(220 254 133 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/45){
  color: rgb(220 254 133 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/5){
  color: rgb(220 254 133 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/50){
  color: rgb(220 254 133 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/55){
  color: rgb(220 254 133 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/60){
  color: rgb(220 254 133 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/65){
  color: rgb(220 254 133 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/70){
  color: rgb(220 254 133 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/75){
  color: rgb(220 254 133 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/80){
  color: rgb(220 254 133 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/85){
  color: rgb(220 254 133 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/90){
  color: rgb(220 254 133 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-lystring\/95){
  color: rgb(220 254 133 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00){
  --tw-text-opacity: 1;
  color: rgb(241 242 237 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/0){
  color: rgb(241 242 237 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/10){
  color: rgb(241 242 237 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/100){
  color: rgb(241 242 237 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/15){
  color: rgb(241 242 237 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/20){
  color: rgb(241 242 237 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/25){
  color: rgb(241 242 237 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/30){
  color: rgb(241 242 237 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/35){
  color: rgb(241 242 237 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/40){
  color: rgb(241 242 237 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/45){
  color: rgb(241 242 237 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/5){
  color: rgb(241 242 237 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/50){
  color: rgb(241 242 237 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/55){
  color: rgb(241 242 237 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/60){
  color: rgb(241 242 237 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/65){
  color: rgb(241 242 237 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/70){
  color: rgb(241 242 237 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/75){
  color: rgb(241 242 237 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/80){
  color: rgb(241 242 237 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/85){
  color: rgb(241 242 237 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/90){
  color: rgb(241 242 237 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-00\/95){
  color: rgb(241 242 237 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10){
  --tw-text-opacity: 1;
  color: rgb(219 223 214 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/0){
  color: rgb(219 223 214 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/10){
  color: rgb(219 223 214 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/100){
  color: rgb(219 223 214 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/15){
  color: rgb(219 223 214 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/20){
  color: rgb(219 223 214 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/25){
  color: rgb(219 223 214 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/30){
  color: rgb(219 223 214 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/35){
  color: rgb(219 223 214 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/40){
  color: rgb(219 223 214 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/45){
  color: rgb(219 223 214 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/5){
  color: rgb(219 223 214 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/50){
  color: rgb(219 223 214 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/55){
  color: rgb(219 223 214 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/60){
  color: rgb(219 223 214 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/65){
  color: rgb(219 223 214 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/70){
  color: rgb(219 223 214 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/75){
  color: rgb(219 223 214 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/80){
  color: rgb(219 223 214 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/85){
  color: rgb(219 223 214 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/90){
  color: rgb(219 223 214 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-10\/95){
  color: rgb(219 223 214 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100){
  --tw-text-opacity: 1;
  color: rgb(29 41 28 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/0){
  color: rgb(29 41 28 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/10){
  color: rgb(29 41 28 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/100){
  color: rgb(29 41 28 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/15){
  color: rgb(29 41 28 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/20){
  color: rgb(29 41 28 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/25){
  color: rgb(29 41 28 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/30){
  color: rgb(29 41 28 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/35){
  color: rgb(29 41 28 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/40){
  color: rgb(29 41 28 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/45){
  color: rgb(29 41 28 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/5){
  color: rgb(29 41 28 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/50){
  color: rgb(29 41 28 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/55){
  color: rgb(29 41 28 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/60){
  color: rgb(29 41 28 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/65){
  color: rgb(29 41 28 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/70){
  color: rgb(29 41 28 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/75){
  color: rgb(29 41 28 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/80){
  color: rgb(29 41 28 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/85){
  color: rgb(29 41 28 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/90){
  color: rgb(29 41 28 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-100\/95){
  color: rgb(29 41 28 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25){
  --tw-text-opacity: 1;
  color: rgb(185 195 179 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/0){
  color: rgb(185 195 179 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/10){
  color: rgb(185 195 179 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/100){
  color: rgb(185 195 179 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/15){
  color: rgb(185 195 179 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/20){
  color: rgb(185 195 179 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/25){
  color: rgb(185 195 179 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/30){
  color: rgb(185 195 179 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/35){
  color: rgb(185 195 179 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/40){
  color: rgb(185 195 179 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/45){
  color: rgb(185 195 179 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/5){
  color: rgb(185 195 179 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/50){
  color: rgb(185 195 179 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/55){
  color: rgb(185 195 179 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/60){
  color: rgb(185 195 179 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/65){
  color: rgb(185 195 179 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/70){
  color: rgb(185 195 179 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/75){
  color: rgb(185 195 179 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/80){
  color: rgb(185 195 179 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/85){
  color: rgb(185 195 179 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/90){
  color: rgb(185 195 179 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-25\/95){
  color: rgb(185 195 179 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50){
  --tw-text-opacity: 1;
  color: rgb(129 148 120 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/0){
  color: rgb(129 148 120 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/10){
  color: rgb(129 148 120 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/100){
  color: rgb(129 148 120 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/15){
  color: rgb(129 148 120 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/20){
  color: rgb(129 148 120 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/25){
  color: rgb(129 148 120 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/30){
  color: rgb(129 148 120 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/35){
  color: rgb(129 148 120 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/40){
  color: rgb(129 148 120 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/45){
  color: rgb(129 148 120 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/5){
  color: rgb(129 148 120 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/50){
  color: rgb(129 148 120 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/55){
  color: rgb(129 148 120 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/60){
  color: rgb(129 148 120 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/65){
  color: rgb(129 148 120 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/70){
  color: rgb(129 148 120 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/75){
  color: rgb(129 148 120 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/80){
  color: rgb(129 148 120 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/85){
  color: rgb(129 148 120 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/90){
  color: rgb(129 148 120 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-50\/95){
  color: rgb(129 148 120 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75){
  --tw-text-opacity: 1;
  color: rgb(79 94 74 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/0){
  color: rgb(79 94 74 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/10){
  color: rgb(79 94 74 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/100){
  color: rgb(79 94 74 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/15){
  color: rgb(79 94 74 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/20){
  color: rgb(79 94 74 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/25){
  color: rgb(79 94 74 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/30){
  color: rgb(79 94 74 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/35){
  color: rgb(79 94 74 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/40){
  color: rgb(79 94 74 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/45){
  color: rgb(79 94 74 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/5){
  color: rgb(79 94 74 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/50){
  color: rgb(79 94 74 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/55){
  color: rgb(79 94 74 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/60){
  color: rgb(79 94 74 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/65){
  color: rgb(79 94 74 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/70){
  color: rgb(79 94 74 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/75){
  color: rgb(79 94 74 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/80){
  color: rgb(79 94 74 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/85){
  color: rgb(79 94 74 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/90){
  color: rgb(79 94 74 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-75\/95){
  color: rgb(79 94 74 / 0.95);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90){
  --tw-text-opacity: 1;
  color: rgb(49 62 46 / var(--tw-text-opacity));
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/0){
  color: rgb(49 62 46 / 0);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/10){
  color: rgb(49 62 46 / 0.1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/100){
  color: rgb(49 62 46 / 1);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/15){
  color: rgb(49 62 46 / 0.15);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/20){
  color: rgb(49 62 46 / 0.2);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/25){
  color: rgb(49 62 46 / 0.25);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/30){
  color: rgb(49 62 46 / 0.3);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/35){
  color: rgb(49 62 46 / 0.35);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/40){
  color: rgb(49 62 46 / 0.4);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/45){
  color: rgb(49 62 46 / 0.45);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/5){
  color: rgb(49 62 46 / 0.05);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/50){
  color: rgb(49 62 46 / 0.5);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/55){
  color: rgb(49 62 46 / 0.55);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/60){
  color: rgb(49 62 46 / 0.6);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/65){
  color: rgb(49 62 46 / 0.65);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/70){
  color: rgb(49 62 46 / 0.7);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/75){
  color: rgb(49 62 46 / 0.75);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/80){
  color: rgb(49 62 46 / 0.8);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/85){
  color: rgb(49 62 46 / 0.85);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/90){
  color: rgb(49 62 46 / 0.9);
}:is(.tw-dark .dark\:tw-text-vx-urskog-90\/95){
  color: rgb(49 62 46 / 0.95);
}@media (min-width: 600px){.md\:tw-bottom-section-md{
    bottom: 64px;
  }.md\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }.md\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }.md\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }.md\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }.md\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }.md\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }.md\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }.md\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }.md\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }.md\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }.md\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }.md\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }.md\:tw-col-span-full{
    grid-column: 1 / -1;
  }.md\:tw-col-start-1{
    grid-column-start: 1;
  }.md\:tw-col-start-10{
    grid-column-start: 10;
  }.md\:tw-col-start-11{
    grid-column-start: 11;
  }.md\:tw-col-start-12{
    grid-column-start: 12;
  }.md\:tw-col-start-13{
    grid-column-start: 13;
  }.md\:tw-col-start-2{
    grid-column-start: 2;
  }.md\:tw-col-start-3{
    grid-column-start: 3;
  }.md\:tw-col-start-4{
    grid-column-start: 4;
  }.md\:tw-col-start-5{
    grid-column-start: 5;
  }.md\:tw-col-start-6{
    grid-column-start: 6;
  }.md\:tw-col-start-7{
    grid-column-start: 7;
  }.md\:tw-col-start-8{
    grid-column-start: 8;
  }.md\:tw-col-start-9{
    grid-column-start: 9;
  }.md\:tw-col-start-auto{
    grid-column-start: auto;
  }.md\:tw-flex{
    display: flex;
  }.md\:tw-hidden{
    display: none;
  }.md\:tw-w-1\/2{
    width: 50%;
  }.md\:tw-w-\[calc\(100\%-100px-1rem\)\]{
    width: calc(100% - 100px - 1rem);
  }.md\:tw-flex-row{
    flex-direction: row;
  }.md\:tw-flex-wrap{
    flex-wrap: wrap;
  }.md\:tw-gap-y-\[64px\]{
    row-gap: 64px;
  }.md\:tw-rounded-large{
    border-radius: 24px;
  }.md\:tw-pr-3{
    padding-right: 0.75rem;
  }
}@media (min-width: 1080px){.lg\:tw-bottom-section-lg{
    bottom: 72px;
  }.lg\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }.lg\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }.lg\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }.lg\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }.lg\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }.lg\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }.lg\:tw-col-span-full{
    grid-column: 1 / -1;
  }.lg\:tw-col-start-1{
    grid-column-start: 1;
  }.lg\:tw-col-start-10{
    grid-column-start: 10;
  }.lg\:tw-col-start-11{
    grid-column-start: 11;
  }.lg\:tw-col-start-12{
    grid-column-start: 12;
  }.lg\:tw-col-start-13{
    grid-column-start: 13;
  }.lg\:tw-col-start-2{
    grid-column-start: 2;
  }.lg\:tw-col-start-3{
    grid-column-start: 3;
  }.lg\:tw-col-start-4{
    grid-column-start: 4;
  }.lg\:tw-col-start-5{
    grid-column-start: 5;
  }.lg\:tw-col-start-6{
    grid-column-start: 6;
  }.lg\:tw-col-start-7{
    grid-column-start: 7;
  }.lg\:tw-col-start-8{
    grid-column-start: 8;
  }.lg\:tw-col-start-9{
    grid-column-start: 9;
  }.lg\:tw-col-start-auto{
    grid-column-start: auto;
  }.lg\:\!tw-mb-\[32px\]{
    margin-bottom: 32px !important;
  }.lg\:tw-block{
    display: block;
  }.lg\:tw-flex{
    display: flex;
  }.lg\:tw-table-cell{
    display: table-cell;
  }.lg\:tw-table-row{
    display: table-row;
  }.lg\:tw-hidden{
    display: none;
  }.lg\:tw-w-max{
    width: -moz-max-content;
    width: max-content;
  }.lg\:tw-w-min{
    width: -moz-min-content;
    width: min-content;
  }.lg\:tw-justify-end{
    justify-content: flex-end;
  }.lg\:tw-gap-lg{
    gap: 32px;
  }.lg\:tw-gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }.lg\:tw-gap-y-\[72px\]{
    row-gap: 72px;
  }.lg\:tw-p-gap-lg{
    padding: 32px;
  }.lg\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:tw-pb-gap-lg{
    padding-bottom: 32px;
  }.lg\:tw-pr-0{
    padding-right: 0px;
  }.lg\:tw-text-center{
    text-align: center;
  }.lg\:tw-text-right{
    text-align: right;
  }.lg\:tw-font-normal{
    font-weight: 400;
  }
}@media (min-width: 1580px){.xl\:tw-bottom-section-xl{
    bottom: 128px;
  }.xl\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }.xl\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }.xl\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }.xl\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }.xl\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }.xl\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }.xl\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }.xl\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }.xl\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }.xl\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }.xl\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }.xl\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }.xl\:tw-col-span-full{
    grid-column: 1 / -1;
  }.xl\:tw-col-start-1{
    grid-column-start: 1;
  }.xl\:tw-col-start-10{
    grid-column-start: 10;
  }.xl\:tw-col-start-11{
    grid-column-start: 11;
  }.xl\:tw-col-start-12{
    grid-column-start: 12;
  }.xl\:tw-col-start-13{
    grid-column-start: 13;
  }.xl\:tw-col-start-2{
    grid-column-start: 2;
  }.xl\:tw-col-start-3{
    grid-column-start: 3;
  }.xl\:tw-col-start-4{
    grid-column-start: 4;
  }.xl\:tw-col-start-5{
    grid-column-start: 5;
  }.xl\:tw-col-start-6{
    grid-column-start: 6;
  }.xl\:tw-col-start-7{
    grid-column-start: 7;
  }.xl\:tw-col-start-8{
    grid-column-start: 8;
  }.xl\:tw-col-start-9{
    grid-column-start: 9;
  }.xl\:tw-col-start-auto{
    grid-column-start: auto;
  }.xl\:tw-flex{
    display: flex;
  }.xl\:tw-max-h-\[calc\(100vh-12\.5rem\)\]{
    max-height: calc(100vh - 12.5rem);
  }.xl\:tw-w-1\/5{
    width: 20%;
  }.xl\:tw-gap-xl{
    gap: 40px;
  }.xl\:tw-gap-y-\[128px\]{
    row-gap: 128px;
  }
}
