/*
! tailwindcss v3.4.7 | 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] {
  display: none;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-8 {
  left: -2rem;
}

.-right-8 {
  right: -2rem;
}

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

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-\[375px\] {
  min-width: 375px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[14px\] {
  gap: 14px;
}

.overflow-x-clip {
  overflow-x: clip;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(196 138 210 / var(--tw-bg-opacity));
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-40 {
  padding-top: 10rem;
}

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

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

.text-\[10px\]\/\[100\%\] {
  font-size: 10px;
  line-height: 100%;
}

.text-\[14px\]\/\[140\%\] {
  font-size: 14px;
  line-height: 140%;
}

.text-\[18px\]\/\[140\%\] {
  font-size: 18px;
  line-height: 140%;
}

.text-\[23px\]\/\[140\%\] {
  font-size: 23px;
  line-height: 140%;
}

.text-\[26px\]\/\[100\%\] {
  font-size: 26px;
  line-height: 100%;
}

.text-\[40px\]\/\[100\%\] {
  font-size: 40px;
  line-height: 100%;
}

.text-\[45px\]\/\[100\%\] {
  font-size: 45px;
  line-height: 100%;
}

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(196 138 210 / var(--tw-text-opacity));
}

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

body {
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 688px) {
  .min-\[688px\]\:min-w-\[183px\] {
    min-width: 183px;
  }
}

@media (min-width: 1024px) {
  .lg\:-top-\[28rem\] {
    top: -28rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-48 {
    padding-left: 12rem;
  }

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

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

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

  .lg\:text-\[14px\]\/\[100\%\] {
    font-size: 14px;
    line-height: 100%;
  }

  .lg\:text-\[16px\]\/\[140\%\] {
    font-size: 16px;
    line-height: 140%;
  }

  .lg\:text-\[18px\]\/\[140\%\] {
    font-size: 18px;
    line-height: 140%;
  }

  .lg\:text-\[35px\]\/\[100\%\] {
    font-size: 35px;
    line-height: 100%;
  }

  .lg\:text-\[50px\]\/\[100\%\] {
    font-size: 50px;
    line-height: 100%;
  }

  .lg\:text-\[61px\]\/\[100\%\] {
    font-size: 61px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .xl\:min-h-\[641px\] {
    min-height: 641px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pt-\[141px\] {
    padding-top: 141px;
  }

  .xl\:text-\[18px\]\/\[100\%\] {
    font-size: 18px;
    line-height: 100%;
  }

  .xl\:text-\[18px\]\/\[140\%\] {
    font-size: 18px;
    line-height: 140%;
  }

  .xl\:text-\[45px\]\/\[100\%\] {
    font-size: 45px;
    line-height: 100%;
  }

  .xl\:text-\[61px\]\/\[100\%\] {
    font-size: 61px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .min-\[1400px\]\:-left-32 {
    left: -8rem;
  }

  .min-\[1400px\]\:-right-32 {
    right: -8rem;
  }

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

  .min-\[1400px\]\:w-auto {
    width: auto;
  }

  .min-\[1400px\]\:justify-center {
    justify-content: center;
  }

  .min-\[1400px\]\:overflow-x-visible {
    overflow-x: visible;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-right-\[13\.5rem\] {
    right: -13.5rem;
  }

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

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:left-\[3\.75rem\] {
    left: 3.75rem;
  }

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

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

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

  .\32xl\:ml-\[200px\] {
    margin-left: 200px;
  }

  .\32xl\:ml-\[289px\] {
    margin-left: 289px;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

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

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

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

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

  .\32xl\:mt-\[100px\] {
    margin-top: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:justify-normal {
    justify-content: normal;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

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

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:pl-\[150px\] {
    padding-left: 150px;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:text-\[18px\]\/\[140\%\] {
    font-size: 18px;
    line-height: 140%;
  }

  .\32xl\:text-\[33px\]\/\[140\%\] {
    font-size: 33px;
    line-height: 140%;
  }

  .\32xl\:text-\[61px\]\/\[100\%\] {
    font-size: 61px;
    line-height: 100%;
  }
}

@media (min-width: 1554px) {
  .min-\[1554px\]\:ml-\[250px\] {
    margin-left: 250px;
  }

  .min-\[1554px\]\:ml-\[336px\] {
    margin-left: 336px;
  }
}

@media (min-width: 1630px) {
  .min-\[1630px\]\:-left-\[13\.25rem\] {
    left: -13.25rem;
  }

  .min-\[1630px\]\:-right-\[20\.5rem\] {
    right: -20.5rem;
  }

  .min-\[1630px\]\:w-\[613px\] {
    width: 613px;
  }
}

@media (min-width: 1650px) {
  .min-\[1650px\]\:w-\[726px\] {
    width: 726px;
  }
}

@media (min-width: 1670px) {
  .min-\[1670px\]\:ml-\[386px\] {
    margin-left: 386px;
  }
}

@media (min-width: 1732px) {
  .min-\[1732px\]\:w-\[641px\] {
    width: 641px;
  }

  .min-\[1732px\]\:w-\[690px\] {
    width: 690px;
  }

  .min-\[1732px\]\:pl-\[270px\] {
    padding-left: 270px;
  }

  .min-\[1732px\]\:pl-\[334px\] {
    padding-left: 334px;
  }

  .min-\[1732px\]\:pr-\[300px\] {
    padding-right: 300px;
  }

  .min-\[1732px\]\:pr-\[436px\] {
    padding-right: 436px;
  }
}

@media (min-width: 1820px) {
  .min-\[1820px\]\:pl-\[452px\] {
    padding-left: 452px;
  }
}
