@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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: Inter, sans-serif;
  /* 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: 1320px){
  .container{
    max-width: 1320px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.-left-16{
  left: -4rem;
}

.-left-24{
  left: -6rem;
}

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

.-right-16{
  right: -4rem;
}

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

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

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

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

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

.top-40{
  top: 10rem;
}

.top-6{
  top: 1.5rem;
}

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.m-8{
  margin: 2rem;
}

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

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

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.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-9{
  margin-bottom: 2.25rem;
}

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

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

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

.mr-4{
  margin-right: 1rem;
}

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

.mt-12{
  margin-top: 3rem;
}

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[100\/50\]{
  aspect-ratio: 100/50;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

.aspect-\[208\/156\]{
  aspect-ratio: 208/156;
}

.aspect-\[300\/208\]{
  aspect-ratio: 300/208;
}

.aspect-\[337\/234\]{
  aspect-ratio: 337/234;
}

.aspect-\[417\/255\]{
  aspect-ratio: 417/255;
}

.aspect-\[419\/260\]{
  aspect-ratio: 419/260;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-32{
  height: 8rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

.h-\[260x\]{
  height: 260x;
}

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

.min-h-screen{
  min-height: 100vh;
}

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

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

.w-10{
  width: 2.5rem;
}

.w-16{
  width: 4rem;
}

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-32{
  width: 8rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

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

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

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

.basis-11{
  flex-basis: 2.75rem;
}

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

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

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-\[\#c4c4c4\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-divide-opacity, 1));
}

.divide-white\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.75);
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

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

.border{
  border-width: 1px;
}

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

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

.border-l-\[5px\]{
  border-left-width: 5px;
}

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

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

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

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

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

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

.border-\[\#c4c4c4\]\/25{
  border-color: rgb(196 196 196 / 0.25);
}

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

.border-\[\#e3e5ec\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 229 236 / var(--tw-border-opacity, 1));
}

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

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

.border-light-gray{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(219 3 13 / var(--tw-border-opacity, 1));
}

.bg-\[\#0077b5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#1da1f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3b5998\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-\[\#bd1e2d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(189 30 45 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(219 3 13 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/5{
  background-color: rgb(249 165 2 / 0.05);
}

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

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

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

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

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

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

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

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

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

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

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

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

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

.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-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.pb-11{
  padding-bottom: 2.75rem;
}

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

.pb-14{
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

.pl-12{
  padding-left: 3rem;
}

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

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

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

.pr-12{
  padding-right: 3rem;
}

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

.pr-6{
  padding-right: 1.5rem;
}

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

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

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

.pt-14{
  padding-top: 3.5rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

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

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

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

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

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

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

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

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

.text-dark-gray{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

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

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

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(219 3 13 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(249 165 2 / var(--tw-text-opacity, 1));
}

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

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

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

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-standard{
  --tw-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px 2px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

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

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

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

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

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

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

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin            : 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.wpcf7-response-output {
  margin       : 20px 0px 0px 0px !important;
  border-radius: 5px;
  color        : white;
  background   : #DB030D;
  border-color : #DB030D !important;
}

div#wpcf7-f6932-o1 {
  width: 100%;
}

/* Home */

.homeBanner .swiper-pagination {
  bottom: 30px !important;
}

.homeBanner .swiper-pagination-bullet {
  background-color: #c4c4c4;
  width           : 12px;
  height          : 12px;
  border-radius   : 100px;
  opacity         : 1;
}

.homeBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DB030D;
  width           : 52px;
}

@media (max-width: 1024px) {
  .homeBanner .swiper-pagination {
    bottom: 16px !important;
  }

  .homeBanner .swiper-pagination-bullet {
    background-color: #c4c4c4;
    width           : 8px;
    height          : 8px;
    border-radius   : 100px;
    opacity         : 1;
  }

  .homeBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DB030D;
    width           : 40px;
  }
}

.homeTestimonial .swiper-pagination {
  bottom: 68px !important;
}

.homeTestimonial .swiper-pagination-bullet {
  background-color: #c4c4c4;
  width           : 12px;
  height          : 12px;
  border-radius   : 100px;
  opacity         : 1;
}

.homeTestimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DB030D;
  width           : 52px;
}

