@import url(https://fonts.googleapis.com/css2?family=Urbanist: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);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E9E8EB; /* 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: Urbanist, ui-sans-serif, sans-serif; /* 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: #A7A4AE; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #7A7786;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #7A7786;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #7A7786;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%237A7786' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #7A7786;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
    font-family: 'Urbanist', sans-serif;
    letter-spacing: 0.01em;
  }
.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;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.\!fixed{
  position: fixed !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-\[300px\]{
  bottom: -300px;
}
.-top-2\.5{
  top: -0.625rem;
}
.-top-20{
  top: -5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[15\%\]{
  left: 15%;
}
.left-\[40px\]{
  left: 40px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[calc\(-100\%-1\.5rem\)\]{
  left: calc(-100% - 1.5rem);
}
.left-\[calc\(100\%\+1\.5rem\)\]{
  left: calc(100% + 1.5rem);
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[-346px\]{
  right: -346px;
}
.top-0{
  top: 0px;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-28{
  top: 7rem;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[5\%\]{
  top: 5%;
}
.top-\[51px\]{
  top: 51px;
}
.isolate{
  isolation: isolate;
}
.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;
}
.z-50{
  z-index: 50;
}
.z-\[51\]{
  z-index: 51;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-mr-6{
  margin-right: -1.5rem;
}
.-mt-36{
  margin-top: -9rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-18{
  margin-bottom: 4.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[6\.25rem\]{
  margin-bottom: 6.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[4\.5rem\]{
  margin-top: 4.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1{
  height: 0.25rem;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-\[100svh\]{
  height: 100svh;
}
.h-\[115\%\]{
  height: 115%;
}
.h-\[1200px\]{
  height: 1200px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[2\.125rem\]{
  height: 2.125rem;
}
.h-\[2\.375rem\]{
  height: 2.375rem;
}
.h-\[3\.125rem\]{
  height: 3.125rem;
}
.h-\[4\.5rem\]{
  height: 4.5rem;
}
.h-\[51\.25rem\]{
  height: 51.25rem;
}
.h-\[550px\]{
  height: 550px;
}
.h-\[calc\(100\%\+5rem\)\]{
  height: calc(100% + 5rem);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-\[calc\(100vh-300px\)\]{
  max-height: calc(100vh - 300px);
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[2\.125rem\]{
  width: 2.125rem;
}
.w-\[2\.375rem\]{
  width: 2.375rem;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[224px\]{
  width: 224px;
}
.w-\[3\.125rem\]{
  width: 3.125rem;
}
.w-\[80\%\]{
  width: 80%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[40rem\]{
  min-width: 40rem;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[345px\]{
  max-width: 345px;
}
.max-w-\[40\.5625rem\]{
  max-width: 40.5625rem;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-\[670px\]{
  max-width: 670px;
}
.max-w-screen-2xl{
  max-width: 1440px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.origin-center{
  transform-origin: center;
}
.-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));
}
.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));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-\[pulse_1s_infinite\]{
  animation: pulse 1s infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-\[pulse_1s_infinite_150ms\]{
  animation: pulse 1s infinite 150ms;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-\[pulse_1s_infinite_300ms\]{
  animation: pulse 1s infinite 300ms;
}
@keyframes fadeInSvg{

  0%{
    fill-opacity: 0;
  }

  50%{
    fill-opacity: 0.3;
  }

  100%{
    fill-opacity: 1;
  }
}
.animate-fadeIn{
  animation: fadeInSvg 0.8s ease-in both;
}
@keyframes fadeInTotal{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.animate-fadeInMenuItem{
  animation: fadeInTotal 0.3s ease-in both;
}
@keyframes fadeIn{

  0%{
    opacity: 0.1;
  }

  100%{
    opacity: 1;
  }
}
.animate-fadeInText{
  animation: fadeIn 0.3s ease-in both;
}
@keyframes fadeOut{

  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    pointer-events: none;
  }
}
.animate-fadeOut{
  animation: fadeOut 0.8s ease-in both;
}
@keyframes fadeIn{

  0%{
    opacity: 0.1;
  }

  100%{
    opacity: 1;
  }
}
.animate-fadeOutText{
  animation: fadeIn 0.2s ease-out reverse;
}
@keyframes fadeUp{

  0%{
    transform: translateY(0);
    opacity: 1;
  }

  100%{
    transform: translateY(-7rem);
    opacity: 0;
  }
}
.animate-fadeUp{
  animation: 0.3s fadeUp 2.6s ease-in forwards;
}
@keyframes growShrink{

  0%{
    transform: scale(1);
  }

  50%{
    transform: scale(1.1);
  }

  100%{
    transform: scale(1);
  }
}
.animate-growShrink{
  animation: growShrink 300ms linear;
}
@keyframes growShrinkCircle{

  0%{
    transform: scale(0) translate(-50%, -50%);
  }

  2%{
    transform: scale(1) translate(-50%, -50%);
  }

  50%{
    transform: scale(1.1) translate(-50%, -50%);
  }

  100%{
    transform: scale(1) translate(-50%, -50%);
  }
}
.animate-growShrinkCircle{
  animation: growShrinkCircle 200ms linear;
}
@keyframes scaleCircle{

  0%{
    transform: scale(1);
    opacity: 0.5;
  }

  50%{
    transform: scale(600);
    opacity: 0.8;
  }

  75%{
    transform: scale(600);
    opacity: 1;
  }

  100%{
    transform: scale(9000);
    opacity: 1;
  }
}
.animate-scaleCircle{
  animation: scaleCircle 0.8s ease-in forwards;
}
@keyframes shrinkCircle{

  0%{
    transform: scale(9000);
    opacity: 1;
  }

  50%{
    transform: scale(600);
    opacity: 0.8;
  }

  100%{
    transform: scale(-1);
    opacity: 0;
  }
}
.animate-shrinkCircle{
  animation: shrinkCircle 0.4s ease-out forwards;
}
@keyframes wiggle{

  0%{
    transform: rotate(0deg);
  }

  25%{
    transform: rotate(-5deg);
  }

  50%{
    transform: rotate(0deg);
  }
}
.animate-wiggle{
  animation: wiggle 300ms linear;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.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;
}
.justify-around{
  justify-content: space-around;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.place-self-start{
  place-self: start;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.justify-self-start{
  justify-self: start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-4xl{
  border-radius: 1.875rem;
}
.rounded-\[1\.4rem\]{
  border-radius: 1.4rem;
}
.rounded-\[1\.875rem\]{
  border-radius: 1.875rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-current{
  border-color: currentColor;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(211 210 215 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(167 164 174 / var(--tw-border-opacity, 1));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(248 72 94 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(233 232 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(233 232 235 / var(--tw-border-opacity, 1));
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 241 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(211 210 215 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(34 28 53 / var(--tw-bg-opacity, 1));
}
.bg-pixel-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(34 28 53 / var(--tw-bg-opacity, 1));
}
.bg-pixel-linen{
  --tw-bg-opacity: 1;
  background-color: rgb(248 243 232 / var(--tw-bg-opacity, 1));
}
.bg-pixel-pale-linen{
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 244 / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 237 239 / var(--tw-bg-opacity, 1));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(248 72 94 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-950{
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 31 / var(--tw-bg-opacity, 1));
}
.bg-theme-background{
  background-color: var(--theme-background);
}
.bg-theme-color{
  background-color: var(--theme-color);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-radial{
  background-image: radial-gradient(closest-side, var(--tw-gradient-stops));
}
.bg-zig-zag-mobile{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzM0IiBoZWlnaHQ9IjY5OCIgdmlld0JveD0iMCAwIDMzNCA2OTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjkuODEyIDM0OUwwIDM0OUwyMDMuNTEgLTAuMDAwMjAwODk3TDMzMy45OTkgLTAuMDAwMjEyMzA1TDEyOS44MTIgMzQ5WiIgZmlsbD0iI0Y1RUVFMSIvPgo8cGF0aCBkPSJNMjA0LjE4OCA2OTcuOTk4TDMzNCA2OTcuOTk4TDEzMC40OSAzNDguOTk4TDAuMDAwNjcxMzk0IDM0OC45OThMMjA0LjE4OCA2OTcuOTk4WiIgZmlsbD0iI0Y1RUVFMSIvPgo8L3N2Zz4K);
}
.from-white{
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[right_top\]{
  background-position: right top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[140px\]{
  padding-top: 140px;
  padding-bottom: 140px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[9\.625rem\]{
  padding-top: 9.625rem;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.font-heading{
  font-family: Urbanist, ui-sans-serif, sans-serif;
}
.font-sans{
  font-family: Urbanist, ui-sans-serif, sans-serif;
}
.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-5xxl{
  font-size: 3rem;
  line-height: 3.75rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[15rem\]{
  font-size: 15rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.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;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-11{
  line-height: 2.813rem;
}
.leading-\[2\.75rem\]{
  line-height: 2.75rem;
}
.leading-\[4rem\]{
  line-height: 4rem;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-accent1-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-current{
  color: currentColor;
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(56 51 73 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(34 28 53 / var(--tw-text-opacity, 1));
}
.text-pixel-blue{
  --tw-text-opacity: 1;
  color: rgb(34 28 53 / var(--tw-text-opacity, 1));
}
.text-pixel-linen{
  --tw-text-opacity: 1;
  color: rgb(248 243 232 / var(--tw-text-opacity, 1));
}
.text-pixel-slide-blue{
  --tw-text-opacity: 1;
  color: rgb(58 134 255 / var(--tw-text-opacity, 1));
}
.text-pixel-slide-pink{
  --tw-text-opacity: 1;
  color: rgb(248 72 94 / var(--tw-text-opacity, 1));
}
.text-pixel-slide-purple{
  --tw-text-opacity: 1;
  color: rgb(131 56 236 / var(--tw-text-opacity, 1));
}
.text-pixel-slide-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 186 8 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(248 72 94 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(198 58 75 / var(--tw-text-opacity, 1));
}
.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(60 119 77 / var(--tw-text-opacity, 1));
}
.text-theme-color{
  color: var(--theme-color);
}
.text-theme-text-color{
  color: var(--theme-text-color);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.outline-0{
  outline-width: 0px;
}
.outline-accent2-600{
  outline-color: #DAA507;
}
.outline-primary-500{
  outline-color: #F8485E;
}
.outline-secondary-500{
  outline-color: #4B9560;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-\[-4px_4px_8px_rgba\(248\2c 72\2c 94\2c 0\.5\)\]{
  --tw-drop-shadow: drop-shadow(-4px 4px 8px rgba(248,72,94,0.5));
  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);
}
.drop-shadow-\[0_10px_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-drop-shadow: drop-shadow(0 10px 10px rgba(0,0,0,0.05));
  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);
}
.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{
  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-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.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-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animation-delay-300{
  animation-delay: 300ms;
}
.animation-delay-400{
  animation-delay: 400ms;
}

body {
  font-family: 'Urbanist', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

#xfade {
  opacity: 0.2;
  background-blend-mode: screen;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  opacity: 0;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Firefox */
.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgb(255 255 255 / 0.5) rgb(0 0 0 / 0.1);
}

/* Chrome, Edge, and Safari */
.thin-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 0.2);
  border-radius: 5px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(255 255 255 / 0.5);
  border-radius: 14px;
}

/* 12 dot circle animation states and styling */
#dot-animation {
  --timing: 0.4s;
}
/* Base setup for the animation elements, 2 groups of each 6 dots */
#group-primary {
  fill: #f8485e;
  opacity: 1;
}

#group-secondary {
  fill: #a7a4ae;
  transition: all var(--timing) ease-in-out;
  opacity: 1;
  scale: 1;
  translate: 0 0;
}

#primary-1,
#primary-3,
#primary-4,
#primary-5,
#primary-6 {
  scale: 1;
  translate: 0 0;
  transition: all var(--timing) linear;
  transform-origin: 50% 50%;
}

#primary-2 {
  scale: 1;
  translate: 0 0;
  transition-duration: var(--timing);
  transition-property: scale, transform;
  transition-timing-function: ease-in, ease-out;
  will-change: transform;
  transform-origin: 50% 50%;
}

/* Different states of the animation */
.dot-animation-state-two #group-secondary,
.dot-animation-state-three #group-secondary {
  opacity: 0;
}

.dot-animation-state-two #primary-1 {
  scale: 1.4;
  translate: 10% -10%;
}

.dot-animation-state-two #primary-2 {
  scale: 3.4;
  translate: 2% -4%;
}

.dot-animation-state-two #primary-3 {
  scale: 1.3;
  translate: -41% 52%;
}

.dot-animation-state-two #primary-4 {
  scale: 1.1;
  translate: 54% 12%;
}

.dot-animation-state-two #primary-5 {
  scale: 1;
  translate: -46% 8%;
}

.dot-animation-state-two #primary-6 {
  scale: 2;
  translate: -68% -8%;
}

.dot-animation-state-three #primary-1 {
  scale: 1;
  translate: 20% -20%;
}

.dot-animation-state-three #primary-2 {
  scale: 5.7;
  translate: 0 -22%;
}

.dot-animation-state-three #primary-3 {
  scale: 1;
  translate: -25% 25%;
}

.dot-animation-state-three #primary-4 {
  scale: 1;
  translate: 25% 25%;
}

.dot-animation-state-three #primary-5 {
  scale: 1;
  translate: -15% 15%;
}

.dot-animation-state-three #primary-6 {
  scale: 1;
  translate: -25% -20%;
}

.dot-animation-state-four #group-secondary {
  opacity: 1;
  fill: #f8485e;
}

.dot-animation-state-one #primary-2,
.dot-animation-state-two #primary-2,
.dot-animation-state-three #primary-2,
.dot-animation-state-four #primary-2 {
  transition-property: all;
  transition-timing-function: ease-in-out;
}

/*End of 12 dot circle animations */

/* Firefox */
.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgb(248, 72, 94) rgb(255 255 255 / 0.5);
}

/* Chrome, Edge, and Safari */
.thin-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 0.2);
  border-radius: 14px;
}

#message::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media (min-width: 768px){

  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){

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

  @media (min-width: 768px){

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

  @media (min-width: 1024px){

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

  @media (min-width: 1280px){

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

  @media (min-width: 1536px){

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

.placeholder\:text-pixel-blue\/50::-moz-placeholder{
  color: rgb(34 28 53 / 0.5);
}

.placeholder\:text-pixel-blue\/50::placeholder{
  color: rgb(34 28 53 / 0.5);
}

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

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

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 72 94 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 72 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 58 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 50 66 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(248 72 94 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(211 210 215 / var(--tw-border-opacity, 1));
}

.focus\:bg-pixel-pale-linen:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 244 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(174 50 66 / var(--tw-bg-opacity, 1));
}

.focus\:ring-2: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(2px + 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);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.active\:text-primary-700:active{
  --tw-text-opacity: 1;
  color: rgb(198 58 75 / var(--tw-text-opacity, 1));
}

.group\/button:hover .group-hover\/button\:w-0{
  width: 0px;
}

.group\/button:hover .group-hover\/button\:translate-x-2{
  --tw-translate-x: 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));
}

.group\/button:hover .group-hover\/button\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(248 72 94 / var(--tw-text-opacity, 1));
}

.group\/button:focus .group-focus\/button\:w-0{
  width: 0px;
}

.group\/button:focus .group-focus\/button\:translate-x-2{
  --tw-translate-x: 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));
}

.group.in-view .group-\[\.in-view\]\:visible{
  visibility: visible;
}

.peer.animating:hover ~ .peer-\[\.animating\]\:peer-hover\:translate-x-4{
  --tw-translate-x: 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));
}

@media (prefers-reduced-motion: no-preference){

  .motion-safe\:invisible{
    visibility: hidden;
  }

  @keyframes fadeIn{

    0%{
      opacity: 0.1;
    }

    100%{
      opacity: 1;
    }
  }

  .motion-safe\:animate-fadeInText{
    animation: fadeIn 0.3s ease-in both;
  }

  @keyframes slideUp{

    0%{
      transform: translateY(120%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateY(0);
    }
  }

  .motion-safe\:animate-slideUpText300{
    animation: slideUp 0.3s cubic-bezier(0, 0, 0, 1) both;
  }

  .motion-safe\:animation-delay-300{
    animation-delay: 300ms;
  }

  .motion-safe\:animation-delay-400{
    animation-delay: 400ms;
  }

  .motion-safe\:animation-delay-none{
    animation-delay: 0s;
  }

  @keyframes fadeInSvg{

    0%{
      fill-opacity: 0;
    }

    50%{
      fill-opacity: 0.3;
    }

    100%{
      fill-opacity: 1;
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-fadeIn{
    animation: fadeInSvg 0.8s ease-in both;
  }

  @keyframes fadeIn{

    0%{
      opacity: 0.1;
    }

    100%{
      opacity: 1;
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-fadeInText{
    animation: fadeIn 0.3s ease-in both;
  }

  @keyframes growPop{

    0%{
      transform: scale(0);
    }

    70%{
      transform: scale(1.05);
    }

    100%{
      transform: scale(1);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-growPop{
    animation: growPop 500ms cubic-bezier(0, 0, 0, 1) both;
  }

  @keyframes growShrink{

    0%{
      transform: scale(1);
    }

    50%{
      transform: scale(1.1);
    }

    100%{
      transform: scale(1);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-growShrink{
    animation: growShrink 300ms linear;
  }

  @keyframes slideDown{

    0%{
      transform: translateY(-120%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateY(0);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-slideDownText{
    animation: slideDown 0.3s ease-out both;
  }

  @keyframes slideLeft{

    0%{
      transform: translateX(120%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateX(0);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-slideLeftText500{
    animation: slideLeft 0.5s cubic-bezier(0, 0, 0, 1) both;
  }

  @keyframes slideUp{

    0%{
      transform: translateY(120%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateY(0);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-slideUpText300{
    animation: slideUp 0.3s cubic-bezier(0, 0, 0, 1) both;
  }

  @keyframes slideUp{

    0%{
      transform: translateY(120%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateY(0);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-slideUpText500{
    animation: slideUp 0.5s cubic-bezier(0, 0, 0, 1) both;
  }

  @keyframes tiltSlideX{

    0%{
      transform: rotate(20deg) translate(30%, -30%);
    }

    100%{
      transform: rotate(0deg) translate(0, 0%);
    }
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animate-tiltSlideX{
    animation: tiltSlideX 0.3s cubic-bezier(0, 0, 0, 1) both;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-100{
    animation-delay: 100ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-300{
    animation-delay: 300ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-500{
    animation-delay: 500ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-600{
    animation-delay: 600ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-700{
    animation-delay: 700ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-800{
    animation-delay: 800ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1000{
    animation-delay: 1000ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1100{
    animation-delay: 1100ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1400{
    animation-delay: 1400ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1500{
    animation-delay: 1500ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1600{
    animation-delay: 1600ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-1900{
    animation-delay: 1900ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-2000{
    animation-delay: 2000ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-2100{
    animation-delay: 2100ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-2500{
    animation-delay: 2500ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-3000{
    animation-delay: 3000ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-3500{
    animation-delay: 3500ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-4000{
    animation-delay: 4000ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-4500{
    animation-delay: 4500ms;
  }

  .group.in-view .group-\[\.in-view\]\:motion-safe\:animation-delay-none{
    animation-delay: 0s;
  }
}

.dark\:border-white:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:border-b-white:is(.dark *){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.dark\:px-1:is(.dark *){
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.dark\:text-black:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

.dark\:focus\:bg-white:focus:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dark\:focus\:text-black:focus:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group\/button:hover .dark\:group-hover\/button\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){

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

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

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

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

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

  .md\:bottom-\[7\.5rem\]{
    bottom: 7.5rem;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

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

  .md\:left-\[30rem\]{
    left: 30rem;
  }

  .md\:left-\[85px\]{
    left: 85px;
  }

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

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

  .md\:right-\[397px\]{
    right: 397px;
  }

  .md\:right-auto{
    right: auto;
  }

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

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

  .md\:top-\[69px\]{
    top: 69px;
  }

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

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

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

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

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

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

  .md\:ml-16{
    margin-left: 4rem;
  }

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

  .md\:mr-16{
    margin-right: 4rem;
  }

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

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

  .md\:mt-11{
    margin-top: 2.75rem;
  }

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

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

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

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

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

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

  .md\:mt-52{
    margin-top: 13rem;
  }

  .md\:mt-\[7\.1875rem\]{
    margin-top: 7.1875rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-15{
    height: 3.75rem;
  }

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

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

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

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

  .md\:h-\[75\%\]{
    height: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[2\.625rem\]{
    width: 2.625rem;
  }

  .md\:w-\[24\.375rem\]{
    width: 24.375rem;
  }

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

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

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

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

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

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

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

  @keyframes slideSubMenuLeft{

    0%{
      transform: translateX(0);
    }

    100%{
      transform: translateX(-20%);
      opacity: 0;
      pointer-events: none;
    }
  }

  .md\:animate-slideSubMenuLeft{
    animation: slideSubMenuLeft 0.5s cubic-bezier(0, 0, 0, 1) both;
  }

  @keyframes slideSubMenuRight{

    0%{
      transform: translateX(-20%);
      opacity: 0;
    }

    1%{
      opacity: 1;
    }

    100%{
      transform: translateX(0);
    }
  }

  .md\:animate-slideSubMenuRight{
    animation: slideSubMenuRight 0.5s cubic-bezier(0, 0, 0, 1) both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-4xl{
    border-radius: 1.875rem;
  }

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

  .md\:bg-zig-zag-pattern{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQ4IiBoZWlnaHQ9IjE0MTgiIHZpZXdCb3g9IjAgMCA4NDggMTQxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNTE3LjUgNzA5SDg0Ni41TDMzMC43MTcgMTQxOEgwTDUxNy41IDcwOVogTTMzMCAwSDFMNTE2Ljc4MyA3MDlIODQ3LjVMMzMwIDBaIiBmaWxsPSIjRjhGM0U4Ii8+Cjwvc3ZnPgo=);
  }

  .md\:bg-\[right_24\%\]{
    background-position: right 24%;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

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

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

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

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

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

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

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

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .md\:py-\[156px\]{
    padding-top: 156px;
    padding-bottom: 156px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[10\%\]{
    padding-top: 10%;
  }

  .md\:pt-\[12\.8125rem\]{
    padding-top: 12.8125rem;
  }

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

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

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

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

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

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

  .md\:text-6xxl{
    font-size: 4.5rem;
    line-height: 5.625rem;
  }

  .md\:text-9xxl{
    font-size: 6.5rem;
    line-height: 8.125rem;
  }

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

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

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

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

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:leading-11{
    line-height: 2.813rem;
  }

  .md\:leading-\[4\.75rem\]{
    line-height: 4.75rem;
  }

  .md\:opacity-100{
    opacity: 1;
  }

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

  .md\:after\:bottom-1::after{
    content: var(--tw-content);
    bottom: 0.25rem;
  }

  .md\:after\:bottom-2::after{
    content: var(--tw-content);
    bottom: 0.5rem;
  }

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

  .md\:after\:h-0\.5::after{
    content: var(--tw-content);
    height: 0.125rem;
  }

  .md\:after\:h-1::after{
    content: var(--tw-content);
    height: 0.25rem;
  }

  .md\:after\:\!w-full::after{
    content: var(--tw-content);
    width: 100% !important;
  }

  .md\:after\:w-0::after{
    content: var(--tw-content);
    width: 0px;
  }

  .md\:after\:rounded::after{
    content: var(--tw-content);
    border-radius: 0.25rem;
  }

  .md\:after\:bg-primary-500::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(248 72 94 / var(--tw-bg-opacity, 1));
  }

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

  .md\:after\:duration-500::after{
    content: var(--tw-content);
    transition-duration: 500ms;
  }

  .md\:hover\:text-primary-500:hover{
    --tw-text-opacity: 1;
    color: rgb(248 72 94 / var(--tw-text-opacity, 1));
  }

  .md\:after\:hover\:w-full:hover::after{
    content: var(--tw-content);
    width: 100%;
  }

  .md\:active\:text-primary-700:active{
    --tw-text-opacity: 1;
    color: rgb(198 58 75 / var(--tw-text-opacity, 1));
  }

  .group.in-view .group-\[\.in-view\]\:md\:visible{
    visibility: visible;
  }

  @media (prefers-reduced-motion: no-preference){

    .md\:motion-safe\:invisible{
      visibility: hidden;
    }

    @keyframes slideRight{

      0%{
        transform: translateX(-120%);
        opacity: 0;
      }

      1%{
        opacity: 1;
      }

      100%{
        transform: translateX(0);
      }
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animate-slideRightText500{
      animation: slideRight 0.5s cubic-bezier(0, 0, 0, 1) both;
    }

    @keyframes slideUp{

      0%{
        transform: translateY(120%);
        opacity: 0;
      }

      1%{
        opacity: 1;
      }

      100%{
        transform: translateY(0);
      }
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animate-slideUpText200{
      animation: slideUp 0.2s cubic-bezier(0, 0, 0, 1) both;
    }

    @keyframes slideUp{

      0%{
        transform: translateY(120%);
        opacity: 0;
      }

      1%{
        opacity: 1;
      }

      100%{
        transform: translateY(0);
      }
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animate-slideUpText300{
      animation: slideUp 0.3s cubic-bezier(0, 0, 0, 1) both;
    }

    @keyframes slideUp{

      0%{
        transform: translateY(120%);
        opacity: 0;
      }

      1%{
        opacity: 1;
      }

      100%{
        transform: translateY(0);
      }
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animate-slideUpText500{
      animation: slideUp 0.5s cubic-bezier(0, 0, 0, 1) both;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-100{
      animation-delay: 100ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-300{
      animation-delay: 300ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-500{
      animation-delay: 500ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-600{
      animation-delay: 600ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-700{
      animation-delay: 700ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-800{
      animation-delay: 800ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-900{
      animation-delay: 900ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1000{
      animation-delay: 1000ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1100{
      animation-delay: 1100ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1200{
      animation-delay: 1200ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1300{
      animation-delay: 1300ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1400{
      animation-delay: 1400ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1500{
      animation-delay: 1500ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1600{
      animation-delay: 1600ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1700{
      animation-delay: 1700ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1800{
      animation-delay: 1800ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-1900{
      animation-delay: 1900ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-2300{
      animation-delay: 2300ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-2400{
      animation-delay: 2400ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-2700{
      animation-delay: 2700ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-3200{
      animation-delay: 3200ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-3500{
      animation-delay: 3500ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-4000{
      animation-delay: 4000ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-4300{
      animation-delay: 4300ms;
    }

    .group.in-view .group-\[\.in-view\]\:md\:motion-safe\:animation-delay-none{
      animation-delay: 0s;
    }
  }
}

@media (min-width: 1024px){

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

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:h-72{
    height: 18rem;
  }

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

  .lg\:w-72{
    width: 18rem;
  }

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

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

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

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

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

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

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

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

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

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

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

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

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

  .lg\:text-6xxl{
    font-size: 4.5rem;
    line-height: 5.625rem;
  }

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

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

  .lg\:text-9xxl{
    font-size: 6.5rem;
    line-height: 8.125rem;
  }

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

@media (min-width: 1280px){

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

  .xl\:mr-28{
    margin-right: 7rem;
  }

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

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

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

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

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

  .xl\:pl-32{
    padding-left: 8rem;
  }

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

.\[\&\:not\(\.container_\&\)\]\:px-6:not(.container .\[\&\:not\(\.container_\&\)\]\:px-6){
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


