*, ::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: 640px) {
  .container {
    max-width: 640px;
  }
}

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

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

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

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

/* Heading fonts */

.heading-xl {
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .heading-xl {
    font-size: 3.3rem;
    line-height: 0.9;
  }
}

.heading-lg {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .heading-lg {
    font-size: 2.7rem;
  }
}

.heading-md, .about-text p {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .heading-md, .about-text p {
    font-size: 2rem;
  }
}

.heading-sm, .review-heading p {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .heading-sm, .review-heading p {
    font-size: 1.5rem;
  }
}

.review-heading span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  @media (orientation: landscape) {
    .tw-90 {
      width: 90%;
    }

    .tw-80 {
      width: 80%;
    }

    .tw-med {
      width: 75%;
    }
  }
}

.icon-dark, .icon-darkk {
  filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(473%) hue-rotate(128deg) brightness(99%) contrast(92%);
}

.icon-white, .icon-whitee {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(157deg) brightness(108%) contrast(101%);
}

/* ------------- Brand styles includes colours ------------- */

.text-light {
  color:var(--light);
}

.text-dark {
  color:var(--dark);
}

.bg-light {
  background-color: var(--light);
  color: var(--dark);
}

.bg-medium {
  background-color: var(--medium);
  color: var(--dark);
}

.bg-dark {
  background-color: var(--dark);
  color: var(--light);
}

.bg-featured {
  background-color: var(--featured);
  color: var(--light);
}

.border-light {
  border-color: var(--light);
}

.border-dark {
  border-color: var(--dark);
}

.border-featured {
  border-color: var(--featured);
}

.svh {
  height: 100svh;
}

#whr_embed_hook ul {
  margin-bottom: 2rem;
  list-style-type: none;
  padding-left: 0px;
}

#whr_embed_hook ul li {
  margin-bottom: 0px;
}

ul {
  margin-bottom: 2rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

ul li {
  margin-bottom: 0.5rem;
}

ul li:last-child {
  margin-bottom: 0px;
}

ol {
  margin-bottom: 2rem;
  list-style-type: decimal;
  padding-left: 1rem;
}

ol li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

ol li:last-child {
  @apply mb-0
}

blockquote {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .descriptions .blog-content h2,.descriptions  .blog-content h3,.descriptions  .blog-content h4,.descriptions  .blog-content h5,.descriptions  .blog-content h6 {
    font-size: 18px;
  }
}

.textWrapper p {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .textWrapper p {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .descriptions .textWrapper p {
    font-size: 18px;
  }
}

.textWrapper p {
  color: rgba(20,53,60,0.4);
}

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .textWrapper p {
      width: 85%;
    }
  }
}

@media (min-width: 1280px) {
  @media (orientation: landscape) {
    .textWrapper p {
      width: 75%;
    }
  }
}

.textWrapperBookshop p {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .textWrapperBookshop p {
    font-size: 2rem;
  }
}

.textWrapperBookshop p {
  color:var(--dark);
}

@media (max-width: 360px) {
  .descriptions .textWrapperBookshop p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .textWrapperBookshop p {
      width: 85%;
    }
  }
}

@media (min-width: 1280px) {
  @media (orientation: landscape) {
    .textWrapperBookshop p {
      width: 75%;
    }
  }
}

.mission-text h2, .mission-text h3 {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .mission-text h2, .mission-text h3 {
    font-size: 2rem;
  }
}

.mission-text h2, .mission-text h3 {
  color:var(--medium);
}

@media (max-width: 360px) {
  .descriptions .mission-text h2,.descriptions  .mission-text h3 {
    font-size: 18px;
  }
}