@media (max-width: 1024px) {
  .homeTestimonial .swiper-pagination-bullet {
    background-color: #c4c4c4;
    width           : 8px;
    height          : 8px;
    border-radius   : 100px;
    opacity         : 1;
  }

  .homeTestimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DB030D;
    width           : 40px;
  }

  .homeTestimonial .swiper-pagination {
    bottom: 42px !important;
  }
}

/* Menu */

#menu-main-menu>li.menu-item {
  position: relative;
  padding : 10px 0px;
}

@media (min-width: 1024px) {
  #menu-main-menu>li.menu-item {
    margin: 0px 19px;
  }
}

#menu-main-menu li.menu-item .menu-item-container {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

#menu-main-menu>li.menu-item>div>a {
  text-transform: uppercase;
  font-weight   : 500;
}

#menu-main-menu .sub-menu .toggle {
  display: none;
}

#menu-main-menu .sub-menu>li.menu-item-has-children>.menu-item-container>.toggle {
  display: block;
}

@media (min-width: 1024px) {
  #menu-main-menu .sub-menu>li.menu-item-has-children>.menu-item-container>.toggle {
    display  : block;
    transform: rotate(-90deg);
  }
}

#menu-main-menu .toggle {
  display: none;
}

#menu-main-menu>li.menu-item-has-children>.menu-item-container>.toggle {
  display: block;
}

@media (max-width: 1024px) {
  #menu-main-menu .toggle {
    transition: ease-in-out all 0.3s;
  }
}

#menu-main-menu .toggle {
  transform: rotate(0deg);
}

#menu-main-menu .menu-item-container.active .toggle {
  transform: rotate(180deg);
}

.menu-item-container.active a {
  color: #DB030D !important;
}

@media (min-width: 1024px) {
  #menu-main-menu li.menu-item:hover>.sub-menu {
    display: block;
  }

  #menu-main-menu .sub-menu:hover {
    display: block;
  }
}

#menu-main-menu .sub-menu {
  display   : none;
  position  : relative;
  width     : 100%;
  margin-top: 10px;
  box-shadow: unset
}

@media (min-width: 1024px) {
  #menu-main-menu .sub-menu {
    position  : absolute;
    width     : 275px;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  }

  #menu-main-menu .sub-menu .sub-menu {
    margin-top: -32px;
    left      : 275px;
    border    : unset;
    color     : #333;
    padding   : 0px !important;
  }

  /* #menu-main-menu > li > .sub-menu {
    position: fixed;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 10%);
    width: 100%;
    border-top: 1px solid #ddd;
    left: 0px;
    top: 124px;
    margin: 0px;
  } */
}

#menu-main-menu .sub-menu>.menu-item {
  margin    : 0px;
  padding   : 7px 0px;
  background: transparent;
}

@media (min-width: 1024px) {
  #menu-main-menu .sub-menu>.menu-item {
    padding         : 7px 15px;
    background-color: #fff;
  }

  #menu-main-menu .sub-menu>.menu-item:hover {
    background-color: #DB030D;
    color           : #fff;
  }
}

#menu-main-menu ul {
  padding-left: 16px !important;
  border-left : 2px solid #DB030D;
}

#menu-main-menu>li>ul {
  padding    : 0px !important;
  border-left: 2px solid transparent;
}

/* Contact Page Form */

#contact-page-form input.wpcf7-text {
  padding   : 0px 20px;
  height    : 50px;
  border    : 1px solid #c4c4c4;
  background: #f5f5f5;
  outline   : unset;
  display   : block;
  width     : 100%;
}

#contact-page-form .wpcf7-textarea {
  margin       : 0px;
  background   : #f5f5f5;
  border       : 1px solid #c4c4c4;
  border-radius: 0px;
  width        : 100%;
  padding      : 20px;
}

#contact-page-form .wpcf7-submit {
  margin-top   : 40px;
  height       : 40px;
  border-radius: 3px;
  padding      : 0px 48px;
}

#contact-page-form .flex {
  gap            : 30px;
  justify-content: space-between;
  margin-bottom  : 20px;
}

@media (max-width: 767px) {
  #contact-page-form .flex {
    gap          : 16px;
    margin-bottom: 16px;
  }
}

/* Footer form */

#footer-form .flex {
  gap            : 26px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #footer-form .flex {
    gap            : 16px;
    justify-content: space-between;
    flex-direction : column;
  }
}

