@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&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%;
}

@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: 1536px){
  .container{
    max-width: 1536px;
  }
}

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

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

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

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

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

.flex-none{
  flex: none;
}

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

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

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

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.bg-\[\#2e2a25\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 42 37 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

.fill-white{
  fill: #fff;
}

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

.p-2{
  padding: 0.5rem;
}

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-medium{
  font-weight: 500 !important;
}

.font-black{
  font-weight: 900;
}

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

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

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

.capitalize{
  text-transform: capitalize;
}

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

.leading-5{
  line-height: 1.25rem;
}

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

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

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

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

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

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 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;
}

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

.outline{
  outline-style: solid;
}

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

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

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

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

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

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

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

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

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

.rt{
  padding-top: 20px;
}

@media (min-width: 768px){
  .rt{
    padding-top: 30px;
  }
}

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

.rb{
  padding-bottom: 20px;
}

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

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

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

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

h1, h2, h3, h4, h5, body{
  font-family: "Cabin", sans-serif;
}

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

@media (min-width: 1024px){
  header  .menu-section ul{
    display: flex;
  }
}

h1, h2{
  font-size: 30px;
  font-weight: 700;
}

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

@media (min-width: 1280px){
  h1, h2{
    font-size: 50px;
  }
}

h3{
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px){
  h3{
    font-size: 23px;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 30px;
  }
}

h4{
  font-size: 20px;
}

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

p, body{
  font-size: 18px;
}

header  .menu-section ul li.page_item {
  padding: 0px 15px;
  color: #fff;
  position: relative;
}

header  .primary-menu-class a {
  font-size: 20px;
  color: #fff;
  padding: 0px 10px;
  position: relative;
}

header  .primary-menu-class li{
  padding: 0px 5px;
}

header  .primary-menu-class a{
  position: relative;
  display: inline-block;
  overflow: hidden;
}

