/* ========================================================================= */

/* Tailwind */

/* ========================================================================= */

/* ! tailwindcss v3.4.3 | 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: currentColor;
  /* 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] {
  display: none;
}

@font-face {
  font-display: swap;

  font-family: 'Maxeville Construct';

  font-weight: 400;

  font-style: normal;

  src: url('/fonts/Maxeville-Construct.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Graphik Arabic';

  font-weight: 400;

  font-style: normal;

  src: url('/fonts/GraphikArabic-Regular-Web.woff2') format('woff2');
}

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

.container {
  width: 100%;
}

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

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

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

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

.type-style-hero,
.type-style-sub-hero,
.type-style-social-sub-hero,
.type-style-hero-landing,
.type-style-heading,
.type-style-subheading,
.type-style-social-heading,
.type-style-social-subheading,
.type-style-body,
.type-style-text-slide,
.type-style-chapter-slide-number,
.type-style-chapter-slide-text,
.type-style-gallery-hero,
.type-style-config-heading,
.type-style-offer-listing-body {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
}

.type-style-sub-hero {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 3.75rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.02em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-sub-hero {
    --tw-type--weight: 400;
    --tw-type--size: 6.875rem;
    --tw-type--line-height: 110%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-social-sub-hero {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 3.75rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.02em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-social-sub-hero {
    --tw-type--weight: 400;
    --tw-type--size: 5.5rem;
    --tw-type--line-height: 95%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-social-sub-hero {
    --tw-type--weight: 400;
    --tw-type--size: 6.875rem;
    --tw-type--line-height: 110%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-hero-landing {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 2.25rem;
  --tw-type--line-height: 125%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-hero-landing {
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 125%;
    --tw-type--letter-spacing: 0.02em;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-hero-landing {
    --tw-type--size: 5rem;
    --tw-type--line-height: 120%;
    --tw-type--letter-spacing: 0.03em;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-heading {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 2.1875rem;
  --tw-type--line-height: 115%;
  --tw-type--letter-spacing: 0.02em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-heading {
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 110%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-subheading {
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 1.375rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-subheading {
    --tw-type--size: 1.6875rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-social-heading {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 2.1875rem;
  --tw-type--line-height: 115%;
  --tw-type--letter-spacing: 0.02em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-social-heading {
    --tw-type--size: 3rem;
    --tw-type--line-height: 108%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-social-heading {
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 110%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-social-subheading {
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 1.375rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-social-subheading {
    --tw-type--size: 1.15rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-social-subheading {
    --tw-type--size: 1.6875rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-body {
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-text-slide {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 1.5625rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-text-slide {
    --tw-type--size: 2.25rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-text-slide {
    --tw-type--size: 2.6875rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-chapter-slide-number {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 31.25rem;
  --tw-type--line-height: 1em;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-chapter-slide-number {
    --tw-type--size: 43.75rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-chapter-slide-number {
    --tw-type--size: 59.375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-chapter-slide-text {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 3.4375rem;
  --tw-type--line-height: 100%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-chapter-slide-text {
    --tw-type--size: 5.9375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-chapter-slide-text {
    --tw-type--size: 7.8125rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-gallery-hero {
  --tw-type--family: Maxeville Construct;
  --tw-type--weight: 400;
  --tw-type--size: 2.25rem;
  --tw-type--line-height: 120%;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-gallery-hero {
    --tw-type--weight: 400;
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 120%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1200px) {
  .type-style-gallery-hero {
    --tw-type--weight: 400;
    --tw-type--size: 4.6875rem;
    --tw-type--line-height: 100%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-offer-listing-body {
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 0.75rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.14em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.dialog-reset {
  position: fixed;
  inset: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

dialog.dialog-reset {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.dialog-reset::backdrop {
  background-color: rgb(0 0 0 / 0.7);
}

.dialog-reset {
  max-height: none;
  max-width: none;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-right-80 {
  right: -5rem;
}

.-top-120 {
  top: -7.5rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-20 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0;
}

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

.left-10 {
  left: 0.625rem;
}

.left-30 {
  left: 1.875rem;
}

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

.right-0 {
  right: 0;
}

.right-20 {
  right: 1.25rem;
}

.top-0 {
  top: 0;
}

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

.top-10 {
  top: 0.625rem;
}

.top-100 {
  top: 6.25rem;
}

.top-20 {
  top: 1.25rem;
}

.top-25 {
  top: 1.5625rem;
}

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

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

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

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

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

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

.-mx-10 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-15 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

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

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

.-ml-200 {
  margin-left: -12.5rem;
}

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

.-mt-100 {
  margin-top: -6.25rem;
}

.-mt-250 {
  margin-top: -15.625rem;
}

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

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

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

.mb-22 {
  margin-bottom: 1.375rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

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

.mb-45 {
  margin-bottom: 2.8125rem;
}

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

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-18 {
  margin-left: 1.125rem;
}

.ml-25 {
  margin-left: 1.5625rem;
}

.ml-5 {
  margin-left: 0.3125rem;
}

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

.mr-10 {
  margin-right: 0.625rem;
}

.mr-5 {
  margin-right: 0.3125rem;
}

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

.mt-100 {
  margin-top: 6.25rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-18 {
  margin-top: 1.125rem;
}

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

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

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

.mt-45 {
  margin-top: 2.8125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-75 {
  margin-top: 4.6875rem;
}

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

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

.mt-\[100dvh\] {
  margin-top: 100dvh;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[170\/117\] {
  aspect-ratio: 170/117;
}

.aspect-\[315\/191\] {
  aspect-ratio: 315/191;
}

.aspect-\[315\/405\] {
  aspect-ratio: 315/405;
}

.aspect-\[375\/345\] {
  aspect-ratio: 375/345;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[405\/560\] {
  aspect-ratio: 405/560;
}

.aspect-\[575\/400\] {
  aspect-ratio: 575/400;
}

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

.h-\[1\.5em\] {
  height: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-dynamic-screen {
  height: 100vh;
  height: 100dvh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-\[85vh\] {
  max-height: 85vh;
}

.min-h-0 {
  min-height: 0;
}

.min-h-56 {
  min-height: 3.5rem;
}

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

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

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.666667%;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/12 {
  width: 25%;
}

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

.w-3\/6 {
  width: 50%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

.w-\[16\.4\%\] {
  width: 16.4%;
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-56 {
  min-width: 3.5rem;
}

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

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

.max-w-11\/12 {
  max-width: 91.66666666666666%;
}

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-full {
  flex-basis: 100%;
}

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

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

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

.translate-y-6\/12 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.0625rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-x-10 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-30 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-40 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-y-25 {
  row-gap: 1.5625rem;
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded {
  border-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-\[\#737373\] {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(44 39 39 / var(--tw-border-opacity));
}

.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-mid-grey {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-dark-blue\/30 {
  border-left-color: rgb(0 46 81 / 0.3);
  border-right-color: rgb(0 46 81 / 0.3);
}

.bg-\[\#DBCCB9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 204 185 / var(--tw-bg-opacity));
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(64 59 59 / var(--tw-bg-opacity));
}

.bg-dark-blue\/5 {
  background-color: rgb(0 46 81 / 0.05);
}

.bg-dark-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(64 59 59 / var(--tw-bg-opacity));
}

.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(64 154 46 / var(--tw-bg-opacity));
}

.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(44 39 39 / var(--tw-bg-opacity));
}

.bg-darker-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}

.bg-footer-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(58 51 51 / var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

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

.p-20 {
  padding: 1.25rem;
}

.p-40 {
  padding: 2.5rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

.px-22 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

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

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pb-18 {
  padding-bottom: 1.125rem;
}

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

.pb-25 {
  padding-bottom: 1.5625rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-45 {
  padding-bottom: 2.8125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

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

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.0625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-5 {
  padding-left: 0.3125rem;
}

.pr-15 {
  padding-right: 0.9375rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

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

.pt-15 {
  padding-top: 0.9375rem;
}

.pt-18 {
  padding-top: 1.125rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-25 {
  padding-top: 1.5625rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-42 {
  padding-top: 2.625rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[80vmin\] {
  font-size: 80vmin;
}

.font-bold {
  font-weight: 700;
}

.text-\[\#00000080\] {
  color: #00000080;
}

.text-\[\#FFFFFF66\] {
  color: #FFFFFF66;
}

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

.text-dark-brown {
  --tw-text-opacity: 1;
  color: rgb(64 59 59 / var(--tw-text-opacity));
}

.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(44 39 39 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(74 182 53 / var(--tw-text-opacity));
}

.text-light-grey {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 1024px) {
  .layout-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .layout-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mt-1:first-child {
  margin-top: 0.0625rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:border-dark-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 39 39 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-dark-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 39 39 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.enabled\:hover\:text-white\/50:hover:enabled {
  color: rgb(255 255 255 / 0.5);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .xs\:bottom-25 {
    bottom: 1.5625rem;
  }

  .xs\:left-40 {
    left: 2.5rem;
  }

  .xs\:right-40 {
    right: 2.5rem;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:mb-35 {
    margin-bottom: 2.1875rem;
  }

  .xs\:mb-37 {
    margin-bottom: 2.3125rem;
  }

  .xs\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .xs\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .xs\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .xs\:mt-15 {
    margin-top: 0.9375rem;
  }

  .xs\:block {
    display: block;
  }

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

  .xs\:flex {
    display: flex;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-dvh {
    height: 100dvh;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

  .xs\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .xs\:pb-80 {
    padding-bottom: 5rem;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pt-30 {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:bottom-65 {
    bottom: 4.0625rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-20 {
    left: 1.25rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-20 {
    right: 1.25rem;
  }

  .sm\:right-40 {
    right: 2.5rem;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-ml-20 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-50 {
    margin-top: -3.125rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mb-100 {
    margin-bottom: 6.25rem;
  }

  .sm\:mb-45 {
    margin-bottom: 2.8125rem;
  }

  .sm\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .sm\:mb-77 {
    margin-bottom: 4.8125rem;
  }

  .sm\:ml-20 {
    margin-left: 1.25rem;
  }

  .sm\:ml-50 {
    margin-left: 3.125rem;
  }

  .sm\:mr-20 {
    margin-right: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mt-100 {
    margin-top: 6.25rem;
  }

  .sm\:mt-20 {
    margin-top: 1.25rem;
  }

  .sm\:mt-30 {
    margin-top: 1.875rem;
  }

  .sm\:mt-40 {
    margin-top: 2.5rem;
  }

  .sm\:mt-50 {
    margin-top: 3.125rem;
  }

  .sm\:mt-60 {
    margin-top: 3.75rem;
  }

  .sm\:mt-70 {
    margin-top: 4.375rem;
  }

  .sm\:mt-80 {
    margin-top: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

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

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

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

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

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

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

  .sm\:gap-1 {
    gap: 0.0625rem;
  }

  .sm\:gap-30 {
    gap: 1.875rem;
  }

  .sm\:gap-60 {
    gap: 3.75rem;
  }

  .sm\:gap-y-40 {
    row-gap: 2.5rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(187 187 187 / var(--tw-border-opacity));
  }

  .sm\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(187 187 187 / var(--tw-bg-opacity));
  }

  .sm\:p-40 {
    padding: 2.5rem;
  }

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

  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-25 {
    padding-bottom: 1.5625rem;
  }

  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-70 {
    padding-bottom: 4.375rem;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pl-20 {
    padding-left: 1.25rem;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pr-20 {
    padding-right: 1.25rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pt-10 {
    padding-top: 0.625rem;
  }

  .sm\:pt-20 {
    padding-top: 1.25rem;
  }

  .sm\:pt-25 {
    padding-top: 1.5625rem;
  }

  .sm\:pt-40 {
    padding-top: 2.5rem;
  }

  .sm\:pt-55 {
    padding-top: 3.4375rem;
  }

  .sm\:layout-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  @media (min-width: 1024px) {
    .sm\:layout-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 1200px) {
    .sm\:layout-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
  }

  @media not all and (min-width: 1200px) {
    .sm\:max-md\:mb-70 {
      margin-bottom: 4.375rem;
    }

    .sm\:max-md\:block {
      display: block;
    }

    .sm\:max-md\:flex {
      display: flex;
    }
  }
}

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

  .md\:bottom-50 {
    bottom: 3.125rem;
  }

  .md\:bottom-55 {
    bottom: 3.4375rem;
  }

  .md\:left-30 {
    left: 1.875rem;
  }

  .md\:left-80 {
    left: 5rem;
  }

  .md\:right-30 {
    right: 1.875rem;
  }

  .md\:right-60 {
    right: 3.75rem;
  }

  .md\:right-80 {
    right: 5rem;
  }

  .md\:top-50 {
    top: 3.125rem;
  }

  .md\:-ml-30 {
    margin-left: -1.875rem;
  }

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

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

  .md\:-mt-70 {
    margin-top: -4.375rem;
  }

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

  .md\:mb-15 {
    margin-bottom: 0.9375rem;
  }

  .md\:mb-25 {
    margin-bottom: 1.5625rem;
  }

  .md\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-65 {
    margin-bottom: 4.0625rem;
  }

  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }

  .md\:mb-80 {
    margin-bottom: 5rem;
  }

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

  .md\:ml-30 {
    margin-left: 1.875rem;
  }

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

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

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mr-30 {
    margin-right: 1.875rem;
  }

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

  .md\:mt-10 {
    margin-top: 0.625rem;
  }

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

  .md\:mt-150 {
    margin-top: 9.375rem;
  }

  .md\:mt-20 {
    margin-top: 1.25rem;
  }

  .md\:mt-40 {
    margin-top: 2.5rem;
  }

  .md\:mt-60 {
    margin-top: 3.75rem;
  }

  .md\:mt-70 {
    margin-top: 4.375rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-1\/12 {
    width: 8.333333%;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-40 {
    width: 2.5rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-container {
    max-width: 1440px;
  }

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

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

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

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

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

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

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

  .md\:gap-100 {
    gap: 6.25rem;
  }

  .md\:gap-150 {
    gap: 9.375rem;
  }

  .md\:gap-40 {
    gap: 2.5rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

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

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:px-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

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

  .md\:pb-150 {
    padding-bottom: 9.375rem;
  }

  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-55 {
    padding-bottom: 3.4375rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }

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

  .md\:pl-30 {
    padding-left: 1.875rem;
  }

  .md\:pr-30 {
    padding-right: 1.875rem;
  }

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

  .md\:pt-30 {
    padding-top: 1.875rem;
  }

  .md\:pt-35 {
    padding-top: 2.1875rem;
  }

  .md\:pt-50 {
    padding-top: 3.125rem;
  }

  .md\:pt-55 {
    padding-top: 3.4375rem;
  }

  .md\:pt-60 {
    padding-top: 3.75rem;
  }

  .md\:pt-70 {
    padding-top: 4.375rem;
  }
}

@media (min-width: 1440px) {
  .lg\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

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

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

  .lg\:gap-x-60 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}

/* ========================================================================= */