#footer-form input.wpcf7-text {
  height       : 54px;
  padding      : 0px 24px;
  border-radius: 3px;
  background   : #fff;
  outline      : unset;
  display      : block;
  width        : 100%;
}

@media (max-width: 767px) {
  #footer-form input.wpcf7-text {
    height       : 40px;
    padding      : 0px 24px;
    border-radius: 3px;
    background   : #fff;
    outline      : unset;
    display      : block;
    width        : 100%;
  }
}

#footer-form input.wpcf7-submit {
  height       : 54px;
  width        : 100%;
  margin-top   : 30px;
  border-radius: 3px;
  cursor       : pointer;
}

@media (max-width: 767px) {
  #footer-form input.wpcf7-submit {
    height       : 40px;
    width        : 100%;
    margin-top   : 16px;
    border-radius: 3px;
    cursor       : pointer;
  }
}

#footer-form .wpcf7-spinner {
  position: absolute;
}

/* Select form */

select {
  background-image   : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iIzQ0NCI+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xOSA5bC03IDctNy03Ii8+PC9zdmc+);
  background-repeat  : no-repeat;
  background-position: calc(100% - 15px);
  background-size    : 1.2em;
  -webkit-appearance : none;
  -moz-appearance    : none;
  appearance         : none;
}

/* Content from editor */

.content-from-editor p {
  margin-bottom: 12px;
}

.content-from-editor li {
  margin-bottom: 12px;
  list-style   : disc;
  margin-left  : 18px;
}

.content-from-editor.post-content table {
  display    : block;
  white-space: nowrap;
  overflow-x : scroll;
  max-width  : 100%;
}

.content-from-editor.post-content figure {
  width          : 100% !important;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  margin         : 24px 0px;
}

.content-from-editor.post-content figcaption {
  margin-top: 12px;
}

.content-from-editor.post-content h1 {
  font-size        : 1.875rem;
  /* 30px */
  line-height      : 2.25rem;
  /* 36px */
  font-weight      : 500;
  text-transform   : uppercase;
  color            : rgb(14 51 0);
  padding-left     : 0.75rem;
  border-color     : rgb(252 164 1);
  border-left-width: 5px;
  margin-bottom    : 1.25rem;
}

.content-from-editor.post-content h2 {
  font-size  : 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
  margin     : 20px 0px 10px 0px;
}

.content-from-editor.post-content h3 {
  font-size  : 1.25rem;
  /* 20px */
  line-height: 1.75rem;
  /* 28px */
  margin     : 17px 0px 7px 0px;
}

.content-from-editor.post-content h4 {
  font-size  : 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
  margin     : 14px 0px 4px 0px;
}

.content-from-editor.post-content h5 {
  font-size  : 1rem;
  line-height: 1.5rem;
  margin     : 14px 0px 4px 0px;
}

@media (min-width: 1024px) {
  .content-from-editor.post-content h1 {
    font-size        : 2.25rem;
    line-height      : 2.5rem;
    font-weight      : 500;
    text-transform   : uppercase;
    color            : rgb(14 51 0);
    padding-left     : 0.75rem;
    border-color     : rgb(252 164 1);
    border-left-width: 5px;
    margin-bottom    : 1.25rem;
  }

  .content-from-editor.post-content h2 {
    font-size  : 28px;
    /* 30px */
    line-height: 2.25rem;
    /* 36px */
    margin     : 23px 0px 13px 0px;
  }

  .content-from-editor.post-content h3 {
    font-size  : 1.5rem;
    /* 24px */
    line-height: 2rem;
    /* 32px */
    margin     : 20px 0px 10px 0px;
  }

  .content-from-editor.post-content h4 {
    font-size  : 1.25rem;
    /* 20px */
    line-height: 1.75rem;
    /* 28px */
    margin     : 17px 0px 7px 0px;
  }

  .content-from-editor.post-content h5 {
    font-size  : 1.125rem;
    /* 18px */
    line-height: 1.75rem;
    /* 28px */
    margin     : 14px 0px 4px 0px;
  }
}

.content-from-editor.post-content a {
  color: #DB030D;
}

.content-from-editor.post-content a:hover {
  color: #DB030D;
}

.content-from-editor.post-content table {
  margin: 15px 0px;
}

.content-from-editor.post-content table p {
  margin: 0px;
}

