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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

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

.bottom-\[34\%\] {
  bottom: 34%;
}

.bottom-\[46\%\] {
  bottom: 46%;
}

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

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

.left-0 {
  left: 0px;
}

.left-\[-140px\] {
  left: -140px;
}

.left-\[-23px\] {
  left: -23px;
}

.left-\[-58px\] {
  left: -58px;
}

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

.left-\[109px\] {
  left: 109px;
}

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

.left-\[110px\] {
  left: 110px;
}

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

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

.left-\[380px\] {
  left: 380px;
}

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

.left-\[660px\] {
  left: 660px;
}

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

.left-\[845px\] {
  left: 845px;
}

.left-\[calc\(50\%-76px\)\] {
  left: calc(50% - 76px);
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-\[32px\] {
  margin-right: 32px;
}

.mr-\[48px\] {
  margin-right: 48px;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!size-\[50px\] {
  width: 50px !important;
  height: 50px !important;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

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

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

.size-\[94px\] {
  width: 94px;
  height: 94px;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[54\%\] {
  max-height: 54%;
}

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.auto-rows-\[100px\] {
  grid-auto-rows: 100px;
}

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

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

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

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

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

.grid-cols-\[70px_1fr\] {
  grid-template-columns: 70px 1fr;
}

.grid-cols-\[75px_1fr\] {
  grid-template-columns: 75px 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-\[3\.6\%\] {
  gap: 3.6%;
}

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

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

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

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

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-nowrap {
  text-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#091A1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 26 27 / var(--tw-border-opacity));
}

.border-\[\#9AB2D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 178 212 / var(--tw-border-opacity));
}

.border-\[\#A6D9E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(166 217 226 / var(--tw-border-opacity));
}

.border-\[\#BEC1BC\] {
  --tw-border-opacity: 1;
  border-color: rgb(190 193 188 / var(--tw-border-opacity));
}

.border-\[\#C9C9C9\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}

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

.border-\[\#F2F1FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 241 255 / var(--tw-border-opacity));
}

.border-\[\#FFB346\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 179 70 / var(--tw-border-opacity));
}

.border-black-0-0-0 {
  border-color: rgba(0, 0, 0, 0.30);
}

.border-black-9-26-27-0\.1 {
  border-color: rgba(9, 26, 27, 0.1);
}

.border-black-e1 {
  --tw-border-opacity: 1;
  border-color: rgb(225 228 222 / var(--tw-border-opacity));
}

.border-grey-c9 {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}

.border-grey-e1 {
  --tw-border-opacity: 1;
  border-color: rgb(225 228 222 / var(--tw-border-opacity));
}

.border-red-235-148-171 {
  border-color: rgba(235, 148, 171, 0.40);
}

.border-b-black-e1 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 228 222 / var(--tw-border-opacity));
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#091A1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 26 27 / var(--tw-bg-opacity));
}

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

.bg-\[\#EAE9E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 229 / var(--tw-bg-opacity));
}

.bg-\[\#F4C9BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 201 190 / var(--tw-bg-opacity));
}

.bg-\[\#F8E1E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 225 231 / var(--tw-bg-opacity));
}

.bg-\[\#F8E7D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 231 214 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 26 27 / var(--tw-bg-opacity));
}

.bg-blue-167-213-228 {
  background-color: rgba(167, 213, 228, 0.40);
}

.bg-grey-c9 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}

.bg-rgaba-128-123-55 {
  background-color: rgba(128, 123, 55, 0.20);
}

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

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

.bg-none {
  background-image: none;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.pb-\[2\.3\%\] {
  padding-bottom: 2.3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

.pt-\[67\.3\%\] {
  padding-top: 67.3%;
}

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

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

.pt-\[72\.8\%\] {
  padding-top: 72.8%;
}

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

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

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

.font-generalsans {
  font-family: GeneralSans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.375\] {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.08px\] {
  letter-spacing: 0.08px;
}

.tracking-\[0\.09px\] {
  letter-spacing: 0.09px;
}

.tracking-\[0\.11px\] {
  letter-spacing: 0.11px;
}

.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}

.tracking-\[0\.144px\] {
  letter-spacing: 0.144px;
}

.tracking-\[0\.14px\] {
  letter-spacing: 0.14px;
}

.tracking-\[0\.17px\] {
  letter-spacing: 0.17px;
}

.tracking-\[0\.19px\] {
  letter-spacing: 0.19px;
}

.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}

.tracking-\[0\.26px\] {
  letter-spacing: 0.26px;
}

.tracking-\[0\.38px\] {
  letter-spacing: 0.38px;
}

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

.text-\[\#091A1B\] {
  --tw-text-opacity: 1;
  color: rgb(9 26 27 / var(--tw-text-opacity));
}

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

.text-\[\#11306C\] {
  --tw-text-opacity: 1;
  color: rgb(17 48 108 / var(--tw-text-opacity));
}

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

.text-\[\#200F30\] {
  --tw-text-opacity: 1;
  color: rgb(32 15 48 / var(--tw-text-opacity));
}

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

.text-\[\#322E11\] {
  --tw-text-opacity: 1;
  color: rgb(50 46 17 / var(--tw-text-opacity));
}

.text-\[\#374453\] {
  --tw-text-opacity: 1;
  color: rgb(55 68 83 / var(--tw-text-opacity));
}

.text-\[\#4B6181\] {
  --tw-text-opacity: 1;
  color: rgb(75 97 129 / var(--tw-text-opacity));
}

.text-\[\#57192E\] {
  --tw-text-opacity: 1;
  color: rgb(87 25 46 / var(--tw-text-opacity));
}

.text-\[\#615E83\] {
  --tw-text-opacity: 1;
  color: rgb(97 94 131 / var(--tw-text-opacity));
}

.text-\[\#666664\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 100 / var(--tw-text-opacity));
}

.text-\[\#6D3811\] {
  --tw-text-opacity: 1;
  color: rgb(109 56 17 / var(--tw-text-opacity));
}

.text-\[\#9291A5\] {
  --tw-text-opacity: 1;
  color: rgb(146 145 165 / var(--tw-text-opacity));
}

.text-\[\#9AA4A1\] {
  --tw-text-opacity: 1;
  color: rgb(154 164 161 / var(--tw-text-opacity));
}

.text-\[\#FFFCFA\] {
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.text-\[\#FFFFF9\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 249 / var(--tw-text-opacity));
}

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

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

.text-black-09 {
  --tw-text-opacity: 1;
  color: rgb(9 26 27 / var(--tw-text-opacity));
}

.text-black-32-15-48-0\.85 {
  color: rgba(32, 15, 48, 0.85);
}

.text-black-9-17-27 {
  color: rgba(9, 17, 27, 0.90);
}

.text-black-9-26-27 {
  color: rgba(9, 26, 27, 0.90);
}

.text-black-9-26-27-0\.7 {
  color: rgba(9, 26, 27, 0.7);
}

.text-orange-109-56-17 {
  color: rgba(109, 56, 17, 0.85);
}

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

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

.shadow-0--4-4-0 {
  --tw-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px -4px 4px 0px var(--tw-shadow-color), 0px 1px 8px 0px 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-0-0-4-0 {
  --tw-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color), 0px 4px 8px 0px 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-0-2-4-0 {
  --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color), 0px 0px 6px 0px var(--tw-shadow-color), 0px 4px 12px 0px 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-0-4-12-0 {
  --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12), 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color), 0px 0px 6px 0px var(--tw-shadow-color), 0px 2px 4px 0px 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-0-4-30-0 {
  --tw-shadow: 0px 4px 30px 0px rgba(133, 133, 133, 0.06);
  --tw-shadow-colored: 0px 4px 30px 0px 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-0-4-8-0 {
  --tw-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color), 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-\[0\.1s\] {
  transition-property: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[0\.3s\] {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.delay-200 {
  transition-delay: 200ms;
}

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

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

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

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Extralight.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Extralight.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Extralight.ttf') format('truetype');

  font-weight: 200;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-ExtralightItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-ExtralightItalic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-ExtralightItalic.ttf') format('truetype');

  font-weight: 200;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Light.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Light.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Light.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-LightItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-LightItalic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Italic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Italic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Italic.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-MediumItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-MediumItalic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Semibold.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-SemiboldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-SemiboldItalic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-Bold.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-Bold.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';

  src: url('../fonts/GeneralSans/GeneralSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans/GeneralSans-BoldItalic.woff') format('woff'),
       url('../fonts/GeneralSans/GeneralSans-BoldItalic.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'FuzzyBubbles';

  src: url('../fonts/FuzzyBubbles/FuzzyBubbles-Bold.eot');

  src: local('Fuzzy Bubbles Bold'), local('FuzzyBubbles-Bold'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Bold.woff2') format('woff2'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Bold.woff') format('woff'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FuzzyBubbles';

  src: url('../fonts/FuzzyBubbles/FuzzyBubbles-Regular.eot');

  src: local('Fuzzy Bubbles Regular'), local('FuzzyBubbles-Regular'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Regular.woff2') format('woff2'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Regular.woff') format('woff'),
			url('../fonts/FuzzyBubbles/FuzzyBubbles-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'ComiCo';

  src: url('../fonts/ComiCo/ComiCo.otf');

  src: 
			url('../fonts/ComiCo/ComiCo.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

button {
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

textarea:required.valid {
  outline: 2px solid #33cc33;
  outline-offset: 0;
}

input:not([type="checkbox"]):required.valid {
  outline: 2px solid #33cc33;
  outline-offset: 0;
}

input.dateInput:required.valid {
  outline: 2px solid #33cc33;
  outline-offset: 0;
}

textarea:required.invalid {
  outline: 2px solid red;
  outline-offset: 0;
}

input:not([type="checkbox"]):required.invalid {
  outline: 2px solid red;
  outline-offset: 0;
}

input.dateInput:required.invalid {
  outline: 2px solid red;
  outline-offset: 0;
}

body{
  position: relative;
  font-family: 'GeneralSans', sans-serif;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

textarea{
  resize: vertical;
}

.menu-list li{
  border-radius: 8px;
  background-color: transparent;
  padding: 6px 10px;
}

.menu-list li.current_page_item{
  border-radius: 8px;
  background-color: #F0F1EB;
  padding: 6px 10px;
}

.menu-list li:hover{
  border-radius: 8px;
  background-color: #F0F1EB;
  padding: 6px 10px;
}

.works .middle-side::after{
  background: linear-gradient(180deg, rgba(234, 233, 229, 0.00) -32.13%, rgba(234, 233, 229, 0.92) 46.37%, #EAE9E5 89.45%);
}

.swiper-human {
  width: 1724px;
  height: 100%;
}

.swiper-human .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-human .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-human .swiper-slide:nth-child(1n) {
  width: 25%;
}

.swiper-human .swiper-slide:nth-child(2n) {
  width: 37%;
}

.swiper-human .swiper-slide:nth-child(3n) {
  width: 20%;
}

.swiper-good-dots
	.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 200px;
  background: #D9D9D9;
  margin: 0 !important;
}

.swiper-good-dots
	.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background: #000;
}

.swiper-product-thumb {
  width: 86px;
  margin: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.swiper-product-thumb .swiper-slide {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.btn-down-next{
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 74px;
}

.btn-down-next::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(234, 233, 229, 0.00) 0%, #EAE9E5 90.5%) ;
}

.btn-down-next img{
  position: absolute;
  bottom: 0;
  left: 36px;
  z-index: 20;
  width: 20px;
  height: 20px;
}

.btn-up-prev{
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 74px;
}

.btn-up-prev::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EAE9E5 0%,  rgba(234, 233, 229, 0.00) 90.5%) ;
}

.btn-up-prev img{
  position: absolute;
  top: 0;
  left: 36px;
  z-index: 20;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

/* .swim-btn{
	transition: 0.3s;
	will-change: transform;
} */

.swim-card {
  /* width: 300px; */
  /* padding: 20px; */
  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
  transition: transform 0.1s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.swim-btn {
  /* display: inline-block; */
  will-change: transform;
  /* Добавляем плавность трансформации */
  transition: transform 0.1s ease-out;
}

.swim-btn .content {
  pointer-events: none;
  /* Игнорируем события мыши внутри кнопки */
}

.swim-btn:not(.select-option):hover{
  background-color: transparent !important;
  color: #091A1B !important;
  will-change: transform;
  transform-style: preserve-3d;
  outline: 2px solid #091A1B ;
  transition: 0.1s;
}

.swim-btn.view-150:hover{
  background-color: #FFFFF9 !important;
  color: #091A1B !important;
  will-change: transform;
  transform-style: preserve-3d;
  outline: none ;
  transition: 0.1s;
}

.swim-btn.arrow:hover{
  transition: none;
  border-radius: 50%;
  outline: 2px solid black;
}

.swim-btn.arrow:hover circle{
  fill: transparent;
  transition: 0.1s;
}

.swim-btn.arrow:hover path{
  stroke: black;
  transition: 0.1s;
}

.swim-btn.arrow.one:hover, 
.swim-btn.arrow.two:hover,
.swim-btn.arrow.three:hover,
.swim-btn.arrow.four:hover{
  transition: none;
  border-radius: 50%;
  outline: none;
}

.swim-btn.arrow.one:hover path, 
.swim-btn.arrow.two:hover path,
.swim-btn.arrow.three:hover path,
.swim-btn.arrow.four:hover path{
  stroke: white;
  transition: 0.1s;
}

.swim-btn.arrow.one:hover circle{
  stroke: #11306C;
  fill: #11306C;
  transition: 0.1s;
}

.swim-btn.arrow.two:hover circle{
  stroke: #322e11;
  fill: #322e11;
  transition: 0.1s;
}

.swim-btn.arrow.three:hover circle{
  stroke: #6D3811;
  fill: #6D3811;
  transition: 0.1s;
}

.swim-btn.arrow.four:hover circle{
  stroke: #200F30;
  fill: #200F30;
  transition: 0.1s;
}

.swim-btn.cart{
  border-radius: 50%;
  transition: 0;
}

.swim-btn.cart:hover, .addtoany_shortcode a:hover{
  outline: none;
  border: 2px solid black;
  border-radius: 50%;
  transition: 0;
}

.swim-btn.cart:hover rect{
  fill: white;
  transition: 0.1s;
}

.swim-btn.cart:hover path{
  fill: #200F30;
  transition: 0.1s;
}

.swim-btn.add_to_cart_button{
  border-radius: 50%;
}

.swim-btn.add_to_cart_button:hover{
  outline: none ;
  border: 1px solid black;
}

.swim-btn.btn-service-submit:hover{
  outline: none ;
  border: none;
}

.swim-btn.character-item:hover{
  border: 1px solid #E1E4DE !important;
  background-color: #FFFCFA !important;
  outline: none ;
}

.swiper-product-images .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.swiper-product-images .swiper-slide img, .swiper-product-thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-images-dots{
  bottom: -32px !important;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.swiper-images-dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 200px;
  background: #D9D9D9;
  margin: 0 !important;
}

.swiper-images-dots 	.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background: #000;
}

.text-1-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-2-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reviews-slider-dots
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 200px;
  background: #BEBEBF;
}

.reviews-slider-dots
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 200px;
  background: #1D1D3A;
}

.content p {
  color: rgba(9, 17, 27, 0.90);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.102px;
  padding: 16px 0;
}

.content p a {
  color: rgba(9, 17, 27, 0.90);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.102px;
  text-decoration-line: underline;
}

.content img, .content figure {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  min-height: 360px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.content figure {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.content h1 {
  color: #091A1B;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.264px;
  padding: 0 0 16px;
}

.content h2 {
  color: #091A1B;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
  padding: 16px 0 0;
}

.content strong{
  color: rgba(25, 25, 25, 0.90);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.content ul {
  padding: 0;
}

.content ul li, .content ol li {
  color: #091A1B;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 164.706% */
  letter-spacing: 0.102px;
  padding-left: 20px;
  position: relative;
}

.content ol li {
  padding-left: 8px;
}

.content ul li::before {
  content: '';
  background-image: url('../images/marker_list.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.content ol{
  list-style: auto	;
  padding-left: 16px;
}

.content ol li::marker {
  font-weight: 600;
}

.addtoany_list{
  line-height: 100% !important;
  display: flex !important;
  gap: 18px !important ;
  width: -moz-max-content !important;
  width: max-content !important;
}

.addtoany_list a, .widget .addtoany_list a {
  padding: 0 !important;
}

.content-single-page p {
  color: #091A1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  padding: 0 0 24px;
}

.content-single-page p a {
  text-decoration-line: underline;
}

.content-single-page h1 {
  color: #091A1B;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
  padding: 0 0 24px;
}

.content-single-page h2 {
  color: #091A1B;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
  padding: 0 0 24px;
}

.content-single-page h3 {
  color: #091A1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  padding: 0 0 14px;
}

.content-single-page strong{
  color: black;
  font-weight: 600;
}

.content-single-page p:last-child{
  padding-bottom: 0;
}

.content-single-page ul {
  padding: 0 0 14px;
}

.content-single-page ul li, .content-single-page ol li {
  color: #091A1B;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.102px;
  padding-left: 25px;
  position: relative;
}

.content-single-page ol li {
  padding-left: 8px;
}

.content-single-page ul li::before {
  content: '';
  background-color: #091A1B;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 7px;
}

.content-single-page ol{
  list-style: auto	;
  padding-left: 16px;
}

.menu-mobile.show {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.menu-mobile {
  position: fixed;
  background-color: #FFF;
  padding-top: 42px;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.menu-mobile li{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #E1E4DE;
  color: rgba(9, 17, 27, 0.90);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.102px;
}

.menu-mobile li:last-child {
  border-bottom: none;
}

.menu-mobile li::after{
  content: '';
  position: absolute;
  background-image: url('../images/arrow_menu_mobile.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 0;
}

.menu-mobile li a{
  width: 100%;
}

.burger-open.show, .burger-close.show{
  display: block;
  transition: 0.5s ease-in-out;
}

.burger-open, .burger-close{
  display:none;
  transition: 0.5s ease-in-out;
}

.shop-card-colour{
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 2px solid #FFFFF9;
  background: #689BFF;
  box-shadow: 0px 0px 0px 2px #689BFF;
}

/* custom select  */

.custom-select {
  position: relative;
  width: 100%;
  /* height: 74px; */
  padding-bottom: 24px;
}

/* hide original SELECT element: */

.custom-select select {
  display: none;
}

.select-selected {
  border: 1px solid #E1E4DE;
  background: #FFF;
  border-radius: 20px;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected img {
  transform: rotate(0);
  transition: 0.3s;
}

.select-selected.select-arrow-active img {
  transform: rotate(180deg);
  transition: 0.3s;
}

/*style the items (options), including the selected item:*/

.select-items div,.select-selected {
  color: #091A1B;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: #fff;
  top: 66px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(86, 139, 151, 0.1);
}

.select-items-colour div{
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.select-items-colour div.same-as-selected{
  border-radius: 0;
}

/* custom checkbox  */

.custom-checkbox {
  position: relative;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.custom-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  margin: 0;
  visibility: hidden;
}

.custom-checkbox .bg {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0;
}

.custom-checkbox input:checked ~ .bg {
  display: block;
}

.checkbox-container .name {
  cursor: pointer;
}

.checkbox-container {
  cursor: pointer;
}

.scrollbar-hidden{
  scrollbar-width: none;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #9AA4A1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.container-radio input {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 300px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #DDDFDB;
  background-color: transparent;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.container-radio input:checked ~ .checkmark:after {
  display: block;
  transition: auto;
}

/* Style the indicator (dot/circle) */

.container-radio .checkmark:after {
  content: '';
  background-image: url('../images/tick_white_bg_black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -1px;
  left: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.custom-file{
  position:relative;
  font-family:arial;
  /* overflow:hidden; */
  margin-bottom:10px;
  width: auto;
  display: inline-block;
  /* padding: 10px; */
}

.custom-file-label{
  cursor: pointer;
}

.custom-file-input{
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:0;
  /* cursor:pointer; */
  opacity:0;
  /* z-index:100; */
}

.custom-file img{
  display:inline-block;
  vertical-align:middle;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  /* cursor: pointer; */
}

ul.file-list{
  font-family:arial;
  list-style: none;
  padding:0;
}

ul.file-list li{
  border:1px solid #091A1B;
  padding:11px 16px;
  border-radius: 18px;
}

ul.file-list .file-name{
  padding-left:10px;
  padding-right: 50px;
}

.remove-list{
  cursor:pointer;
  margin-left:10px;
}

/*  calendar */

.calendar-bg{
  background: rgba(0, 0, 0, 0.40);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
}

.calendar {
  position: sticky;
  z-index: 20;
  top:50%;
  left:50%;
  transform:translate(0, -50%);
}

.calendar-content{
  margin: 120px auto 0;
}

.day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.day.current {
  background-color: #000 !important;
  color: #FFFCFA !important;
}

.day.not-available {
  background-color: #F0F1EB;
  color: #666664;
  cursor:default;
}

.day.weekend {
  background-color: transparent;
  color: #9AA4A1;
  border:1px solid #DDDFDB;
  cursor:default;
}

.day.selected {
  background-color: #2ecc71;
  color: white;
}

.container-date{
  position: relative;
}

.container-date:after {
  content: '';
  position: absolute;
  background-image: url('../images/icon_calendar.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 11px;
  right: 18px;
  width: 28px;
  height: 28px;
}

#toc-list li a {
  display: flex;
  align-items: center;
  height: 30px;
  text-decoration: none;
  color: rgb(154 164 161);
  transition: color 0.3s;
}

#toc-list li a.active {
  color: #000;
}

#toc-list li a.active::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  background-image: url('../images/arrows_right_white_bg_black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

/* .toc-active{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toc-active::after{
	content: "";
	flex-shrink: 0;
	display: inline-block;
	background-image: url('../images/arrows_right_white_bg_black.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	margin-left: auto;
} */

.filter-cat-btn, .all-cat-btn{
  margin-left: -22px;
  padding-left: 22px;
}

.filter-cat-btn.active .swim-btn{
  visibility: visible;
  transition: none;
  border-radius: 50%;
}

.filter-cat-btn .swim-btn, .all-cat-btn .swim-btn{
  transition: none;
}

.filter-cat-btn.active, .all-cat-btn[aria-selected='true']{
  border-left: 3px #DB4D29 solid;
}

.filter-cat-btn .swim-btn:hover, .all-cat-btn[aria-selected='true'] .swim-btn:hover {
  border: none;
  outline: 2px solid #DB4D29;
  border-radius: 50%;
  transition: 0;
}

.filter-cat-btn .swim-btn:hover path, .all-cat-btn[aria-selected='true'] .swim-btn:hover path{
  stroke: #DB4D29;
  transition: 0.1s;
}

.anim-items  {
  opacity: 0;
}

.main-container-img {
  position: relative;
  width: 383px;
  height: 345px;
  opacity: 0;
}

.img {
  transform-origin: bottom;
  /* Центр трансформации снизу */
}

.img-1 {
  position: absolute;
  top: 8%;
  left: 3%;
}

.img-2 {
  position: absolute;
  top: 2%;
  left: 43%;
}

.img-3 {
  position: absolute;
  top: 5%;
  left: 80%;
}

.img-4 {
  position: absolute;
  top: 46%;
  left: 5%;
}

.img-5 {
  position: absolute;
  top: 43%;
  left: 30%;
}

.img-6 {
  position: absolute;
  top: 36%;
  left: 74%;
}

.img-7 {
  position: absolute;
  top: 70%;
  left: 15%;
}

.img-8 {
  position: absolute;
  top: 66%;
  left: 58%;
}

.img-1-2 {
  position: absolute;
  top: 5%;
  left: 37%;
}

.img-2-2 {
  position: absolute;
  top: 3%;
  left: 65%;
}

.img-3-2 {
  position: absolute;
  top: 43%;
  left: 82%;
}

.img-4-2 {
  position: absolute;
  top: 69%;
  left: 20%;
}

.img-5-2 {
  position: absolute;
  top: 71%;
  left: 57%;
}

.img-6-2 {
  position: absolute;
  top: 27%;
  left: 0;
}

.img-7-2 {
  position: absolute;
  top: 37%;
  left: 42%;
}

/* ------------- modal -------------- */

.modal {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.modal-good,
.modal-bad {
  display: none;
}

.modal-good.open,
.modal-bad.open {
  display: block;
}

/* .footer-menu-list li a:hover{
  -webkit-text-decoration: underline solid #091A1B 1px;
          text-decoration: underline solid #091A1B 1px;
  text-underline-offset: 4px;
} */

.footer-menu-list li a{
  position: relative;
  text-decoration: none;
}

.footer-menu-list li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.25s;
}

.footer-menu-list li a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #091A1B;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}

.ticker {
  overflow: hidden;
  display: flex;
  width: 100vw;
}

.ticker__list {
  display: flex;
  align-items: center;
  animation: ticker 15s infinite linear;
}

.ticker:hover .ticker__list {
  animation-play-state: paused;
}

.ticker__item {
  margin-right: 85px;
}

.ticker__item img{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.clients-wrapper a{
  border-bottom: 1px solid #C9C9C9;
}

.clients-wrapper a:nth-last-child(-n + 4), .clients-wrapper a:nth-last-child(-n + 4) ~ a {
  border-bottom:none;
}

.products .product a img{
  width: 100% !important;
  border-radius: 20px !important;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce-variation-add-to-cart .quantity{
  display: none !important;
}

.reset_variations{
  display: none;
}

.woocommerce-Tabs-panel--description p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.096px;
  margin-bottom: 16px;
}

.woocommerce-Tabs-panel--description p:last-child{
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.woocommerce-cart-form, .cart-collaterals{
  background-color: #FFFCFA;
}

.woocommerce-cart-form{
  width: 100% !important;
}

.woocommerce-cart-form .product-thumbnail img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products .product {
  position: relative;
}

.onsale{
  background-color: #DB4D29;
  color: white !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.114px;
  padding: 6px 17px;
  border-radius: 10px;
}

.products span.onsale{
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #DB4D29;
  font-size: 20px;
  padding: 2px 4px;
  border-radius: 5px;
  font-weight: 500;
}

.answer p {
  margin-bottom: 8px;
}

ins {
  background-color: transparent !important;
  /* color: #000;
    text-decoration: none;
 padding: 0 5px;
    border-radius: 5px; */
}

.woocommerce-variation-price{
  color: rgba(9, 17, 27, 0.90) !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding-bottom: 16px !important;
}

.woocommerce-SavedPaymentMethods-saveNew{
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper input{
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #E1E4DE;
  background: #FFFCFA;
}

.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last {
  width: 100% !important;
  float: none !important;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table a img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce ul#shipping_method .amount{
  font-weight: 600 !important;
}

.woocommerce-shipping-totals{
  display: none !important;
}

.wc_payment_methods, .wc_payment_methods.payment_methods.methods,
.woocommerce-terms-and-conditions-wrapper 
{
  display: none !important;
}

.form-row.place-order{
  background-color: transparent !important;
  padding: 0 !important;
}

.woocommerce-checkout-payment{
  background-color: transparent !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  /* float: none !important; */
  display: block;
  width: 100%;
  border-radius: 222px;
  background-color: #000;
}

.price{
  font-size: 24px;
  display: inline-block;
}

.regular-price-sale{
  text-decoration:line-through;
}

.price-sale{
  background-color: #ff9;
  color: #000;
  text-decoration: none;
  margin-left: 6px;
}

#wc-stripe-payment-request-button-separator{
  display:none !important;
}

.info-box{
  width: 100%;
  background-color: aliceblue;
  padding: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* custom window alert Woocommerce */

#modalContainer {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10000;
}

#alertBox {
  position:relative;
  width: 380px;
  padding: 32px 32px 29px 32px;
  margin-top:30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 26px 0px rgba(0, 0, 0, 0.08);
}

#modalContainer > #alertBox {
  position:fixed;
  text-align: center;
}

#alertBox h1 {
  color: #091A1B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.144px;
  padding-bottom: 11px;
}

#alertBox p {
  color: #374453;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.096px;
  padding-bottom: 24px;
}

#alertBox #closeBtn {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.102px;
  border-radius: 222px;
  background: #DB4D29;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12), 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
}

.woocommerce-notices-wrapper{
  display: none !important;
}

@media (max-width: 1023px) {
  .content h2 {
    font-size: 24px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content p {
    font-size: 16px;
  }

  .content ul {
    padding: 0;
  }

  .content ul li {
    font-size: 16px;
    padding-left: 21px;
  }

  .content ol li {
    font-size: 16px;
    padding-left: 1px;
  }

  .content ul li::before {
    content: '';
    height: 10px;
    top: 10px;
  }

  .content figure{
    gap: 16px;
    /* padding-top: 24px; */
    margin: 0;
  }

  .content figure img{
    margin: 0;
  }

  .content img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .content-single-page p {
    font-size: 16px;
  }

  .content-single-page p a {
    text-decoration-line: underline;
  }

  .content-single-page h1 {
    font-size: 28px;
  }

  .content-single-page h2 {
    font-size: 24px;
  }

  .content-single-page h3 {
    font-size: 20px;
  }

  .content-single-page ul li, .content-single-page ol li {
    font-size: 16px;
  }

  .day {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  /* .clients-wrapper a:nth-last-child(-n + 4), .clients-wrapper a:nth-last-child(-n + 4) ~ a {
		border-bottom: 2px solid red;
	} */

  .clients-wrapper a:nth-last-child(2){
    display: none;
  }

  .clients-wrapper a:nth-last-child(-n + 2), .clients-wrapper a:nth-last-child(-n + 2) ~ a {
    border-bottom:none;
  }
}

.placeholder\:text-\[17px\]::-moz-placeholder {
  font-size: 17px;
}

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

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

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

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

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

.placeholder\:text-\[\#666664\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 100 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#666664\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 100 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#9AA4A1\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 164 161 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#9AA4A1\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 164 161 / var(--tw-text-opacity));
}

.before\:mr-4::before {
  content: var(--tw-content);
  margin-right: 1rem;
}

.before\:mr-6::before {
  content: var(--tw-content);
  margin-right: 1.5rem;
}

.before\:mr-\[14px\]::before {
  content: var(--tw-content);
  margin-right: 14px;
}

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

.before\:size-6::before {
  content: var(--tw-content);
  width: 1.5rem;
  height: 1.5rem;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

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

.before\:rounded-\[50\%\]::before {
  content: var(--tw-content);
  border-radius: 50%;
}

.before\:border-\[1px\]::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-\[\#9AA4A1\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(154 164 161 / var(--tw-border-opacity));
}

.before\:bg-\[\#E1E4DE\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 222 / var(--tw-bg-opacity));
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-grey-c9::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}

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

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

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

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

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

.after\:mx-\[10px\]::after {
  content: var(--tw-content);
  margin-left: 10px;
  margin-right: 10px;
}

.after\:mb-\[2px\]::after {
  content: var(--tw-content);
  margin-bottom: 2px;
}

.after\:ml-4::after {
  content: var(--tw-content);
  margin-left: 1rem;
}

.after\:ml-6::after {
  content: var(--tw-content);
  margin-left: 1.5rem;
}

.after\:ml-\[14px\]::after {
  content: var(--tw-content);
  margin-left: 14px;
}

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

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-\[20\%\]::after {
  content: var(--tw-content);
  height: 20%;
}

.after\:h-\[6px\]::after {
  content: var(--tw-content);
  height: 6px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

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

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

.after\:rounded-\[200px\]::after {
  content: var(--tw-content);
  border-radius: 200px;
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-grey-c9::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}

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

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

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

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

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

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

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

.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

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

.hover\:border-\[\#979797cf\]:hover {
  border-color: #979797cf;
}

.group:hover .group-hover\:text-\[\#091A1B\] {
  --tw-text-opacity: 1;
  color: rgb(9 26 27 / var(--tw-text-opacity));
}

.aria-selected\:block[aria-selected="true"] {
  display: block;
}

.aria-selected\:hidden[aria-selected="true"] {
  display: none;
}

.aria-selected\:rotate-180[aria-selected="true"] {
  --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));
}

.aria-selected\:text-\[\#9AA4A1\][aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(154 164 161 / var(--tw-text-opacity));
}

.aria-selected\:placeholder\:text-\[\#ff0202\][aria-selected="true"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 2 2 / var(--tw-text-opacity));
}

.aria-selected\:placeholder\:text-\[\#ff0202\][aria-selected="true"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 2 2 / var(--tw-text-opacity));
}

.aria-selected\:placeholder\:text-red-500[aria-selected="true"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.aria-selected\:placeholder\:text-red-500[aria-selected="true"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.aria-selected\:after\:bg-linear-2[aria-selected="true"]::after {
  content: var(--tw-content);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
}

.group[aria-selected="true"] .group-aria-selected\:visible {
  visibility: visible;
}

.group[aria-selected="true"] .group-aria-selected\:text-\[\#091A1B\] {
  --tw-text-opacity: 1;
  color: rgb(9 26 27 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:left-\[39\%\] {
    left: 39%;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-\[43\%\] {
    bottom: 43%;
  }

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

  .lg\:left-\[130px\] {
    left: 130px;
  }

  .lg\:left-\[35\%\] {
    left: 35%;
  }

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

  .lg\:right-\[140px\] {
    right: 140px;
  }

  .lg\:right-\[42px\] {
    right: 42px;
  }

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

  .lg\:top-\[5\%\] {
    top: 5%;
  }

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

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

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

  .lg\:mr-\[85px\] {
    margin-right: 85px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .lg\:size-\[64px\] {
    width: 64px;
    height: 64px;
  }

  .lg\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

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

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

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

  .lg\:h-\[57\%\] {
    height: 57%;
  }

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

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

  .lg\:\!w-\[30px\] {
    width: 30px !important;
  }

  .lg\:\!w-\[33\%\] {
    width: 33% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:auto-rows-\[278px\] {
    grid-auto-rows: 278px;
  }

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

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

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

  .lg\:grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }

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

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

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

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

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .lg\:gap-\[150px\] {
    gap: 150px;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

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

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

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

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

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

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

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

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pl-\[44px\] {
    padding-left: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:tracking-\[0\.26px\] {
    letter-spacing: 0.26px;
  }

  .lg\:text-\[\#666664\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 100 / var(--tw-text-opacity));
  }

  .lg\:before\:mr-3::before {
    content: var(--tw-content);
    margin-right: 0.75rem;
  }

  .lg\:before\:mr-6::before {
    content: var(--tw-content);
    margin-right: 1.5rem;
  }

  .lg\:before\:size-\[30px\]::before {
    content: var(--tw-content);
    width: 30px;
    height: 30px;
  }

  .lg\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }

  .lg\:after\:bottom-\[-65px\]::after {
    content: var(--tw-content);
    bottom: -65px;
  }

  .lg\:after\:ml-3::after {
    content: var(--tw-content);
    margin-left: 0.75rem;
  }

  .lg\:after\:ml-6::after {
    content: var(--tw-content);
    margin-left: 1.5rem;
  }

  .lg\:after\:h-\[calc\(50\%_\+_50px\)\]::after {
    content: var(--tw-content);
    height: calc(50% + 50px);
  }

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

@media (min-width: 1278px) {
  .xl\:left-\[1075px\] {
    left: 1075px;
  }

  .xl\:left-\[340px\] {
    left: 340px;
  }

  .xl\:left-\[610px\] {
    left: 610px;
  }

  .xl\:left-\[890px\] {
    left: 890px;
  }

  .xl\:left-\[90px\] {
    left: 90px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

@media (max-width: 1279px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (max-width: 1023px) {
  .lg-max\:order-1 {
    order: 1;
  }

  .lg-max\:order-2 {
    order: 2;
  }

  .lg-max\:order-3 {
    order: 3;
  }

  .lg-max\:order-4 {
    order: 4;
  }

  .lg-max\:order-5 {
    order: 5;
  }

  .lg-max\:order-6 {
    order: 6;
  }

  .lg-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg-max\:block {
    display: block;
  }

  .lg-max\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg-max\:self-center {
    align-self: center;
  }

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

  .lg-max\:border-r-0 {
    border-right-width: 0px;
  }

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

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

  .lg-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg-max\:pb-\[19px\] {
    padding-bottom: 19px;
  }

  .lg-max\:pr-\[120px\] {
    padding-right: 120px;
  }

  .lg-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg-max\:pt-\[18px\] {
    padding-top: 18px;
  }

  .lg-max\:text-center {
    text-align: center;
  }

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

  .lg-max\:uppercase {
    text-transform: uppercase;
  }

  .lg-max\:text-\[\#091A1B\] {
    --tw-text-opacity: 1;
    color: rgb(9 26 27 / var(--tw-text-opacity));
  }

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

@media (max-width: 767px) {
  .md-max\:hidden {
    display: none;
  }

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


