*, ::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:  ;
}

.section-bg {
    position: relative; 
    overflow: hidden;   
}

.section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
}

.section-bg h1 {
    position: relative;
    z-index: 1;
}



/*
! tailwindcss v3.4.13 | 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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-12px\] {
  bottom: -12px;
}

.bottom-\[-8px\] {
  bottom: -8px;
}

.left-0 {
  left: 0px;
}

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

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

.left-\[50\%\] {
  left: 50%;
}

.left-\[60\%\] {
  left: 60%;
}

.right-0 {
  right: 0px;
}

.right-\[-4px\] {
  right: -4px;
}

.right-\[-50px\] {
  right: -50px;
}

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

.right-\[17\%\] {
  right: 17%;
}

.right-\[23\%\] {
  right: 23%;
}

.top-0 {
  top: 0px;
}

.top-\[-10px\] {
  top: -10px;
}

.top-\[-120vh\] {
  top: -120vh;
}

.top-\[-12px\] {
  top: -12px;
}

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

.top-\[-4px\] {
  top: -4px;
}

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

.top-\[-8px\] {
  top: -8px;
}

.top-\[172px\] {
  top: 172px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[47px\] {
  top: 47px;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

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

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[110px\] {
  margin-bottom: 110px;
}

.mb-\[116px\] {
  margin-bottom: 116px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[168px\] {
  margin-bottom: 168px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18\.5px\] {
  margin-bottom: 18.5px;
}

.mb-\[210px\] {
  margin-bottom: 210px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[33px\] {
  margin-bottom: 33px;
}

.mb-\[38px\] {
  margin-bottom: 38px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[63px\] {
  margin-bottom: 63px;
}

.mb-\[65px\] {
  margin-bottom: 65px;
}

.mb-\[66px\] {
  margin-bottom: 66px;
}

.mb-\[67px\] {
  margin-bottom: 67px;
}

.mb-\[75px\] {
  margin-bottom: 75px;
}

.mb-\[84px\] {
  margin-bottom: 84px;
}

.mb-\[87px\] {
  margin-bottom: 87px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mb-\[95px\] {
  margin-bottom: 95px;
}

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.h-\[23\.5px\] {
  height: 23.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[64x\] {
  width: 64x;
}

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-63px\)\] {
  width: calc(100% - 63px);
}

.w-\[calc\(25\%-8px\)\] {
  width: calc(25% - 8px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

/* header {
    height: 96px; 
}  */

@media screen and (min-width: 1200px) {
    header {
        height: 118px; /* ПК */
    }
}


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

.\!translate-y-\[-48px\] {
  --tw-translate-y: -48px !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;
}