.content-from-editor.post-content td,
.content-from-editor.post-content th {
  border : 1px solid #c4c4c4;
  padding: 8px;
}

.content-from-editor.post-content tr:first-child {
  background-color: #DB030D !important;
  color           : #fff;
  font-weight     : 500;
}

.content-from-editor.post-content tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.content-from-editor.post-content tr:hover {
  background-color: #ddd;
}

.content-from-editor.post-content th {
  padding-top     : 12px;
  padding-bottom  : 12px;
  text-align      : left;
  background-color: #04AA6D;
  color           : white;
}

/* Custom overflow scrollbar */

/* width */

.custom-overflow-scroll::-webkit-scrollbar {
  width : 5px;
  height: 5px;
}

/* Track */

.custom-overflow-scroll::-webkit-scrollbar-track {
  background: #e5e5e5;
}

/* Handle */

.custom-overflow-scroll::-webkit-scrollbar-thumb {
  background: #DB030D;
}

/* Handle on hover */

.custom-overflow-scroll::-webkit-scrollbar-thumb:hover {
  background: #DB030D;
}

/* Theme options */

#puramu-options-sortables {
  height: 100%;
}

/* Button contact style */

#button-contact-vr {
  position: fixed;
  bottom  : 0;
  z-index : 999;
}

/*phone*/

#button-contact-vr .button-contact {
  position: relative;
}

#button-contact-vr .button-contact .phone-vr {
  position                   : relative;
  visibility                 : visible;
  background-color           : transparent;
  width                      : 90px;
  height                     : 90px;
  cursor                     : pointer;
  z-index                    : 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform          : translateZ(0);
  transition                 : visibility .5s;
  left                       : 0;
  bottom                     : 0;
  display                    : block;
}

.phone-vr-circle-fill {
  width                   : 65px;
  height                  : 65px;
  top                     : 12px;
  left                    : 12px;
  position                : absolute;
  border-radius           : 50%;
  border                  : 2px solid transparent;
  animation               : phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition              : all .5s;
  transform-origin        : 50% 50%;
  -webkit-animuiion       : zoom 1.3s infinite;
  animation               : zoom 1.3s infinite;
}

.phone-vr-img-circle {
  width            : 40px;
  height           : 40px;
  line-height      : 40px;
  top              : 25px;
  left             : 25px;
  position         : absolute;
  border-radius    : 50%;
  display          : flex;
  justify-content  : center;
  animation        : phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display    : block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height       : 25px;
  max-width        : 27px;
  position         : absolute;
  top              : 50%;
  left             : 50%;
  transform        : translate(-50%, -50%);
  -moz-transform   : translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform     : translate(-50%, -50%);
}

@keyframes zoom {
  0% {
    transform: scale(.9)
  }

  70% {
    transform : scale(1);
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    transform : scale(.9);
    box-shadow: 0 0 0 0 transparent
  }
}

.phone-bar a {
  position     : fixed;
  bottom       : 25px;
  left         : 30px;
  z-index      : -1;
  color        : #fff;
  font-size    : 16px;
  padding      : 8px 15px 7px 50px;
  border-radius: 100px;
  white-space  : nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color  : #fff;
}

@media(max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

/*css all in one*/

#gom-all-in-one #phone-vr {
  transition        : 0.7s all;
  -moz-transition   : 0.7s all;
  -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
  transition        : 1s all;
  -moz-transition   : 1s all;
  -webkit-transition: 1s all;
}

#gom-all-in-one #messenger-vr {
  transition        : 1.6s all;
  -moz-transition   : 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#all-in-one-vr .phone-bar {
  position     : absolute;
  top          : 50%;
  transform    : translateY(-50%);
  left         : 100%;
  color        : #fff;
  padding      : 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left  : -64px;
  width        : -moz-max-content;
  width        : max-content;
  cursor       : pointer;
}

/* Footer */

footer a:hover {
  text-decoration: underline;
}

/* trash css */

.swiper-slide {
  height: auto !important;
}

.about-section-1-heading strong {
  color      : #DB030D;
  font-weight: 700 !important;
}

.rank-math-breadcrumb .separator {
  font-size: 14px;
  padding  : 0px 6px;
}

.kk-star-ratings {
  flex-direction: row-reverse;
}

.kksr-legend {
  margin-left: 0px !important;
}

