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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -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]) {
  text-decoration: underline;
  -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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

html {
  font-size: calc(1rem + .15vw);
}

@media (max-width: 1899px) {

  html {
    font-size: calc(1rem + .1vw);
  }
}

@media (max-width: 1719px) {

  html {
    font-size: 1rem;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, 1);
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {

  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1719px) {

  .container {
    max-width: 90rem;
  }
}
@media (max-width: 1023px) {

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0.125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(138, 138, 138, 1);
  color: rgba(138, 138, 138, var(--tw-text-opacity));
}
@media (max-width: 767px) {

  .label {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.pt150 {
  padding-top: 9.375rem;
}
@media (max-width: 1179px) {

  .pt150 {
    padding-top: 7.5rem;
  }
}
@media (max-width: 1023px) {

  .pt150 {
    padding-top: 6.25rem;
  }
}
.py150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 1179px) {

  .py150 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 1023px) {

  .py150 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.text-display {
  font-family: Inter Tight;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: -.01em;
}
@media (max-width: 1179px) {

  .text-display {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
.text-h1 {
  font-family: Inter Tight;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}
@media (max-width: 1179px) {

  .text-h1 {
    font-size: 2.19rem;
    line-height: 2.73rem;
  }
}
.text-h2 {
  font-family: Inter Tight;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.125rem;
}
@media (max-width: 1179px) {

  .text-h2 {
    font-size: 1.875rem;
    line-height: 2.34rem;
  }
}
.text-h3 {
  font-family: Inter Tight;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.03rem;
}
.text-h4 {
  font-family: Inter Tight;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.text-h5 {
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.56rem;
}
@media (max-width: 1179px) {

  .text-h5 {
    font-size: 1.125rem;
    line-height: 1.41rem;
  }
}
.text-body {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-caption {
  font-size: 0.875rem;
  line-height: 1.225rem;
}
.header-burger.active::before {
  --tw-translate-y: 0.37rem;
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 0.37rem) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.header-burger.active::after {
  --tw-translate-y: -0.37rem;
  content: var(--tw-content);
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), -0.37rem) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.header-burger.active span {
  width: 0px;
  opacity: 0;
}
@media (max-width: 767px) {

  .header-wrap {
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: linear;
    transition-duration: 200ms;
  }

  .header-wrap.show {
    visibility: visible;
    opacity: 1;
  }
}
.swiper .swiper-pagination-bullet {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  height: 0.25rem !important;
}
.swiper .swiper-pagination-bullet {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, 1);
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.swiper .swiper-pagination-bullet:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(138, 138, 138, 1);
  background-color: rgba(138, 138, 138, var(--tw-bg-opacity));
}
@media (max-width: 767px) {

  .swiper .swiper-pagination-bullet {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, 1);
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.swiper-models .swiper-pagination {
  left: 50% !important;
  bottom: -5.9rem !important;
  width: 26rem !important;
}
.swiper-models .swiper-pagination {
  z-index: 3;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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));
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {

  .swiper-models .swiper-pagination {
    left: 3rem !important;
    right: 3rem !important;
    bottom: -5.4rem !important;
    width: auto !important;
    --tw-translate-x: 0px !important;
    transform: translate(0px, 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)) !important;
    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)) !important;
  }

  .swiper-models .swiper-pagination {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.swiper-models .swiper-pagination-bullet {
  flex: 1 1 0%;
}
.swiper-reviews .swiper-pagination {
  left: 0px !important;
  bottom: -6.9rem !important;
}
.swiper-reviews .swiper-pagination {
  display: flex;
}
@media (max-width: 767px) {

  .swiper-reviews .swiper-pagination {
    right: 3rem !important;
    bottom: -4.8rem !important;
    width: auto !important;
  }
}
.swiper-reviews .swiper-pagination-bullet {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.swiper-reviews .swiper-pagination-bullet {
  width: 3.75rem;
}
@media (max-width: 1179px) {

  .swiper-reviews .swiper-pagination-bullet {
    width: 3rem;
  }
}
@media (max-width: 1023px) {

  .swiper-reviews .swiper-pagination-bullet {
    width: 2rem;
  }
}
@media (max-width: 767px) {

  .swiper-reviews .swiper-pagination-bullet {
    width: auto;
    flex: 1 1 0%;
  }
}
select.select {
  opacity: 0;
}
.select {
  font-size: 1rem;
  line-height: 1.5rem;
  float: none;
  display: flex;
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgba(173, 173, 173, 1);
  border-color: rgba(173, 173, 173, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-weight: 400;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
@media (max-width: 767px) {

  .select {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.select::after {
  position: static;
  height: 0.7rem;
  width: 0.7rem;
  flex-shrink: 0;
  border-right-width: 0.125rem;
  border-bottom-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(9, 36, 75, 1);
  border-color: rgba(9, 36, 75, var(--tw-border-opacity));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.select:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 88, 88, 1);
  border-color: rgba(88, 88, 88, var(--tw-border-opacity));
}
@media (max-width: 767px) {

  .select {
    height: 3rem;
  }
}
.select.open {
  --tw-border-opacity: 1;
  border-color: rgba(88, 88, 88, 1);
  border-color: rgba(88, 88, 88, var(--tw-border-opacity));
}
.nice-select.open,
  .nice-select:active,
  .nice-select:focus {
  --tw-border-opacity: 1;
  border-color: rgba(88, 88, 88, 1);
  border-color: rgba(88, 88, 88, var(--tw-border-opacity));
}
.select .current {
  margin-right: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select .list {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin-top: 0.125rem;
  --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(1) scaleY(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));
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgba(173, 173, 173, 1);
  border-color: rgba(173, 173, 173, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select .option {
  font-weight: 400 !important;
}
.select .option {
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
@media (max-width: 767px) {

  .select .option {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.select .option[data-display] {
  display: none;
}
.select.nice-select .option.focus,
  .select.nice-select .option.selected.focus,
  .select.nice-select .option:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, 1);
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  font-weight: 400;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-2 {
  z-index: 2;
}
.z-20 {
  z-index: 20;
}
.z-3 {
  z-index: 3;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-30 {
  margin-top: -7.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-25 {
  margin-bottom: 6.25rem;
}
.mb-26 {
  margin-bottom: 6.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-30 {
  margin-bottom: 7.5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[8\.75rem\] {
  margin-bottom: 8.75rem;
}
.mb-\[9\.75rem\] {
  margin-bottom: 9.75rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-22 {
  margin-top: 5.5rem;
}
.mt-25 {
  margin-top: 6.25rem;
}
.mt-30 {
  margin-top: 7.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[6\.875rem\] {
  margin-top: 6.875rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.aspect-\[1\.45\] {
  aspect-ratio: 1.45;
}
.\!h-5 {
  height: 1.25rem !important;
}
.h-0 {
  height: 0px;
}
.h-0\.25 {
  height: 0.0625rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-13 {
  height: 3.25rem;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[14\.875rem\] {
  height: 14.875rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[44\.5rem\] {
  height: 44.5rem;
}
.h-\[49\.625rem\] {
  height: 49.625rem;
}
.h-full {
  height: 100%;
}
.min-h-\[26\.25rem\] {
  min-height: 26.25rem;
}
.min-h-\[30\.625rem\] {
  min-height: 30.625rem;
}
.min-h-\[37\.5rem\] {
  min-height: 37.5rem;
}
.min-h-\[39\.5rem\] {
  min-height: 39.5rem;
}
.min-h-\[39\.69rem\] {
  min-height: 39.69rem;
}
.min-h-\[49\.625rem\] {
  min-height: 49.625rem;
}
.min-h-\[54\.3125rem\] {
  min-height: 54.3125rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-5 {
  width: 1.25rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[19\.75rem\] {
  width: 19.75rem;
}
.w-\[27\.13rem\] {
  width: 27.13rem;
}
.w-\[27\.19rem\] {
  width: 27.19rem;
}
.w-\[27rem\] {
  width: 27rem;
}
.w-\[28\.5rem\] {
  width: 28.5rem;
}
.w-\[28rem\] {
  width: 28rem;
}
.w-\[29\.5rem\] {
  width: 29.5rem;
}
.w-\[35\.625rem\] {
  width: 35.625rem;
}
.w-\[41\.125rem\] {
  width: 41.125rem;
}
.w-\[41\.25rem\] {
  width: 41.25rem;
}
.w-\[42\.75rem\] {
  width: 42.75rem;
}
.w-\[43\.25rem\] {
  width: 43.25rem;
}
.w-\[7\.25rem\] {
  width: 7.25rem;
}
.w-\[calc\(33\.333\%-1\.5rem\)\] {
  width: calc(33.333% - 1.5rem);
}
.w-\[calc\(33\.333\%-7rem\)\] {
  width: calc(33.333% - 7rem);
}
.w-full {
  width: 100%;
}
.min-w-\[11rem\] {
  min-width: 11rem;
}
.min-w-\[28\.5rem\] {
  min-width: 28.5rem;
}
.max-w-\[15\.5rem\] {
  max-width: 15.5rem;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[22\.875rem\] {
  max-width: 22.875rem;
}
.max-w-\[27rem\] {
  max-width: 27rem;
}
.max-w-\[29rem\] {
  max-width: 29rem;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[31rem\] {
  max-width: 31rem;
}
.max-w-\[33\.25rem\] {
  max-width: 33.25rem;
}
.max-w-\[34\.25rem\] {
  max-width: 34.25rem;
}
.max-w-\[34rem\] {
  max-width: 34rem;
}
.max-w-\[35\.75rem\] {
  max-width: 35.75rem;
}
.max-w-\[35rem\] {
  max-width: 35rem;
}
.max-w-\[36\.5rem\] {
  max-width: 36.5rem;
}
.max-w-\[36rem\] {
  max-width: 36rem;
}
.max-w-\[38rem\] {
  max-width: 38rem;
}
.max-w-\[39rem\] {
  max-width: 39rem;
}
.max-w-\[41\.25rem\] {
  max-width: 41.25rem;
}
.max-w-\[42rem\] {
  max-width: 42rem;
}
.max-w-\[50\.5rem\] {
  max-width: 50.5rem;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[54\.25rem\] {
  max-width: 54.25rem;
}
.max-w-\[55\.5rem\] {
  max-width: 55.5rem;
}
.max-w-\[69\.5rem\] {
  max-width: 69.5rem;
}
.max-w-\[71\.13rem\] {
  max-width: 71.13rem;
}
.max-w-\[74\.25rem\] {
  max-width: 74.25rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.resize-none {
  resize: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5rem * 0);
  margin-right: calc(4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(4.5rem * (1 - 0));
  margin-left: calc(4.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(4.5rem * calc(1 - 0));
  margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - 0));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * 0);
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * (1 - 0));
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1.5rem * calc(1 - 0));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - 0));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * (1 - 0));
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.875rem * calc(1 - 0));
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 0);
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - 0));
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 0.0625rem;
}
.border-b {
  border-bottom-width: 0.0625rem;
}
.border-g-500 {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, 1);
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
}
.border-g-75 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 173, 173, 1);
  border-color: rgba(173, 173, 173, var(--tw-border-opacity));
}
.border-g-75\/25 {
  border-color: rgba(173, 173, 173, 0.25);
}
.border-g-75\/50 {
  border-color: rgba(173, 173, 173, 0.5);
}
.border-w-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 253, 253, 1);
  border-color: rgba(253, 253, 253, var(--tw-border-opacity));
}
.bg-\[\#DEDEDE\] {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, 1);
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-g-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.bg-g-75\/50 {
  background-color: rgba(173, 173, 173, 0.5);
}
.bg-w-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 253, 253, 1);
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.fill-g-100 {
  fill: #8a8a8a;
}
.fill-g-500 {
  fill: #212121;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[50\%75\%\] {
  -o-object-position: 50%75%;
     object-position: 50%75%;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-4 {
  padding: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-19 {
  padding-bottom: 4.75rem;
}
.pb-21 {
  padding-bottom: 5.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-22 {
  padding-left: 5.5rem;
}
.pl-25 {
  padding-left: 6.25rem;
}
.pl-30 {
  padding-left: 7.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-30 {
  padding-right: 7.5rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-22 {
  padding-top: 5.5rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-inter-tight {
  font-family: Inter Tight;
}
.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-0 {
  font-size: 0;
  line-height: 0;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[2\.19rem\] {
  font-size: 2.19rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[2\.73rem\] {
  line-height: 2.73rem;
}
.text-g-100 {
  --tw-text-opacity: 1;
  color: rgba(138, 138, 138, 1);
  color: rgba(138, 138, 138, var(--tw-text-opacity));
}
.text-g-500 {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, 1);
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.text-g-75 {
  --tw-text-opacity: 1;
  color: rgba(173, 173, 173, 1);
  color: rgba(173, 173, 173, var(--tw-text-opacity));
}
.text-w-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, 1);
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition-all {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.tap-highlight-color {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1179px) {

  .xl\:text-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1023px) {

  .lg\:text-caption {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
@media (max-width: 767px) {

  .md\:text-h5 {
    font-family: Inter Tight;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.56rem;
  }

  @media (max-width: 1179px) {

    .md\:text-h5 {
      font-size: 1.125rem;
      line-height: 1.41rem;
    }
  }

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

  .md\:text-caption {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.placeholder\:text-g-75::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(173, 173, 173, 1);
  color: rgba(173, 173, 173, var(--tw-text-opacity));
}
.placeholder\:text-g-75::placeholder {
  --tw-text-opacity: 1;
  color: rgba(173, 173, 173, 1);
  color: rgba(173, 173, 173, var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}
.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}
.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}
.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}
.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}
.before\:rounded-\[50\%\]::before {
  content: var(--tw-content);
  border-radius: 50%;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-\[\#111111\]\/60::before {
  content: var(--tw-content);
  background-color: rgba(17, 17, 17, 0.6);
}
.before\:bg-\[\#DEDEDE\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, 1);
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}
.before\:bg-g-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.before\:bg-radial-gradient::before {
  content: var(--tw-content);
  background-image: radial-gradient(90% 100% at 50% 20%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.before\:opacity-40::before {
  content: var(--tw-content);
  opacity: 0.4;
}
.before\:blur-\[1rem\]::before {
  content: var(--tw-content);
  --tw-blur: blur(1rem);
  filter: blur(1rem) 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: 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);
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.after\:z-2::after {
  content: var(--tw-content);
  z-index: 2;
}
.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}
.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-\[\#DEDEDE\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, 1);
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}
.after\:bg-black\/60::after {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.6);
}
.after\:bg-g-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.after\:bg-gradient-to-r::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.after\:from-black\/40::after {
  content: var(--tw-content);
  --tw-gradient-from: rgba(0, 0, 0, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:from-black\/60::after {
  content: var(--tw-content);
  --tw-gradient-from: rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:to-black\/0::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 200ms;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.even\:bg-g-50\/50:nth-child(even) {
  background-color: rgba(235, 235, 235, 0.5);
}
.hover\:border-g-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, 1);
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
}
.hover\:bg-g-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:text-g-200:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 88, 88, 1);
  color: rgba(88, 88, 88, var(--tw-text-opacity));
}
.hover\:text-g-500:hover {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, 1);
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.hover\:text-w-300:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, 1);
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:border-g-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(88, 88, 88, 1);
  border-color: rgba(88, 88, 88, var(--tw-border-opacity));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, 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: 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\:bg-g-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-g-200 {
  fill: #585858;
}
.group:hover .group-hover\:fill-g-500 {
  fill: #212121;
}
.group:hover .group-hover\:fill-w-50 {
  fill: #fdfdfd;
}
.group:hover .group-hover\:fill-white {
  fill: #fff;
}
@media (max-width: 1719px) {

  .\33xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1419px) {

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

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

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .\32xl\:mb-25 {
    margin-bottom: 6.25rem;
  }

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

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

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

  .\32xl\:h-\[29rem\] {
    height: 29rem;
  }

  .\32xl\:h-\[40rem\] {
    height: 40rem;
  }

  .\32xl\:min-h-\[45rem\] {
    min-height: 45rem;
  }

  .\32xl\:min-h-\[48rem\] {
    min-height: 48rem;
  }

  .\32xl\:w-\[16rem\] {
    width: 16rem;
  }

  .\32xl\:w-\[18rem\] {
    width: 18rem;
  }

  .\32xl\:w-\[30rem\] {
    width: 30rem;
  }

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

  .\32xl\:w-\[34rem\] {
    width: 34rem;
  }

  .\32xl\:w-\[36rem\] {
    width: 36rem;
  }

  .\32xl\:w-\[38rem\] {
    width: 38rem;
  }

  .\32xl\:max-w-\[54rem\] {
    max-width: 54rem;
  }

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

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

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

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

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

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

  .\32xl\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .\32xl\:leading-\[2\.34rem\] {
    line-height: 2.34rem;
  }
}
@media (max-width: 1179px) {

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .xl\:mb-30 {
    margin-bottom: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[30rem\] {
    width: 30rem;
  }

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

  .xl\:w-\[34rem\] {
    width: 34rem;
  }

  .xl\:w-\[calc\(33\.333\%-4rem\)\] {
    width: calc(33.333% - 4rem);
  }

  .xl\:max-w-\[22rem\] {
    max-width: 22rem;
  }

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

  .xl\:max-w-\[36rem\] {
    max-width: 36rem;
  }

  .xl\:max-w-\[48rem\] {
    max-width: 48rem;
  }

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

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

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

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

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }
}
@media (max-width: 1023px) {

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

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

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

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

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

  .lg\:mb-25 {
    margin-bottom: 6.25rem;
  }

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

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

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

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

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mt-25 {
    margin-top: 6.25rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-\[30\.625rem\] {
    min-height: 30.625rem;
  }

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

  .lg\:w-\[calc\(50\%-1\.5rem\)\] {
    width: calc(50% - 1.5rem);
  }

  .lg\:w-\[calc\(50\%-4rem\)\] {
    width: calc(50% - 4rem);
  }

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

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

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

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

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

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

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

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - 0));
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * 0);
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

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

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

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

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

  .lg\:text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {

  .md\:fixed {
    position: fixed;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:z-2 {
    z-index: 2;
  }

  .md\:z-3 {
    z-index: 3;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-17 {
    height: 4.25rem;
  }

  .md\:min-h-\[15\.625rem\] {
    min-height: 15.625rem;
  }

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

  .md\:min-h-\[21\.875rem\] {
    min-height: 21.875rem;
  }

  .md\:min-h-\[33\.125rem\] {
    min-height: 33.125rem;
  }

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

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

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-\[calc\(50\%-1\.5rem\)\] {
    width: calc(50% - 1.5rem);
  }

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

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

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

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

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

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

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

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

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

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

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - 0));
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * 0);
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - 0));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(2rem * calc(1 - 0));
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * 0);
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .md\:bg-g-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 54, 54, 1);
    background-color: rgba(54, 54, 54, var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

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

  .md\:object-\[15\%50\%\] {
    -o-object-position: 15%50%;
       object-position: 15%50%;
  }

  .md\:object-\[70\%50\%\] {
    -o-object-position: 70%50%;
       object-position: 70%50%;
  }

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

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

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

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

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

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

  .md\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

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

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

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:leading-\[1\.56rem\] {
    line-height: 1.56rem;
  }

  .md\:text-g-100 {
    --tw-text-opacity: 1;
    color: rgba(138, 138, 138, 1);
    color: rgba(138, 138, 138, var(--tw-text-opacity));
  }

  .md\:before\:h-2::before {
    content: var(--tw-content);
    height: 0.5rem;
  }

  .md\:before\:blur-\[\.5rem\]::before {
    content: var(--tw-content);
    --tw-blur: blur(.5rem);
    filter: blur(.5rem) 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: 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);
  }

  .md\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }
}
