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

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

/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
  }
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-top-32 {
  top: -8rem;
}

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

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

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

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

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

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

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

.my-\[1rem\] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mt-\[3rem\] {
  margin-top: 3rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-60 {
  width: 15rem;
  height: 15rem;
}

.h-20 {
  height: 5rem;
}

.h-80 {
  height: 20rem;
}

.h-\[10rem\] {
  height: 10rem;
}

.h-\[70rem\] {
  height: 70rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-20 {
  width: 5rem;
}

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-72 {
  min-width: 18rem;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[0\.25rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-\[0\.5rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-wrap {
  text-wrap: wrap;
}

.bg-MB-background {
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 197 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\.\/img\/Hero_background\.svg\'\)\] {
  background-image: url('../img/Hero_background.svg');
}

.bg-\[url\(\'\.\.\/img\/Rounded_background_orange\.svg\'\)\] {
  background-image: url('../img/Rounded_background_orange.svg');
}

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

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

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

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

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

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

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

.font-MB_font {
  font-family: MB_font, sans;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.outline {
  outline-style: solid;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.\~my-\[2rem\]\/\[4rem\] {
  margin-top: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
  margin-bottom: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.\~mt-\[0\.75rem\]\/\[1\.5rem\] {
  margin-top: clamp(0.75rem,0.21rem + 1.34vw,1.5rem)/* fluid from 0.75rem at 40rem to 1.5rem at 96rem */;
}

.\~h-5\/6 {
  height: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid from 1.25rem at 40rem to 1.5rem at 96rem */;
}

.\~h-\[2rem\]\/\[5rem\] {
  height: clamp(2rem,-0.14rem + 5.36vw,5rem)/* fluid from 2rem at 40rem to 5rem at 96rem */;
}

.\~h-\[4rem\]\/\[9rem\] {
  height: clamp(4rem,0.43rem + 8.93vw,9rem)/* fluid from 4rem at 40rem to 9rem at 96rem */;
}

.\~h-\[6rem\]\/\[12rem\] {
  height: clamp(6rem,1.71rem + 10.71vw,12rem)/* fluid from 6rem at 40rem to 12rem at 96rem */;
}

.\~h-\[8rem\]\/\[16rem\] {
  height: clamp(8rem,2.29rem + 14.29vw,16rem)/* fluid from 8rem at 40rem to 16rem at 96rem */;
}

.\~w-\[20rem\]\/\[40rem\] {
  width: clamp(20rem,5.71rem + 35.71vw,40rem)/* fluid from 20rem at 40rem to 40rem at 96rem */;
}

.\~gap-4\/6 {
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}

.\~gap-\[0\.1rem\]\/\[0\.2rem\] {
  gap: clamp(0.1rem,0.03rem + 0.18vw,0.2rem)/* fluid from 0.1rem at 40rem to 0.2rem at 96rem */;
}

.\~gap-\[0\.25rem\]\/\[0\.5rem\] {
  gap: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}

.\~gap-\[0\.5rem\]\/\[1rem\] {
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}

.\~gap-\[1rem\]\/\[2rem\] {
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

.\~gap-\[2rem\]\/\[3rem\] {
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}

.\~gap-\[2rem\]\/\[4rem\] {
  gap: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.\~gap-\[3rem\]\/\[4rem\] {
  gap: clamp(3rem,2.29rem + 1.79vw,4rem)/* fluid from 3rem at 40rem to 4rem at 96rem */;
}

.\~gap-\[3rem\]\/\[5rem\] {
  gap: clamp(3rem,1.57rem + 3.57vw,5rem)/* fluid from 3rem at 40rem to 5rem at 96rem */;
}

.\~gap-\[4rem\]\/\[8rem\] {
  gap: clamp(4rem,1.14rem + 7.14vw,8rem)/* fluid from 4rem at 40rem to 8rem at 96rem */;
}

.pre-header {
  font-family: MB_font, sans;
  font-size: 112.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.name-pre-header {
  font-family: MB_font, sans;
  font-size: 112.5%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.h1 {
  font-family: MB_font, sans;
  font-size: 175%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* h1 - was 150% */

.h2 {
  font-family: MB_font, sans;
  font-size: 150%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.h2-footer {
  font-family: MB_font, sans;
  font-size: 225%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.h3-section {
  font-family: MB_font, sans;
  font-size: 112.5%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.h4-sub {
  font-family: MB_font, sans;
  font-size: 93.75%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p1 {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p1-bold {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p1-light {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p2 {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p2-snippet-gap {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-top: clamp(0.125rem,0.036rem + 0.223vw,0.25rem)/* fluid from 0.125rem at 40rem to 0.25rem at 96rem */;
}

.p2-bold {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.p2-light {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Links - add hover states */

.link-chunky {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.link-chunky:hover {
  font-weight: 400;
}

.link-light {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.link-light:hover {
  font-weight: 600;
}

.link-nav {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.link-nav:hover {
  font-weight: 600;
}

.link-button {
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.link-light-p2 {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.link-light-p2:hover {
  font-weight: 600;
}

.link-light-p2-no-underline {
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.link-light-p2-no-underline:hover {
  font-weight: 600;
}

/*

@layer utilities {

    .pre-header {
        @apply font-MB_font text-[1.125rem] font-normal text-MB-black;
    }

    .name-pre-header {
        @apply font-MB_font text-[1.125rem] font-semibold text-MB-black;
    }

    .h1 {
        @apply font-MB_font text-[1.5rem] font-bold text-MB-black;
    }

    .h2 {
        @apply font-MB_font text-[1.5rem] font-bold text-MB-black;
    }

    .h2-footer {
        @apply font-MB_font text-[2.25rem] font-semibold text-MB-black;
    }

    .h3-section {
        @apply font-MB_font text-[1.125rem] font-bold text-MB-black;
    }

    .h4-sub {
        @apply font-MB_font text-[0.9375rem] font-bold text-MB-black;
    }

    .p1 {
        @apply font-MB_font text-[0.75rem] font-normal text-MB-black;
    }

    .p1-bold {
        @apply font-MB_font text-[0.75rem] font-semibold text-MB-black;
    }

    .p1-light {
        @apply font-MB_font text-[0.75rem] font-light text-MB-black;
    }

    .link-chunky {
        @apply font-MB_font text-[0.75rem] font-semibold text-MB-black underline;
    }

    .link-light {
        @apply font-MB_font text-[0.75rem] font-normal text-MB-black underline;
    }

    .link-nav {
        @apply font-MB_font text-[0.75rem] font-normal text-MB-black;
    }

    .link-button {
        @apply font-MB_font text-[0.75rem] font-semibold text-MB-black;
    }

*/

/* Container classes */

/*
Body wrappers original:
<div class="mx-auto max-w-7xl px-4 md:px-8">
<div class="mx-auto sm:max-w-6xl">
*/

/* Body */

.body-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 48rem) {
  .body-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.body-wrapper-inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40rem) {
  .body-wrapper-inner {
    max-width: 72rem;
  }
}

/* Nav */

.nav-wrapper {
  position: sticky;
  top: 0.75rem;
  z-index: 50;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(248 255 197 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #E0ECA5;
  --tw-backdrop-blur: blur(12px);
  -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-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding-left: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
  padding-right: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
  padding-top: clamp(0.5rem,0.36rem + 0.36vw,0.7rem)/* fluid from 0.5rem at 40rem to 0.7rem at 96rem */;
  padding-bottom: clamp(0.5rem,0.36rem + 0.36vw,0.7rem)/* fluid from 0.5rem at 40rem to 0.7rem at 96rem */;
}

.nav-wrapper:hover {
  background-color: rgb(224 236 165 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.nav-flex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  gap: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */;
}

/* Hero */

.flex-2-col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}

.flex-2-col-child {
  width: 100%;
  min-width: 18rem;
  flex: 1 1 0%;
}

.flex-2-col-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Logo showcase */

.logo {
  width: auto;
  flex-shrink: 0;
  height: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}

/* Snippets */

.snippets {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}

@media (min-width: 40rem) {
  .snippets {
    justify-content: space-between;
  }
}

.intro-snippets {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 40rem) {
  .intro-snippets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  }
}

.snippet {
  max-width: clamp(10rem,4.29rem + 14.29vw,18rem)/* fluid from 10rem at 40rem to 18rem at 96rem */;
}

.snippet-grid {
}

.snippets-hero {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 40rem) {
  .snippets-hero {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.snippet-hero {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  text-align: center;
}

.snippets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 40rem) {
  .snippets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

.snippets-grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

/* Paragraph blocks */

.intro-paragraph {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 30rem;
  flex-direction: column;
  align-items: center;
  gap: clamp(3rem,1.57rem + 3.57vw,5rem)/* fluid from 3rem at 40rem to 5rem at 96rem */;
}

@media (min-width: 40rem) {
  .intro-paragraph {
    max-width: none;
    width: clamp(30rem,22.86rem + 17.86vw,40rem)/* fluid from 30rem at 40rem to 40rem at 96rem */;
  }
}

.intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4rem,-1.71rem + 14.29vw,12rem)/* fluid from 4rem at 40rem to 12rem at 96rem */;
}

.intro-container-no-gap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-snippet-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

.white-space-container {
  padding-top: 40vh;
  padding-bottom: 40vh;
}

.white-space-container-in-page {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

/* Buttons */

.MB-button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 55 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.MB-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 236 165 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #FF8237;
}

/*
    Testing additions based upon disabled state - currently the bg-none does not work, and undoing hover seems untenable

    .MB-button {
        @apply disabled:outline-dotted disabled:outline-MB-green-dark disabled:cursor-not-allowed disabled:bg-none  
    }

    */

.MB-button-disabled {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  opacity: 0.6;
  outline-style: dotted;
  outline-width: 1px;
  outline-color: #384D0B;
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.MB-button-disabled:hover {
  cursor: not-allowed;
}

/* MB-button disabled, removed classes: cursor-not-allowed */

.MB-button-secondary {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #FF8237;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: MB_font, sans;
  font-size: 75%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.MB-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 236 165 / var(--tw-bg-opacity, 1));
  outline-offset: 2px;
}

.MB-button-secondary-micro {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #FF8237;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.MB-button-secondary-micro:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 236 165 / var(--tw-bg-opacity, 1));
  outline-offset: 1px;
}

/* XP Block */

.MB-tag {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 236 165 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: MB_font, sans;
  font-size: 62.5%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.XP-block-parent {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.XP-block-summary {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: clamp(30rem,22.86rem + 17.86vw,40rem)/* fluid from 30rem at 40rem to 40rem at 96rem */;
  gap: clamp(0.4rem,0.33rem + 0.18vw,0.5rem)/* fluid from 0.4rem at 40rem to 0.5rem at 96rem */;
}

.XP-block-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}

.XP-block-logo-square {
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.XP-block-logo {
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

/*
    .XP-block-logo-original {
        @apply ~w-[2rem]/[4rem] h-auto;
    }
    */

.XP-block-list {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  list-style-position: outside;
  list-style-type: disc;
}

@media (min-width: 40rem) {
  .XP-block-list {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.XP-block-case-study-parent {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}

.case-study-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
       column-gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  row-gap: clamp(3rem,1.57rem + 3.57vw,5rem)/* fluid from 3rem at 40rem to 5rem at 96rem */;
}

.case-study-block {
  display: flex;
  max-width: 10rem;
  flex-direction: column;
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

@media (min-width: 40rem) {
  .case-study-block {
    max-width: 20rem;
  }
}

.case-study-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

.case-study-content-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}

.case-study-image {
  height: auto;
  width: 100%;
}

.showcase-caption-container {
  display: flex;
  width: auto;
  flex-direction: column;
  gap: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}

.showcase-text-container {
  display: flex;
  width: auto;
  flex-direction: column;
  gap: clamp(0.1rem,0.03rem + 0.18vw,0.2rem)/* fluid from 0.1rem at 40rem to 0.2rem at 96rem */;
}

.showcase-mid-container {
  display: flex;
  height: auto;
  width: 20rem;
  flex-direction: column;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}

@media (min-width: 40rem) {
  .showcase-mid-container {
    width: clamp(20rem,17.14rem + 7.14vw,24rem)/* fluid from 20rem at 40rem to 24rem at 96rem */;
  }
}

.showcase-LRimage-vertical {
  height: auto;
  width: 100%;
}

.showcase-LRimage-horizontal {
  height: auto;
  width: 100%;
}

@media (min-width: 40rem) {
  .showcase-LRimage-horizontal {
    width: clamp(24rem,18.29rem + 14.29vw,32rem)/* fluid from 24rem at 40rem to 32rem at 96rem */;
  }
}

/* Elements */

.line-break {
  margin-left: auto;
  margin-right: auto;
  height: 0.15rem;
  width: 83.333333%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(56 77 11 / var(--tw-bg-opacity, 1));
  margin-top: clamp(4rem,1.14rem + 7.14vw,8rem)/* fluid from 4rem at 40rem to 8rem at 96rem */;
}

/* Footer */

.footer-wrapper {
  width: 100%;
}

.footer-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.footer-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: clamp(10rem,8.57rem + 3.57vw,12rem)/* fluid from 10rem at 40rem to 12rem at 96rem */;
  margin-bottom: clamp(0.5rem,1.36rem + -0.89vw,1rem)/* fluid from 1rem at 40rem to 0.5rem at 96rem */;
}

@media (min-width: 40rem) {
  .footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* ~mt-[20rem]/[24rem] */

/* Original font sizes, using the desktop-first clamping for font scaling */

/*
@layer utilities {

    .pre-header {
        @apply font-MB_font text-[1.5rem] font-normal text-MB-black;
    }

    .name-pre-header {
        @apply font-MB_font text-[1.5rem] font-semibold text-MB-black;
    }

    .h1 {
        @apply font-MB_font text-[2rem] font-bold text-MB-black;
    }

    .h2 {
        @apply font-MB_font text-[2rem] font-bold text-MB-black;
    }

    .h2-footer {
        @apply font-MB_font text-[3rem] font-semibold text-MB-black;
    }

    .h3-section {
        @apply font-MB_font text-[1.5rem] font-bold text-MB-black;
    }

    .h4-sub {
        @apply font-MB_font text-[1.25rem] font-bold text-MB-black;
    }

    .p1 {
        @apply font-MB_font text-[1rem] font-normal text-MB-black;
    }

    .p1-bold {
        @apply font-MB_font text-[1rem] font-semibold text-MB-black;
    }

    .p1-light {
        @apply font-MB_font text-[1rem] font-light text-MB-black;
    }

    .link-chunky {
        @apply font-MB_font text-[1rem] font-semibold text-MB-black underline;
    }

    .link-light {
        @apply font-MB_font text-[1rem] font-normal text-MB-black underline;
    }

    .link-nav {
        @apply font-MB_font text-[1rem] font-normal text-MB-black;
    }

    .link-button {
        @apply font-MB_font text-[1rem] font-semibold text-MB-black;
    }

*/

/*
Original text classes - used CSS classes, so didn't properly make use of Tailwind's utility classes:

    .pre-header {
        font-family: "MB_font";
        font-size: 1.5rem;
        font-weight: 400;
        color: MB-black;
    }

    .name-pre-header {
        font-family: "MB_font";
        font-size: 1.5rem;
        font-weight: 600;
        color: MB-black;
    }

    .h1 {
        font-family: "MB_font";
        font-size: 2rem;
        font-weight: 700;
        color: MB-black;
    }


    .h2 {
        font-family: "MB_font";
        font-size: 2rem;
        font-weight: 700;
        color: MB-black;
    }

    .h2-footer {
        font-family: "MB_font";
        font-size: 3rem;
        font-weight: 600;
        color: MB-black;
    }

    .h3-section {
        font-family: "MB_font";
        font-size: 1.5rem;
        font-weight: 700;
        color: MB-black;
    }

    .h4-sub {
        font-family: "MB_font";
        font-size: 1.25rem;
        font-weight: 700;
        color: MB-black;
    }

    .p1 {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 400;
        color: MB-black;
    }

    .p1-bold {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 700;
        color: MB-black;
    }

    .p1-light {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 300;
        color: MB-black;
    }

    .link-chunky {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 700;
        color: MB-black;
        @apply underline;
    }

    .link-light {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 400;
        color: MB-black;
        @apply underline;
    }

    .link-nav {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 400;
        color: MB-black;
    }

    .link-button {
        font-family: "MB_font";
        font-size: 1rem;
        font-weight: 700;
        color: MB-black;
    }

*/

/* Adding font family */

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

  src: url("../fonts/MB_font.ttf") format("truetype");
}

/* Font scaling defined here */

/* desktop first version - removed*/

/*

html {
    font-size: clamp(0.75rem, 2.5vw, 1rem);
  }
    
*/

/*Mobile-first Fluid scaling*/

/*

html {
    font-size: clamp(1rem, 0.913rem + 0.435vw, calc(4 / 3 * 1rem))
  }

*/

body {
  font-size: clamp(1rem, 0.913rem + 0.435vw, calc(4/3 * 1rem));
}

/* Custom font classes */

/* New font sizes, using updated mobile-first fluid scaling 
Updated to use %ages to conform with new body-based font-size scaling on line 35
*/

.hover\:rotate-\[360deg\]:hover {
  --tw-rotate: 360deg;
  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));
}

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

.group:hover .group-hover\:-top-24 {
  top: -6rem;
}

.group:hover .group-hover\:-top-32 {
  top: -8rem;
}

.group:hover .group-hover\:-top-40 {
  top: -10rem;
}

.group:hover .group-hover\:-top-56 {
  top: -14rem;
}

@media (min-width: 40rem) {
  .sm\:h-\[21rem\] {
    height: 21rem;
  }

  .sm\:h-\[30rem\] {
    height: 30rem;
  }

  .sm\:h-\[34rem\] {
    height: 34rem;
  }

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

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

  .sm\:h-\[55rem\] {
    height: 55rem;
  }

  .sm\:h-\[60rem\] {
    height: 60rem;
  }

  .sm\:h-\[70rem\] {
    height: 70rem;
  }

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

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

  .sm\:max-w-\[24rem\] {
    max-width: 24rem;
  }

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

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:bg-\[url\(\'\.\.\/img\/Rounded_background_orange\.svg\'\)\] {
    background-image: url('../img/Rounded_background_orange.svg');
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:\~my-\[1rem\]\/\[2rem\] {
    margin-top: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
    margin-bottom: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  }

  .sm\:\~my-\[2rem\]\/\[4rem\] {
    margin-top: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
    margin-bottom: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
  }

  .sm\:\~ml-\[2rem\]\/\[4rem\] {
    margin-left: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
  }

  .sm\:\~h-\[20rem\]\/\[25rem\] {
    height: clamp(20rem,16.43rem + 8.93vw,25rem)/* fluid from 20rem at 40rem to 25rem at 96rem */;
  }

  .sm\:\~h-\[20rem\]\/\[35rem\] {
    height: clamp(20rem,9.29rem + 26.79vw,35rem)/* fluid from 20rem at 40rem to 35rem at 96rem */;
  }

  .sm\:\~w-\[20rem\]\/\[24rem\] {
    width: clamp(20rem,17.14rem + 7.14vw,24rem)/* fluid from 20rem at 40rem to 24rem at 96rem */;
  }
}

@media (min-width: 48rem) {
  .md\:max-w-\[32rem\] {
    max-width: 32rem;
  }
}