/* Custom Button */

.cs-button svg {
  left: 8px;
}

.cs-button:hover svg {
  left: 20px;
}

/* About History */

.aboutHistory .swiper-slide:nth-child(odd) .about-history-year-container img {
  top      : -3px;
  transform: rotate(-180deg);
}

.aboutHistory .swiper-slide:nth-child(even) .about-history-year-container img {
  bottom: -3px;
}

/* FAQ Toggle */

.toggle-title svg {
  transform: rotate(0deg);
}

.toggle-title.active {
  background-color: #DB030D;
  color           : #fff;
}

.toggle-title.active svg {
  fill     : #fff;
  transform: rotate(180deg);
}

/* Woo reviews */

#reviews .review {
  list-style: none;
}

.comment_container {
  border-bottom: 1px solid #dedede;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float        : left;
  position     : absolute;
  top          : 0em;
  left         : 0em;
  padding      : 3px;
  width        : 4.5em;
  height       : auto;
  background   : #ebe9eb;
  border       : 1px solid #e4e1e3;
  margin       : 0;
  box-shadow   : none;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 3.5em;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin       : 0px;
  border       : unset;
  border-radius: 0px;
  padding      : 0em 0em 0em 6em;
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0em 0em 0em 4.5em;
  }
}

.woocommerce .star-rating span::before {
  color: #DB030D;
}

.woocommerce-review__author {
  font-size: 1.2em;
  color    : #DB030D;
}

#review_form input {
  border       : 1px solid #dedede;
  border-radius: 3px;
  padding      : 0px 16px;
  height       : 40px;
}

#review_form textarea {
  border       : 1px solid #dedede;
  border-radius: 3px;
  padding      : 10px 16px;
  height       : 200px;
}

#review_form .comment-notes {
  display: none;
}

#review_form .comment-form-rating label {
  font-size     : 20px;
  padding-bottom: 16px;
  display       : block;
  font-weight   : 500;
}

@media (max-width: 767px) {
  #review_form .comment-form-rating label {
    font-size: 18px;
  }
}

#review_form .stars {
  font-size: 24px;
}

@media (max-width: 767px) {
  #review_form .stars {
    font-size: 22px;
  }
}

#review_form .comment-form-comment label {
  font-size     : 20px;
  padding-bottom: 16px;
  display       : block;
  font-weight   : 500;
}

@media (max-width: 767px) {
  #review_form .comment-form-comment label {
    font-size: 18px;
  }
}

#review_form .comment-form-cookies-consent {
  display    : flex;
  align-items: center;
  gap        : 10px;
}

@media (max-width: 767px) {
  #review_form .comment-form-cookies-consent {
    align-items: unset;
    padding    : 16px 0px;
  }

  #wp-comment-cookies-consent {
    height: 22px !important;
  }
}

#review_form #submit {
  padding   : 0px 32px !important;
  background: #DB030D !important;
  color     : #fff !important;
}

/* Light Box */

[lightbox-toggle] {
  cursor: zoom-in;
}

[lightbox-toggle]:after {
  position   : absolute;
  content    : url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="white" stroke="black" stroke-opacity="0.25" stroke-width="0.25" d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm1-7h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H7a1 1 0 0 1 0-2h2V7a1 1 0 1 1 2 0v2z"/></svg>');
  height     : 32px;
  width      : 32px;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  will-change: opacity;
  transition : opacity 0.2s;
}

[lightbox-toggle]:hover:after {
  opacity: 1;
  filter : drop-shadow(2px 4px 6px black);
}

.c-lightbox {
  font-family     : Arial, "Helvetica Neue", Helvetica, sans-serif;
  pointer-events  : none;
  position        : fixed;
  opacity         : 0;
  width           : 100vw;
  height          : 100vh;
  z-index         : 9000000;
  top             : 0;
  left            : 0;
  right           : 0;
  bottom          : 0;
  background-color: rgba(0, 0, 0, 0.85);
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  transition      : opacity 0.3s;
}

.c-lightbox.open {
  opacity       : 1;
  pointer-events: all;
}

.c-lightbox .c-lightbox__container {
  width : 100%;
  height: 100%;
}

.c-lightbox .c-lightbox__close {
  z-index  : 999999;
  position : absolute;
  cursor   : pointer;
  top      : 1vh;
  right    : 1vw;
  font-size: 30px;
  padding  : 20px;
  color    : white;
}

