/*
! tailwindcss v3.3.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: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

  .container {
    max-width: 1640px;
  }
}
.font-raleway { font-family: 'Raleway', 'sans-serif'; }
.font-ostrich { font-family: 'Ostrich Sans Heavy', 'sans-serif'; }
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-bottom-\[1px\] {
  bottom: -1px;
}
.-left-10 {
  left: -2.5rem;
}
.-left-20 {
  left: -5rem;
}
.-left-\[100px\] {
  left: -100px;
}
.-left-\[208px\] {
  left: -208px;
}
.-left-\[39px\] {
  left: -39px;
}
.-left-\[40\%\] {
  left: -40%;
}
.-left-\[45\%\] {
  left: -45%;
}
.-left-\[50px\] {
  left: -50px;
}
.-left-\[69px\] {
  left: -69px;
}
.-right-10 {
  right: -2.5rem;
}
.-right-4 {
  right: -1rem;
}
.-right-\[200px\] {
  right: -200px;
}
.-right-\[450px\] {
  right: -450px;
}
.-right-\[50\%\] {
  right: -50%;
}
.-right-\[75px\] {
  right: -75px;
}
.-top-10 {
  top: -2.5rem;
}
.-top-11 {
  top: -2.75rem;
}
.-top-16 {
  top: -4rem;
}
.-top-24 {
  top: -6rem;
}
.-top-40 {
  top: -10rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[100px\] {
  top: -100px;
}
.-top-\[150px\] {
  top: -150px;
}
.-top-\[200px\] {
  top: -200px;
}
.-top-\[70px\] {
  top: -70px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.bottom-\[12\%\] {
  bottom: 12%;
}
.bottom-\[20\%\] {
  bottom: 20%;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.bottom-\[30\%\] {
  bottom: 30%;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.left-\[15\%\] {
  left: 15%;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[90px\] {
  left: 90px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-\[140px\] {
  right: 140px;
}
.right-\[21\%\] {
  right: 21%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-4 {
  top: 1rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[130px\] {
  top: 130px;
}
.top-\[140px\] {
  top: 140px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[320px\] {
  top: 320px;
}
.top-\[46px\] {
  top: 46px;
}
.top-\[480px\] {
  top: 480px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mr-36 {
  margin-right: -9rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-96 {
  margin-bottom: 24rem;
}
.mb-\[91px\] {
  margin-bottom: 91px;
}
.ml-\[116px\] {
  margin-left: 116px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1920\/294\] {
  aspect-ratio: 1920/294;
}
.aspect-\[331\/335\] {
  aspect-ratio: 331/335;
}
.aspect-\[371\/429\] {
  aspect-ratio: 371/429;
}
.aspect-\[430\/53\] {
  aspect-ratio: 430/53;
}
.aspect-\[430\/54\] {
  aspect-ratio: 430/54;
}
.aspect-\[430\/68\] {
  aspect-ratio: 430/68;
}
.aspect-\[430\/92\] {
  aspect-ratio: 430/92;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vw\] {
  height: 100vw;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[158px\] {
  height: 158px;
}
.h-\[194px\] {
  height: 194px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[335px\] {
  height: 335px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[429px\] {
  height: 429px;
}
.h-\[491px\] {
  height: 491px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[97px\] {
  height: 97px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.min-h-\[937px\] {
  min-height: 937px;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-60 {
  width: 15rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[221px\] {
  width: 221px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[331px\] {
  width: 331px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[371\] {
  width: 371;
}
.w-\[403px\] {
  width: 403px;
}
.w-\[97px\] {
  width: 97px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[246px\] {
  max-width: 246px;
}
.max-w-\[277px\] {
  max-width: 277px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[567px\] {
  max-width: 567px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-top-left {
  transform-origin: top left;
}
.-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-x-5 {
  --tw-translate-x: -1.25rem;
  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-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[100deg\] {
  --tw-rotate: 100deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[50deg\] {
  --tw-rotate: 50deg;
  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));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.scale-\[0\.25\] {
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  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));
}
.scale-\[0\.4\] {
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  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));
}
.scale-\[0\.5\] {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.6\] {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  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));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.25\] {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-\[1\.75\] {
  --tw-scale-x: 1.75;
  --tw-scale-y: 1.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 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;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[260px\] {
  gap: 260px;
}
.gap-\[72px\] {
  gap: 72px;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-secondary {
  border-color: #96D6A21A;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(150 214 162 / var(--tw-bg-opacity));
}
.bg-secondary {
  background-color: #96D6A21A;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 79 27 / var(--tw-bg-opacity));
}
.bg-ultralight {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[length\:21px_3px\] {
  background-size: 21px 3px;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-black {
  fill: #000;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #fff;
}
.stroke-primary {
  stroke: #96D6A2;
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-white {
  stroke: #fff;
}
.stroke-1 {
  stroke-width: 1;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.p-px {
  padding: 1px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 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;
}
.px-\[73px\] {
  padding-left: 73px;
  padding-right: 73px;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-\[92px\] {
  padding-bottom: 92px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-52 {
  padding-top: 13rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[37px\] {
  padding-top: 37px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.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-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-heading {
  font-size: 68px;
  line-height: 68px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(150 214 162 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(233 79 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

[x-cloak] { display: none !important; }

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face { font-family: 'Ostrich Sans';         font-weight: 300; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSans-Light.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans';         font-weight: 500; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSans-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans';         font-weight: 700; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSans-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans';         font-weight: 900; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSans-Black.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans Heavy';   font-weight: 900; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSans-Heavy.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans Dashed';  font-weight: 500; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSansDashed-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Ostrich Sans Rounded'; font-weight: 500; font-style: normal; font-display: swap; src: url('/wp-content/themes/bb-blank-child/fonts/ostrich-sans/OstrichSansRounded-Medium.woff2') format('woff2'); }
/* ### Global ### */
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.mobileNoScroll {
  overflow-y: hidden;
}
@media (min-width: 992px) {

  body.mobileNoScroll {
    overflow-y: auto;
  }
}