@media (min-width: 1024px){
  header  .primary-menu-class a{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

header  .primary-menu-class a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  background-size: 200% auto;
  transition: all .5s;
  transform: translateX(-100%);
}

header  .primary-menu-class a:hover::after {
  transform: translateX(0%);
  animation: gradient-89 3s linear infinite;
}

header  .primary-menu-class .current_page_item a::after{
  transform: translateX(0%);
  animation: gradient-89 3s linear infinite;
}

@keyframes gradient-89 {
  0% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

header .icons{
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px){
  header .icons{
    gap: 17px;
  }
}

.menu-section{
  display: flex;
  align-items: center;
}

@media (min-width: 768px){
  .menu-section{
    gap: 20px;
  }
}

@media (min-width: 1024px){
  .menu-section{
    gap: 20px;
  }
}

.logo-section{
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 1024px){
  .logo-section{
    gap: 30px;
  }
}

.select-loction select, .select-icon{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .select-loction select, .select-icon{
    background-size: 35px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }
}

.select-loction select option {
  color: #fff !important;
  background-color: #FE0000 !important;
}

.select-loction select, .select-icon{
  background-image: url(/wp-content/uploads/2025/10/mdi_location-1.png), url(/wp-content/uploads/2025/11/fe_arrow-down.png);
  background-repeat: no-repeat;
  background-position: center left, center right ;
  outline: none;
  background-size: 26px, 18px;
}

.select-loction  select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */

.select-loction  select::-ms-expand {
  display: none;
}

/* footer */

.bg-footer  {
  background-image: url(/wp-content/uploads/2025/10/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

footer .menu li a{
  color: #fff;
  font-size: 18px;
}

footer .menu{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

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

@media (min-width: 1536px){
  footer .menu{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

footer .menu li{
  margin-bottom: 0px;
  max-width: 127px;
}

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

@media (min-width: 1024px){
  footer .menu li{
    margin-bottom: 35px;
  }
}

div#custom_html-2 {
  color: #fff;
}

ul.link-share{
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

ul.link-share li a:hover i{
  color: #FE0000;
}

div#custom_html-2 h3{
  font-size: 18px;
}

div#text-2 .textwidget {
  max-width: 340px;
  margin-top: 21px;
}

ul#menu-footer-menu {
  max-width: 1000px;
}

.copyright{
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .copyright{
    display: flex;
  }
}

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

.copyright ul.link-copyright{
  display: flex;
  padding-top: 10px;
}

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

.copyright ul.link-copyright  li{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px){
  .copyright ul.link-copyright  li{
    padding-right: 20px;
    padding-left: 20px;
  }
}

.copyright ul.link-copyright  li a:hover{
  text-decoration: underline;
}

.copyright ul.link-copyright  li:last-child{
  border-right: 0px;
  padding-right: 0pz;
}

@media (min-width: 1024px){
  .main-menu .crros, .icons .click-cross{
    display: none;
  }
}

.top-bar{
  position: relative;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  padding-bottom: 10px;
  padding-right: 100px;
}

@media (min-width: 768px){
  .top-bar{
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px){
  .top-bar{
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

a.view-all{
  font-size: 14px;
}

@media (min-width: 1024px){
  a.view-all{
    font-size: 18px;
  }
}

.top-bar a.view-all{
  position: absolute;
  right: 0px;
  top: 14px;
}

.top-bar a.view-all:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(254 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline;
}

@media (min-width: 768px){
  .top-bar a.view-all{
    top: 11px;
  }
}

@media (min-width: 1024px){
  .top-bar a.view-all{
    top: 25px;
  }
}

a.view-all i{
  padding-left: 10px;
  color: #fe0000;
}

.top-bar::before{
  content: "";
  height: 2px;
  width: 208px;
  background-color: #fe0000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tags{
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .tags{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}

@media (min-width: 1024px){
  .tags{
    font-size: 18px;
  }
}

.main-images::before{
  content: "";
}

.zoom-image {
  overflow: hidden;
}

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

.zoom-image:hover img{
  transform: scale(1.1);
  transition: transform .2s;
}

.latest-post-4 h3{
  transition: transform .2s;
  margin-bottom: 10px;
}

@media (min-width: 768px){
  .latest-post-4 h3{
    margin-bottom: 20px;
  }
}

.latest-post-4 li:hover .zoom-image img{
  transform: scale(1.1);
  transition: transform .2s;
}

.latest-post-4 li:hover h3{
  color: #FE0000;
}

.main-images img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div#media_image-2 {
  max-width: 250px;
}

.main-images  .inner-box{
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .main-images  .inner-box{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-images {
  position: relative;
}

.time-date li{
  position: relative;
  font-size: 13px
}

@media (min-width: 768px){
  .time-date li{
    font-size: 16px;
  }
}

.time-date, .time-date-2 {
  margin-top: 15px;
}

.time-date, .time-date-2,  .time-date-3{
  flex-wrap: wrap;
}

.time-date-2 li{
  position: relative;
}

.time-date li:nth-child(2)::before, .time-date-2 li:nth-child(1)::before, .time-date-3 li:nth-child(3)::before {
  display: none !important;
}

.time-date li::before, .time-date-2 li::before{
  content: "";
  position: absolute;
  left: -12px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1))
}

.main-images::before {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(180deg,rgba(42,123,155,0) 0%,rgba(0,0,0,0.7) 50%)
}

p.calgary{
  font-size: 15px;
}

.mySwiper-videos swiper-slide{
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-section{
  transition: transform .2s;
  position: relative;
}

.video-section:hover{
  transform: scale(1.08);
}

.video-section span{
  position: absolute;
  bottom: 20px;
  z-index: 999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .video-section span{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  .video-section span{
    font-size: 35px;
  }
}

@media only screen and (max-width: 1020px) {
  header  .primary-menu-class .current_page_item a::after{
    display: none !important;
  }

  header .primary-menu-class li {
    padding: 13px 10px 9px !important;
  }

  header  .primary-menu-class .current_page_item {
    background-color: #b60303 !important;
  }

  header .menu-section ul li.page_item{
    padding: 10px;
    border-bottom: 1px solid;
  }

  header  .primary-menu-class a::after{
    display: none !important;
  }

  header  nav.primary-menu-container  li a{
    padding-top: 10px  !important;
  }

  a.crros {
    width: 45px;
    display: block;
    height: 40px;
    font-size: 30px;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  header .main-menu{
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 9999;
    height: 100%;
    width: 100%;
    max-width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  @media (min-width: 768px){
    header .main-menu{
      max-width: 400px;
    }
  }

  .show-menu header  .main-menu{
    left: 0%;
  }

  header .open .main-menu{
    left: 0;
  }

  header .main-menu *{
    color: #fff;
  }

  header .primary-menu-container li{
    border-bottom-width: 1px;
  }

  @media (min-width: 1024px){
    header .primary-menu-container li{
      padding: 10px;
    }
  }

  header .primary-menu-container li:first-child{
    border-top: 1px solid #fff;
  }

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

  select#cars{
    background-size: 17px;
    padding-left: 26px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  header .icons img{
    width: 33px;
  }

  header .icons  i.fa-solid.fa-bars{
    font-size: 29px;
    /* margin-bottom: 20px; */
    margin-top: 5px;
    color: #fff;
  }
}

.line-before::before {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 999;
  height: 2px;
  width: 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 1200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.grid-post li:hover .line-before::before, .section-top li:hover .line-before::before{
  width: 100%;
}

.grid-post li h3, .section-top li h3{
  transition: all  ease-in-out 1s;
}

.grid-post li:hover h3, .section-top li:hover h3{
  color: #fe0000;
}

.bg-line {
  background-image: url(/wp-content/uploads/2025/11/bg-line.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.add-box{
  background-image: url(/wp-content/uploads/2025/11/Rectangle-256.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 768px){
  .add-box{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .add-box{
    padding-left: 80px;
    padding-right: 80px;
  }
}

.bg-things-bg{
  background-image: url( /wp-content/uploads/2025/11/bg-things-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe{
  background-image: url( /wp-content/uploads/2025/11/subscribe.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.calendar-form  input{
  height: 60px;
  border: 1px solid #B7B7B7;
  outline: none;
  padding-left: 10px
}

@media (min-width: 768px){
  .calendar-form  input{
    padding-left: 20px;
  }
}

/* Custom styles for the double handle slider track */

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  pointer-events: none;
  /* disable pointer events for base sliders */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  /* enable pointer events for thumbs */
  width: 20px;
  height: 20px;
  background: #fff;
  border: 7px solid #1A1A1A;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  /* center thumb */
}

input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 6px solid #1A1A1A;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* Custom track styling for two handles, using a track background gradient */

#slider-range {
  position: absolute;
  height: 9px;
  border-radius: 3px;
  background: #5E5E5E;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

#slider-track {
  position: absolute;
  height: 9px;
  border-radius: 3px;
  background: #d1d5db;
  /* Tailwind gray-300 */
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px){
  .grid-post-2  li:nth-child(1), .grid-post-2 li:nth-child(1), .grid-post-2 li:nth-child(3){
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}

@media (min-width: 1280px){
  .grid-post-2  li:nth-child(1), .grid-post-2 li:nth-child(1), .grid-post-2 li:nth-child(3){
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px){
  .grid-post li:nth-child(2),  .grid-post li:nth-child(1), .grid-post-3 li:nth-child(3){
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}

.grid-post li img{
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .grid-post li img{
    height: 170px;
  }
}

@media (min-width: 1024px){
  .grid-post li img{
    height: 239px;
  }
}

.grid-post li:nth-child(2) img,  .grid-post li:nth-child(1) img,  .grid-post-3 li:nth-child(3) img{
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .grid-post li:nth-child(2) img,  .grid-post li:nth-child(1) img,  .grid-post-3 li:nth-child(3) img{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .grid-post li:nth-child(2) img,  .grid-post li:nth-child(1) img,  .grid-post-3 li:nth-child(3) img{
    height: 600px;
  }
}

.grid-post li:nth-child(2),  .grid-post li:nth-child(1),  .grid-post-3 li:nth-child(3){
  grid-column:  span 2;
}

.grid-post li img{
  width: 100%;
}

.top-restaurants{
  background-image: url(/wp-content/uploads/2025/11/Group-89-1-min.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.input-custom{
  height: 45px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .input-custom{
    height: 60px;
    padding-left: 20px;
  }
}

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

.subscribe   h2{
  display: none;
}

.subscribe  form#gform_1{
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .subscribe  form#gform_1{
    width: 353px;
    max-width: 463px;
  }
}

@media (min-width: 1024px){
  .subscribe  form#gform_1{
    width: 463px;
  }
}

.subscribe input{
  outline: none !important;
  box-shadow: none !important;
  height: 50px !important;
  width: 100%;
  border-radius: 0px !important;
  border-width: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important
}

@media (min-width: 1024px){
  .subscribe input{
    padding-right: 160px !important;
  }
}

.subscribe input#input_1_1{
  color: #808080;
}

#menu-footer-menu li a:hover{
  color: #FE0000 !important;
}

.submit-btn {
  background-image: url(/wp-content/uploads/2025/11/streamline_send-email-solid.png);
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  right: 0px;
  top: 0px;
  margin-top: 15px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 20px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

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

@media (min-width: 768px){
  .submit-btn{
    position: absolute;
    margin-top: 0px;
    width: 155px;
    padding-right: 48px !important;
    padding-left: 23px;
  }
}

@media (min-width: 1024px){
  .submit-btn{
    background-position: 117px center;
  }
}

.subscribe  input#gform_submit_button_1:hover{
  background-color: #000;
}

.subscribe  .gform-footer.gform_footer.top_label {
  margin: 0px;
}

div#gform_1_validation_container {
  display: none;
}

.latest-listing > li{
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.latest-listing > li img{
  height: 239px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .latest-listing > li img{
    height: 270px;
    width: 661px;
  }
}

@media (min-width: 1024px){
  .latest-listing > li img{
    height: 379px;
  }
}

.latest-listing > li h3{
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (min-width: 768px){
  .latest-listing > li h3{
    margin-top: 30px;
  }
}

@media (min-width: 1024px){
  .latest-listing > li h3{
    margin-bottom: 60px;
  }
}

.latest-listing > li h3{
  transition: all  ease-in-out 0.3s;
}

.latest-listing > li:hover h3{
  color: #FE0000;
}

.search_top {
  top: -100px;
  left: 0px;
  right: 0px;
  transition: all 
ease-in-out 0.3s;
  z-index: 9999999;
}

.search_top_show {
  top: 0px;
}

.blog-single .single-contant h2, .blog-single .single-contant h3{
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
}

@media (min-width: 768px){
  .blog-single .single-contant h2, .blog-single .single-contant h3{
    font-size: 30px;
  }
}

.blog-single .single-contant p{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .blog-single .single-contant p{
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px){
  .blog-single .single-contant p{
    margin-bottom: 25px;
  }
}

.blog-single .single-contant  a{
  --tw-text-opacity: 1;
  color: rgb(254 0 0 / var(--tw-text-opacity, 1));
}

.blog-single .single-contant  a:hover{
  text-decoration-line: underline;
}

.blog-single .single-contant ul  li{
  position: relative;
  padding-left: 25px;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .blog-single .single-contant ul  li{
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px){
  .blog-single .single-contant ul  li{
    margin-bottom: 25px;
  }
}

.blog-single .single-contant ul{
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 768px){
  .blog-single .single-contant ul{
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px){
  .blog-single .single-contant ul{
    margin-bottom: 25px;
  }
}

.blog-single .single-contant li::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FE0000;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 8px;
}

.video-setion{
  position: relative;
}

.video-section .video-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.video-setion > img:first-child{
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 768px){
  .video-setion > img:first-child{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .video-setion > img:first-child{
    height: 588px;
  }
}

.video-setion::before{
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
}

.date-input{
  padding-right: 15px;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .select-box-loction {
    background-color: #ED0000;
    padding: 15px;
  }

  .select-box-loction a{
    width: 100% !important;
    display: block;
  }

  .top-bar h1{
    font-size: 26px;
  }
}

.btn-primery{
  transition: all ease-in-out 0.3s;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

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

.post-save {
  display: none !important;
}

.slider-videosSW  .video-section:hover {
  transform: none !important;
}

.mySwiper-videos swiper-slide.swiper-slide-active, .mySwiper-videos .faded-last {
  opacity: .5;
}

.slider-videosSW {
  overflow: hidden;
}

swiper-container.mySwiper-videos {
  margin-left: -150px;
  margin-right: -150px;
}

/* Style Swiper navigation buttons */

swiper-container::part(button-next),
      swiper-container::part(button-prev){
  top: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  swiper-container::part(button-next),
      swiper-container::part(button-prev){
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

swiper-container::part(button-prev){
  left: 23%;
}

@media (min-width: 768px){
  swiper-container::part(button-prev){
    left: 20%;
  }
}

@media (min-width: 1024px){
  swiper-container::part(button-prev){
    left: 15%;
  }
}

swiper-container::part(button-next){
  right: 23%;
}

@media (min-width: 768px){
  swiper-container::part(button-next){
    right: 20%;
  }
}

@media (min-width: 1024px){
  swiper-container::part(button-next){
    right: 15%;
  }
}

/* Hover effect */

swiper-container::part(button-next):hover,
      swiper-container::part(button-prev):hover {
  background-color: #FE0000;
  /* Slightly lighter on hover */
}

swiper-slide.hide-stat.faded-last ~ swiper-slide {
  opacity: .5;
}

form.search-form input.search-field{
  height: 50px;
  width: 100%;
  max-width: 400px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 209 209 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  outline-width: 0px;
}

form.search-form input.search-submit{
  height: 50px;
  width: 125px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

form.search-form input.search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.lostion-dropdown {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 93px;
  padding: 30px 0px;
  transition: opacity .3s 
ease-out, visibility .3s 
ease-out;
  transition-delay: .1s;
  opacity: 0;
  visibility: hidden;
}

.select-box-loction:hover  .lostion-dropdown{
  opacity: 1;
  visibility: visible;
}

.lostion-dropdown ul{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 1024px){
  .lostion-dropdown ul{
    gap: 40px;
  }
}

.lostion-dropdown ul li{
  position: relative;
}

.lostion-dropdown ul li a::before{
  content:"" ;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}

.lostion-dropdown ul li:hover a::before{
  opacity: 0.8;
}

.lostion-dropdown ul li h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
}

.lostion-dropdown ul li img{
  height: 150px;
  width: 100%;
}

@media (min-width: 768px){
  .lostion-dropdown ul li img{
    height: 250px;
  }
}

@media (min-width: 1024px){
  .lostion-dropdown ul li img{
    height: 300px;
  }
}

form.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.search-form  span.screen-reader-text{
  display: none;
}

form.search-form label{
  width: 100%;
  max-width: 400px;
}

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

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

.custom-pagination .swiper-pagination-bullet{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-pagination .swiper-pagination-bullet-active{
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.sidebar{
  max-height: 500px;
  overflow-y: auto;
}

@media (min-width: 1024px){
  .sidebar{
    max-height: 700px;
  }
}

.restaurant-card{
  margin-bottom: 15px;
  cursor: pointer;
  align-items: center;
  gap: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  padding: 0px;
  text-align: center;
}

@media (min-width: 768px){
  .restaurant-card{
    display: flex;
    text-align: left;
  }
}

.restaurant-card p{
  margin-top: 10px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .restaurant-card p{
    margin-top: 27px;
  }
}

.restaurant-card img{
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .restaurant-card img{
    max-width: 225px;
  }
}

.restaurant-card div {
  padding: 20px;
}

#map {
  flex: 1;
}

.section-top 
swiper-container::part(bullet) {
  background-color: #DADADA;
  width: 100%;
  border-radius: 0px;
  height: 2px;
}

.section-top 
swiper-container::part(bullet-active) {
  background: #797979 !important;
  width: 100%;
  border-radius: 0px;
}

.section-top  swiper-slide{
  padding-bottom: 40px;
}

.section-top 
swiper-container::part(pagination) {
  left: 0 !important;
  right: 0 !important;
  display: flex;
  bottom: 0px;
  background: #DADADA !important;
  width: 92% !important;
  height: 3px;
}

@media only screen and (max-width: 767px) {
  .time-date li, .time-date-2 li, .time-date-3 li{
    display: none;
  }

  .time-date li:nth-child(2), .time-date-2 li:nth-child(1), .time-date-3 li:nth-child(3){
    display:  block;
  }

  .grid-post li:nth-child(2) .time-date li, .grid-post li:nth-child(1)  .time-date li, .grid-post-3 li:nth-child(3)  .time-date li{
    display:  block;
  }

  img.image.wp-image-27{
    width: 143px;
  }

  .copyright ul.link-copyright li:first-child{
    padding-left: 0px  !important;
  }

  .lostion-dropdown {
    top: 132px;
  }

  .calendar-form input{
    font-size: 13px;
    height: 40px;
  }

  .calendar-form .input-1{
    width: 66%;
  }

  .calendar-form .input-2{
    width: 31%;
  }

  .calendar-form .input-3{
    width: 30%;
  }

  .calendar-form .input-4{
    width: 24%;
  }

  .calendar-form .input-5{
    width: 41%;
  }

  .add-box h2{
    font-size: 20px;
  }
}

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

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

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

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

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

.peer:checked ~ .peer-checked\:fill-red-500{
  fill: #ef4444;
}

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

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

  .md\:right-\[20\%\]{
    right: 20%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

  .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-\[30\%_30\%_1fr\]{
    grid-template-columns: 30% 30% 1fr;
  }

  .md\:grid-cols-\[40\%_60\%\]{
    grid-template-columns: 40% 60%;
  }

  .md\:grid-cols-\[60\%_1fr\]{
    grid-template-columns: 60% 1fr;
  }

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

  .md\:gap-4{
    gap: 1rem;
  }

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

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

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

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-5{
    line-height: 1.25rem;
  }
}

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

  .lg\:right-\[15\%\]{
    right: 15%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr_400px\]{
    grid-template-columns: 1fr 400px;
  }

  .lg\:grid-cols-\[35\%_20\%_1fr\]{
    grid-template-columns: 35% 20% 1fr;
  }

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

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

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:h-\[379px\]{
    height: 379px;
  }

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

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

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

  .xl\:grid-cols-\[30\%_13\%_14\%_16\%_24\%\]{
    grid-template-columns: 30% 13% 14% 16% 24%;
  }

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}