/* Polyfill */

/* ========================================================================= */

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

/* ========================================================================= */

/* Modules */

/* ========================================================================= */

/* ========================================================================= */

/* Forms */

/* ========================================================================= */

.field__input {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 39 39 / var(--tw-text-opacity));
}

.field__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 59 59 / var(--tw-placeholder-opacity));
}

.field__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 59 59 / var(--tw-placeholder-opacity));
}

.social-landing-page .field__input {
  --tw-bg-opacity: 1;
  background-color: rgb(248 241 231 / var(--tw-bg-opacity));
}

.field__input {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

.theme--blue .field__input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.field__input--error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

/* ========================================================================= */

/* Measurement Selects */

/* ========================================================================= */

.select-measure {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 0.75rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.14em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  text-transform: uppercase;
  background-color: transparent;
  background-image: url('/images/chevron-down.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 10%;
  line-height: 1;
  margin-bottom: 9px;
  margin-top: 4px;
  width: 90px;
}

/* ========================================================================= */

/* React Select */

/* ========================================================================= */

.react-select-container {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 39 39 / var(--tw-text-opacity));
}

.react-select-container::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 59 59 / var(--tw-placeholder-opacity));
}

.react-select-container::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 59 59 / var(--tw-placeholder-opacity));
}

.social-landing-page .react-select-container {
  --tw-bg-opacity: 1;
  background-color: rgb(248 241 231 / var(--tw-bg-opacity));
}