p {
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700; font-family: 'Ostrich Sans Heavy', 'sans-serif';
}

.editor-content > * + * { margin-top: 1em; }

input,textarea,button {
  border-radius: 0px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: currentColor;
  opacity: 1;
}
input:focus,textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1440px) {

  .container {
    max-width: 1240px;
  }
}

.fl-col {
  min-height: 0px;
}

/* ### Header ### */
header {
  position: relative;
  z-index: 30;
}
.cm-header .header-wrapper { -webkit-clip-path: url(#wavyheaderClip); clip-path: url(#wavyheaderClip); }
@media (min-width: 992px) {
  .cm-header .header-wrapper { -webkit-clip-path: url(#wavyheaderClip); clip-path: url(#wavyheaderClip); }
}
body.home .cm-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  width: 100%;
} 
body.home .cm-header .header-wrapper {
  background-color: transparent; -webkit-clip-path: none !important; clip-path: none !important;
}

/* ### Menus ### */
.main-menu { font-family: 'Ostrich Sans Heavy', 'sans-serif'; display: flex; flex-direction: column; gap: 1.25rem; font-size: 1.25rem; line-height: 1.75rem; text-transform: uppercase; }
.main-menu .menu-item > a {
  position: relative;
}
.main-menu .menu-item > a::after {
  position: absolute;
  top: 100%;
  left: 0px;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; content: '';
}
.main-menu .menu-item > a:hover::after,
.main-menu .current-menu-item > a::after {
  width: 100%;
}

.mobile-menu { font-family: 'Ostrich Sans Heavy', 'sans-serif'; display: flex; flex-direction: column; gap: 1.25rem; text-align: center; font-size: 1.875rem; line-height: 2.25rem; text-transform: uppercase; }
.mobile-menu .menu-item > a {
  position: relative;
}
.mobile-menu .menu-item > a::after {
  position: absolute;
  top: 100%;
  left: 0px;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; content: '';
}
.mobile-menu .menu-item > a:hover::after,
.mobile-menu .current-menu-item > a::after,
.mobile-menu .current-menu-ancestor > a::after {
  width: 100%;
}
.mobile-menu .menu-item-has-children {
  position: relative;
}
.mobile-menu .menu-item-has-children::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 100%;
  height: 2.5rem;
  width: 2.5rem;
  transform-origin: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 79 27 / var(--tw-text-opacity)); content: "\f078"; font-family: "Font Awesome 6 Pro";
}
.mobile-menu .menu-item-has-children.active::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  display: flex;
  height: 0px;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
}
.mobile-menu .menu-item-has-children.active .sub-menu {
  visibility: visible;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
}
.mobile-menu .menu-item-has-children .sub-menu .menu-item a { font-family: 'Raleway', 'sans-serif'; margin-left: 0.75rem; margin-top: 0.75rem; font-size: 1rem; line-height: 1.5rem; font-weight: 400; text-transform: none; }

/* ### Single bottom clip path that needs to be visible on the single product page ### */
body.single .bottom-clip-background {
  display: block;
}

/* ### Featured product module ### */
@media (min-width: 1240px) {

  body.home .cm-featured-product .featured-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hidden_animated_image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: none;
}

