@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&display=swap");

/*
Theme Name: RSTaxi
Author: DeltaIndia
Description: RSTaxi theme
Version: 1.0
Text Domain: rstaxi
License: GNU General Public License

-------------------------------------------------------------- */

* {
  box-sizing: border-box;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  scrollbar-width: none;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container{
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

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

.left-0{
  left: 0px;
}

.left-5{
  left: 1.25rem;
}

.right-1{
  right: 0.25rem;
}

.right-4{
  right: 1rem;
}

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

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

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

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

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

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

.order-1{
  order: 1;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-auto{
  margin-left: auto;
}

.mr-14{
  margin-right: 3.5rem;
}

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

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

.mr-5{
  margin-right: 1.25rem;
}

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-3\/4{
  width: 75%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-sm{
  max-width: 24rem;
}

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

.basis-full{
  flex-basis: 100%;
}

.border-collapse{
  border-collapse: collapse;
}

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

.grid-cols-1{
  grid-template-columns: repeat(1, 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-end{
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

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

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

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

.overflow-auto{
  overflow: auto;
}

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

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-break-spaces{
  white-space: break-spaces;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

.border-b-\[0\.3px\]{
  border-bottom-width: 0.3px;
}

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

.border-t-\[0\.2px\]{
  border-top-width: 0.2px;
}

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

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

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

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

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

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

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

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

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

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

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

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

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

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

.font-\[Barlow\]{
  font-family: Barlow;
}

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

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

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

.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-bold{
  font-weight: 700;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-7{
  line-height: 1.75rem;
}

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

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

.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}

.tracking-\[0\.07em\]{
  letter-spacing: 0.07em;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.tracking-\[5px\]{
  letter-spacing: 5px;
}

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

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

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

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-80{
  opacity: 0.8;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.sepia{
  --tw-sepia: sepia(100%);
  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);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-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-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);
}

@media (max-width: 767px) {
  .hide-our-service > *:nth-child(n + 4) {
    display: none;
  }
}

.tick {
  position: relative;
  padding-left: 15px;
}

.tick::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("../img/tick.svg") no-repeat center;
  top: 50%;
  transform: translate(0%, -50%);
}

.about_field p {
  font-family: Barlow;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}

.about_field span {
  font-family: Barlow;
  font-size: 20px;
  line-height: 22px;
  color: #E57E00;
  font-weight: 700;
}

.about_field_mob p {
  font-family: Barlow;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-weight: 400;
}

.about_field_mob span {
  font-family: Barlow;
  font-size: 12px;
  line-height: 12px;
  color: #E57E00;
  font-weight: 700;
}

.tab-button {
  display: flex;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  width: 90px;
  height: 30px;
  align-items: center;
  justify-content: space-between;
}

.tab-button img {
  width: 15px;
  height: 15px;
}

.tab-button.active {
  border: 0;
  background-color: #E57E00;
  color: #fff;
}

.tab-button.active img {
  filter: invert(100%);
}

.booking select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="12" viewBox="0 0 25 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5635 11.6742L0.883412 2.58443C0.636194 2.37419 0.5 2.09355 0.5 1.7943C0.5 1.49506 0.636194 1.21441 0.883412 1.00418L1.66975 0.334782C2.18213 -0.1008 3.01491 -0.1008 3.52651 0.334782L12.495 7.96767L21.4735 0.326313C21.7207 0.116078 22.0503 0 22.4017 0C22.7535 0 23.083 0.116078 23.3305 0.326313L24.1166 0.99571C24.3638 1.20611 24.5 1.48659 24.5 1.78583C24.5 2.08508 24.3638 2.36572 24.1166 2.57596L13.4267 11.6742C13.1787 11.8849 12.8476 12.0007 12.4956 12C12.1422 12.0007 11.8113 11.8849 11.5635 11.6742Z" fill="#656464"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
}

.booking #pickup-date, .booking #return-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 13H14V18H9V13ZM16 4H15V2H13V4H5V2H3V4H2C0.9 4 0 4.9 0 6V20C0 21.1 0.9 22 2 22H16C17.1 22 18 21.1 18 20V6C18 4.9 17.1 4 16 4ZM16 6V8H2V6H16ZM2 20V10H16V20H2Z" fill="#656565"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
}

.my-slider-progress {
  background: #D9D9D9;
}

.my-slider-progress-bar {
  background: #E57E00;
  height: 7px;
  transition: width 400ms ease;
  width: 0;
}

.splide__pagination__page.is-active {
  background: #E57E00;
  transform: scale(1);
}

.splide__pagination__page {
  opacity: 1;
}

@media (max-width: 767px) {
  .my-slider-progress {
    display: none !important;
  }
}

.ship-div-icon {
  margin-left: -7px !important;
  margin-top: -20px !important;
  width: 16px !important;
  height: 21px !important;
}

.car-select:hover, .car-select.active {
  background-color: #E57E00;
  color: #FFFFFF;
}

.car-select {
  background-color: #E8E7E7;
  color: #000000;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.autocomplete-items {
  position: absolute;
  width: 100%;
  background: #E8E7E7;
  z-index: 99999999999999999;
}

.autocomplete-item {
  border: 0.5px solid #000000;
  color: #000000;
  font-family: Barlow;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .autocomplete-item {
    font-size: 0.75rem /* 12px */;
    line-height: 1rem /* 16px */;
  }
}

.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
  background-color: #E57E00;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today::before, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today::before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today::before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today::before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today::before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today::before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today::before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today::before {
  border-bottom-color: #E57E00;
}

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

.hover\:bg-\[\#E8E7E7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 231 231 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 568px){
  .\35 68\:h-\[350px\]{
    height: 350px;
  }
}

@media (min-width: 768px){
  .\37 68\:-top-\[30px\]{
    top: -30px;
  }

  .\37 68\:bottom-8{
    bottom: 2rem;
  }

  .\37 68\:left-10{
    left: 2.5rem;
  }

  .\37 68\:order-\[0\]{
    order: 0;
  }

  .\37 68\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .\37 68\:mb-16{
    margin-bottom: 4rem;
  }

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

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

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

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

  .\37 68\:mb-7{
    margin-bottom: 1.75rem;
  }

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

  .\37 68\:mb-\[72px\]{
    margin-bottom: 72px;
  }

  .\37 68\:ml-8{
    margin-left: 2rem;
  }

  .\37 68\:mr-20{
    margin-right: 5rem;
  }

  .\37 68\:mr-5{
    margin-right: 1.25rem;
  }

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

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

  .\37 68\:mt-7{
    margin-top: 1.75rem;
  }

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

  .\37 68\:block{
    display: block;
  }

  .\37 68\:flex{
    display: flex;
  }

  .\37 68\:hidden{
    display: none;
  }

  .\37 68\:h-\[108px\]{
    height: 108px;
  }

  .\37 68\:h-\[140px\]{
    height: 140px;
  }

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

  .\37 68\:h-\[510px\]{
    height: 510px;
  }

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

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

  .\37 68\:h-\[57px\]{
    height: 57px;
  }

  .\37 68\:h-\[600px\]{
    height: 600px;
  }

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

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

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

  .\37 68\:h-auto{
    height: auto;
  }

  .\37 68\:max-h-\[273px\]{
    max-height: 273px;
  }

  .\37 68\:max-h-\[630px\]{
    max-height: 630px;
  }

  .\37 68\:min-h-\[273px\]{
    min-height: 273px;
  }

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

  .\37 68\:min-h-\[630px\]{
    min-height: 630px;
  }

  .\37 68\:w-1\/2{
    width: 50%;
  }

  .\37 68\:w-1\/3{
    width: 33.333333%;
  }

  .\37 68\:w-1\/4{
    width: 25%;
  }

  .\37 68\:w-2\/3{
    width: 66.666667%;
  }

  .\37 68\:w-3\/4{
    width: 75%;
  }

  .\37 68\:w-\[108px\]{
    width: 108px;
  }

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

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

  .\37 68\:w-\[52px\]{
    width: 52px;
  }

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

  .\37 68\:w-\[99\%\]{
    width: 99%;
  }

  .\37 68\:w-auto{
    width: auto;
  }

  .\37 68\:w-full{
    width: 100%;
  }

  .\37 68\:min-w-\[371px\]{
    min-width: 371px;
  }

  .\37 68\:min-w-\[376px\]{
    min-width: 376px;
  }

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

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

  .\37 68\:max-w-\[376px\]{
    max-width: 376px;
  }

  .\37 68\:max-w-\[528px\]{
    max-width: 528px;
  }

  .\37 68\:max-w-lg{
    max-width: 32rem;
  }

  .\37 68\:flex-shrink{
    flex-shrink: 1;
  }

  .\37 68\:basis-\[49\%\]{
    flex-basis: 49%;
  }

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

  .\37 68\:flex-row{
    flex-direction: row;
  }

  .\37 68\:items-start{
    align-items: flex-start;
  }

  .\37 68\:justify-around{
    justify-content: space-around;
  }

  .\37 68\:gap-0{
    gap: 0px;
  }

  .\37 68\:gap-3{
    gap: 0.75rem;
  }

  .\37 68\:gap-5{
    gap: 1.25rem;
  }

  .\37 68\:gap-\[30px\]{
    gap: 30px;
  }

  .\37 68\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .\37 68\:p-0{
    padding: 0px;
  }

  .\37 68\:p-10{
    padding: 2.5rem;
  }

  .\37 68\:p-16{
    padding: 4rem;
  }

  .\37 68\:p-8{
    padding: 2rem;
  }

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

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

  .\37 68\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\37 68\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\37 68\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .\37 68\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .\37 68\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }

  .\37 68\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\37 68\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\37 68\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .\37 68\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\37 68\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .\37 68\:pl-0{
    padding-left: 0px;
  }

  .\37 68\:pl-10{
    padding-left: 2.5rem;
  }

  .\37 68\:pl-3{
    padding-left: 0.75rem;
  }

  .\37 68\:pl-6{
    padding-left: 1.5rem;
  }

  .\37 68\:pl-8{
    padding-left: 2rem;
  }

  .\37 68\:pr-0{
    padding-right: 0px;
  }

  .\37 68\:pr-3{
    padding-right: 0.75rem;
  }

  .\37 68\:text-center{
    text-align: center;
  }

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

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

  .\37 68\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\37 68\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\37 68\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .\37 68\:text-\[100px\]{
    font-size: 100px;
  }

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

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

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

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

  .\37 68\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .\37 68\:leading-8{
    line-height: 2rem;
  }

  .\37 68\:leading-9{
    line-height: 2.25rem;
  }

  .\37 68\:leading-\[105px\]{
    line-height: 105px;
  }

  .\37 68\:leading-\[33px\]{
    line-height: 33px;
  }

  .\37 68\:leading-\[76px\]{
    line-height: 76px;
  }

  .\37 68\:leading-none{
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .\31 024\:block{
    display: block;
  }

  .\31 024\:flex{
    display: flex;
  }

  .\31 024\:hidden{
    display: none;
  }

  .\31 024\:h-\[67px\]{
    height: 67px;
  }

  .\31 024\:h-auto{
    height: auto;
  }

  .\31 024\:max-h-\[335px\]{
    max-height: 335px;
  }

  .\31 024\:max-h-\[747px\]{
    max-height: 747px;
  }

  .\31 024\:min-h-\[335px\]{
    min-height: 335px;
  }

  .\31 024\:min-h-\[747px\]{
    min-height: 747px;
  }

  .\31 024\:w-auto{
    width: auto;
  }

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

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

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

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

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

  .\31 024\:flex-row{
    flex-direction: row;
  }

  .\31 024\:gap-10{
    gap: 2.5rem;
  }

  .\31 024\:gap-7{
    gap: 1.75rem;
  }

  .\31 024\:gap-8{
    gap: 2rem;
  }

  .\31 024\:gap-\[30px\]{
    gap: 30px;
  }

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

  .\31 024\:gap-\[72px\]{
    gap: 72px;
  }

  .\31 024\:border-none{
    border-style: none;
  }

  .\31 024\:p-\[50px\]{
    padding: 50px;
  }

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

  .\31 024\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

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

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

  .\31 024\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\31 024\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

  .\31 024\:leading-10{
    line-height: 2.5rem;
  }

  .\31 024\:leading-\[52px\]{
    line-height: 52px;
  }
}