*, ::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.19 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

.container {
  max-width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[0\.2rem\] {
  top: 0.2rem;
}

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

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

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

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

.m-\[0_\.7rem_0_0\] {
  margin: 0 .7rem 0 0;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.mx-\[-15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

.\!mb-5 {
  margin-bottom: 1.25rem !important;
}

.\!mb-\[4\.5rem\] {
  margin-bottom: 4.5rem !important;
}

.\!ml-\[0\.05rem\] {
  margin-left: 0.05rem !important;
}

.\!mr-4 {
  margin-right: 1rem !important;
}

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

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

.mb-\[1\.75rem\] {
  margin-bottom: 1.75rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

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

.mt-\[0\.35rem\] {
  margin-top: 0.35rem;
}

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

.\!h-\[2\.2rem\] {
  height: 2.2rem !important;
}

.\!h-\[3rem\] {
  height: 3rem !important;
}

.h-\[2\.3rem\] {
  height: 2.3rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.\!w-\[2\.2rem\] {
  width: 2.2rem !important;
}

.\!w-\[3rem\] {
  width: 3rem !important;
}

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

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

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

.w-\[2\.3rem\] {
  width: 2.3rem;
}

.w-full {
  width: 100%;
}

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

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

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

.grow {
  flex-grow: 1;
}

.origin-\[0_0\] {
  transform-origin: 0 0;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

.\!justify-center {
  justify-content: center !important;
}

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

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded-\[100\%\] {
  border-radius: 100% !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

.rounded-t-\[0\.4rem\] {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.\!border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  border-color: rgba(255,255,255,0.1) !important;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(102 153 204 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#ffffff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 153 204 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#262b32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 50 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.03\)\] {
  background-color: rgba(255,255,255,.03);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 153 204 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-\[center_center\] {
  background-position: center center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-none {
  fill: none;
}

.stroke-primary {
  stroke: #6699cc;
}

.stroke-\[4\] {
  stroke-width: 4;
}

.\!p-0 {
  padding: 0px !important;
}

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-\[0\.6rem\] {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.py-\[4\.5rem\] {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

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

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

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

.font-THICCCBOI {
  font-family: THICCCBOI, sans-serif;
}

.\!text-\[\.85rem\] {
  font-size: .85rem !important;
}

.\!text-\[1\.2rem\] {
  font-size: 1.2rem !important;
}

.\!text-\[1rem\] {
  font-size: 1rem !important;
}

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

.text-\[\.75rem\] {
  font-size: .75rem;
}

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

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

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

.text-\[calc\(1\.315rem_\+_0\.78vw\)\] {
  font-size: calc(1.315rem + 0.78vw);
}

.text-\[calc\(1\.425rem_\+_2\.1vw\)\] {
  font-size: calc(1.425rem + 2.1vw);
}

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

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

.font-medium {
  font-weight: 500;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[1\.15\] {
  line-height: 1.15 !important;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.\!leading-\[1\.45\] {
  line-height: 1.45 !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[inherit\] {
  line-height: inherit;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[normal\] {
  letter-spacing: normal;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(102 153 204 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#959ca9\] {
  --tw-text-opacity: 1;
  color: rgb(149 156 169 / var(--tw-text-opacity, 1));
}

.text-\[\#cacaca\] {
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.\!shadow-\[0_0\.25rem_1\.75rem_rgba\(30\2c 34\2c 40\2c 0\.07\)\] {
  --tw-shadow: 0 0.25rem 1.75rem rgba(30,34,40,0.07) !important;
  --tw-shadow-colored: 0 0.25rem 1.75rem var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-\[0_0_1\.25rem_rgba\(30\2c 34\2c 40\2c 0\.04\)\] {
  --tw-shadow: 0 0 1.25rem rgba(30,34,40,0.04);
  --tw-shadow-colored: 0 0 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_0_0_0\.1rem_rgba\(128\2c 130\2c 134\2c 0\.25\)\] {
  --tw-shadow: inset 0 0 0 0.1rem rgba(128,130,134,0.25);
  --tw-shadow-colored: inset 0 0 0 0.1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-\[0s\] {
  transition-delay: 0s;
}

.duration-\[0\.2s\] {
  transition-duration: 0.2s;
}

.ease-\[linear\2c margin-right\] {
  transition-timing-function: linear,margin-right;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.file\:pointer-events-none::file-selector-button {
  pointer-events: none;
}

.file\:mb-\[-0\.6rem\]::file-selector-button {
  margin-bottom: -0.6rem;
}

.file\:ml-\[-1rem\]::file-selector-button {
  margin-left: -1rem;
}

.file\:mr-\[-1rem\]::file-selector-button {
  margin-right: -1rem;
}

.file\:mt-\[-0\.6rem\]::file-selector-button {
  margin-top: -0.6rem;
}

.file\:rounded-none::file-selector-button {
  border-radius: 0px;
}

.file\:bg-\[\#fefefe\]::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity, 1));
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-\[0\.6rem\]::file-selector-button {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.file\:text-\[\#60697b\]::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(96 105 123 / var(--tw-text-opacity, 1));
}

.file\:transition-all::file-selector-button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.file\:duration-\[0\.2s\]::file-selector-button {
  transition-duration: 0.2s;
}

.file\:ease-in-out::file-selector-button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder\:text-\[\#959ca9\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 156 169 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#959ca9\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 156 169 / var(--tw-text-opacity, 1));
}

.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}

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

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

.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

.after\:bottom-\[-0\.1em\]::after {
  content: var(--tw-content);
  bottom: -0.1em;
}

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

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

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:z-\[1\]::after {
  content: var(--tw-content);
  z-index: 1;
}

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

.after\:h-\[0\.3em\]::after {
  content: var(--tw-content);
  height: 0.3em;
}

.after\:h-\[2\.3rem\]::after {
  content: var(--tw-content);
  height: 2.3rem;
}

.after\:w-\[110\%\]::after {
  content: var(--tw-content);
  width: 110%;
}

.after\:w-\[2\.3rem\]::after {
  content: var(--tw-content);
  width: 2.3rem;
}

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

.after\:cursor-pointer::after {
  content: var(--tw-content);
  cursor: pointer;
}

.after\:bg-bottom::after {
  content: var(--tw-content);
  background-position: bottom;
}

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

.after\:text-center::after {
  content: var(--tw-content);
  text-align: center;
}

.after\:font-Unicons::after {
  content: var(--tw-content);
  font-family: Unicons;
}

.after\:text-\[1\.2rem\]::after {
  content: var(--tw-content);
  font-size: 1.2rem;
}

.after\:leading-\[2\.3rem\]::after {
  content: var(--tw-content);
  line-height: 2.3rem;
}

.after\:text-primary::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 153 204 / var(--tw-text-opacity, 1));
}

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

.after\:duration-\[0\.2s\]::after {
  content: var(--tw-content);
  transition-duration: 0.2s;
}

.after\:ease-linear::after {
  content: var(--tw-content);
  transition-timing-function: linear;
}

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

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

.after\:\[background-size\:100\%_100\%\]::after {
  content: var(--tw-content);
  background-size: 100% 100%;
}

.hover\:translate-y-\[-0\.15rem\]:hover {
  --tw-translate-y: -0.15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 153 204 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(102 153 204 / var(--tw-text-opacity, 1));
}

.focus\:\!border-\[rgba\(247\2c 139\2c 119\2c \.5\)\]:focus {
  border-color: rgba(247,139,119,.5) !important;
}

.focus\:bg-\[rgba\(255\2c 255\2c 255\2c \.03\)\]:focus {
  background-color: rgba(255,255,255,.03);
}

.focus\:text-\[\#60697b\]:focus {
  --tw-text-opacity: 1;
  color: rgb(96 105 123 / var(--tw-text-opacity, 1));
}

.focus\:shadow-\[0_0_1\.25rem_rgba\(30\2c 34\2c 40\2c 0\.04\)\2c unset\]:focus {
  --tw-shadow-color: 0 0 1.25rem rgba(30,34,40,0.04),unset;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:\!border-\[rgba\(247\2c 139\2c 119\2c \.5\)\]:focus-visible {
  border-color: rgba(247,139,119,.5) !important;
}

.focus-visible\:\!outline-0:focus-visible {
  outline-width: 0px !important;
}

.disabled\:bg-\[\#aab0bc\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(170 176 188 / var(--tw-bg-opacity, 1));
}

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

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }

  .motion-reduce\:file\:transition-none::file-selector-button {
    transition-property: none;
  }

  .motion-reduce\:after\:transition-none::after {
    content: var(--tw-content);
    transition-property: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sm\:min-h-\[25rem\] {
    min-height: 25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .md\:mx-\[-12\.5px\] {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .md\:mx-\[-20px\] {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:mx-\[4rem\] {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:\!mb-\[7rem\] {
    margin-bottom: 7rem !important;
  }

  .md\:\!mb-\[8rem\] {
    margin-bottom: 8rem !important;
  }

  .md\:\!mt-\[-17\.5rem\] {
    margin-top: -17.5rem !important;
  }

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

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

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

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

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

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

  .md\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .md\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:\!py-\[8rem\] {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-\[12\.5px\] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:pb-\[9rem\] {
    padding-bottom: 9rem;
  }

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg\:\!order-2 {
    order: 2 !important;
  }

  .lg\:mx-\[-12\.5px\] {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .lg\:mx-\[-20px\] {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:mx-\[2\.5rem\] {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:\!mb-\[7rem\] {
    margin-bottom: 7rem !important;
  }

  .lg\:\!mb-\[8rem\] {
    margin-bottom: 8rem !important;
  }

  .lg\:\!mt-\[-17\.5rem\] {
    margin-top: -17.5rem !important;
  }

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

  .lg\:block {
    display: block;
  }

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

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

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

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

  .lg\:rounded-bl-\[0\.4rem\] {
    border-bottom-left-radius: 0.4rem;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-tl-\[0\.4rem\] {
    border-top-left-radius: 0.4rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

  .lg\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

  .lg\:\!py-\[8rem\] {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-\[12\.5px\] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .xl\:\!order-2 {
    order: 2 !important;
  }

  .xl\:mx-\[-12\.5px\] {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .xl\:mx-\[-20px\] {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:mx-\[-35px\] {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xl\:mx-\[2\.5rem\] {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:\!mb-\[7rem\] {
    margin-bottom: 7rem !important;
  }

  .xl\:\!mb-\[8rem\] {
    margin-bottom: 8rem !important;
  }

  .xl\:\!mt-\[-17\.5rem\] {
    margin-top: -17.5rem !important;
  }

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

  .xl\:block {
    display: block;
  }

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

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

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

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

  .xl\:rounded-bl-\[0\.4rem\] {
    border-bottom-left-radius: 0.4rem;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-tl-\[0\.4rem\] {
    border-top-left-radius: 0.4rem;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

  .xl\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:\!py-\[8rem\] {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-\[12\.5px\] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:pb-\[15rem\] {
    padding-bottom: 15rem;
  }

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

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .xl\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .xl\:text-\[3rem\] {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:w-6\/12 {
    width: 50%;
  }

  .xxl\:\!pr-28 {
    padding-right: 7rem !important;
  }
}

@media (max-width: 575.98px) {
  .xsm\:min-h-\[25rem\] {
    min-height: 25rem;
  }
}