.mission-text p {
  margin-bottom: 2rem;
  font-family: NeuePlakProRegular, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .mission-text p {
    font-size: 1.5rem;
  }

  @media (orientation: landscape) {
    .mission-text p {
      width: 85%;
    }
  }
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex-center-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* Padding */

.padding-lg {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .padding-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.padding {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.padding-md {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .padding-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .padding-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.padding-sm {
  padding: 1rem;
}

@media (min-width: 768px) {
  .padding-sm {
    padding: 1.25rem;
  }
}

/* margin for border */

.margin-md {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .margin-md {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .margin-md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.margin-sm {
  margin: 0.5rem;
}

@media (min-width: 768px) {
  .margin-sm {
    margin: 1.25rem;
  }
}

/* buttons */

.button-light {
  color:var(--light);
  border-color: var(--light);
  display: flex;
  height: 35px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
  text-decoration-line: none;
}

.button-dark, .text-html a {
  color:var(--dark);
  border-color: var(--dark);
  display: flex;
  height: 35px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tag-light {
  color:var(--light);
  border-color: var(--light);
  display: inline-block;
  height: 35px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
  text-decoration-line: none;
}

.toggle-button {
  color:var(--light);
  border-color: var(--light);
  display: flex;
  height: 35px;
  align-items: flex-start;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
}

.toggle-button.active {
  color:var(--featured);
  background-color: var(--light);
  color: var(--dark);
  border-color: var(--light);
  display: flex;
  height: 35px;
  align-items: flex-start;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
}

.toggle-button-dark {
  color:var(--dark);
  border-color: var(--dark);
  display: flex;
  height: 35px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
}

.toggle-button-dark.active {
  background-color: var(--dark);
  color: var(--light);
  border-color: var(--light);
  display: flex;
  height: 35px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: NeuePlakProRegular, sans-serif;
  line-height: 12px;
}

.button-dark:hover, .text-html a:hover {
  background-color: var(--dark);
  color: var(--light);
  text-decoration-line: none !important;
}

.button-light:hover {
  background-color: var(--light);
  color: var(--dark);
  text-decoration-line: none !important;
}

a:hover .tag-light {
  text-decoration: none;
}

.nav-links-col {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* cloudcannon opacity for animations to show */

.cms-editor-active .fade-load, .cms-editor-active .fade-text {
  opacity: 1 !important;
}

/* ------------- Prevent flashes + smooth fades (Split Text + Fade in animations) ------------- */

.fade-text, .fade-load {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}

.split-text .char {
  opacity: 0;
  transform: translateY(6px);
  will-change: opacity, transform;
}

/* ------------- case studies scrolling stacking cards animation ------------- */

.cards {
  margin: 0px;
  display: grid;
  width: 100%;
  padding: 0px;
}

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .cards {
      width: 80svw;
    }
  }
}

.cards > * , .cards-comp > * {
  grid-area: 1 / 1 / 2 / 2;
}

.cards li, .cards-comp li {
  list-style: none;
}

ul.cards ul.cards-comp {
  padding-left: 0;
}

/* ------------- us vs them why tyde stacking cards animation ------------- */

@media (min-width: 768px) {
  .comp-card:nth-child(1) {
    top: 70px;
  }

  .comp-card:nth-child(2) {
    top: 130px;
  }

  .comp-card:nth-child(3) {
    top: 190px;
  }

  .comp-card:nth-child(4) {
    top: 250px;
  }
}

.cards-mob p {
  font-size: 14px;
}

.sticky-buttons {
  position: sticky;
  bottom: 0;
  transition: opacity 0.2s ease;
}

.sticky-buttons.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ------------- case study progress bar animation ------------- */

.progress-bar-container {
  width: 4px;
}

.progress-bar {
  width: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  height: 0%;
  transition: height 0.2s ease;
}

/* ------------- framework animation ------------- */

.descriptionContent p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.circle-hover-container {
  cursor: default;
}

/* Base state: hidden from layout and invisible */

.descriptionContent {
  opacity: 0;
  visibility: hidden;
  height: 0;
  /* Ensures the div doesn't take up vertical space */
  margin-top: 0;
  /* Removes the top margin when hidden */
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, height 0.4s ease-in-out, margin-top 0.4s ease-in-out;
  overflow: hidden;
  /* Prevents content from overflowing during height transition */
}

/* Fade in state: visible, opaque, and takes up space */

.descriptionContent.fade-in {
  opacity: 1;
  visibility: visible;
  height: auto;
  /* Allows the div to expand to its natural height */
  margin-top: 1rem;
  /* Re-applies the top margin */
}

/* ------------- DEVELOP DELIVER DRIVE ANIMATION ------------- */

.howContainer, .howContainerBookshop {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
  padding: 50px;
  text-align: center;
}

.howWrapper, .howWrapperBookshop {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#path-svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.content, .contentBookshop {
  position: relative;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 1;
  /* ensures a perfect square */
  /*width: 100%;*/
  /*height: 0;*/
  overflow: visible;
  /*padding-bottom: 84%;*/
  z-index: 2;
}

.content::before {
  float: left;
  padding-top: 84%;
  content: "";
}

.content::after {
  display: block;
  content: "";
  clear: both;
}

.track, .trackBookshop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #708a91;
  border-radius: 50%;
  box-sizing: border-box;
}

.item {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #708a91;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-weight: 600;
  font-size: 1rem;
}

.item .child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.descriptions, .descriptionsBookshop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  opacity: 0;
  /* 			transition: 0.3s; */
  font-size: 20px;
}

.titleBookshop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 20px;
}

.title.active {
  opacity: 1;
}

.item.active {
  background-color: var(--medium);
}

@media (max-width: 799px) {
  .howWrapper {
    max-width: 560px;
  }

  .howContainer {
    padding: 0;
  }

  .item {
    width: 35px;
    height: 35px;
  }

  .title {
    width: 70%;
  }
}

@media (max-width: 360px) {
  .descriptions .heading-md {
    font-size: 18px;
  }

  .descriptions p {
    font-size: 14px;
  }

  .title {
    width: 75%;
  }
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-2 {
  inset: 0.5rem;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

.top-\[1\.25rem\] {
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-\[0\.1rem\] {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

.-ml-\[0\.1rem\] {
  margin-left: -0.1rem;
}

.-ml-\[0\.2rem\] {
  margin-left: -0.2rem;
}

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

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

.-mt-\[20vh\] {
  margin-top: -20vh;
}

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-landscape {
  aspect-ratio: 16/9;
}

.aspect-portrait {
  aspect-ratio: 3/4;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 20vh;
}

.h-40 {
  height: 40vh;
}

.h-50 {
  height: 50vh;
}

.h-70 {
  height: 70vh;
}

.h-8 {
  height: 2rem;
}

.h-\[1\.6rem\] {
  height: 1.6rem;
}

.h-\[1\.7rem\] {
  height: 1.7rem;
}

.h-\[2\.3rem\] {
  height: 2.3rem;
}

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

.h-\[calc\(100vh-5rem\)\] {
  height: calc(100vh - 5rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-screen {
  max-height: 100vh;
}

.min-h-20 {
  min-height: 20vh;
}

.min-h-30 {
  min-height: 30vh;
}

.min-h-50 {
  min-height: 50vh;
}

.min-h-70 {
  min-height: 70vh;
}

.min-h-80 {
  min-height: 80vh;
}

.min-h-\[15vh\] {
  min-height: 15vh;
}

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

.min-h-\[45vh\] {
  min-height: 45vh;
}

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

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

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

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

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

.w-\[70vw\] {
  width: 70vw;
}

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

.w-\[85vw\] {
  width: 85vw;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

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

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :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-4 > :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));
}

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[0_2rem_2rem_0\] {
  border-radius: 0 2rem 2rem 0;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

.rounded-b-\[2\.5rem\] {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.rounded-l-\[1rem\] {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-\[1rem\] {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

.bg-\[\#C5C5C5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(20\2c 53\2c 60\2c 0\.7\)\] {
  background-color: rgba(20,53,60,0.7);
}

.bg-\[rgba\(20\2c 60\2c 58\2c 0\.5\)\] {
  background-color: rgba(20,60,58,0.5);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

.\!pt-0 {
  padding-top: 0px !important;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[99vw\] {
  padding-left: 99vw;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.will-change-transform {
  will-change: transform;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: NeuePlakProRegular, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: NeuePlakProRegular, sans-serif;
  font-weight: 300;
}

p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  p {
    font-size: 17px;
  }
}

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

.subtitle {
  padding-bottom: 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 17px;
  }
}

.grey-subtitle {
  color: grey;
  text-transform: uppercase;
}

/* ------------- Links, navigation and buttons ------------- */

a {
  font-family: NeuePlakProRegular, sans-serif;
}

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

footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(20, 53, 60, 0.7);
}

.bg-overlay > * {
  position: relative;
}

/* ------------- Contact form styles ------------- */

input, select, textarea {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  padding: 0.5rem 0;
  vertical-align: middle;
  height: auto;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
}

@media(min-width: 1280px) {
  input, select, textarea {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    padding: 0.5rem 0;
    vertical-align: middle;
    height: 3em;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.6rem 0!important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/select-down-arrow.svg') no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
}

input[type=radio] {
  width: auto;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-bottom: 1px solid var(--medium);
}

.form-submit {
  background-color: var(--light);
  border-radius: 2rem;
  border: 1px solid black;
  text-transform: uppercase;
  padding: 0.5rem;
  width: 100%;
}

.form-submit:hover {
  background-color: var(--medium);
}

::-moz-placeholder {
  color: black!important;
}

::placeholder {
  color: black!important;
}

/* ------------- Swiper slider styles ------------- */

.swiper {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-home {
  width: 100%;
  /* max-width: 600px; */
  overflow: hidden;
  position: relative;
}

.swiper-home .swiper-wrapper {
  display: flex;
}

.swiper-home .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  /* slide takes full container width */
  box-sizing: border-box;
}

.swiper-case-studies .swiper-button-prev {
  position: relative;
  left: auto;
  width: 40px;
  height: 40px;
  background: #ffffff80;
  color: var(--secondary);
  border-radius: 50%;
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transform: translateY(-50%);
}

.swiper-case-studies .swiper-button-next {
  position: relative;
  right: auto;
  width: 40px;
  height: 40px;
  background: #ffffff80;
  color: var(--secondary);
  border-radius: 50%;
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transform: translateY(-50%);
}

.swiper-case-studies .swiper-button-next::after,
  .swiper-case-studies .swiper-button-prev::after {
  font-size: 20px;
}

/* ------------- Logo SVG colours ------------- */

.logo-light {
  filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(0%) hue-rotate(79deg) brightness(101%) contrast(101%);
}

.logo-dark {
  filter: brightness(0) saturate(100%) invert(17%) sepia(26%) saturate(1055%) hue-rotate(128deg) brightness(99%) contrast(91%);
}

/* ------------- BURGER MENU ------------- */

.menu-container {
  width: 100%;
  overflow: hidden;
  background: var(--medium);
}

.navbar {
  position: fixed;
  /* width: 100%; */
  /* left:0; */
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.5rem;
  z-index: 50;
  /* pointer-events: none; */
}

.site-logo {
  font-family: 'NeuePlakProRegular', sans-serif;
  font-size: 18px;
  color: var(--featured);
}

#menu-toggle-btn {
  margin-top: 1.2rem;
  margin-right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10000;
}

.menu-container span {
  height: 2px;
  background: var(--medium);
  width: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.menu-container span::before {
  content: " ";
  position: absolute;
  display: inline-block;
  height: 2px;
  background: var(--medium);
  transform: translateY(-4px);
  width: 24px;
  transition: all 0.3s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

span::before {
  top: -2px;
}

.active span {
  transform: rotate(45deg);
  background: var(--featured);
}

.active span::before {
  top: unset;
  transform: rotate(-90deg);
  background: var(--featured);
}

.active:hover span::before {
  top: unset;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  /* Add a smooth transition */
  z-index: 35;
  /* Place it below the nav but above other content */
}

/* When the menu is open, this class will make the overlay visible */

.menu-container.open .nav-overlay {
  opacity: 0.5;
  visibility: visible;
}

#nav-container {
  padding: 1.25rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  margin-left: auto;
  background: var(--medium);
  color: #000;
  transition: all 0.3s;
  /* display: flex; */
  justify-content: start;
  align-items: center;
  display: none;
  visibility: hidden;
  z-index: 40;
}

.nav {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.menu-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-logo {
  font-weight: 300;
  margin-top: -0.2em;
  text-transform: uppercase;
  font-size: 120px;
}

.nav-socials {
  display: flex;
  flex-direction: column;
}

.nav-socials a {
  font-weight: 400;
  text-decoration: none;
  color: var(--featured);
  font-size: 12px;
}

.nav-link {
  position: relative;
}

.nav-link a {
  font-family: 'NeuePlakProRegular', sans-serif;
  line-height: 1.2;
  position: relative;
  top: 60px;
  text-decoration: none;
  color: var(--featured);
  font-size: 2rem;
}

.nav-link a:hover {
  color: var(--light);
}

.nav-item-wrapper:after {
  content: "";
  position: absolute;
  top: 60px;
  left: -0.5rem;
  width: 550px;
  height: 3.3rem;
  background: var(--medium);
  margin: 0 auto;
  transition: 1s;
}

.nav-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-footer a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  /* padding: 0 1em; */
}

@media(min-width: 768px) {
  .navbar {
    padding: 2.5rem;
  }
}

@media(min-width: 1280px) {
  .navbar {
    padding: 0.5rem 1.25rem;
  }
}

@media(min-width: 1024px) {
  /* show burger after banner section on desktop */

  .menu-toggle {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .scrolled .menu-toggle {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  #nav-container {
    width: 100%;
  }

  .nav {
    flex-direction: column-reverse;
  }

  .nav-logo {
    display: none;
  }

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

  .nav-socials a {
    padding: 0 1em 0 0;
  }

  .nav-footer {
    padding: 2em 1.25rem;
    flex-direction: column;
  }

  .nav-footer a {
    padding: 0 1em 0 0;
  }
}

@media(min-width: 768px) {
  .menu-container {
    display: block;
  }
}

/* vimeo embedded background video */

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .video-embed {
    z-index: 1;
  }
}

.video-embed {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* Static page policy styles for adding in via CloudCannon - delete if not required */

.terms p {
  margin-bottom: 1.5rem;
}

.terms ul {
  margin-bottom: 1.5rem;
}

.terms li {
  display: flex;
}

.terms li p {
  margin-bottom: 0.5rem;
}

.terms h2 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.terms p a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.terms tr {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.terms td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

.terms table {
  margin-bottom: 2rem;
}

.terms ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.terms ul li::before {
  content: '•';
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.2rem;
}

@media (min-width: 768px) {
  .md\:bg-dark {
    background-color: var(--dark);
    color: var(--light);
  }

  .md\:border-dark {
    border-color: var(--dark);
  }

  .md\:padding {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  @media (min-width: 768px) {
    .md\:padding {
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:padding {
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .md\:padding-md {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  @media (min-width: 768px) {
    .md\:padding-md {
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:padding-md {
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .md\:padding-sm {
    padding: 1rem;
  }

  @media (min-width: 768px) {
    .md\:padding-sm {
      padding: 1.25rem;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

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

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

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

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

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

@media (min-width: 768px) {
  @media (orientation: portrait) {
    .md\:portrait\:padding-md {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    @media (min-width: 768px) {
      .md\:portrait\:padding-md {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }

    @media (min-width: 1024px) {
      .md\:portrait\:padding-md {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }
  }

  @media (orientation: landscape) {
    .md\:landscape\:svh {
      height: 100svh;
    }

    .md\:landscape\:padding {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    @media (min-width: 768px) {
      .md\:landscape\:padding {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

    @media (min-width: 1024px) {
      .md\:landscape\:padding {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }

    .md\:landscape\:padding-md {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    @media (min-width: 768px) {
      .md\:landscape\:padding-md {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }

    @media (min-width: 1024px) {
      .md\:landscape\:padding-md {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }

    .md\:landscape\:button-dark {
      color:var(--dark);
      border-color: var(--dark);
      display: flex;
      height: 35px;
      width: -moz-fit-content;
      width: fit-content;
      align-items: flex-start;
      border-radius: 1.5rem;
      border-width: 1px;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-family: NeuePlakProRegular, sans-serif;
      line-height: 12px;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

    .md\:landscape\:button-dark:hover {
      background-color: var(--dark);
      color: var(--light);
      text-decoration-line: none !important;
    }
  }
}

@media (min-width: 1024px) {
  @media (orientation: landscape) {
    .lg\:landscape\:padding {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    @media (min-width: 768px) {
      .lg\:landscape\:padding {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

    @media (min-width: 1024px) {
      .lg\:landscape\:padding {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }
  }
}

@media (min-width: 1280px) {
  @media (orientation: landscape) {
    @media (min-width: 1024px) {
      @media (orientation: landscape) {
        .xl\:landscape\:tw-med {
          width: 75%;
        }
      }
    }
  }
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

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

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

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

  .md\:inset-5 {
    inset: 1.25rem;
  }

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

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

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

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

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

  .md\:\!mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-60 {
    height: 60vh;
  }

  .md\:h-80 {
    height: 80vh;
  }

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

  .md\:w-\[70vw\] {
    width: 70vw;
  }

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

  .md\:rounded-\[2\.5rem\] {
    border-radius: 2.5rem;
  }

  .md\:rounded-\[2rem\] {
    border-radius: 2rem;
  }

  .md\:rounded-\[3rem\] {
    border-radius: 3rem;
  }

  .md\:rounded-\[4rem\] {
    border-radius: 4rem;
  }

  .md\:rounded-b-\[3rem\] {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .md\:rounded-b-\[4rem\] {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

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

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:\!pt-0 {
    padding-top: 0px !important;
  }

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

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

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

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-\[3\.8rem\] {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:top-\[70px\] {
    top: 70px;
  }

  .xl\:mx-\[0\.1rem\] {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

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

  .xl\:min-h-50 {
    min-height: 50vh;
  }

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

  .xl\:w-auto {
    width: auto;
  }

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

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

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:rounded-l-\[2rem\] {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-r-\[2rem\] {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:w-\[20vw\] {
    width: 20vw;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

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

  .\32xl\:rounded-\[7rem\] {
    border-radius: 7rem;
  }
}

@media (min-width: 768px) {
  @media (orientation: portrait) {
    .md\:portrait\:h-60 {
      height: 60vh;
    }

    .md\:portrait\:min-h-30 {
      min-height: 30vh;
    }

    .md\:portrait\:min-h-50 {
      min-height: 50vh;
    }

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

    .md\:portrait\:w-\[75\%\] {
      width: 75%;
    }

    .md\:portrait\:w-\[80vw\] {
      width: 80vw;
    }

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

    .md\:portrait\:gap-8 {
      gap: 2rem;
    }

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

    .md\:portrait\:pr-12 {
      padding-right: 3rem;
    }

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

@media (min-width: 1024px) {
  @media (orientation: portrait) {
    .lg\:portrait\:mt-auto {
      margin-top: auto;
    }

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

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .md\:landscape\:col-span-1 {
      grid-column: span 1 / span 1;
    }

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

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

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

    .md\:landscape\:ml-auto {
      margin-left: auto;
    }

    .md\:landscape\:mt-0 {
      margin-top: 0px;
    }

    .md\:landscape\:mt-auto {
      margin-top: auto;
    }

    .md\:landscape\:block {
      display: block;
    }

    .md\:landscape\:flex {
      display: flex;
    }

    .md\:landscape\:hidden {
      display: none;
    }

    .md\:landscape\:h-20 {
      height: 20vh;
    }

    .md\:landscape\:h-70 {
      height: 70vh;
    }

    .md\:landscape\:h-auto {
      height: auto;
    }

    .md\:landscape\:min-h-60 {
      min-height: 60vh;
    }

    .md\:landscape\:min-h-80 {
      min-height: 80vh;
    }

    .md\:landscape\:min-h-\[25vh\] {
      min-height: 25vh;
    }

    .md\:landscape\:min-h-\[35vh\] {
      min-height: 35vh;
    }

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

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

    .md\:landscape\:w-\[40vw\] {
      width: 40vw;
    }

    .md\:landscape\:w-\[55\%\] {
      width: 55%;
    }

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

    .md\:landscape\:w-\[65\%\] {
      width: 65%;
    }

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

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

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

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

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

    .md\:landscape\:gap-12 {
      gap: 3rem;
    }

    .md\:landscape\:gap-20 {
      gap: 5rem;
    }

    .md\:landscape\:gap-8 {
      gap: 2rem;
    }

    .md\:landscape\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(7rem * var(--tw-space-x-reverse));
      margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:landscape\:border-r {
      border-right-width: 1px;
    }

    .md\:landscape\:p-0 {
      padding: 0px;
    }

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

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

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

    .md\:landscape\:pl-12 {
      padding-left: 3rem;
    }

    .md\:landscape\:pr-12 {
      padding-right: 3rem;
    }

    .md\:landscape\:pr-24 {
      padding-right: 6rem;
    }

    .md\:landscape\:pt-0 {
      padding-top: 0px;
    }
  }
}

@media (min-width: 1024px) {
  @media (orientation: landscape) {
    .lg\:landscape\:mb-8 {
      margin-bottom: 2rem;
    }

    .lg\:landscape\:mt-\[4\.25rem\] {
      margin-top: 4.25rem;
    }

    .lg\:landscape\:grid {
      display: grid;
    }

    .lg\:landscape\:h-auto {
      height: auto;
    }

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

    .lg\:landscape\:min-h-40 {
      min-height: 40vh;
    }

    .lg\:landscape\:min-h-screen {
      min-height: 100vh;
    }

    .lg\:landscape\:w-\[35vw\] {
      width: 35vw;
    }

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

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

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

    .lg\:landscape\:border-t {
      border-top-width: 1px;
    }

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

    .lg\:landscape\:\!pb-0 {
      padding-bottom: 0px !important;
    }
  }
}

@media (min-width: 1280px) {
  @media (orientation: landscape) {
    .xl\:landscape\:top-\[70px\] {
      top: 70px;
    }

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

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

    .xl\:landscape\:block {
      display: block;
    }

    .xl\:landscape\:flex {
      display: flex;
    }

    .xl\:landscape\:grid {
      display: grid;
    }

    .xl\:landscape\:hidden {
      display: none;
    }

    .xl\:landscape\:h-60 {
      height: 60vh;
    }

    .xl\:landscape\:min-h-50 {
      min-height: 50vh;
    }

    .xl\:landscape\:min-h-\[65vh\] {
      min-height: 65vh;
    }

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

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

    .xl\:landscape\:w-\[25vw\] {
      width: 25vw;
    }

    .xl\:landscape\:w-\[75\%\] {
      width: 75%;
    }

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

    .xl\:landscape\:w-\[85\%\] {
      width: 85%;
    }

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

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

    .xl\:landscape\:gap-12 {
      gap: 3rem;
    }

    .xl\:landscape\:rounded-l-\[2rem\] {
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem;
    }

    .xl\:landscape\:rounded-r-\[2rem\] {
      border-top-right-radius: 2rem;
      border-bottom-right-radius: 2rem;
    }
  }
}

@media (min-width: 1536px) {
  @media (orientation: landscape) {
    .\32xl\:landscape\:min-h-50 {
      min-height: 50vh;
    }

    .\32xl\:landscape\:min-h-\[30vh\] {
      min-height: 30vh;
    }
  }
}