.react-select-container {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

.theme--blue .react-select-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.react-select__value-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.0625rem;
}

.react-select__multi-value {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(64 59 59 / var(--tw-bg-opacity));
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.react-select__placeholder {
  --tw-text-opacity: 1;
  color: rgb(64 59 59 / var(--tw-text-opacity));
}

.react-select__menu {
  margin-top: 0.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.social-landing-page .react-select__menu {
  --tw-bg-opacity: 1;
  background-color: rgb(248 241 231 / var(--tw-bg-opacity));
}

.react-select__menu {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

.theme--blue .react-select__menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.react-select__menu-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.0625rem;
}

.react-select__option {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(64 59 59 / var(--tw-bg-opacity));
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: auto !important;
  display: block;
  flex: 0 auto;
  cursor: pointer !important;
}

/* ========================================================================= */

/* Layout */

/* ========================================================================= */

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 1024px) {
  .layout-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .layout-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/**
 * 1. Ensures the long emails break to the line.
 */

.rich-text {
  word-break: break-word;
  /* [1] */
}

.rich-text b,
.rich-text strong {
  font-weight: bold;
}

.rich-text i,
.rich-text em {
  font-style: italic;
}

.rich-text p:not(:first-child) {
  margin-top: 20px;
}

.rich-text a {
  text-decoration-line: underline;
  text-decoration-color: #66A14C;
  text-underline-offset: 4px;
}

.swiper-container {
  width: 100%;
}

.swiper-wrapper {
  /* box-sizing: content-box; */
  display: flex;
  height: 100%;
  transition-property: transform;
  width: 100%;
  padding: 0;
  /* margin-left: 0;
    margin-right: 0; */
}

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.swiper-navigation {
  margin-left: calc((100% / 12 * 10) - 1.25rem);
}

.embed-carousel {
  padding-left: 1.25rem;
}

.image-carousel {
  padding-left: 0.9375rem;
}

.image-carousel-slide {
  width: calc((100vw - 1.25rem) / 12 * 9);
}

.swiper-container.swiper-vertical {
  touch-action: pan-x;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .embed-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .image-carousel {
    padding-left: 1.25rem;
  }

  .image-carousel-slide {
    width: calc((100vw - 2.5rem) / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .embed-carousel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-carousel {
    padding-left: calc(((100vw - 1440px) / 2) + 1.875rem);
  }

  .image-carousel-slide {
    width: calc((1440px - 3.75rem) / 12 * 4);
  }

  .feature-section .image-carousel-slide {
    width: 33.333333%;
  }

  .feature-section.image-carousel {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-carousel {
    padding-left: 1.875rem;
  }

  .image-carousel-slide {
    width: calc((100vw - 3.75rem) / 12 * 4);
  }
}

/* ========================================================================= */

/* Transitions */

/* ========================================================================= */

.swiper-slide-opacity {
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.swiper-slide-visible.swiper-slide-opacity,
.swiper-slide-visible .swiper-slide-opacity {
  opacity: 1;
}

.video-h-flip,
.video-chat__local-video > video {
  transform: scale(-1, 1) !important;
}

.video-chat__local-video > video,
.video-chat__remote-video > video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.participant-tile {
  pointer-events: none;
  aspect-ratio: 4/3;
}

.participant-tile > video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media (min-width: 1024px) {
  .chat-button {
    line-height: 1;
    align-items: center;
  }

  .chat-button:hover {
    background-color: rgb(64 59 59 / var(--tw-bg-opacity));
    align-items: center;
  }

  .camera-hover-state-on:hover:before {
    content: 'On';
  }

  .camera-hover-state-off:hover:before {
    content: 'Off';
  }

  .microphone-hover-state-on:hover:before {
    content: 'Unmute';
  }

  .microphone-hover-state-off:hover:before {
    content: 'Mute';
  }

  .exit-hover-state:hover:before {
    content: 'Exit';
  }

  .settings-hover-state:hover:before {
    content: 'Settings';
  }

  .hamburger-hover-state:hover:before {
    content: 'Navigation';
  }

  .close-hover-state:hover:before {
    content: 'Close';
  }

  .chat-button:hover .icon-hidden {
    display: none;
  }
}

/* ========================================================================= */

/* Globals */

/* ========================================================================= */

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Graphik Arabic;
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.03em;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

html * {
  outline-color: #000000;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

html[data-whatintent = 'touch'] *,
html[data-whatintent = 'mouse'] *:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* ========================================================================= */

/* Skip link */

/* ========================================================================= */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.skip-link:focus {
  z-index: 9999;
}

.skip-link {
  background-color: #ffffff;
  border: 1px solid #000000;
  transform: translate(-110%, 0);
  transform: translate(calc(-100% - 1px), 0);
}

.skip-link:focus {
  transform: translate(0, 0);
}

/* ========================================================================= */

/* Video oembed */

/* ========================================================================= */

.video-oembed {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

/* ========================================================================= */

/* Dialog */

/* ========================================================================= */

@keyframes opacity-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fade-in::backdrop {
  animation: opacity-in 0.1s ease-out both;
}

.fade-in.fade-out {
  animation: opacity-out 0.1s ease-out both;
}

.backdrop-fade-in::backdrop {
  animation: opacity-in 0.1s ease-out both;
}

.backdrop-fade-in.fade-out::backdrop {
  animation: opacity-out 0.1s ease-out both;
}

/* ========================================================================= */

/* Background */

/* ========================================================================= */

.bg-transparent {
  background: rgba(0, 0, 0, 0);
}

/* ========================================================================= */

/* Theme */

/* ========================================================================= */

.social-landing-page .theme__bg {
  --tw-bg-opacity: 1;
  background-color: rgb(248 241 231 / var(--tw-bg-opacity));
}

.social-landing-page .theme__text-highlight {
  --tw-text-opacity: 1;
  color: rgb(64 154 46 / var(--tw-text-opacity));
}

.theme__bg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 221 / var(--tw-bg-opacity));
}

.theme--blue .theme__bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme__text-highlight {
  --tw-text-opacity: 1;
  color: rgb(74 182 53 / var(--tw-text-opacity));
}

.theme--blue .theme__text-highlight {
  --tw-text-opacity: 1;
  color: rgb(18 207 202 / var(--tw-text-opacity));
}

/* ========================================================================= */

/* Trunk breakout */

/* ========================================================================= */

@media (min-width: 1200px) {
  .md-trunk-breakout {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}

/* ========================================================================= */

/* Social Header Image */

/* ========================================================================= */

@keyframes kenburnsEffect {
  0% {
    transform: scale(1.03) translate(1.5%, -0.75%);
  }

  50% {
    transform: scale(1.08) translate(-1.5%, 0.75%);
  }

  100% {
    transform: scale(1.03) translate(1.5%, -0.75%);
  }
}

.smooth-zoom-and-move {
  animation: kenburnsEffect 20s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