.\!translate-y-\[40px\] {
  --tw-translate-y: 40px !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;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-60\%\] {
  --tw-translate-x: -60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-1\.3px\] {
  --tw-translate-y: -1.3px;
  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-\[-2px\] {
  --tw-translate-y: -2px;
  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-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.rotate-\[9deg\] {
  --tw-rotate: 9deg;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[22px\] {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-\[40px\] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-\[64px\] {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-\[94px\] {
  -moz-column-gap: 94px;
       column-gap: 94px;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[18\.5px\] {
  row-gap: 18.5px;
}

.gap-y-\[18px\] {
  row-gap: 18px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[28px\] {
  row-gap: 28px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

.gap-y-\[36px\] {
  row-gap: 36px;
}

.gap-y-\[46px\] {
  row-gap: 46px;
}

.gap-y-\[48px\] {
  row-gap: 48px;
}

.gap-y-\[56px\] {
  row-gap: 56px;
}

.gap-y-\[64px\] {
  row-gap: 64px;
}

.gap-y-\[65px\] {
  row-gap: 65px;
}

.gap-y-\[70px\] {
  row-gap: 70px;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

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

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[36px\] {
  border-radius: 36px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-\[1\.5px\] {
  border-left-width: 1.5px;
}

.border-t {
  border-top-width: 1px;
}

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

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

.border-\[\#fc302c\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 48 44 / var(--tw-border-opacity));
}

.border-\[\#fef7e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 247 229 / var(--tw-border-opacity));
}

.border-\[rgba\(22\2c 22\2c 22\2c 0\.2\)\] {
  border-color: rgba(22,22,22,0.2);
}

.border-b-\[\#fc302c\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 48 44 / var(--tw-border-opacity));
}

.border-l-\[\#fc302c\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 48 44 / var(--tw-border-opacity));
}

.border-t-\[\#fc302c\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 48 44 / var(--tw-border-opacity));
}

.border-t-\[\#fc302c\]\/50 {
  border-top-color: rgb(252 48 44 / 0.5);
}

.bg-\[\#FC302C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 48 44 / var(--tw-bg-opacity));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#fc302c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 48 44 / var(--tw-bg-opacity));
}

.bg-\[\#fef7e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 229 / var(--tw-bg-opacity));
}

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

.bg-\[rgba\(252\2c 48\2c 44\2c 0\.1\)\] {
  background-color: rgba(252,48,44,0.1);
}

.bg-\[rgba\(252\2c 48\2c 44\2c 0\.2\)\] {
  background-color: rgba(252,48,44,0.2);
}

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

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

.p-\[16px\] {
  padding: 16px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[32px\] {
  padding: 32px;
}

.p-\[4px\] {
  padding: 4px;
}

.p-\[8px\] {
  padding: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[128px\] {
  padding-bottom: 128px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[180px\] {
  padding-bottom: 180px;
}

.pb-\[21px\] {
  padding-bottom: 21px;
}

.pb-\[235px\] {
  padding-bottom: 235px;
}

.pb-\[28px\] {
  padding-bottom: 28px;
}

.pb-\[300px\] {
  padding-bottom: 300px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[94px\] {
  padding-bottom: 94px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pr-\[8px\] {
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.text-\[\#fbf2dc\] {
  --tw-text-opacity: 1;
  color: rgb(251 242 220 / var(--tw-text-opacity));
}

.text-\[\#fc302c\] {
  --tw-text-opacity: 1;
  color: rgb(252 48 44 / var(--tw-text-opacity));
}

.text-\[\#fef7e5\] {
  --tw-text-opacity: 1;
  color: rgb(254 247 229 / var(--tw-text-opacity));
}

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

.opacity-50 {
  opacity: 0.5;
}

.backdrop-blur-\[13px\] {
  --tw-backdrop-blur: blur(13px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

@media (min-width: 390px) {
  .xs\:bottom-\[-15px\] {
    bottom: -15px;
  }

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

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

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

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

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

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

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

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

  .xs\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .xs\:gap-y-\[36px\] {
    row-gap: 36px;
  }

  .xs\:p-\[20px\] {
    padding: 20px;
  }

  .xs\:p-\[36px\] {
    padding: 36px;
  }

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

  .xs\:px-\[26\.5px\] {
    padding-left: 26.5px;
    padding-right: 26.5px;
  }

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

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

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

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

@media (min-width: 460px) {
  .mini\:bottom-\[-21px\] {
    bottom: -21px;
  }

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

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

@media (min-width: 540px) {
  .xsMobile\:top-\[-65px\] {
    top: -65px;
  }

  .xsMobile\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .xsMobile\:mb-\[126px\] {
    margin-bottom: 126px;
  }

  .xsMobile\:mb-\[138px\] {
    margin-bottom: 138px;
  }

  .xsMobile\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .xsMobile\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .xsMobile\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .xsMobile\:mb-\[226px\] {
    margin-bottom: 226px;
  }

  .xsMobile\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .xsMobile\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .xsMobile\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .xsMobile\:mb-\[85px\] {
    margin-bottom: 85px;
  }

  .xsMobile\:mb-\[8px\] {
    margin-bottom: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xsMobile\:gap-x-\[12px\] {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xsMobile\:gap-x-\[48px\] {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xsMobile\:gap-y-\[24px\] {
    row-gap: 24px;
  }

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

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

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

  .xsMobile\:py-\[79px\] {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .xsMobile\:py-\[85px\] {
    padding-top: 85px;
    padding-bottom: 85px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .mobile\:left-auto {
    left: auto;
  }

  .mobile\:right-\[56px\] {
    right: 56px;
  }

  .mobile\:top-\[-80px\] {
    top: -80px;
  }

  .mobile\:top-\[95px\] {
    top: 95px;
  }

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

  .mobile\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .mobile\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .mobile\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mobile\:mb-\[300px\] {
    margin-bottom: 300px;
  }

  .mobile\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .mobile\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .mobile\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .mobile\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .mobile\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .mobile\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .mobile\:block {
    display: block;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

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

  .mobile\:h-\[23\.5px\] {
    height: 23.5px;
  }

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

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

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

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

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

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

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

  .mobile\:max-h-\[85vh\] {
    max-height: 85vh;
  }

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

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

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

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

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

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

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

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

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

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

  .mobile\:w-\[calc\(100\%-76px\)\] {
    width: calc(100% - 76px);
  }

  .mobile\:translate-x-0 {
    --tw-translate-x: 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));
  }

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

  .mobile\:gap-x-\[12px\] {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .mobile\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .mobile\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .mobile\:gap-y-\[32px\] {
    row-gap: 32px;
  }

  .mobile\:gap-y-\[36px\] {
    row-gap: 36px;
  }

  .mobile\:p-\[12px\] {
    padding: 12px;
  }

  .mobile\:p-\[40px\] {
    padding: 40px;
  }

  .mobile\:p-\[56px\] {
    padding: 56px;
  }

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

  .mobile\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mobile\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile\:pb-\[36px\] {
    padding-bottom: 36px;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .lgMobile\:right-\[-70px\] {
    right: -70px;
  }

  .lgMobile\:top-\[-100px\] {
    top: -100px;
  }

  .lgMobile\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lgMobile\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .lgMobile\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .lgMobile\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lgMobile\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lgMobile\:mb-\[48px\] {
    margin-bottom: 48px;
  }

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

  .lgMobile\:flex {
    display: flex;
  }

  .lgMobile\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lgMobile\:w-\[55\%\] {
    width: 55%;
  }

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

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

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

  .lgMobile\:w-\[calc\(20\%-16px\)\] {
    width: calc(20% - 16px);
  }

  .lgMobile\:translate-y-\[0px\] {
    --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));
  }

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

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

  .lgMobile\:gap-x-\[16px\] {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lgMobile\:gap-y-\[25px\] {
    row-gap: 25px;
  }

  .lgMobile\:gap-y-\[40px\] {
    row-gap: 40px;
  }

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

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

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

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

  .lgMobile\:py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .lgMobile\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lgMobile\:pb-\[180px\] {
    padding-bottom: 180px;
  }

  .lgMobile\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .lgMobile\:pl-\[56px\] {
    padding-left: 56px;
  }

  .lgMobile\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 860px) {
  .smTablet\:absolute {
    position: absolute;
  }

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

  .smTablet\:mb-\[42px\] {
    margin-bottom: 42px;
  }

  .smTablet\:block {
    display: block;
  }

  .smTablet\:hidden {
    display: none;
  }

  .smTablet\:w-\[45\%\] {
    width: 45%;
  }

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

  .smTablet\:translate-x-\[-50\%\] {
    --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));
  }

  .smTablet\:translate-x-\[50\%\] {
    --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));
  }

  .smTablet\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

  .smTablet\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

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

@media (min-width: 980px) {
  .tablet\:bottom-\[-12px\] {
    bottom: -12px;
  }

  .tablet\:top-\[-12px\] {
    top: -12px;
  }

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

  .tablet\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:hidden {
    display: none;
  }

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

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

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

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

  .tablet\:h-full {
    height: 100%;
  }

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

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

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

@media (min-width: 1025px) {
  .lgTablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lgTablet\:block {
    display: block;
  }

  .lgTablet\:hidden {
    display: none;
  }

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

  .lgTablet\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

  .lgTablet\:pb-\[200px\] {
    padding-bottom: 200px;
  }

  .lgTablet\:pl-\[120px\] {
    padding-left: 120px;
  }

  .lgTablet\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lgTablet\:pl-\[72px\] {
    padding-left: 72px;
  }

  .lgTablet\:pr-\[56px\] {
    padding-right: 56px;
  }

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

@media (min-width: 1200px) {
  .smDesktop\:top-\[-70px\] {
    top: -70px;
  }

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

  .smDesktop\:block {
    display: block;
  }

  .smDesktop\:flex {
    display: flex;
  }

  .smDesktop\:hidden {
    display: none;
  }

  .smDesktop\:w-\[30\%\] {
    width: 30%;
  }

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

  .smDesktop\:w-\[65\%\] {
    width: 65%;
  }

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

  .smDesktop\:w-\[calc\(25\%-16px\)\] {
    width: calc(25% - 16px);
  }

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

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

  .smDesktop\:gap-\[48px\] {
    gap: 48px;
  }

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

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

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

  .smDesktop\:pl-\[167px\] {
    padding-left: 167px;
  }

  .smDesktop\:pl-\[72px\] {
    padding-left: 72px;
  }

  .smDesktop\:pr-\[20px\] {
    padding-right: 20px;
  }

  .smDesktop\:pr-\[210px\] {
    padding-right: 210px;
  }

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

@media (min-width: 1280px) {
  .desktop\:left-\[15\%\] {
    left: 15%;
  }

  .desktop\:right-\[-104px\] {
    right: -104px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .lgDesktop\:bottom-\[-17px\] {
    bottom: -17px;
  }

  .lgDesktop\:top-\[-16px\] {
    top: -16px;
  }

  .lgDesktop\:w-\[40\%\] {
    width: 40%;
  }

  .lgDesktop\:w-\[55\%\] {
    width: 55%;
  }
}

@media (min-width: 1600px) {
  .xlDesktop\:top-\[-95px\] {
    top: -95px;
  }
}
