/*
! tailwindcss v3.0.24 | 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.
*/

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: brandon-grotesque, system-ui, sans-serif; /* 4 */
}

/*
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-size: 100%; /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
nav ul {
  gap: 3rem;
  background-color: transparent;
}
@media (min-width: 1024px) {

  nav ul {
    gap: 5rem;
  }
}
@media (min-width: 1280px) {

  nav ul {
    gap: 8rem;
  }
}
.home nav ul {
  gap: 3rem;
  background-color: transparent;
}
@media (min-width: 1024px) {

  .home nav ul {
    gap: 4rem;
  }
}
@media (min-width: 1280px) {

  .home nav ul {
    gap: 6.5rem;
  }
}
.home .menu-item-home {
  display: none;
}
nav ul li a {
  position: relative;
  display: inline-block;
  font-family: brandon-grotesque, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  nav ul li a:hover span {
    --tw-translate-y: -1rem;
    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));
  }
}
nav ul li a:hover span { /* text moves up */
    }
nav ul li a svg {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 0.25rem;
  --tw-translate-x: -50%;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
nav ul li a:hover svg {
  top: 1rem;
  --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));
  opacity: 1;
}
nav ul li > ul {
  background-color: transparent;
}
footer li a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
footer li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 86 125 / var(--tw-text-opacity));
}
.contact strong {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.contact h2 {
  margin: 0px;
  margin-top: 2rem;
  font-family: brandon-grotesque, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-full {
  top: 100%;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-\[30\%\] {
  bottom: 30%;
}
.left-\[-8\%\] {
  left: -8%;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.left-\[-15\%\] {
  left: -15%;
}
.bottom-\[-5\%\] {
  bottom: -5%;
}
.left-\[-9\%\] {
  left: -9%;
}
.bottom-\[-10\%\] {
  bottom: -10%;
}
.left-\[8\%\] {
  left: 8%;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[70\%\] {
  bottom: 70%;
}
.left-\[0\%\] {
  left: 0%;
}
.bottom-\[80\%\] {
  bottom: 80%;
}
.bottom-\[60\%\] {
  bottom: 60%;
}
.right-\[-5\%\] {
  right: -5%;
}
.right-\[-3\%\] {
  right: -3%;
}
.bottom-\[-20\%\] {
  bottom: -20%;
}
.right-\[15\%\] {
  right: 15%;
}
.right-\[-6\%\] {
  right: -6%;
}
.right-\[-10\%\] {
  right: -10%;
}
.-top-2 {
  top: -0.5rem;
}
.left-0 {
  left: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.left-\[-10\%\] {
  left: -10%;
}
.bottom-\[-15\%\] {
  bottom: -15%;
}
.left-\[10\%\] {
  left: 10%;
}
.-top-8 {
  top: -2rem;
}
.left-\[-11\%\] {
  left: -11%;
}
.right-\[1\%\] {
  right: 1%;
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[10\%\] {
  right: 10%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[85\%\] {
  bottom: 85%;
}
.right-\[8\%\] {
  right: 8%;
}
.right-\[-12\%\] {
  right: -12%;
}
.bottom-\[0\%\] {
  bottom: 0%;
}
.right-\[-13\%\] {
  right: -13%;
}
.bottom-\[40\%\] {
  bottom: 40%;
}
.bottom-\[75\%\] {
  bottom: 75%;
}
.bottom-\[20\%\] {
  bottom: 20%;
}
.right-\[-15\%\] {
  right: -15%;
}
.left-\[-12\%\] {
  left: -12%;
}
.right-\[-8\%\] {
  right: -8%;
}
.bottom-\[47\%\] {
  bottom: 47%;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.bottom-\[-28\%\] {
  bottom: -28%;
}
.bottom-\[-36\%\] {
  bottom: -36%;
}
.left-\[5\%\] {
  left: 5%;
}
.bottom-\[65\%\] {
  bottom: 65%;
}
.left-\[-0\%\] {
  left: -0%;
}
.bottom-\[45\%\] {
  bottom: 45%;
}
.left-\[1\%\] {
  left: 1%;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.bottom-\[52\%\] {
  bottom: 52%;
}
.right-\[-2\%\] {
  right: -2%;
}
.bottom-\[35\%\] {
  bottom: 35%;
}
.bottom-8 {
  bottom: 2rem;
}
.left-\[2\%\] {
  left: 2%;
}
.right-\[0\%\] {
  right: 0%;
}
.top-1\/2 {
  top: 50%;
}
.z-\[-1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-last {
  order: 9999;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.-mt-\[20\%\] {
  margin-top: -20%;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-40 {
  margin-top: 10rem;
}
.ml-\[-200vw\] {
  margin-left: -200vw;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.ml-\[-300vw\] {
  margin-left: -300vw;
}
.mt-20 {
  margin-top: 5rem;
}
.ml-\[-400vw\] {
  margin-left: -400vw;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.ml-\[-500vw\] {
  margin-left: -500vw;
}
.mb-12 {
  margin-bottom: 3rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2 / 3;
}
.h-48 {
  height: 12rem;
}
.h-full {
  height: 100%;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-\[70px\] {
  height: 70px;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-3 {
  height: 0.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-\[25vw\] {
  height: 25vw;
}
.h-\[60px\] {
  height: 60px;
}
.h-20 {
  height: 5rem;
}
.w-full {
  width: 100%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-auto {
  width: auto;
}
.w-3 {
  width: 0.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-9\/12 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-3\/4 {
  width: 75%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[400vw\] {
  width: 400vw;
}
.w-14 {
  width: 3.5rem;
}
.w-\[250vw\] {
  width: 250vw;
}
.w-20 {
  width: 5rem;
}
.w-1\/2 {
  width: 50%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-20 {
  --tw-translate-y: -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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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-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));
}
.rotate-180 {
  --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));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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;
}
.cursor-default {
  cursor: default;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-evenly {
  place-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-full {
  border-radius: 9999px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(0 86 125 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 125 186 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(26 202 212 / var(--tw-border-opacity));
}
.border-\[\#00587C\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 88 124 / var(--tw-border-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 186 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 248 / var(--tw-bg-opacity));
}
.bg-\[\#C9E4F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 228 241 / var(--tw-bg-opacity));
}
.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 125 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(26 202 212 / var(--tw-bg-opacity));
}
.bg-\[\#D6F1F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 241 245 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 153 188 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.from-primary {
  --tw-gradient-from: #007DBA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 125 186 / 0));
}
.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #007DBA, var(--tw-gradient-to, rgb(0 125 186 / 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-8 {
  padding: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-40 {
  padding-top: 10rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: brandon-grotesque, system-ui, sans-serif;
}
.font-serif {
  font-family: Times New Roman, ui-serif, Georgia, serif;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.leading-snug {
  line-height: 1.375;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[0\] {
  line-height: 0;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 125 186 / var(--tw-text-opacity));
}
.text-darkblue {
  --tw-text-opacity: 1;
  color: rgb(0 86 125 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(73 68 62 / var(--tw-text-opacity));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

.placeholder\:text-darkblue::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 86 125 / var(--tw-text-opacity));
}

.placeholder\:text-darkblue:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 86 125 / var(--tw-text-opacity));
}

.placeholder\:text-darkblue::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 86 125 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-inset-1::before {
  content: var(--tw-content);
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-6::before {
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:h-20::before {
  content: var(--tw-content);
  height: 5rem;
}

.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:w-20::before {
  content: var(--tw-content);
  width: 5rem;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:-translate-x-\[40\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -40%;
  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));
}

.before\:bg-\[url\(\'\/wp-content\/themes\/sdbx-wp-theme\/assets\/waterdrop-darkblue\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/sdbx-wp-theme/assets/waterdrop-darkblue.svg');
}

.before\:bg-\[url\(\'\/wp-content\/themes\/sdbx-wp-theme\/assets\/waterdrop-blue\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/sdbx-wp-theme/assets/waterdrop-blue.svg');
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-50::before {
  content: var(--tw-content);
  opacity: 0.5;
}

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

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:pt-\[calc\(9\/16\*100\%\)\]::after {
  content: var(--tw-content);
  padding-top: calc(9 / 16 * 100%);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 186 / var(--tw-bg-opacity));
}

.hover\:bg-darkblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 125 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

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

@media (min-width: 640px) {

  .sm\:bottom-\[-12\%\] {
    bottom: -12%;
  }

  .sm\:left-\[10\%\] {
    left: 10%;
  }

  .sm\:bottom-\[-18\%\] {
    bottom: -18%;
  }

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

  .sm\:right-\[10\%\] {
    right: 10%;
  }

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

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

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

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .md\:-top-14 {
    top: -3.5rem;
  }

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

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

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

  .md\:ml-\[-140vw\] {
    margin-left: -140vw;
  }

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

  .md\:ml-\[-150vw\] {
    margin-left: -150vw;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

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

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

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:top-\[-6rem\] {
    top: -6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:order-first {
    order: -9999;
  }

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

  .lg\:-mt-\[25\%\] {
    margin-top: -25%;
  }

  .lg\:-mt-\[30\%\] {
    margin-top: -30%;
  }

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

  .lg\:-mt-\[10\%\] {
    margin-top: -10%;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-\[-100vw\] {
    margin-left: -100vw;
  }

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

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

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

  .lg\:ml-\[-150vw\] {
    margin-left: -150vw;
  }

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

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

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

  .lg\:mt-80 {
    margin-top: 20rem;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

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

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

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

  .lg\:w-6 {
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

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

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

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

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

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

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

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

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

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

  .lg\:pb-\[8\%\] {
    padding-bottom: 8%;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

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

  .lg\:hover\:before\:translate-y-6:hover::before {
    content: var(--tw-content);
    --tw-translate-y: 1.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));
  }
}

@media (min-width: 1280px) {

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

  .xl\:top-\[-8rem\] {
    top: -8rem;
  }

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

  .xl\:bottom-\[25\%\] {
    bottom: 25%;
  }

  .xl\:left-\[-15\%\] {
    left: -15%;
  }

  .xl\:left-\[-10\%\] {
    left: -10%;
  }

  .xl\:bottom-\[-12\%\] {
    bottom: -12%;
  }

  .xl\:left-\[10\%\] {
    left: 10%;
  }

  .xl\:bottom-\[-18\%\] {
    bottom: -18%;
  }

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

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

  .xl\:bottom-\[-10\%\] {
    bottom: -10%;
  }

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

  .xl\:right-\[20\%\] {
    right: 20%;
  }

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

  .xl\:left-\[15\%\] {
    left: 15%;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

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

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

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

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

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-16 {
    width: 4rem;
  }

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

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

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

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

  .xl\:gap-36 {
    gap: 9rem;
  }

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

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .xl\:pt-36 {
    padding-top: 9rem;
  }

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

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

@media (min-width: 1536px) {

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:-top-\[9rem\] {
    top: -9rem;
  }

  .\32xl\:top-\[-9rem\] {
    top: -9rem;
  }

  .\32xl\:-mt-\[15rem\] {
    margin-top: -15rem;
  }

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

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }
}