/* USP's on the home page */
body.home .cm-home .home-usp-list ul {
  list-style-type: disc;
}
.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 79 27 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(150 214 162 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group.active .group-\[\.active\]\:fill-primary {
  fill: #96D6A2;
}
.group.active .group-\[\.active\]\:fill-tertiary {
  fill: #E94F1B;
}
.group.active .group-\[\.active\]\:fill-white {
  fill: #fff;
}
@media (min-width: 768px) {

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-\[15\%\] {
    bottom: -15%;
  }

  .lg\:-bottom-\[3\%\] {
    bottom: -3%;
  }

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

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-\[158px\] {
    left: -158px;
  }

  .lg\:-left-\[169px\] {
    left: -169px;
  }

  .lg\:-left-\[250px\] {
    left: -250px;
  }

  .lg\:-left-\[25px\] {
    left: -25px;
  }

  .lg\:-left-\[65px\] {
    left: -65px;
  }

  .lg\:-left-\[80px\] {
    left: -80px;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-\[110px\] {
    right: -110px;
  }

  .lg\:-right-\[200px\] {
    right: -200px;
  }

  .lg\:-right-\[4\%\] {
    right: -4%;
  }

  .lg\:-right-\[400px\] {
    right: -400px;
  }

  .lg\:-right-\[428px\] {
    right: -428px;
  }

  .lg\:-right-\[460px\] {
    right: -460px;
  }

  .lg\:-right-\[5\%\] {
    right: -5%;
  }

  .lg\:-right-\[90px\] {
    right: -90px;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

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

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-\[150px\] {
    top: -150px;
  }

  .lg\:-top-\[22\%\] {
    top: -22%;
  }

  .lg\:-top-\[242px\] {
    top: -242px;
  }

  .lg\:-top-\[275px\] {
    top: -275px;
  }

  .lg\:-top-\[29\%\] {
    top: -29%;
  }

  .lg\:-top-\[31\%\] {
    top: -31%;
  }

  .lg\:-top-\[480px\] {
    top: -480px;
  }

  .lg\:-top-\[60\%\] {
    top: -60%;
  }

  .lg\:-top-\[600px\] {
    top: -600px;
  }

  .lg\:-top-\[60px\] {
    top: -60px;
  }

  .lg\:-top-\[95px\] {
    top: -95px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-\[20\%\] {
    bottom: 20%;
  }

  .lg\:bottom-\[7\%\] {
    bottom: 7%;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-\[12\%\] {
    left: 12%;
  }

  .lg\:left-\[2\%\] {
    left: 2%;
  }

  .lg\:left-\[29\%\] {
    left: 29%;
  }

  .lg\:left-\[30\%\] {
    left: 30%;
  }

  .lg\:left-\[400px\] {
    left: 400px;
  }

  .lg\:left-\[5\%\] {
    left: 5%;
  }

  .lg\:left-\[75px\] {
    left: 75px;
  }

  .lg\:left-\[8\%\] {
    left: 8%;
  }

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

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-\[0\] {
    right: 0;
  }

  .lg\:right-\[100px\] {
    right: 100px;
  }

  .lg\:right-\[19\%\] {
    right: 19%;
  }

  .lg\:right-\[3\%\] {
    right: 3%;
  }

  .lg\:right-\[75px\] {
    right: 75px;
  }

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

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

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

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

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:top-\[30px\] {
    top: 30px;
  }

  .lg\:top-\[5\%\] {
    top: 5%;
  }

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

  .lg\:top-\[737px\] {
    top: 737px;
  }

  .lg\:top-\[8\%\] {
    top: 8%;
  }

  .lg\:top-auto {
    top: auto;
  }

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

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

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:aspect-\[554\/593\] {
    aspect-ratio: 554/593;
  }

  .lg\:aspect-\[768\/822\] {
    aspect-ratio: 768/822;
  }

  .lg\:h-36 {
    height: 9rem;
  }

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

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

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

  .lg\:h-\[155\%\] {
    height: 155%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

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

  .lg\:scale-\[0\.7\] {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
  }

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

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

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

  .lg\:bg-\[length\:30px_3px\] {
    background-size: 30px 3px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

  .lg\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .lg\:pb-\[327px\] {
    padding-bottom: 327px;
  }

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

  .lg\:pl-\[57px\] {
    padding-left: 57px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-\[44px\] {
    padding-right: 44px;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[135px\] {
    padding-top: 135px;
  }

  .lg\:pt-\[324px\] {
    padding-top: 324px;
  }

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

  .lg\:text-start {
    text-align: start;
  }

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-heading {
    font-size: 68px;
    line-height: 68px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1240px) {

  .xl\:block {
    display: block;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {

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

  .\32xl\:gap-0 {
    gap: 0px;
  }

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

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

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1640px) {

  .\33xl\:w-\[350px\] {
    width: 350px;
  }

  .\33xl\:text-\[116px\] {
    font-size: 116px;
  }
}