@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap');

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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-right-1{
  right: -0.25rem;
}

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-0{
  left: 0px;
}

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

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

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

.top-0{
  top: 0px;
}

.top-3{
  top: 0.75rem;
}

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

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

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

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

.\!mt-\[0px\]{
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-\[30px\]{
  margin-left: 30px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

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

.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-\[10px\]{
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-24{
  height: 6rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-28{
  width: 7rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-md{
  max-width: 768px;
}

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

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

.-translate-y-2{
  --tw-translate-y: -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));
}

.-translate-y-4{
  --tw-translate-y: -1rem;
  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-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));
}

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

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

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

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

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

.\!items-start{
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

.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-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-\[15px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

.\!rounded-\[0px\]{
  border-radius: 0px !important;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-\[50px\]{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

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

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

.\!border-orange-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

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

.border-\[\#0f0f0f34\]{
  border-color: #0f0f0f34;
}

.border-\[\#2b2b2b\]{
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.\!bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#000c\]{
  background-color: #000c;
}

.bg-\[\#2695CB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 149 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDECEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 235 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F7F2EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 242 235 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FCF0F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 240 241 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#f8a903\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 169 3 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

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

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

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

.fill-white{
  fill: #fff;
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-2{
  padding: 0.5rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

.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-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

.\!pl-\[25px\]{
  padding-left: 25px !important;
}

.\!pr-\[66px\]{
  padding-right: 66px !important;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

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

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

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

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

.pl-5{
  padding-left: 1.25rem;
}

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

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

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

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

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

.pt-7{
  padding-top: 1.75rem;
}

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

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

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

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

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

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[1\.35\]{
  line-height: 1.35;
}

.leading-\[1\.55\]{
  line-height: 1.55;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

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

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

.leading-relaxed{
  line-height: 1.625;
}

.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

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

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

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

.text-\[\#2695CB\]{
  --tw-text-opacity: 1;
  color: rgb(38 149 203 / var(--tw-text-opacity, 1));
}

.text-\[\#2695cb\]{
  --tw-text-opacity: 1;
  color: rgb(38 149 203 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#f8a903\]{
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
}

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

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-\[0\.5\]{
  opacity: 0.5;
}

.shadow-\[0px_0px_15px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 0px 15px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 0px 15px 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.outline{
  outline-style: solid;
}

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

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

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

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

a.skip-link.screen-reader-text {
  display: none;
}

/* header */

.container{
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm{
  max-width: 1487px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm-slider{
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1024px){
  .container-sm-slider{
    padding-left: 70px;
    padding-right: 70px;
  }
}

h5{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1024px){
  h5{
    font-size: 25px;
  }
}

.rp{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  .rp{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.rp-form{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px){
  .rp-form{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.pt-0, .pt-0 .rp{
  padding-top: 0px;
}

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

.padding-0 .rp{
  padding: 0px !important;
}

.rb{
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  .rb{
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px){
  .rb{
    padding-bottom: 80px;
  }
}

.ph-icon:hover .top_phone_icon, .ph-icon:hover .top_phone_icon_blk{
  background-position: 0 3px;
}

.primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
  font-size: 16px;
}

@media (min-width: 1280px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 16px;
  }
}

@media (min-width: 1536px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 18px;
  }
}

.primary-menu-container .menu-item-has-children {
  position: relative;
  margin-right: 8px !important;
}

.primary-menu-container .menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #fff;
  padding: 0px;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  width: 287px;
  max-width: full
}

@media (min-width: 1024px){
  .primary-menu-container .menu-item-has-children .sub-menu{
    max-width: 290px !important;
  }
}

.primary-menu-container  .menu-item-has-children .sub-menu li::after{
  display: none !important;
}

.primary-menu-container .menu-item-has-children .sub-menu  li:last-child{
  border-bottom: 0px  !important;
}

.sub-menu .current_page_item a, .sub-menu .current-menu-item a{
  color: #fff !important;
}

.sub-menu .current_page_item, .sub-menu .current-menu-item  {
  background-color: #f8a903 !important;
}

.primary-menu-container .menu-item-has-children .sub-menu a{
  font-size: 16px;
}

.submenu-active .sub-menu{
  max-width: 100% !important;
  height: auto  !important;
}

.primary-menu-container ul.sub-menu li{
  border-bottom: 1px solid #f6f6f6;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  padding: 10px  24px;
  margin-bottom: 0px;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover {
  background-color: #f8a903;
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover a{
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span{
  padding: 0px;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  display: block;
  padding-left: 20px !important;
}

/* .primary-menu-container .menu-item-has-children .sub-menu .menu-item a:before, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span:before{
    content: "";
    background-color: #f8a903;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;       bottom: -10px;
} */

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child a:before, .primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child span:before{
  display: none;
}

.primary-menu-container .menu-item-has-children .sub-menu .current-menu-item a{
  color: #000;
}

.primary-menu-container .menu-item-has-children .sub-menu li:hover a{
  color: #000;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  position: absolute;
  right: -20px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.header-white .dropdown-btn svg {
  fill: #000;
}

.header-white #mobile-menu, .header-white .menu-item-has-children .sub-menu {
  background-color: #fff !important;
}

.primary-menu-container ul li:hover > a{
  color:#f8a903 ;
}

.primary-menu-container li{
  position: relative;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  cursor: pointer;
  transform: rotate(0deg);
}

.primary-menu-container .menu-item-has-children .dropdown-btn.btn-active{
  transform: rotate(180deg);
}

.primary-menu-container .fa-angle-down {
  font-size: 13px;
  position: relative;
  right: -7px;
  top: -1px;
}

.current_page_item > a{
  color: #f8a903;
}

@media (min-width:1024px) {
  .primary-menu-container li:hover::after {
    width: 100%;
  }

  .primary-menu-container li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    display: block;
    margin-top: 3px;
    right: 0;
    background: #f8a903;
    transition: width 0.3s ease;
    left: 0px;
    bottom: -15px;
  }

  .current_page_item::after {
    width: 100% !important;
  }

  .primary-menu-container .menu-item-has-children:hover .sub-menu{
    display: block;
  }
}

@media (max-width:1280px) {
  .serach-icon svg {
    width: 25px;
    height: 25px;
  }

  .primary-menu-container .menu-item-has-children .dropdown-btn{
    top: 2px;
    transform: scale(0.8);
  }

  header .btn-primary{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  button#mobile_btn{
    padding-left: 0px !important;
    box-shadow: none !important;
  }
}

@media (max-width:1023px) {
  header .btn-primary{
    padding: 7px 7px;
    width: 40px;
  }

  header  button#mobile_btn svg{
    width: 46px;
    height: 46px;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    box-shadow: none !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu li{
    margin-left: 0px !important;
    border-top: 1px solid #dddada;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 0px !important;
  }

  body.menu-open{
    overflow: hidden;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    position: relative;
  }

  .open-menu #mobile-menu {
    left: 0 !important;
  }

  #mobile-menu {
    padding-top: 35px;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 108vh;
    background-color: #fff !important;
    left: -100%;
    border: 0px !important;
    max-width: 100%;
    transition: left 0.4s ease;
    z-index: 1000;
    overflow: auto;
  }

  .primary-menu-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .sub-menu {
    display: block !important;
    transition: all 0.3s ease-in-out;
    height: 0px;
    padding: 0px !important;
    overflow: hidden;
  }

  .sub-menu.show-submenu{
    height: auto !important;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .primary-menu-container .menu-item {
    padding-left: 0px !important;
    border-bottom: 1px solid #dddada;
  }

  .primary-menu-container .menu-item a,     .primary-menu-container .menu-item span{
    padding-left: 13px !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    background-color: transparent;
    width: 100%;
    padding: 10px 0px 0px 10px;
    margin-top: 0px;
  }

  .primary-menu-container li.menu-item a,      .primary-menu-container li.menu-item span {
    padding: 8px 0px;
    position: relative;
    display: table !important;
  }

  .primary-menu-container .caret {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .primary-menu-container .menu-item-has-children .dropdown-btn {
    right: -12px;
    top: 5px;
    transform: scale(1);
    padding: 5px 6px;
    cursor: pointer;
  }

  .show-submenu{
    display: block !important;
    padding: 0px !important;
  }

  .show-submenu *{
    color: #fff;
  }
}

/* custom */

h1, h2, h3, h4{
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing:20% !important;
}

h1{
  line-height: 1.4;
}

h2{
  margin-bottom: 15px;
}

.sub-text{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(41 152 56 / var(--tw-text-opacity, 1));
}

.btn{
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1280px){
  .btn{
    font-size: 16px;
  }
}

.btn{
  transition-property: all;
  position: relative;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-text{
  --tw-text-opacity: 1;
  color: rgb(41 152 56 / var(--tw-text-opacity, 1));
}

.btn span{
  position: relative;
  z-index: 9;
}

.btn-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 169 3 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 169 3 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.btn-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 169 3 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-blue-outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 169 3 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
}

.btn-blue-outline:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black-outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-black-outline:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-white-outine{
  border: 1px solid #fff;
}

.btn-white-outine:hover{
  border: 1px solid #f8a903;
}

.btn-green::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

.btn-black-outline::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

.btn-blue-outline::before, .btn-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #f8a903;
}

.btn-white-outine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #f8a903;
}

.btn-primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

h1{
  letter-spacing: 5px;
  font-size: 28px
}

@media (min-width: 768px){
  h1{
    font-size: 35px;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 53px;
  }
}

h2{
  font-size: 28px;
}

@media (min-width: 768px){
  h2{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 40px;
  }
}

body{
  background-color: #F7F2EB;
}

body, p, a{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2
}

@media (min-width: 768px){
  body, p, a{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .serach-icon{
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
    padding: 0.625rem;
    padding-left: 1rem;
  }
}

.adress a{
  word-break: break-all
}

.adress a:hover{
  text-decoration-line: underline;
}

div#media_image-2 a{
  margin-bottom: 15px;
  display: inline-block;
}

footer .widget-title{
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 768px){
  footer .widget-title{
    margin-bottom: 20px;
  }
}

footer .adress li{
  position: relative;
  margin-bottom: 25px;
  padding-left: 70px;
}

footer .adress li img{
  position: absolute;
  left: 0;
}

footer .adress li b{
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
}

/* footer */

footer  .menu li{
  margin-bottom: 15px;
  display: block;
  background-image: url('/wp-content/uploads/2026/04/footer-icon.png');
  background-size: 12px;
  background-position: 0px 9px;
  background-repeat: no-repeat;
  padding-left: 24px;
}

footer  .menu li a:hover {
  color: #f8a903;
}

.copyright {
  text-align: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1))
}

@media (min-width: 768px){
  .copyright{
    padding: 15px;
  }
}

.grid-2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.grid-2.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

.grid.grid-2.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

.grid-2.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

.grid.grid-2.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

@media (min-width: 768px){
  .grid-2{
    gap: 30px;
  }
}

@media (min-width: 1024px){
  .grid-2{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (min-width: 1280px){
  .grid-2{
    gap: 80px;
  }
}

.grid-2 .btn{
  margin-top: 20px;
}

.box-text p{
  margin-bottom: 15px;
}

.box-text h2{
  margin-bottom: 15px;
}

.box-text  h4{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px
}

@media (min-width: 768px){
  .box-text  h4{
    font-size: 22px;
  }
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.top-black{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-copyright .top-black{
  display: block;
  text-align: center;
}

@media (min-width: 768px){
  .footer-copyright .top-black{
    display: flex;
    text-align: left;
  }
}

.footer-copyright .icon-top{
  text-align: center;
}

@media (min-width: 768px){
  .footer-copyright .icon-top{
    text-align: left;
  }
}

.copyright  a{
  font-size: 16px;
  text-decoration-line: none !important;
}

.copyright  a:hover{
  text-decoration-line: underline !important;
}

.copyright *{
  font-size: 14px;
}

@media (min-width: 1024px){
  .copyright *{
    font-size: 16px;
  }
}

.copyright a {
  font-size: 16px;
  text-decoration-line: none !important;
  border-right: 1px solid #00000045;
  padding: 0px 14px;
  padding: 4px 23px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px
}

@media (min-width: 1024px){
  .copyright a{
    padding-left: 23px;
    padding-right: 23px;
  }
}

.copyright li:last-child a{
  border-right: 0px;
}

.icon-top{
  margin-top: 15px;
  display: flex;
  width: 100%;
  max-width: 500px;
  justify-content: center;
}

@media (min-width: 768px){
  .icon-top{
    margin-top: 0px;
    justify-content: flex-end;
  }

  .widget-title .fa{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .menu {
    max-height: 0;
    overflow: hidden;
    margin-top: 0px !important;
    transition: max-height 0.4s ease;
  }

  /* when active → expand */

  .menu.active {
    max-height: 500px;
    /* adjust based on content */
  }

  .widget-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* smooth rotation */

  .arrow-icon {
    transition: transform 0.3s ease;
  }

  /* when active → arrow goes UP */

  .widget-title.active .arrow-icon {
    transform: rotate(180deg);
  }

  ul.icon-top {
    width: 100%;
    max-width: 100%;
    justify-content: center
  }

  @media (min-width: 768px){
    ul.icon-top{
      justify-content: flex-end;
    }
  }

  ul.icon-top a{
    font-size: 14px !important;
  }

  @media (min-width: 768px){
    ul.icon-top a{
      font-size: 16px !important;
    }
  }

  .top-black *{
    text-align: center;
    font-size: 14px;
  }

  .top-black{
    display: block;
  }

  footer .menu  {
    margin-top: 20px;
  }

  footer .text-left  .widget-title{
    padding-bottom: 15px;
  }
}

footer .text-left{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 15px;
}

@media (min-width: 768px){
  footer .text-left{
    border-top-width: 0px;
    border-left-width: 1px;
    padding-left: 15px;
    padding-right: 15px !important;
  }
}

@media (min-width: 1024px){
  footer .text-left{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1280px){
  footer .text-left{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1536px){
  footer .text-left{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.share-links i{
  font-size: 30px;
}

.share-links i:hover{
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
}

@media only screen and (max-width: 1024px) {
  footer .border-left-0{
    border-left: 0px !important;
  }
}

.banner{
  position: relative;
}

.banner .inner-box{
  width: 100%;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .banner .inner-box{
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-x: -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));
  }
}

.banner .inner-box p{
  margin-bottom: 1.5rem;
}

@media (min-width: 768px){
  .banner .inner-box p{
    max-width: 500px;
  }
}

ul.check-listing{
  margin-bottom: 10px;
  display: grid;
  gap: 15px;
}

ul.check-listing.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

ul.check-listing.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

@media (min-width: 768px){
  ul.check-listing{
    margin-top: 25px;
  }
}

@media (min-width: 1024px){
  ul.check-listing{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

ul.check-listing li{
  background-image: url('/wp-content/uploads/2026/04/chack-icon.png');
  background-size: 18px;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-size: 19px;
  font-weight: 500;
}

.bg-heath{
  background-image: url('/wp-content/uploads/2026/04/bg-gradiant.webp');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.reverse-mobile > div{
  order: 2;
}

@media (min-width: 1024px){
  .reverse-mobile > div{
    order: 1;
  }
}

.reverse-mobile div:last-child{
  order: 1;
}

@media (min-width: 1024px){
  .reverse-mobile div:last-child{
    order: 2;
  }
}

/* .qute-text p::before{
    content: "";
@apply inline-block w-10 h-10 relative top-[10px] bg-[url('/wp-content/uploads/2026/04/icon.png')] bg-no-repeat bg-contain bg-center

}
 
.qute-text p::after{
    content: ""; 
  @apply inline-block w-10 h-10 relative top-[20px] -mt-5 bg-[url('/wp-content/uploads/2026/04/qute-last.png')] bg-no-repeat bg-contain bg-center
}

.qute-text p{
@apply relative
} */

.therapy-card{
  border-radius: 10px;
  background-image: url('/wp-content/uploads/2026/04/bg-yellow-1.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .therapy-card{
    background-image: url('/wp-content/uploads/2026/04/Intravenous.jpg');
    background-size: 100%;
  }
}

.therapy-card:hover{
  background-size: 105%;
  transition: all ease-in-out 0.3s;
}

/* 2nd row swap */

.repeat .grid-2:last-child{
  margin-bottom: 0px !important;
}

@media (min-width: 1024px){
  .repeat .grid-2:nth-child(odd) > div{
    order: 2;
  }

  .repeat .grid-2:nth-child(odd) .box-text{
    order: 1;
  }
}

.repeat .grid-2{
  margin-bottom: 40px;
}

@media (min-width: 1024px){
  .repeat .grid-2{
    margin-bottom: 80px;
  }
}

.repeat-2 .grid-2:last-child{
  margin-bottom: 0px !important;
}

@media (min-width: 1024px){
  .repeat-2 .grid-2:nth-child(even) > div{
    order: 2;
  }

  .repeat-2 .grid-2:nth-child(even) .box-text{
    order: 1;
  }
}

.repeat-2 .grid-2{
  margin-bottom: 40px;
}

@media (min-width: 1024px){
  .repeat-2 .grid-2{
    margin-bottom: 60px;
  }
}

.bg-yellow-image{
  background-image: url(/wp-content/uploads/2026/04/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100% 600px;
  background-position: bottom;
  transition: all ease-in-out 0.3s;
}

.bg-yellow-image:hover{
  background-image: url(/wp-content/uploads/2026/04/bg-yellow.png);
}

.icon-text h4{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 300px;
  font-size: 25px;
}

.icon-text img{
  margin-left: auto;
  margin-right: auto;
}

.icon-text>div:before {
  content: "";
  width: 100%;
  height: 3px;
  left: 100%;
  background-color: #f8a903;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.yellow-line>div:before{
  background-color: #F8A903;
}

.blue-line>div:before{
  background-color: #2695CB;
}

.icons-grid .icon-text:last-child > div:before{
  display: none;
}

@media only screen and (max-width: 767px) {
  .icon-text>div:before {
    display: none;
  }
}

.our-approach{
  background-size: 50% 100%;
  background-position: left;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

@media (min-width: 768px){
  .our-approach{
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .our-approach{
    background-image: url('/wp-content/uploads/2026/04/Rectangle-35-1.jpg');
  }
}

.address{
  display: grid;
  align-items: center;
  gap: 10px;
}

.address.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

.address.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

@media (min-width: 768px){
  .address{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.address li{
  display: flex;
  align-items: center;
  gap: 15px;
}

.address li a:hover{
  text-decoration-line: underline;
}

.btn-fixed {
  border-radius: 5px;
  background-color: #f8a903;
  color: #fff;
  padding: 12px 23px;
  position: fixed;
  font-weight: 500;
  bottom: 50%;
  rotate: -90deg;
  z-index: 999;
  padding-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  right: -57px;
  font-size: 14px
}

@media (min-width: 768px){
  .btn-fixed{
    right: -63px;
    font-size: 18px;
  }
}

.address img {
  width: 22px;
}

.btn-fixed:hover{
  background-color: #000;
}

.zoom-image,  .zoom-image-img{
  overflow: hidden;
  display:  block !important;
  border-radius: 20px;
}

.zoom-image  img,  .zoom-image-img img {
  transition: transform .5s
}

.zoom-image:hover img, .blog-list li:hover .zoom-image-img img{
  transform: scale(1.1);
  transition: transform .3s;
}

section.featureimage-wrap::before{
  content: "";
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.card-bg {
  background: linear-gradient(
    146.5deg,
    rgba(248, 169, 3, 0.5) 50.55%,
    #F8A903 81.5%
  );
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 1024px){
  .card-bg{
    min-height: 389px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.card-bg {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.card-bg:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 15px 40px rgba(248, 169, 3, 0.4);
}

.contact-us input{
  font-family: "Urbanist", sans-serif;
  height: 50px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact-us input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.contact-us input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.contact-us select{
  font-family: "Urbanist", sans-serif;
  height: 50px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact-us select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.contact-us select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.contact-us  select {
  background-image: url(/wp-content/uploads/2026/04/select-arrow.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 50px !important;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

.contact-us selectselect::-ms-expand {
  display: none;
}

.contact-us textarea{
  font-family: "Urbanist", sans-serif;
  margin-top: 27px;
  height: 138px;
  width: 100%;
  resize: none;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  font-size: 18px;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact-us textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.contact-us textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.select-none span{
  font-family: "Urbanist", sans-serif;
}

.card-icon-choose *{
  transition: all ease-in-out 0.3s;
}

.card-icon-choose:hover{
  background-color: #f8a903;
}

.card-icon-choose:hover *{
  color: #fff;
}

.card-icon-choose:hover img {
  filter: brightness(0) invert(1);
}

.zoom-image-images:hover button{
  background-color: #f8a903;
  border: 1px solid #f8a903;
}

.card-hover:hover {
  background-color: #f8a903;
}

.card-hover:hover h3,
                    .card-hover:hover p {
  color: white;
}

.card-hover a{
  display: inline-block;
}

.card-hover:hover svg {
  stroke: white;
}

.card-hover:hover .icon-wrap {
  border-color: white;
}

.card-hover h3{
  font-size: 25px;
}

.card-hover:hover  img{
  filter: brightness(0) invert(1);
}

.bg-yellow-section{
  background: linear-gradient(146.5deg, rgba(248, 169, 3, 0.5) 50.55%, #F8A903 81.5%);
}

.read-more{
  margin-top: 1rem;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.read-more:hover{
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}

.blog-list{
  margin-top: 20px;
}

.blog-list h3{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .blog-list h3{
    font-size: 27px;
  }
}

a.load-more, .pdf-link{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

@media (min-width: 768px){
  a.load-more, .pdf-link{
    margin-top: 20px;
  }
}

.single-page-text h2{
  margin-bottom: 15px;
}

.text-left-box h2{
  margin-top: 15px;
}

.right-side h3{
  font-size: 22px;
  font-weight: 600;
}

.blog-listing-right li{
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 15px;
}

.blog-listing-right li.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

.blog-listing-right li.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

@media (min-width: 1024px){
  .blog-listing-right li{
    grid-template-columns: 197px 1fr;
    gap: 25px;
  }
}

.blog-listing-right li img{
  margin-top: 5px;
}

.blog-listing-right li:last-child{
  margin-bottom: 0px;
}

.blog-listing-right li:hover h3{
  color: #f8a903;
}

.list-right li a:hover{
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
}

.privacy-policy h2{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
}

.privacy-policy p{
  margin-bottom: 20px;
}

@media (min-width: 768px){
  .privacy-policy p{
    margin-left: 25px;
  }
}

.border-b.border-gray-300 ul{
  list-style: disc;
  margin-left: 21px
}

.privacy-policy  ul{
  list-style: disc;
  margin-left: 15px
}

@media (min-width: 768px){
  .privacy-policy  ul{
    margin-left: 45px;
  }
}

.privacy-policy h1{
  font-size: 35px;
}

.privacy-policy  ul li, .border-b.border-gray-300 ul li{
  margin-bottom: 15px;
}

.privacy-policy a:hover{
  --tw-text-opacity: 1;
  color: rgb(248 169 3 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* 1. Reset standard checkbox */

.contact-us input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  padding: 0px;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #919191;
  /* Custom border color */
  background-color: white;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  outline: none !important;
}

/* 2. Style when checked */

.contact-us  input[type="checkbox"]:checked {
  background-color: #f8a903;
  /* Custom background color */
  border-color: #f8a903;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
}

/* 3. Add custom checkmark */

.contact-us  input[type="checkbox"]:checked::after {
  content: "";
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: absolute;
  left: 3px;
  background-image: url(/wp-content/uploads/2026/05/check-2.png);
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
  top: 8px;
  background-repeat: no-repeat;
}

.custom-check-box  label{
  display: grid;
  align-items: start;
  gap: 15px;
  position: relative;
  grid-template-columns: 18px 1fr
}

.custom-check-box  label input{
  margin-top: 5px !important;
}

@media (min-width: 768px){
  .custom-check-box  label input{
    margin-top: 5px !important;
  }
}

/* Create the base circle */

.custom-radio-box input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px !important;
  height: 22px !important;
  padding: 0px !important;
  border: 1px solid #919191;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}

.custom-radio-box input[type="radio"]:checked::before{
  background-color: #f8a903;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  top: 8px;
}

.custom-radio-box label{
  position: relative;
  display: flex;
  align-items: center;
}

.research-pagination span{
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 50px;
  transition: width 0.3s ease-in-out;
}

.research-pagination .swiper-pagination-bullet-active{
  width: 40px;
}

@media (min-width: 1024px){
  .research-pagination .swiper-pagination-bullet-active{
    width: 70px;
  }
}

.logo-pagination span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #D9D9D9;
  position: relative;
  border-radius: 50px;
}

.research-pagination{
  position: relative;
  z-index: 9;
  margin-top: 33px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.logo-pagination{
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px){
  .logo-pagination{
    top: -50px;
  }
}

.logo-pagination .swiper-pagination-bullet-active:before{
  content: "";
  background-color: #f8a903;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: 99;
  top: -4px;
}

@media (min-width: 768px){
  .address p, .address a{
    font-size: 14px;
  }
}

@media (min-width: 1024px){
  .address p, .address a{
    font-size: 18px;
  }
}

.page-template-about-us .grid-2 .box-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.card-hover{
  margin-bottom: 20px !important;
}

@media (min-width: 768px){
  .card-hover{
    margin-bottom: 35px !important;
  }
}

iframe{
  height: 400px;
  width: 100%;
}

@media (min-width: 1024px){
  iframe{
    height: 100%;
  }
}

.address-icons 
.card-hover:last-child{
  margin-bottom: 15px !important;
}

@media (min-width: 1024px){
  .address-icons 
.card-hover:last-child{
    margin-bottom: 0px !important;
  }
}

.faq-custom p{
  margin-bottom: 15px;
}

.faq-custom  ul, .bg-yellow-section ul, .listing-box ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 7px
}

.faq-custom  ul li, .bg-yellow-section   ul li, .listing-box   ul li{
  margin-bottom: 15px;
}

.bg-yellow-section   ul li strong,  .listing-box  ul li strong{
  font-weight: 600;
}

.bg-bottom-img h2{
  margin-bottom: 15px;
}

.before-line::before{
  display: none !important;
}

.border-last  div:last-child{
  border-bottom: 0px !important;
}

.postid-422 .bg-bottom-img .btn-primary, .postid-429 .bg-bottom-img .btn-primary{
  margin-top: 0px !important;
}

.faq-bg{
  background-image: url(/wp-content/uploads/2026/04/faq.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.arrow-icon-silder{
  position: absolute;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 169 3 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.arrow-icon-silder:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.journey-button-next{
  top: 50%;
  right: 15px;
  transform: translate(-0%, -50%);
}

.journey-button-prev {
  top: 50%;
  left: 15px;
  transform: translate(-0%, -50%);
}

.image-bg-icon .therapy-card:last-child img{
  top: 18%;
}

@media (min-width: 768px){
  .image-bg-icon .therapy-card:last-child img{
    width: 300px;
  }
}

@media (min-width: 1024px){
  .image-bg-icon .therapy-card:last-child img{
    width: 396px;
  }
}

.image-bg-icon .therapy-card:hover img{
  transform: scale(1.1);
  transition: transform .3s;
}

.page-template-quiz header{
  display: none !important;
}

.page-template-blog-listing h2, .single-post h2{
  font-weight: 400;
}

.single-post h2{
  margin-top: 0px !important;
}

.page-template-blog-listing h2 b, .single-post h2 b{
  font-weight: 600;
}

.blog-page  b{
  font-weight: 600;
}

.submenu-active .fa-angle-down{
  content: "\f106";
}

.iframe-2{
  height: 4748px;
  width: 100%;
  border-width: 1px;
  border-color: #00000085;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .iframe-2{
    height: 3200px;
  }
}

.single-page-text h3{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
}

.primary-menu-container ul.sub-menu a.menu-link.hover-underline-animation-m {
  padding-left: 0px !important;
}

.icon-text img {
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.icon-text:hover img {
  transform: translateY(-10px);
}

.share-links li a {
  display: inline-block;
  perspective: 1000px;
}

.share-links li a i {
  display: inline-block;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

/* Hover Flip */

.share-links li a:hover i {
  transform: rotateY(180deg);
}

.icon-adress{
  height: 50px;
  width: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 13px;
}

.icon-adress:hover{
  border-color: #f8a903;;
}

.address li:hover .icon-adress{
  --tw-border-opacity: 1;
  border-color: rgb(248 169 3 / var(--tw-border-opacity, 1));
}

.icon-adress {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

/* Background layer */

.address .icon-adress::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f8a903;
  /* change color */
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

/* Hover effect */

.address li:hover .icon-adress::before {
  transform: scaleY(1);
}

@media screen and (max-width: 1025px) {
  .submenu-active .fa-angle-down:before {
    content: "\f106";
  }

  .primary-menu-container .menu-item .sub-menu .menu-item {
    padding-left: 20px !important;
  }

  .primary-menu-container .current-menu-item {
    background-color: #f8a903 !important;
  }

  .primary-menu-container .current-menu-item a{
    color: #fff !important;
  }

  .show-submenu {
    cursor: pointer;
  }

  .primary-menu-container .menu-item-has-children .sub-menu{
    border-radius: 0px !important;
  }
}

.border-b.border-gray-300 .pb-\[15px\].lg\:pr-10 {
  max-height: 400px;
  overflow: auto;
}

.g-recaptcha {
  margin-top: 20px;
}

.navigation.pagination h2{
  display: none;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.navigation.pagination .nav-links .current{
  color: #f8a903;
}

.navigation.pagination .nav-links .next, .navigation.pagination .nav-links  .prev  {
  background-color: #2695CB;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px
}

.navigation.pagination .nav-links .next:hover, .navigation.pagination .nav-links  .prev:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

h3#reply-title {
  margin-bottom: 10px;
}

.blog-list li:hover h3{
  color: #f8a903;
}

.downnload-link a:hover{
  color: #f8a903;
}

footer .share-links li a i.fa-brands.fa-instagram {
  font-size: 39px;
  margin-top: 13px !important;
}

.grid.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-instagram {
  font-size: 40px;
  position: relative;
  top: 3px;
}

.grid.grid-cols-1.lg\:grid-cols-3.gap-8 .share-links li a i.fa-brands.fa-linkedin-in{
  font-size: 37px;
  position: relative;
  top: 4px;
}

div#custom_html-5 h3.widget-title {
  margin-top: 16px;
  margin-bottom: 10px;
}

footer .share-links  i.fa-brands.fa-linkedin-in {
  font-size: 39px;
  position: relative;
  top: 4px;
}

.therapy-card-gradient{
  background:linear-gradient(
        135deg,
        #fffaf0 0%,
        #fff4d6 50%,
        #fde68a 100%
    );
  border:1px solid rgba(245,158,11,.25);
  border-radius:18px;
  min-height:400px;
  padding:40px;
  position:relative;
  overflow:hidden;
  transition:all .3s ease;
}

.therapy-card-gradient:hover{
  box-shadow:0 15px 40px rgba(245,158,11,.12);
  transform:translateY(-4px);
}

.therapy-card-gradient::before{
  content:'';
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
  top:-120px;
  right:-80px;
}

.placeholder\:text-\[\#2e2e2e\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#2e2e2e\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

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

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

.hover\:-translate-y-1:hover{
  --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));
}

.hover\:rotate-90:hover{
  --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));
}

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

.hover\:bg-\[\#f8a903\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 169 3 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

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

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

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-600:hover{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-xl:hover{
  --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);
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

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

.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

@media not all and (min-width: 1024px){
  .max-lg\:text-\[18px\]{
    font-size: 18px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:grid-cols-\[85\%_15\%\]{
    grid-template-columns: 85% 15%;
  }

  .max-md\:p-\[30px_0px\]{
    padding: 30px 0px;
  }
}

@media (min-width: 640px){
  .sm\:h-\[305px\]{
    height: 305px;
  }

  .sm\:w-32{
    width: 8rem;
  }

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

  .sm\:pt-8{
    padding-top: 2rem;
  }

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

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

  .sm\:leading-\[70px\]{
    line-height: 70px;
  }
}

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

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

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

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

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

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

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

  .md\:grid-cols-\[1\.1fr_0\.9fr\]{
    grid-template-columns: 1.1fr 0.9fr;
  }

  .md\:grid-cols-\[90\%_10\%\]{
    grid-template-columns: 90% 10%;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

  .md\:gap-\[0\]{
    gap: 0;
  }

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

  .md\:gap-\[15px\]{
    gap: 15px;
  }

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

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

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

  .md\:p-\[40px_20px\]{
    padding: 40px 20px;
  }

  .md\:\!px-\[60px\]{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

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

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

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

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

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

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

  .md\:text-left{
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

  .lg\:order-2{
    order: 2;
  }

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

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

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

  .lg\:\!mb-\[80px\]{
    margin-bottom: 80px !important;
  }

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

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-auto{
    height: auto;
  }

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

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

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

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

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

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

  .lg\:\!grid-cols-\[1\.4fr_1fr\]{
    grid-template-columns: 1.4fr 1fr !important;
  }

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

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

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

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:mt-\[20px\]{
    margin-top: 20px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

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

  .xl\:grid-cols-\[1\.5fr_1fr_1fr_1fr\]{
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

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

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

  .xl\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .xl\:text-left{
    text-align: left;
  }

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

@media (min-width: 1536px){
  .\32xl\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

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

.\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button{
  display: none;
}

.\[\&\:\:-webkit-search-decoration\]\:hidden::-webkit-search-decoration{
  display: none;
}