@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap);

 
/* Tailwind */
/* ! tailwindcss v3.4.10 | 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;
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 252 / var(--tw-bg-opacity));
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
p a:hover{
  --tw-text-opacity: 1;
  color: rgb(173 93 171 / var(--tw-text-opacity));
}
*, ::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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1840px){
  .container{
    max-width: 1840px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media not all and (min-width: 1840px){
  .container{
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media not all and (min-width: 1280px){
  .container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-\[3px\]{
  bottom: -3px;
}
.-right-2{
  right: -0.5rem;
}
.-right-\[7px\]{
  right: -7px;
}
.-top-1{
  top: -0.25rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-\[15px\]{
  top: -15px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-5{
  right: 1.25rem;
}
.right-7{
  right: 1.75rem;
}
.right-\[10px\]{
  right: 10px;
}
.right-px{
  right: 1px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 0.75rem;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[15px\]{
  top: 15px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[51\]{
  z-index: 51;
}
.order-4{
  order: 4;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.-m-1{
  margin: -0.25rem;
}
.-m-12{
  margin: -3rem;
}
.-m-3{
  margin: -0.75rem;
}
.-m-5{
  margin: -1.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.-mr-\[60px\]{
  margin-right: -60px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.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-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-9{
  margin-right: 2.25rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[56px\]{
  margin-top: 56px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.\!h-\[90\%\]{
  height: 90% !important;
}
.h-0{
  height: 0px;
}
.h-12{
  height: 3rem;
}
.h-3{
  height: 0.75rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[77px\]{
  height: 77px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[84px\]{
  height: 84px;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[calc\(100\%-190px\)\]{
  height: calc(100% - 190px);
}
.h-\[calc\(100\%-66px\)\]{
  height: calc(100% - 66px);
}
.h-\[calc\(50\%-8px\)\]{
  height: calc(50% - 8px);
}
.h-dvh{
  height: 100dvh;
}
.h-full{
  height: 100%;
}
.max-h-\[100px\]{
  max-height: 100px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[270px\]{
  min-height: 270px;
}
.min-h-full{
  min-height: 100%;
}
.\!w-\[90\%\]{
  width: 90% !important;
}
.\!w-auto{
  width: auto !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-5{
  width: 1.25rem;
}
.w-6\/12{
  width: 50%;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[47px\]{
  width: 47px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[760px\]{
  width: 760px;
}
.w-\[77px\]{
  width: 77px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[85px\]{
  width: 85px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[16\.66667\%\%\]{
  min-width: 16.66667%%;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[57px\]{
  min-width: 57px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.\!max-w-\[430px\]{
  max-width: 430px !important;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1025px\]{
  max-width: 1025px;
}
.max-w-\[1040px\]{
  max-width: 1040px;
}
.max-w-\[1120px\]{
  max-width: 1120px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[1530px\]{
  max-width: 1530px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[376px\]{
  max-width: 376px;
}
.max-w-\[42px\]{
  max-width: 42px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[54px\]{
  max-width: 54px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --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-y-1{
  --tw-translate-y: -0.25rem;
  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\/2{
  --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));
}
.-translate-y-3{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-px{
  --tw-translate-y: -1px;
  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-1{
  --tw-translate-x: 0.25rem;
  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-3{
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-full{
  --tw-translate-x: 100%;
  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-5{
  --tw-translate-y: 1.25rem;
  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));
}
.translate-y-full{
  --tw-translate-y: 100%;
  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-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-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));
}
.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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-pointer{
  cursor: pointer !important;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 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-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[14px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14px * var(--tw-space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-\[13px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13px * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.divide-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-brand-lightgreyalt > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(232 235 232 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[110px\]{
  border-radius: 110px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[180px\]{
  border-radius: 180px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[38px\]{
  border-radius: 38px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[52px\]{
  border-radius: 52px;
}
.rounded-\[54px\]{
  border-radius: 54px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-br-\[14px\]{
  border-bottom-right-radius: 14px;
}
.rounded-tr-\[14px\]{
  border-top-right-radius: 14px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-1{
  border-top-width: 1px;
}
.border-\[\#470B44\]\/40{
  border-color: rgb(71 11 68 / 0.4);
}
.border-\[\#979797\]{
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}
.border-\[\#BABABA\]{
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}
.border-\[\#E7E9E9\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 233 233 / var(--tw-border-opacity));
}
.border-\[\#E8EBE8\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 235 232 / var(--tw-border-opacity));
}
.border-\[\#EBEBEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-\[\#F5F5F5\]{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-black\/\[0\.08\]{
  border-color: rgb(0 0 0 / 0.08);
}
.border-brand-grey{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-brand-lightgrey{
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-brand-mauve{
  --tw-border-opacity: 1;
  border-color: rgb(246 212 250 / var(--tw-border-opacity));
}
.border-brand-purple{
  --tw-border-opacity: 1;
  border-color: rgb(145 39 143 / var(--tw-border-opacity));
}
.border-brand-purple\/30{
  border-color: rgb(145 39 143 / 0.3);
}
.border-brand-purple\/40{
  border-color: rgb(145 39 143 / 0.4);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.bg-\[\#424B5A\]\/5{
  background-color: rgb(66 75 90 / 0.05);
}
.bg-\[\#531552\]{
  --tw-bg-opacity: 1;
  background-color: rgb(83 21 82 / var(--tw-bg-opacity));
}
.bg-\[\#6B7280\]{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-\[\#707070\]{
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-\[\#979797\]\/30{
  background-color: rgb(151 151 151 / 0.3);
}
.bg-\[\#BEBEBE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(190 190 190 / var(--tw-bg-opacity));
}
.bg-\[\#EEECE8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 236 232 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#FFEAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 255 / var(--tw-bg-opacity));
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-brand-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-brand-lavender{
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 254 / var(--tw-bg-opacity));
}
.bg-brand-lightgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-brand-mauve{
  --tw-bg-opacity: 1;
  background-color: rgb(246 212 250 / var(--tw-bg-opacity));
}
.bg-brand-orchid{
  --tw-bg-opacity: 1;
  background-color: rgb(219 85 224 / var(--tw-bg-opacity));
}
.bg-brand-palesky{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-brand-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(145 39 143 / var(--tw-bg-opacity));
}
.bg-brand-purple\/5{
  background-color: rgb(145 39 143 / 0.05);
}
.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-banner{
  background-image: url("../img/banner-image.jpg");
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[6px\]{
  padding: 6px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[51\%\]{
  padding-bottom: 51%;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pr-\[60px\]{
  padding-right: 60px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-body{
  font-family: Open Sans, sans-serif;
}
.font-heading{
  font-family: Gilroy, sans-serif;
}
.text-15{
  font-size: 0.9375rem;
}
.text-2xl{
  font-size: 1.6rem;
  line-height: 1;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[55px\]{
  font-size: 55px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.not-italic{
  font-style: normal;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.56px\]{
  letter-spacing: -0.56px;
}
.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}
.tracking-\[0\.36px\]{
  letter-spacing: 0.36px;
}
.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#282A2A\]{
  --tw-text-opacity: 1;
  color: rgb(40 42 42 / var(--tw-text-opacity));
}
.text-\[\#282A2A\]\/60{
  color: rgb(40 42 42 / 0.6);
}
.text-\[\#424B5A\]{
  --tw-text-opacity: 1;
  color: rgb(66 75 90 / var(--tw-text-opacity));
}
.text-\[\#545252\]{
  --tw-text-opacity: 1;
  color: rgb(84 82 82 / var(--tw-text-opacity));
}
.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-\[\#A1AEB7\]{
  --tw-text-opacity: 1;
  color: rgb(161 174 183 / var(--tw-text-opacity));
}
.text-\[\#C2D1D9\]{
  --tw-text-opacity: 1;
  color: rgb(194 209 217 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-brand-mauve{
  --tw-text-opacity: 1;
  color: rgb(246 212 250 / var(--tw-text-opacity));
}
.text-brand-orchid{
  --tw-text-opacity: 1;
  color: rgb(219 85 224 / var(--tw-text-opacity));
}
.text-brand-purple{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-black\/40::-moz-placeholder{
  color: rgb(0 0 0 / 0.4);
}
.placeholder-black\/40::placeholder{
  color: rgb(0 0 0 / 0.4);
}
.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-input{
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 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-nav-dropdown{
  --tw-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0px 6px 16px -4px 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-search-dropdown{
  --tw-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0px 10px 15px -3px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.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-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;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.\!ease-linear{
  transition-timing-function: linear !important;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
.filter-white {
        filter: brightness(0) invert(1);
    }
/* Import Vendors */
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.on {
    opacity: 1;
}
.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right {
    right: 15px;
}
.toastify-left {
    left: 15px;
}
.toastify-top {
    top: -150px;
}
.toastify-bottom {
    bottom: -150px;
}
.toastify-rounded {
    border-radius: 25px;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden]{opacity:0}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top]{transform:translateY(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom]{transform:translateY(-5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left]{transform:translateX(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right]{transform:translateX(-5px)}
/* Base */
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy Medium by Radomir Tinkov
 * URL: https://www.myfonts.com/collections/radomir-tinkov-foundry

 * Webfont: Gilroy Semi Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/collections/radomir-tinkov-foundry

 * Webfont: Gilroy Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/collections/radomir-tinkov-foundry

 * Webfont: Gilroy Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/collections/radomir-tinkov-foundry
 
 * © 2025 MyFonts Inc. */
@font-face {
    font-family: 'Gilroy';
    src:  url('../fonts/gilroy-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src:  url('../fonts/gilroy-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src:  url('../fonts/gilroy-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src:  url('../fonts/gilroy-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Global */
body {
    --header-height: 170px; /* Temparary value. Javascript will set the actual height */
}
main {
    padding-top: var(--header-height);
}
.js-header-mobile-menu-container {

    transform: translateX(-100%);
}
.js-header-mobile-menu-container.is-open {
        transform: translateX(0);
    }
.js-mobile-sub-menu  {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
.js-mobile-sub-menu.is-open {
        max-height: 1000px;
    }
.bg-banner:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0, 0, 0, 0.10) 100%); 
    }
/* Components */
.standard-form label {
        display: block;
        line-height: 1;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
    }
.standard-form label a {
            text-decoration: underline;
            text-underline-offset: 3px;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none;
        }
.standard-form input[type='text'],
    .standard-form input[type='email'],
    .standard-form input[type='password'],
    .standard-form input[type='tel'],
    .standard-form input[type='number'],
    .standard-form input[type='search'],
    .standard-form textarea {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid rgba(71, 11, 68, 0.4);
        border-radius: 100px;
        font-size: 16px;
        min-height: 65px;
        outline: none;
        transition: 0.3s ease;
    }
.standard-form input[type='text']:focus, .standard-form input[type='email']:focus, .standard-form input[type='password']:focus, .standard-form input[type='tel']:focus, .standard-form input[type='number']:focus, .standard-form input[type='search']:focus, .standard-form textarea:focus {
            border-color: #91278f;
        }
.standard-form input[type='checkbox'] {
        margin-right: 5px;
        width: 23px;
        height: 23px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        vertical-align: middle;
        transform: translateY(-2px);
    }
.standard-form input[type='checkbox']::before {
            content: '\e9c3';
            font-family: 'unicons-line';
            font-size: 20px;
            color: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 23px;
            height: 23px;
            border: 1px solid #d1d5db;
            border-radius: 5px;
            transition: 0.3s ease;
        }
.standard-form input[type='checkbox']:hover::before {
                border-color: #91278f;
            }
.standard-form input[type='checkbox']:checked::before {
                background-color: #91278f;
                border-color: #91278f;
                color: #fff;
            }
.standard-form input[type='radio'] {
        margin-right: 10px;
        width: 18px;
        height: 18px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        position: relative;
        transform: translateY(1px);
        cursor: pointer;
    }
.standard-form input[type='radio']::before {
            content: '';
            color: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            border: 1px solid #282a2a;
            border-radius: 50%;
            transition: 0.3s ease;
        }
.standard-form input[type='radio']::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #91278f;
            transition: 0.3s ease;
            opacity: 0;
        }
.standard-form input[type='radio']:hover::before {
                border-color: #91278f;
            }
.standard-form input[type='radio']:checked::before {
                border-color: #91278f;
            }
.standard-form input[type='radio']:checked::after {
                opacity: 1;
            }
.standard-form textarea {
        border-radius: 15px;
        min-height: 90px;
        resize: none;
    }
.standard-form ::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.standard-form ::placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.standard-form .required {
        color: inherit !important;
        text-decoration: none;
    }
.standard-form .optional {
        display: none;
    }
.standard-form-row {
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
.standard-form-row.split {
            display: flex;
            -moz-column-gap: 10px;
                 column-gap: 10px
    }

            .standard-form-row.split > * {
                flex: 1;
            }
        }
.standard-form-row.tight {
        margin-bottom: 15px;
    }
.standard-form-row .form-row-first {
        display: block;
        margin-bottom: 15px !important;
    }
@media (min-width: 1024px) {
.standard-form-row .form-row-first {
            margin-bottom: 0 !important
    }
        }
.archive-form label {
        display: block;
        margin-bottom: 5px;
    }
.archive-form input[type='checkbox'],
    .archive-form input[type='radio'] {
        margin-right: 5px;
        width: 15px;
        height: 15px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }
.archive-form input[type='checkbox']::before, .archive-form input[type='radio']::before {
            content: '\e9c3';
            font-family: 'unicons-line';
            font-size: 14px;
            color: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 15px;
            height: 15px;
            border: 1px solid #545252;
            border-radius: 1px;
            transition: 0.2s ease;
        }
.archive-form input[type='checkbox']:hover::before, .archive-form input[type='radio']:hover::before {
                border-color: #545252;
            }
.archive-form input[type='checkbox']:checked::before, .archive-form input[type='radio']:checked::before {
                background-color: #545252;
                border-color: #545252;
                color: #fff;
            }
.checkout-form-radio {
    position: relative;
    display: flex !important;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid rgba(71, 11, 68, 0.4);
    border-radius: 100px;
    outline: none;
    transition: 0.3s ease;
    cursor: pointer;
}
.checkout-form-radio.middle {
        align-items: center;
    }
.checkout-form-radio.middle input {
            transform: translateY(0);
        }
.attribute-field select, .yith-wcpb-product-bundled-items select {
        display: flex;
        height: 52px;
        padding: 12px 40px 12px 14px;
        justify-content: space-between;
        align-items: center;
        width: 100%;

        color: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        border: 1px solid rgba(71, 11, 68, 0.4);
        background: #fff;

        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;

        background-image: url('../img/icons/select-arrow.svg');
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right 20px center;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }
@keyframes pulse {
    from {
        width: 0;
        height: 0;
        opacity: 0.7;
    }

    to {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
.gm-style-iw-a {
    transform: translateY(-10px) !important;
}
.gm-style-iw {
    padding: 32px 25px !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) !important;
}
.gm-style-iw-chr {
    display: none !important;
}
.google-maps-user {
    width: 27px;
    height: 43px;
    background: url('../img/icons/map-marker-user.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    transform: translate(0, -35px);
}
.google-maps-user::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        background-color: #fdbf2d;
        animation: pulse 1.5s ease-in-out infinite;
        border-radius: 50%;
    }
.gform_wrapper {
    --gf-color-primary: #91278f !important;
    --gf-color-primary-darker: #27a89d !important;
    --gf-color-secondary: var(--gf-color-primary) !important;
    --gf-ctrl-label-font-size-primary: 16px !important;
    --gf-ctrl-label-color-req: var(--gf-color-primary) !important;
    --gf-ctrl-label-color-primary: #000 !important;
    --gf-ctrl-label-color-secondary: #000 !important;
    --gf-label-req-gap: 0 !important;
    --gf-label-space-primary: 10px !important;
    --gf-ctrl-color: #000 !important;
    --gf-ctrl-shadow-focus: 0 !important;
    --gf-ctrl-radius: 100px !important;
    --gf-ctrl-font-size: 16px !important;
    --gf-ctrl-padding-x: 20px !important;
    --gf-ctrl-padding-y: 10px !important;
    --gf-ctrl-textarea-radius: 20px !important;
    --gf-ctrl-textarea-height: 220px !important;
    --gf-ctrl-textarea-resize: none !important;
    --gf-ctrl-textarea-padding-y: 20px !important;
    --gf-ctrl-border-width: 1px !important;
    --gf-ctrl-border-color: rgba(71, 11, 68, 0.4) !important;
    --gf-ctrl-size: 65px !important;
    --gf-ctrl-border-color-focus: var(--gf-color-primary) !important;
    --gf-ctrl-btn-radius: 180px !important;
    --gf-ctrl-btn-font-weight: 600 !important;
    --gf-ctrl-btn-size: 50px !important;
    --gf-ctrl-btn-font-size: 16px !important;
    --gf-ctrl-checkbox-check-radius: 4px !important;
    --gf-ctrl-choice-check-color: #fff !important;
    --gf-ctrl-checkbox-check-size: 14px !important;
    --gf-form-gap-x: 20px !important;
    --gf-form-gap-y: 20px !important;
    --gf-form-footer-margin-y-start: 20px !important;
}
.gform_button {
    min-width: 174px !important;
}
@media (max-width: 767px) {
.gform_button {
        min-width: 100% !important
}
    }
.gform-field-label a {
        color: #db55e0 !important;
    }
.gfield--type-consent {
    margin: 5px 0 !important;
}
.ginput_container_textarea textarea {
        min-block-size: var(--gf-ctrl-textarea-height) !important;
    }
.gfield_label,
.gform_required_legend {
    display: none !important;
}
.gform-theme ::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.gform-theme ::placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.gform-theme input[type='checkbox']:hover {
        border-color: var(--gf-color-primary) !important;
    }
.gform-theme input[type='checkbox']:checked {
        background-color: var(--gf-color-primary) !important;
    }
.js-product-card figure:after {
            content: '';
            display: block;
            height: 0;
            padding-top: 119.25%;
        }
@media (min-width: 1024px) {
.js-product-card figure:after {
                padding-top: 119.43%
        }
            }
.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantity--standard {
        min-width: 118px;
    }
@media (min-width: 1024px) {
.quantity--standard {
            border: 1px solid #4e5566;
            border-radius: 50px;
            padding: 14px 10px
    }
        }
.quantity--standard button.is-disabled {
            color: #c2d1d9;
        }
.quantity--basic {
        width: 65px;
    }
.quantity button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        
        width: 28px;
        height: 28px;
        color: #fff;
        background: #000;
        border-radius: 4px;
    }
.quantity button figure {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 12px;
            height: 10px;
        }
@media (min-width: 1024px) {
.quantity button {
            color: #91278f;
            width: 20px;
            height: 20px;
            padding: 0;
            background: transparent;
            border-radius: none
    }
        }
.quantity button.is-disabled {
            pointer-events: none;
            background: #F0F0F0;
            color: #000;
        }
@media (min-width: 1024px) {
.quantity button.is-disabled {
                opacity: 0.5;
                background: transparent
        }
            }
.quantity input {
        text-align: center;
        -moz-appearance: textfield;
        outline: none;
    }
.quantity input::-webkit-outer-spin-button,
        .quantity input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
.quantity-basic {

}
.quick-add-modal{
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
}
.quick-add-modal-content{
  position: relative;
  max-height: 90%;
  width: 91.666667%;
  max-width: 760px;
  overflow: auto;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.quick-add-modal-content::-webkit-scrollbar {
        display: none;
    }
.quick-add-modal-content {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
@media (min-width: 1024px){
  .quick-add-modal-content{
    padding: 2rem;
  }
}
.quick-add-modal-content .js-product-attribute .swatch-grid{
  gap: 0px;
}
.quick-add-modal-content .js-product-attribute .swatch-grid{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.quick-add-modal-content .js-product-attribute .swatch-grid{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.quick-add-modal-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
svg {
    max-width: 100%;
    max-height: 100%;
}
.swiper-pagination {
    position: relative;
    bottom: 0 !important;
    line-height: 1;
    --swiper-theme-color: #91278F;
    /* --swiper-pagination-bullet-inactive-color: transparent; */
    --swiper-pagination-bullet-inactive-opacity: .16;
    --swiper-pagination-bullet-size: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--swiper-theme-color);
        }
.product-table {
    margin: 40px 0;
}
.product-table.is-thankyou {
        margin: 0;
    }
.product-table.is-thankyou .product-table__headers {
            margin-bottom: 10px;
        }
.product-table.is-thankyou .product-table__headers .product-table__col{
  font-family: Open Sans, sans-serif;
}
.product-table.is-thankyou .product-table__headers .product-table__col{
  font-weight: 400;
}
.product-table.is-thankyou .product-table__headers .product-table__col {
                font-size: 14px;
            }
.product-table.is-thankyou .product-table__col:first-child {
                padding-left: 25px;
            }
.product-table.is-order {
        margin: 100px 0 70px;
    }
.product-table.is-order .product-table__headers .product-table__col{
  font-weight: 500;
}
.product-table.is-order .product-table__headers .product-table__col {
                font-size: 26px;
            }
.product-table.is-order .product-table__col:first-child {
                flex-basis: 30%;
            }
.product-table__headers {
        display: flex;
        margin-bottom: 35px;
    }
.product-table__headers .product-table__col{
  font-family: Gilroy, sans-serif;
}
.product-table__headers .product-table__col{
  font-weight: 500;
}
.product-table__headers .product-table__col {
            font-size: 30px;
        }
.product-table__row {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        padding: 25px 0;
        margin-bottom: 15px;
        font-size: 18px;
    }
.product-table__col {
        flex: 1;
    }
.product-table__col:first-child {
            flex-basis: 60%;
            padding-left: 50px;
        }
@media (min-width: 1840px) {
.product-table__col:first-child {
                padding-left: 150px
        }
            }
.product-table__product {
        display: flex;
        align-items: center;
    }
.product-table__image {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 25px;
        margin-right: 45px;
    }
.product-table__image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
.product-table__name {
        margin-right: 20px;
    }
@media (min-width: 1840px) {
.product-table__name {
            width: 420px
    }
        }
.product-table__name h4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product-table__name h4 {
            margin-bottom: 5px;
        }
.product-table__name ul {
            font-size: 16px;
            color: #707070;
        }
.product-table__backorder{
  border-width: 2px;
}
.product-table__backorder{
  --tw-border-opacity: 1;
  border-color: rgb(246 212 250 / var(--tw-border-opacity));
}
.product-table__backorder{
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 254 / var(--tw-bg-opacity));
}
.product-table__backorder{
  font-family: Gilroy, sans-serif;
}
.product-table__backorder{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.product-table__backorder {
        border-radius: 5px;
        line-height: 1;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        margin-top: 8px;
        padding: 6px 10px;
    }
.product-table__remove{
  border-radius: 9999px;
}
.product-table__remove{
  border-width: 1px;
}
.product-table__remove{
  --tw-border-opacity: 1;
  border-color: rgb(145 39 143 / var(--tw-border-opacity));
}
.product-table__remove {
        position: relative;
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }
.product-table__remove::before,
        .product-table__remove::after{
  --tw-bg-opacity: 1;
  background-color: rgb(145 39 143 / var(--tw-bg-opacity));
}
.product-table__remove::before,
        .product-table__remove::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 14px;
            height: 1px;
        }
.product-table__remove::before {
            transform: translate(-50%, -50%) rotate(45deg);
        }
.product-table__remove::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
.orders-table {
    margin: 40px 0;
}
.orders-table__headers {
        display: flex;
        margin-bottom: 28px;
    }
.orders-table__headers .orders-table__col{
  font-weight: 600;
}
.orders-table__headers .orders-table__col--alt {
            width: 140px;
            flex: unset;
        }
.orders-table__row {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        padding: 25px 0;
        margin-bottom: 15px;
        font-size: 18px;
    }
.orders-table__col {
        flex: 1;
    }
.orders-table__col:first-child {
            padding-left: 40px;
        }
@media (min-width: 1440px) {
.orders-table__col:first-child {
                padding-left: 144px
        }
            }
.orders-table__col:last-child {
            padding-right: 40px;
        }
@media (min-width: 1440px) {
.orders-table__col:last-child {
                padding-right: 144px
        }
            }
.orders-table__col--alt {
            width: 140px;
            flex: unset;
        }
.tippy-box {
    /* background-color: #f5f5f5; */
}
.tippy-content {
    font-size: 12px;
    font-weight: 500;
}
.tippy-arrow {
    /* color: #f5f5f5; */
    width: 12px;
    height: 12px;
}
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
    bottom: -3px;
    border-width: 4px 6px 0px;
}
.toastify{
  font-family: Gilroy, sans-serif;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: bold;
    width: 90%;
    text-align: center;
    color: #91278f;
}
.toastify::before {
        color: #fff;
        font-family: 'unicons-line';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 10px;
    }
.toastify.success {
        color: #155724;
        background: #d4edda;
    }
.toastify.success::before {
            content: '\e9c3';
            background-color: #155724;
        }
.toastify.error {
        color: #c40e1f;
        background: #f8d7da;
    }
.toastify.error::before {
            content: '\e9b8';
            background-color: #c40e1f;
        }
.toastify.warning {
        color: #ae8000;
        background: #fff9ce;
    }
.toastify.warning::before {
            content: '\ec9d';
            background-color: #ae8000;
            font-size: 20px;
        }
.woocommerce-notices-wrapper{
  font-family: Gilroy, sans-serif;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    outline: 0;
}
.woocommerce-error {
    background-color: #f8d7da;
    color: #c40e1f;
}
.woocommerce-error::before {
        color: #c40e1f;
    }
.woocommerce-info {
    background-color: #fff9ce;
    color: #ae8000;
}
.woocommerce-info::before {
        color: #ae8000;
    }
.woocommerce-message {
    background-color: #c1e6c1;
    color: green;
}
.woocommerce-message::before {
        color: green;
    }
/* Reset specific woocommerce styles */
.woocommerce form .form-row label {
    line-height: 1;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}
.woocommerce form .form-row.woocommerce-validated input {
    border-color: rgba(71, 11, 68, 0.4) !important;
}
.woocommerce-input-wrapper {
    display: block;
}
.place-order {
    padding: 0 !important;
}
.woocommerce-privacy-policy-text{
  font-family: Gilroy, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
    margin-bottom: 15px;
}
.woocommerce-privacy-policy-text a {
        text-decoration: underline;
    }
/* Checkout Payment Gateways */
.woocommerce-checkout-payment {
    background: none !important;
}
.payment_methods {
    padding: 0 !important;
    border: 0 !important;
}
.wc_payment_method {
    font-size: 14px;
    background-color: #fff;
    border-radius: 15px;
    padding: 18px;
    border: 1px solid rgba(71, 11, 68, 0.4);
    margin-bottom: 10px !important;
}
.wc_payment_method label {
        display: inline-flex;
        align-items: center;
        margin-bottom: 0 !important;
    }
.wc_payment_method label img {
            margin-left: 10px !important;
        }
.payment_box {
    background-color: transparent !important;
    padding: 0 !important;
}
.payment_box::before {
        display: none !important;
    }
.yith-wcpb-product-bundled-items {
    border-color: #f6d4fa;
    box-shadow: none;
    border-radius: 14px;
    background-color: #fdf5fe;
}
.yith-wcpb-product-bundled-item {
    border-color: #f6d4fa !important;
}
.yith-wcpb-product-bundled-item-data__availability {
            display: none;
        }
.yith-wcpb-product-bundled-item .woocommerce-variation-availability {
        display: none;
    }
.yith-wcpb-add-to-cart-button{
  margin-top: 1.5rem;
}
@media (min-width: 1024px){
  .yith-wcpb-add-to-cart-button{
    margin-top: 0px;
  }
}
#wpadminbar {
    position: fixed !important;
}
.wysiwyg{
  color: rgb(0 0 0 / 0.8);
}
.wysiwyg:not(.wysiwyg--normal){
  font-weight: 300;
}
.wysiwyg.is-returns ol {
            list-style: none;
            counter-reset: item;
        }
.wysiwyg.is-returns ol li {
                display: flex;
                align-items: center;
                counter-increment: item;
                margin-bottom: 40px;
            }
.wysiwyg.is-returns ol li::before{
  border-radius: 9999px;
}
.wysiwyg.is-returns ol li::before{
  border-width: 1px;
}
.wysiwyg.is-returns ol li::before{
  --tw-border-opacity: 1;
  border-color: rgb(145 39 143 / var(--tw-border-opacity));
}
.wysiwyg.is-returns ol li::before{
  font-weight: 700;
}
.wysiwyg.is-returns ol li::before{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.wysiwyg.is-returns ol li::before {
                    content: counter(item);
                    flex-shrink: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 40px;
                    height: 40px;
                    margin-right: 25px;
                }
.wysiwyg > * + *{
  margin-top: 1rem;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6{
  font-family: Gilroy, sans-serif;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6{
  font-weight: 500;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {

        /* @apply my-4; */
    }
.wysiwyg h1,
    .wysiwyg h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.wysiwyg h3{
  font-size: 28px;
}
.wysiwyg h3{
  line-height: 2.25rem;
}
@media (min-width: 1280px){
  .wysiwyg h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.wysiwyg h4{
  font-size: 1.6rem;
  line-height: 1;
}
.wysiwyg h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wysiwyg h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.wysiwyg p {
        /* @apply my-4; */
    }
@media not all and (min-width: 1280px){
  .wysiwyg p{
    font-size: 15px;
  }
}
.wysiwyg p:last-child{
  margin-bottom: 0px;
}
.wysiwyg a{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.wysiwyg a{
  text-decoration-line: underline;
}
.wysiwyg a{
  text-underline-offset: 2px;
}
.wysiwyg ol{
  list-style-position: inside;
}
.wysiwyg ol{
  list-style-type: decimal;
}
.wysiwyg ul{
  list-style-type: disc;
}
.wysiwyg ul {
        padding-left: 0.9em;
    }
.wysiwyg img{
  overflow: hidden;
}
.wysiwyg img{
  border-radius: 1.5rem;
}
.wysiwyg table{
  width: 100%;
}
.wysiwyg table{
  border-collapse: collapse;
}
.wysiwyg table{
  border-radius: 0.5rem;
}
.wysiwyg table{
  overflow: hidden;
}
.wysiwyg table th{
  font-weight: 700;
}
.wysiwyg table th{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.wysiwyg table th{
  padding: 1rem;
}
.wysiwyg table td{
  border-bottom-width: 1px;
}
.wysiwyg table td{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.wysiwyg table td{
  padding: 1rem;
}
.wysiwyg table tr:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.wysiwyg table tr:last-of-type td{
  border-style: none;
}
/* Blocks */
/* Pages */
body.checkout main {
        overflow: visible;
    }
body.checkout .standard-form {
        color: #282a2a;
    }
body.checkout .standard-form label,
        body.checkout .standard-form input {
            font-size: 14px;
        }
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:h-1\/4::before{
  content: var(--tw-content);
  height: 25%;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-black\/60::before{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}
.before\:bg-gradient-to-b::before{
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-black::before{
  content: var(--tw-content);
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:from-\[50\%\]::before{
  content: var(--tw-content);
  --tw-gradient-from-position: 50%;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-1::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-brand-purple::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(145 39 143 / var(--tw-bg-opacity));
}
.after\:bg-gradient-to-r::after{
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.after\:from-black::after{
  content: var(--tw-content);
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:from-15\%::after{
  content: var(--tw-content);
  --tw-gradient-from-position: 15%;
}
.after\:from-\[1\%\]::after{
  content: var(--tw-content);
  --tw-gradient-from-position: 1%;
}
.after\:from-\[30\%\]::after{
  content: var(--tw-content);
  --tw-gradient-from-position: 30%;
}
.after\:duration-200::after{
  content: var(--tw-content);
  transition-duration: 200ms;
}
.after\:ease-in-out::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:\!mr-0:last-child{
  margin-right: 0px !important;
}
.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-brand-mauve:hover{
  --tw-border-opacity: 1;
  border-color: rgb(246 212 250 / var(--tw-border-opacity));
}
.hover\:border-brand-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(145 39 143 / var(--tw-border-opacity));
}
.hover\:bg-brand-lavender:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 254 / var(--tw-bg-opacity));
}
.hover\:bg-brand-lightpurple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(173 93 171 / var(--tw-bg-opacity));
}
.hover\:bg-brand-mauve:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 212 250 / var(--tw-bg-opacity));
}
.hover\:bg-brand-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(145 39 143 / var(--tw-bg-opacity));
}
.hover\:bg-brand-purple\/80:hover{
  background-color: rgb(145 39 143 / 0.8);
}
.hover\:font-medium:hover{
  font-weight: 500;
}
.hover\:text-brand-lightpurple:hover{
  --tw-text-opacity: 1;
  color: rgb(173 93 171 / var(--tw-text-opacity));
}
.hover\:text-brand-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.after\:hover\:bg-brand-lightpurple:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(173 93 171 / var(--tw-bg-opacity));
}
.focus\:border-brand-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgb(145 39 143 / var(--tw-border-opacity));
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-brand-purple{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
@media not all and (min-width: 1280px){
  .max-xl\:invisible{
    visibility: hidden;
  }
  .max-xl\:fixed{
    position: fixed;
  }
  .max-xl\:left-0{
    left: 0px;
  }
  .max-xl\:top-0{
    top: 0px;
  }
  .max-xl\:z-100{
    z-index: 100;
  }
  .max-xl\:order-1{
    order: 1;
  }
  .max-xl\:order-2{
    order: 2;
  }
  .max-xl\:order-3{
    order: 3;
  }
  .max-xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .max-xl\:mb-4{
    margin-bottom: 1rem;
  }
  .max-xl\:mt-10{
    margin-top: 2.5rem;
  }
  .max-xl\:mt-5{
    margin-top: 1.25rem;
  }
  .max-xl\:mt-7{
    margin-top: 1.75rem;
  }
  .max-xl\:flex{
    display: flex;
  }
  .max-xl\:hidden{
    display: none;
  }
  .max-xl\:h-full{
    height: 100%;
  }
  .max-xl\:w-1\/2{
    width: 50%;
  }
  .max-xl\:w-\[calc\(100\%-60px\)\]{
    width: calc(100% - 60px);
  }
  .max-xl\:w-full{
    width: 100%;
  }
  .max-xl\:max-w-\[100px\]{
    max-width: 100px;
  }
  .max-xl\:max-w-\[376px\]{
    max-width: 376px;
  }
  .max-xl\:-translate-x-full{
    --tw-translate-x: -100%;
    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));
  }
  .max-xl\:flex-col{
    flex-direction: column;
  }
  .max-xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .max-xl\:overflow-auto{
    overflow: auto;
  }
  .max-xl\:\!overflow-visible{
    overflow: visible !important;
  }
  .max-xl\:overflow-y-scroll{
    overflow-y: scroll;
  }
  .max-xl\:rounded-br-\[14px\]{
    border-bottom-right-radius: 14px;
  }
  .max-xl\:rounded-tr-\[14px\]{
    border-top-right-radius: 14px;
  }
  .max-xl\:bg-brand-offwhite{
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 252 / var(--tw-bg-opacity));
  }
  .max-xl\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .max-xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .max-xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .max-xl\:text-center{
    text-align: center;
  }
  .max-xl\:text-right{
    text-align: right;
  }
  .max-xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .max-xl\:tracking-\[0\.12px\]{
    letter-spacing: 0.12px;
  }
  .max-xl\:opacity-0{
    opacity: 0;
  }
}
@media not all and (min-width: 1024px){
  .max-lg\:bottom-0{
    bottom: 0px;
  }
  .max-lg\:order-1{
    order: 1;
  }
  .max-lg\:order-2{
    order: 2;
  }
  .max-lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .max-lg\:mb-12{
    margin-bottom: 3rem;
  }
  .max-lg\:mb-\[28px\]{
    margin-bottom: 28px;
  }
  .max-lg\:mt-10{
    margin-top: 2.5rem;
  }
  .max-lg\:mt-12{
    margin-top: 3rem;
  }
  .max-lg\:mt-5{
    margin-top: 1.25rem;
  }
  .max-lg\:flex{
    display: flex;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:w-full{
    width: 100%;
  }
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .max-lg\: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));
  }
  .max-lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .max-lg\:rounded-\[14px\]{
    border-radius: 14px;
  }
  .max-lg\:border-b-1{
    border-bottom-width: 1px;
  }
  .max-lg\:border-\[\#C2D1D9\]{
    --tw-border-opacity: 1;
    border-color: rgb(194 209 217 / var(--tw-border-opacity));
  }
  .max-lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:pb-\[28px\]{
    padding-bottom: 28px;
  }
  .max-lg\:pr-5{
    padding-right: 1.25rem;
  }
  .max-lg\:text-center{
    text-align: center;
  }
  .max-lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .max-lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .max-lg\:text-brand-purple{
    --tw-text-opacity: 1;
    color: rgb(145 39 143 / var(--tw-text-opacity));
  }
}
@media not all and (min-width: 768px){
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:flex-row{
    flex-direction: row;
  }
  .max-md\:items-start{
    align-items: flex-start;
  }
  .max-md\:justify-between{
    justify-content: space-between;
  }
  .max-md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 640px){
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:-m-5{
    margin: -1.25rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:p-5{
    padding: 1.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:left-2{
    left: 0.5rem;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-2{
    top: 0.5rem;
  }
  .lg\:top-\[calc\(var\(--header-height\)\+60px\)\]{
    top: calc(var(--header-height) + 60px);
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:-m-16{
    margin: -4rem;
  }
  .lg\:-m-2{
    margin: -0.5rem;
  }
  .lg\:-m-7{
    margin: -1.75rem;
  }
  .lg\:-m-8{
    margin: -2rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[135px\]{
    height: 135px;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[56px\]{
    height: 56px;
  }
  .lg\:h-\[5px\]{
    height: 5px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[85px\]{
    height: 85px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:min-h-\[680px\]{
    min-height: 680px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-\[135px\]{
    width: 135px;
  }
  .lg\:w-\[290px\]{
    width: 290px;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[30px\]{
    width: 30px;
  }
  .lg\:w-\[40px\]{
    width: 40px;
  }
  .lg\:w-\[56px\]{
    width: 56px;
  }
  .lg\:w-\[85px\]{
    width: 85px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[240px\]{
    min-width: 240px;
  }
  .lg\:max-w-\[1050px\]{
    max-width: 1050px;
  }
  .lg\:max-w-\[300px\]{
    max-width: 300px;
  }
  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }
  .lg\:max-w-\[70px\]{
    max-width: 70px;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:rounded-2xl{
    border-radius: 1rem;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }
  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }
  .lg\:border-2{
    border-width: 2px;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-2{
    padding: 0.5rem;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-7{
    padding: 1.75rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.6rem;
    line-height: 1;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-semibold{
    font-weight: 600;
  }
  .lg\:leading-\[1\.25\]{
    line-height: 1.25;
  }
  .lg\:leading-\[56px\]{
    line-height: 56px;
  }
  .lg\:leading-none{
    line-height: 1;
  }
  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }
  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }
  .lg\:text-\[\#282A2A\]{
    --tw-text-opacity: 1;
    color: rgb(40 42 42 / var(--tw-text-opacity));
  }
  .group:hover .lg\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px){
  .xl\:-top-10{
    top: -2.5rem;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:order-3{
    order: 3;
  }
  .xl\:-m-10{
    margin: -2.5rem;
  }
  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }
  .xl\:mb-20{
    margin-bottom: 5rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:ml-auto{
    margin-left: auto;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:mt-16{
    margin-top: 4rem;
  }
  .xl\:mt-9{
    margin-top: 2.25rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:min-h-\[680px\]{
    min-height: 680px;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-1\/6{
    width: 16.666667%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-\[160px\]{
    width: 160px;
  }
  .xl\:w-\[44\%\]{
    width: 44%;
  }
  .xl\:w-\[480px\]{
    width: 480px;
  }
  .xl\:w-\[56\%\]{
    width: 56%;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:min-w-\[160px\]{
    min-width: 160px;
  }
  .xl\:max-w-\[500px\]{
    max-width: 500px;
  }
  .xl\:max-w-\[680px\]{
    max-width: 680px;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .xl\:border-2{
    border-width: 2px;
  }
  .xl\:bg-brand-purple{
    --tw-bg-opacity: 1;
    background-color: rgb(145 39 143 / var(--tw-bg-opacity));
  }
  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:p-11{
    padding: 2.75rem;
  }
  .xl\:p-5{
    padding: 1.25rem;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pr-10{
    padding-right: 2.5rem;
  }
  .xl\:pr-32{
    padding-right: 8rem;
  }
  .xl\:pr-36{
    padding-right: 9rem;
  }
  .xl\:pt-10{
    padding-top: 2.5rem;
  }
  .xl\:pt-32{
    padding-top: 8rem;
  }
  .xl\:text-center{
    text-align: center;
  }
  .xl\:text-right{
    text-align: right;
  }
  .xl\:text-2xl{
    font-size: 1.6rem;
    line-height: 1;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-6xl{
    font-size: 4rem;
    line-height: 1;
  }
  .xl\:text-8xl{
    font-size: 6.25rem;
    line-height: 0.87;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:text-\[80px\]{
    font-size: 80px;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:font-semibold{
    font-weight: 600;
  }
  .xl\:leading-8{
    line-height: 2rem;
  }
  .xl\:leading-\[1\.25\]{
    line-height: 1.25;
  }
  .xl\:leading-\[56px\]{
    line-height: 56px;
  }
  .xl\:leading-\[80px\]{
    line-height: 80px;
  }
  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }
  .xl\:opacity-\[0\.2\]{
    opacity: 0.2;
  }
}
@media (min-width: 1440px){
  .\32xl\:-m-11{
    margin: -2.75rem;
  }
  .\32xl\:-m-8{
    margin: -2rem;
  }
  .\32xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .\32xl\:mt-20{
    margin-top: 5rem;
  }
  .\32xl\:mt-auto{
    margin-top: auto;
  }
  .\32xl\:min-h-\[500px\]{
    min-height: 500px;
  }
  .\32xl\:w-1\/4{
    width: 25%;
  }
  .\32xl\:p-11{
    padding: 2.75rem;
  }
  .\32xl\:p-16{
    padding: 4rem;
  }
  .\32xl\:p-8{
    padding: 2rem;
  }
  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .\32xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .\32xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .\32xl\:pt-20{
    padding-top: 5rem;
  }
}
@media (min-width: 1680px){
  .\33xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\33xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1840px){
  .\34xl\:-m-20{
    margin: -5rem;
  }
  .\34xl\:ml-20{
    margin-left: 5rem;
  }
  .\34xl\:ml-28{
    margin-left: 7rem;
  }
  .\34xl\:w-1\/3{
    width: 33.333333%;
  }
  .\34xl\:max-w-\[430px\]{
    max-width: 430px;
  }
  .\34xl\:p-20{
    padding: 5rem;
  }
  .\34xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .\34xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.\[\&_\.breadcrumb\\_last\]\:text-brand-orchid .breadcrumb_last{
  --tw-text-opacity: 1;
  color: rgb(219 85 224 / var(--tw-text-opacity));
}
.\[\&_figure\]\:text-brand-purple figure{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
.\[\&_span\]\:align-middle span{
  vertical-align: middle;
}
.\[\&_span\]\:leading-none span{
  line-height: 1;
}
.\[\&_strong\]\:font-semibold strong{
  font-weight: 600;
}
.\[\&_svg\]\:absolute svg{
  position: absolute;
}
.\[\&_svg\]\:left-1\/2 svg{
  left: 50%;
}
.\[\&_svg\]\:top-1\/2 svg{
  top: 50%;
}
.\[\&_svg\]\:w-4 svg{
  width: 1rem;
}
.\[\&_svg\]\:w-\[15px\] svg{
  width: 15px;
}
.\[\&_svg\]\:w-\[20px\] svg{
  width: 20px;
}
.\[\&_svg\]\:w-\[30px\] svg{
  width: 30px;
}
.\[\&_svg\]\:w-\[50px\] svg{
  width: 50px;
}
.\[\&_svg\]\:min-w-\[30px\] svg{
  min-width: 30px;
}
.\[\&_svg\]\:-translate-x-1\/2 svg{
  --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));
}
.\[\&_svg\]\:-translate-x-px svg{
  --tw-translate-x: -1px;
  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));
}
.\[\&_svg\]\:-translate-y-1\/2 svg{
  --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));
}
.\[\&_svg\]\:translate-x-px svg{
  --tw-translate-x: 1px;
  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));
}
.\[\&_svg\]\:overflow-visible svg{
  overflow: visible;
}
.\[\&_svg\]\:text-brand-purple svg{
  --tw-text-opacity: 1;
  color: rgb(145 39 143 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .lg\:\[\&_svg\]\:w-\[20px\] svg{
    width: 20px;
  }
  .lg\:\[\&_svg\]\:w-\[28px\] svg{
    width: 28px;
  }
}