.c-lightbox .c-lightbox__close:hover {
  color: red;
}

.c-lightbox .swiper-container {
  width : 100%;
  height: 100%;
}

.c-lightbox .swiper-slide {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.c-lightbox .swiper-pagination {
  color: white;
}

.c-lightbox .swiper-button-next {
  color: white;
}

.c-lightbox .swiper-button-prev {
  color: white;
}

@media (min-width: 1024px) {
  .c-lightbox .swiper-button-next {
    right: 30px !important;
  }

  .c-lightbox .swiper-button-prev {
    left: 16px !important;
  }
}

.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: #DB030D;
}

.c-lightbox .swiper-button-next:after,
.c-lightbox .swiper-button-prev:after {
  font-size: 30px;
}

.c-lightbox .c-lightbox__image {
  display        : flex;
  justify-content: center;
  align-items    : center;
  position       : relative;
  height         : 75%;
  width          : 75%;
  text-align     : center;
  cursor         : zoom-in;
}

.c-lightbox .c-lightbox__image img {
  width     : auto;
  height    : auto;
  max-height: 90vh;
  max-width : 90vw;
}

/* Cart Page */

.woocommerce-cart-form .shop_table {
  border         : unset !important;
  border-collapse: collapse !important;
  margin-bottom  : 0px !important;
}

@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table {
    display    : block !important;
    overflow-y : hidden;
    overflow-x : scroll;
    white-space: nowrap;
  }
}

.woocommerce-cart-form .shop_table thead tr {
  border-bottom: 2px solid #c4c4c4 !important;
}

.woocommerce-cart-form .shop_table th {
  font-weight   : 700 !important;
  text-transform: uppercase;
  padding-bottom: 12px !important;
  margin-bottom : 8px !important;
  padding-top   : 0px !important;
}

.woocommerce-cart-form td.product-thumbnail {
  padding: 32px 0px !important;
}

@media (max-width: 767px) {
  .woocommerce-cart-form td.product-thumbnail {
    min-width: 90px !important;
  }
}

.woocommerce-cart-form .product-thumbnail img {
  width       : 180px !important;
  aspect-ratio: 180/111 !important;
}

.woocommerce-cart-form bdi {
  padding    : 20px 0px 10px 0px !important;
  text-align : right !important;
  color      : #DB030D !important;
  font-weight: 700 !important;
}

.cart_totals h2 {
  font-weight   : 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom : 2px solid #c4c4c4;
  margin-bottom : 8px;
}

.cart_totals table {
  border         : unset !important;
  border-collapse: collapse !important;
}

.cart_totals table tr {
  border-bottom: 1px solid #c4c4c4 !important;
}

.cart_totals th {
  padding    : 20px 0px 10px 0px !important;
  color      : #444 !important;
  font-weight: 600 !important;
}

.cart_totals td {
  padding    : 20px 0px 10px 0px !important;
  text-align : right !important;
  font-weight: 700 !important;
  color      : #DB030D !important;
}

.cart_totals bdi {
  font-weight: 700 !important;
}

a.checkout-button.button.alt.wc-forward {
  height         : 40px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  background     : #DB030D;
  text-transform : uppercase;
  font-size      : 16px !important;
}

@media (min-width: 1024px) {
  a.checkout-button.button.alt.wc-forward {
    height: 50px;
  }
}

/* Checkout Page */

.woocommerce-checkout #customer_details label {
  font-weight: 700;
  font-size  : 16px;
}

.woocommerce-checkout #customer_details input {
  height       : 40px;
  border       : 1px solid #c4c4c4;
  border-radius: 5px;
  margin-top   : 12px;
  padding      : 0px 24px;
}

.woocommerce-checkout #customer_details textarea {
  height       : 200px;
  border       : 1px solid #c4c4c4;
  border-radius: 5px;
  margin-top   : 12px;
  padding      : 24px 24px;
}

#order_review table {
  border       : unset !important;
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: 0px !important;
}

#order_review .woocommerce-Price-amount {
  display   : block;
  text-align: right;
}

#order_review th {
  padding: 20px 0px 10px 0px !important;
}

#order_review th.product-total {
  text-align: right !important;
}

#order_review td {
  padding: 20px 0px 10px 0px !important;
}

#order_review bdi {
  padding    : 20px 0px 10px 0px !important;
  color      : #DB030D !important;
  font-weight: 700 !important;
  text-align : right !important;
}

#order_review #payment {
  background: #fff !important;
}

#order_review .wc_payment_methods.payment_methods.methods {
  padding      : 0px !important;
  border-bottom: unset !important;
}

#order_review .wc_payment_method {
  border-bottom : 1px solid #c4c4c4 !important;
  margin-bottom : 20px !important;
  padding-bottom: 12px !important;
}

#order_review .input-radio {
  width : 20px !important;
  height: 20px !important;
}

#order_review .payment_box:before {
  display: none !important;
}

#order_review .payment_box {
  background: transparent !important;
  color     : #333333 !important;
  margin    : 0px !important;
  padding   : 12px 0px 0px 0px !important;
}

#order_review .payment_box p {
  padding-left: 36px !important;
}

#order_review .form-row.place-order {
  padding: 20px 0px 0px 0px !important;
}

#order_review .form-row.place-order button {
  font-size      : 16px !important;
  text-transform : uppercase !important;
  color          : #fff !important;
  background     : #DB030D !important;
  border-radius  : 5px !important;
  font-weight    : 700 !important;
  padding        : 0px 50px !important;
  height         : 40px !important;
  display        : inline-flex !important;
  justify-content: center !important;
  align-items    : center !important;
}

@media (min-width: 1024px) {
  #order_review .form-row.place-order button {
    height: 50px !important;
  }
}

@media (min-width: 1320px){
  .\32xl\:container{
    width: 100%;
  }

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

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

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

  @media (min-width: 1320px){
    .\32xl\:container{
      max-width: 1320px;
    }
  }
}

.placeholder\:text-white\/75::-moz-placeholder{
  color: rgb(255 255 255 / 0.75);
}

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

.first\:mt-0:first-child{
  margin-top: 0px;
}

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

.last\:hidden:last-child{
  display: none;
}

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

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

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

.hover\:border-light-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(219 3 13 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#00669c\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 156 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1991e6\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 145 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#334d84\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 77 132 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#9e1a27\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(158 26 39 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 3 13 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(219 3 13 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-standard:hover{
  --tw-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px 2px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:nth-child(odd) .group-odd\:flex-col-reverse{
  flex-direction: column-reverse;
}

.group:nth-child(odd) .group-odd\:items-end{
  align-items: flex-end;
}

.group:nth-child(odd) .group-odd\:border-t{
  border-top-width: 1px;
}

.group:nth-child(odd) .group-odd\:pb-10{
  padding-bottom: 2.5rem;
}

.group:nth-child(even) .group-even\:items-start{
  align-items: flex-start;
}

.group:nth-child(even) .group-even\:border-t{
  border-top-width: 1px;
}

.group:nth-child(even) .group-even\:pt-10{
  padding-top: 2.5rem;
}

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

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(219 3 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .md\:right-6{
    right: 1.5rem;
  }

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

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

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

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

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

  .md\:-mt-28{
    margin-top: -7rem;
  }

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

  .md\:mt-12{
    margin-top: 3rem;
  }

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

  .md\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

  .md\:basis-8{
    flex-basis: 2rem;
  }

  .md\:basis-\[300px\]{
    flex-basis: 300px;
  }

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

  .md\:gap-8{
    gap: 2rem;
  }

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

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

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .md\:pb-16{
    padding-bottom: 4rem;
  }

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

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

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

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

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

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

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

  .lg\:relative{
    position: relative;
  }

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

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:right-20{
    right: 5rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

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

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

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

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

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

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

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

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

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .lg\:-mt-36{
    margin-top: -9rem;
  }

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

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

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

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

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

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

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

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

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

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

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[12\/5\]{
    aspect-ratio: 12/5;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

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

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

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

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

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

  .lg\:basis-9{
    flex-basis: 2.25rem;
  }

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

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

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

  .lg\:border-r-2{
    border-right-width: 2px;
  }

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

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

  .lg\:p-0{
    padding: 0px;
  }

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

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

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

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

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

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

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

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

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

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:gap-20{
    gap: 5rem;
  }

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

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

@media (min-width: 1320px){
  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:flex{
    display: flex;
  }

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

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

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

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

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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