@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap);
/*
! tailwindcss v3.3.2 | 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.
*/

html {
  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: Ubuntu, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 992px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1140px) {

  .container {
    max-width: 1140px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-28 {
  top: 7rem;
}
.top-4 {
  top: 1rem;
}
.top-auto {
  top: auto;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-0 {
  margin-right: -0px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-px {
  margin-bottom: 1px;
}
.me-0 {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ms-0 {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.ms-2 {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.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-full {
  height: 100%;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.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-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.\!border-b-accent-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(221 150 21 / var(--tw-border-opacity)) !important;
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-accent-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 177 44 / var(--tw-bg-opacity));
}
.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 150 21 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 61 39 / var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 43 24 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-accent-500 {
  --tw-gradient-from: #dd9615 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 150 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500 {
  --tw-gradient-from: #f4543f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 84 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: #e23d27 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 61 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800 {
  --tw-gradient-from: #9d2717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 39 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800\/80 {
  --tw-gradient-from: rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-800 {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700 {
  --tw-gradient-to: rgb(189 43 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bd2b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-primary-500 {
  --tw-gradient-to: #f4543f var(--tw-gradient-to-position);
}
.to-primary-600 {
  --tw-gradient-to: #e23d27 var(--tw-gradient-to-position);
}
.to-primary-800 {
  --tw-gradient-to: #9d2717 var(--tw-gradient-to-position);
}
.to-slate-950\/80 {
  --tw-gradient-to: rgb(2 6 23 / 0.8) var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.fill-primary-600 {
  fill: #e23d27;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Ubuntu, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-accent-600\/40 {
  --tw-shadow-color: rgb(191 114 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur-sm {
  --tw-blur: blur(4px);
  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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

[x-cloak] {
    display: none;
}

/*-----------------------------------------------------------------------------------

    Template Name: Carserv - Auto Servicing & Repair bootstrap 5 Template
    Author: codecarnival
    Author URL: https://themeforest.net/user/codecarnival
    Support: https://hasthemes.com/contact-us/
    Description: Car Service & Repair Website Template
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
    02. Elements CSS
        2.1 - Form CSS
        2.2 - Button CSS
    03. Header CSS
        3.1 - Header Top CSS
        3.2 - Header Main CSS
        3.2 - Mobile Menu CSS
    04. Pages CSS (All Page Styles)
        4.1 - Slider CSS
        4.2 - About CSS
        4.3 - Services CSS
        4.4 - Call To Action CSS
        4.5 - Why Choose CSS
        4.6 - How We Work CSS
        4.7 - Testimonials CSS
        4.8 - Blog CSS
        4.9 - Brand CSS
        4.10 - Page Banner CSS
        4.11 - Team CSS
        4.12 - Service Details CSS
        4.13 - Project Gallery CSS
        4.14 - Project Gallery CSS
        4.15 - Team Profile CSS
        4.16 - Shop CSS
        4.17 - Product Details CSS
        4.18 - Blog Details CSS
        4.19 - Contact Us CSS
        4.20 - Registration & Login Form CSS
        4.21 - Error CSS
        4.22 - FAQ'S CSS
        4.23 - Cart CSS
        4.24 - Compare CSS
        4.25 - Checkout CSS
        4.26 - My Account CSS
    05. Widget CSS
        5.1 - Sidebar Widget CSS
        5.2 - Footer Widget CSS
    07. Footer CSS

	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #222222;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0046e2;
}

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

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.main-wrapper {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.overlay.open {
  opacity: 0.7;
  visibility: visible;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  margin-top: -5px;
}

.section-title .sub-title {
  text-transform: uppercase;
  color: #222222;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .section-title .sub-title {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.section-title .sub-title strong {
  color: #ee0f39;
}

.section-title .sub-title::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #ee0f39;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.section-title .main-title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1.1;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .main-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .main-title {
    font-size: 34px;
  }
}

.section-title p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title p br {
    display: none;
  }
}

.section-title.section-title-white .sub-title {
  color: #ffffff;
}

.section-title.section-title-white .sub-title::before {
  background-color: #ffffff;
}

.section-title.section-title-white .main-title {
  color: #ffffff;
}

/*--Page Pagination--*/
.page-pagination {
  padding-top: 50px;
}

.page-pagination .pagination li {
  margin: 0 2px;
  font-size: 20px;
}

.page-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: #333333;
  border: 0;
}

.page-pagination .pagination li a.active, .page-pagination .pagination li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid #cde9ff;
  box-shadow: none;
  color: #222222;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #adadad;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #adadad;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #adadad;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #adadad;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #ee0f39;
}

textarea {
  height: 220px;
  padding-top: 15px;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #222222;
  border-radius: 0;
  max-width: 500px;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
}

.radio input[type="radio"] + label span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #343a40;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.radio input[type="radio"] + label span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #343a40;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s linear;
}

.radio input[type="radio"]:checked + label span::before {
  transform: scale(0.7);
}

.single-select2 {
  margin-top: 30px;
}

.single-select2 .form-select2 .select2-container--default {
  width: 100% !important;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
  height: 50px;
  border-color: #cde9ff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  outline: none;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  line-height: 48px;
  padding-left: 15px;
  padding-right: 28px;
  color: #222222;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 36px;
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #ee0f39;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #cde9ff;
}

.select2-dropdown {
  border-color: #cde9ff;
}

.form-check {
  min-height: inherit;
}

.form-check .form-check-label {
  margin-bottom: 0;
  white-space: nowrap;
  margin-top: 5px;
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

/*--
/*  2.2 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  background-color: transparent;
  color: #222222;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  padding: 0px 25px;
  height: 50px;
  line-height: 48px;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn:active, .btn:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    height: 45px;
    line-height: 43px;
  }
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}

.btn-group .btn {
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-custom-01 {
  background-color: #ee0f39;
  border-color: #ee0f39;
  border-bottom: 2px solid #0046e2;
  color: #ffffff;
}

.btn-custom-01:focus, .btn-custom-01:active, .btn-custom-01:hover {
  background-color: #0046e2;
  border-color: #0046e2;
  border-bottom-color: #ee0f39;
  color: #ffffff;
}

.btn-custom-02 {
  background-color: #0046e2;
  border-color: #0046e2;
  border-bottom: 2px solid #ee0f39;
  color: #ffffff;
}

.btn-custom-02:focus, .btn-custom-02:active, .btn-custom-02:hover {
  background-color: #ee0f39;
  border-color: #ee0f39;
  border-bottom-color: #0046e2;
  color: #ffffff;
}

.btn-primary {
  background-color: #0046e2;
  border-color: #0046e2;
  color: #ffffff;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #0046e2;
  border-color: #0046e2;
  color: #ffffff;
}

.btn-secondary {
  background-color: #ee0f39;
  border-color: #ee0f39;
  color: #ffffff;
}

.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  background-color: #ee0f39;
  border-color: #ee0f39;
  color: #ffffff;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-success:focus, .btn-success:active, .btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:focus, .btn-info:active, .btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #333333;
}

.btn-light:focus, .btn-light:active, .btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #333333;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343a40;
}

.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343a40;
}

.btn-hover-primary:hover {
  background-color: #0046e2;
  border-color: #0046e2;
  color: #ffffff;
}

.btn-hover-secondary:hover {
  background-color: #ee0f39;
  border-color: #ee0f39;
  color: #ffffff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-hover-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #333333;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343a40;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-android {
  background-color: #7AC157;
  border-color: #7AC157;
  color: #ffffff;
}

.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  color: #ffffff;
}

.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869FF;
  border-color: #1869FF;
  color: #ffffff;
}

.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #EA4C8A;
  border-color: #EA4C8A;
  color: #ffffff;
}

.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #ffffff;
}

.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78D525;
  border-color: #78D525;
  color: #ffffff;
}

.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867AA;
  border-color: #4867AA;
  color: #ffffff;
}

.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}

.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1DA462;
  border-color: #1DA462;
  color: #ffffff;
}

.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #ffffff;
}

.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083C3;
  border-color: #5083C3;
  color: #ffffff;
}

.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01B9FD;
  border-color: #01B9FD;
  color: #ffffff;
}

.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
  color: #ffffff;
}

.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #B23A94;
  border-color: #B23A94;
  color: #ffffff;
}

.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #ffffff;
}

.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #E44D26;
  border-color: #E44D26;
  color: #ffffff;
}

.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #F9DC3D;
  border-color: #F9DC3D;
  color: #ffffff;
}

.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0C9DBF;
  border-color: #0C9DBF;
  color: #ffffff;
}

.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #E31B23;
  border-color: #E31B23;
  color: #ffffff;
}

.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007BB6;
  border-color: #007BB6;
  color: #ffffff;
}

.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002F86;
  border-color: #002F86;
  color: #ffffff;
}

.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
  color: #ffffff;
}

.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #EF3E56;
  border-color: #EF3E56;
  color: #ffffff;
}

.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #F87292;
  border-color: #F87292;
  color: #ffffff;
}

.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #F99C3A;
  border-color: #F99C3A;
  color: #ffffff;
}

.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2C9CFF;
  border-color: #2C9CFF;
  color: #ffffff;
}

.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #F38024;
  border-color: #F38024;
  color: #ffffff;
}

.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497B;
  border-color: #15497B;
  color: #ffffff;
}

.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181B8;
  border-color: #5181B8;
  color: #ffffff;
}

.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #333333;
}

.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078D6;
  border-color: #0078D6;
  color: #ffffff;
}

.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122D4B;
  border-color: #122D4B;
  color: #ffffff;
}

.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #F79B34;
  border-color: #F79B34;
  color: #ffffff;
}

.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #F06A35;
  border-color: #F06A35;
  color: #ffffff;
}

.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #ffffff;
}

.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2E9EFE;
  border-color: #2E9EFE;
  color: #ffffff;
}

.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7AB831;
  border-color: #7AB831;
  color: #ffffff;
}

.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #FE0084;
  border-color: #FE0084;
  color: #ffffff;
}

.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #F58220;
  border-color: #F58220;
  color: #ffffff;
}

.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072C6;
  border-color: #0072C6;
  color: #ffffff;
}

.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418E;
  border-color: #07418E;
  color: #ffffff;
}

.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #ffffff;
}

.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00A9F0;
  border-color: #00A9F0;
  color: #ffffff;
}

.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #ffffff;
}

.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #FE4900;
  border-color: #FE4900;
  color: #ffffff;
}

.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465D;
  border-color: #36465D;
  color: #ffffff;
}

.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441A4;
  border-color: #6441A4;
  color: #ffffff;
}

.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1AB7EA;
  border-color: #1AB7EA;
  color: #ffffff;
}

.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189D0E;
  border-color: #189D0E;
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}

.btn-xbox {
  background-color: #107C0F;
  border-color: #107C0F;
  color: #ffffff;
}

.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101AF;
  border-color: #4101AF;
  color: #ffffff;
}

.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #FE0000;
  border-color: #FE0000;
  color: #ffffff;
}

.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}

/*--
/*  2.3 - Modal CSS
/*----------------------------------------*/
.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  max-width: 870px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 540px;
  }
}

.modal-dialog .modal-content {
  border-radius: 10px;
  border: 0;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.modal-body {
  padding: 30px;
  padding-top: 0;
  margin-top: -20px;
}

@media only screen and (max-width: 575px) {
  .modal-body {
    padding: 15px;
    margin-top: -15px;
  }
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 9;
}

/*--
/*  3.1 - Header Top CSS
/*----------------------------------------*/
.header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-wrapper {
    display: block;
    text-align: center;
  }
}

.header-top-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info {
    display: block;
    text-align: center;
    padding: 5px 20px 0;
  }
}

.header-top-info p {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  position: relative;
}

.header-top-info p + p::before {
  content: '||';
  color: #222222;
  font-size: 16px;
  margin: 0 8px;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info p + p::before {
    display: none;
  }
}

.header-top-info p a {
  font-weight: 700;
  color: #ee0f39;
}

.header-top-btn {
  padding-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-btn {
    text-align: center;
  }
}

.header-top-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  position: relative;
}

.header-top-btn a + a::before {
  content: '/';
  color: #222222;
  font-size: 16px;
  margin: 0 2px;
  position: relative;
}

.header-top-btn a:hover {
  color: #858484;
}

/*--
/*  3.2 - Header Main CSS
/*----------------------------------------*/

.header-main-wrapper {
  background-color: #0046e2;
  border-radius: 10px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-wrapper {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-main-wrapper {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .header-main-wrapper {
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo a img {
    width: 160px;
  }
}

@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 150px;
  }
}

.primary-menu ul {
  display: flex;
}

.primary-menu ul li {
  position: relative;
  padding: 35px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-menu ul li {
    padding: 30px 17px;
  }
}

.primary-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  position: relative;
  display: block;
}

.primary-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.primary-menu ul li a.active::before {
  width: 100%;
}

.primary-menu ul li.active > a::before, .primary-menu ul li:hover > a::before {
  width: 100%;
}

.primary-menu ul li ul {
  display: block;
}

.primary-menu ul li ul li {
  padding: 0;
}

.primary-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-menu ul li:nth-last-of-type(1) ul li .sub-menu, .primary-menu ul li:nth-last-of-type(2) ul li .sub-menu {
    left: auto;
    right: 100%;
  }
}

.primary-menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 220px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
  border-top: 2px solid #ee0f39;
  padding: 10px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}

.primary-menu .sub-menu li a {
  padding: 3px 20px;
  color: #222222;
  font-weight: 600;
}

.primary-menu .sub-menu li a::before {
  display: none;
}

.primary-menu .sub-menu li a.active {
  color: #0046e2;
}

.primary-menu .sub-menu li.active > a, .primary-menu .sub-menu li:hover > a {
  color: #0046e2;
}

.primary-menu .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.primary-menu .sub-menu li:hover .sub-menu {
  top: -12px;
  opacity: 1;
  visibility: visible;
}

.header-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-meta .meta-dropdown {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .meta-dropdown {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown {
    margin-right: 10px;
  }
}

.header-meta .meta-dropdown .toggle {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  padding-right: 14px;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle {
    padding-right: 8px;
  }
}

.header-meta .meta-dropdown .toggle i {
  font-size: 30px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle i {
    font-size: 24px;
  }
}

.header-meta .meta-dropdown .toggle .count {
  width: 28px;
  height: 28px;
  line-height: 26px;
  background-color: #ee0f39;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -14px;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle .count {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    top: -8px;
  }
}

.header-meta .meta-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  transform: translate(0, 0) !important;
}

.header-meta .meta-dropdown .dropdown-cart {
  left: auto !important;
  right: -30px !important;
  width: 350px;
  top: 65px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .meta-dropdown .dropdown-cart {
    top: 60px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .meta-dropdown .dropdown-cart {
    top: 61px !important;
  }
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart {
    top: 45px !important;
    width: 260px;
  }
}

.header-meta .meta-dropdown .dropdown-cart ul {
  max-height: 292px;
  overflow-y: auto;
  padding: 0 30px;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart ul {
    padding: 0 15px;
  }
}

.header-meta .meta-dropdown .dropdown-cart ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.header-meta .meta-dropdown .dropdown-cart .cart-price {
  overflow: hidden;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart .cart-price {
    padding: 15px;
  }
}

.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline {
  overflow: hidden;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}

.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline .label {
  font-weight: 700;
  color: #9b9b9b;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
}

.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline .value {
  font-weight: 600;
  color: #9b9b9b;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
}

.header-meta .meta-dropdown .dropdown-cart .cart-price .cart-total .price-inline .label {
  font-weight: 700;
  color: #0f0f0f;
}

.header-meta .meta-dropdown .dropdown-cart .cart-price .cart-total .price-inline .value {
  font-weight: 700;
  color: #0f0f0f;
}

.header-meta .meta-dropdown .dropdown-cart .checkout-btn {
  padding: 0 30px 30px 30px;
}

@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart .checkout-btn {
    padding: 0 15px 15px 15px;
  }
}

.single-cart-item {
  display: flex;
}

.single-cart-item .cart-thumb {
  position: relative;
}

.single-cart-item .cart-thumb img {
  width: 85px;
}

@media only screen and (max-width: 575px) {
  .single-cart-item .cart-thumb img {
    width: 75px;
  }
}

.single-cart-item .cart-thumb .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  background-color: #0046e2;
}

.single-cart-item .cart-item-content {
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}

.single-cart-item .cart-item-content .product-name {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #222222;
}

.single-cart-item .cart-item-content .product-price {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  font-family: "Rajdhani", sans-serif;
}

.single-cart-item .cart-item-content .attributes-content {
  margin-top: 5px;
}

.single-cart-item .cart-item-content .attributes-content span {
  font-size: 14px;
  line-height: 20px;
  color: #909296;
  display: block;
  font-weight: 400;
}

.single-cart-item .cart-item-content .attributes-content span strong {
  font-weight: 400;
}

.single-cart-item .cart-item-content .cart-remove {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #222222;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.3s linear;
  padding: 0;
  border: 0;
  background: none;
}

.single-cart-item .cart-item-content .cart-remove:hover {
  color: #0046e2;
}

.header-search {
  position: relative;
  max-width: 140px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  background-color: transparent;
  padding: 0 15px;
  padding-right: 40px;
  border: 1px solid #ffffff;
  height: 40px;
  color: #ffffff;
  border-radius: 8px;
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  color: #cccccc;
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  color: #cccccc;
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  color: #cccccc;
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  color: #cccccc;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border-color: #0046e2;
    color: #222222;
  }
}

.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  color: #ffffff;
  border: 0;
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search button {
    color: #0046e2;
    right: 20px;
  }
}

.header-toggle .menu-toggle {
  padding: 0;
  border: 0;
  background: none;
}

.header-toggle .menu-toggle span {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
}

.sticky {
  position: fixed;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111111;
  background-color: #0046e2;
  padding: 0;
}

.sticky .header-main-wrapper {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sticky .header-main-wrapper {
    padding: 15px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .sticky .header-main-wrapper {
    padding: 10px 0;
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/*--
/*  3.2 - Mobile Menu CSS
/*----------------------------------------*/
.offcanvas-start {
  width: 300px;
}

@media only screen and (max-width: 575px) {
  .offcanvas-start {
    width: 280px;
  }
}

.offcanvas-body {
  padding: 0;
}

.mobile-menu-items {
  padding: 30px 0;
}

.mobile-menu-items ul {
  border-top: 1px solid rgba(10, 77, 60, 0.15);
}

.mobile-menu-items ul li {
  position: relative;
}

.mobile-menu-items ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid rgba(10, 77, 60, 0.15);
  font-size: 15px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  color: #333333;
}

.mobile-menu-items ul li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.mobile-menu-items ul li .mobile-menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu-items ul li .mobile-menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #333333;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
  height: 0;
}

.mobile-menu-items ul li ul {
  border-top: 0;
}

.mobile-menu-items ul li ul li a {
  padding-left: 12%;
}

.mobile-menu-items ul li ul li ul li a {
  padding-left: 18%;
}

/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.single-slider {
  height: 950px;
  position: relative;
  background-color: #cee3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-bottom: 80px;
  }
}

.single-slider::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cee3f3;
  opacity: 0.97;
  z-index: -1;
}

.slider-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-images {
    position: relative;
    margin-left: auto;
    width: 60%;
  }
}

.slider-images .image {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-images .image {
    padding-top: 0px;
  }
}

.slider-images-02 {
  position: absolute;
  left: 142px;
  bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 {
    left: 40px;
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images-02 {
    left: 40px;
    width: 180px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-images-02 {
    width: 35%;
    left: 20px;
  }
}

.slider-images-02 .image {
  padding-top: 100px;
}

.slider-content {
  padding-top: 240px;
  max-width: 630px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content {
    padding-top: 120px;
  }
}

.slider-content .sub-title {
  text-transform: uppercase;
  color: #222222;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 575px) {
  .slider-content .sub-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.slider-content .sub-title::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #ee0f39;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.slider-content .main-title {
  font-size: 80px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .slider-content .main-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .main-title {
    font-size: 36px;
  }
}

.slider-content p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  max-width: 510px;
}

.slider-content .btn {
  margin-top: 35px;
}

/*--
/*  4.2 - About CSS
/*----------------------------------------*/
.about-wrapper {
  margin-top: -50px;
}

.about-images {
  position: relative;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-images {
    padding-top: 140px;
  }
}

.about-images .exprience {
  width: 140px;
  height: 140px;
  background-color: #e4f3ff;
  border-bottom: 3px solid #ee0f39;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-images .exprience {
    right: -70px;
  }
}

@media only screen and (max-width: 575px) {
  .about-images .exprience {
    width: 100px;
    height: 100px;
  }
}

.about-images .exprience p {
  font-weight: 700;
  font-size: 24px;
  color: #0046e2;
  line-height: 1.3;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 575px) {
  .about-images .exprience p {
    font-size: 18px;
  }
}

.about-images .exprience p strong {
  color: #ee0f39;
  font-size: 30px;
}

@media only screen and (max-width: 575px) {
  .about-images .exprience p strong {
    font-size: 24px;
  }
}

.about-images.images-03 .exprience {
  right: 10px;
}

.about-content {
  max-width: 450px;
  margin-left: auto;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content {
    margin-left: 0;
  }
}

.about-content.content-02 {
  max-width: none;
}

.about-content > p {
  margin-top: 15px;
}

.about-content .btn {
  margin-top: 45px;
}

.about-count {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-count.about-count-02 {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .about-count.about-count-02 {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .about-count.about-count-02 .single-count {
    width: 50%;
  }
}

.about-count .single-count {
  padding-left: 18px;
  position: relative;
  margin-top: 25px;
}

.about-count .single-count::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  background-color: #ee0f39;
  top: 0;
  left: 0;
}

.about-count .single-count .count {
  display: block;
  font-size: 40px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0046e2;
  line-height: 0.9;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .about-count .single-count .count {
    font-size: 30px;
  }
}

.about-count .single-count p {
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  color: #0046e2;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .about-count .single-count p {
    font-size: 20px;
  }
}

.about-images-2 {
  margin-top: -25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-images-2 {
    margin-top: 25px;
  }
}

/*--
/*  4.3 - Services CSS
/*----------------------------------------*/
.services-shape {
  position: absolute;
  top: -30px;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-shape {
    width: 180px;
    top: -15px;
  }
}

@media only screen and (min-width: 1500px) {
  .services-shape {
    right: -35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-shape {
    width: 150px;
    top: -17px;
  }
}

@media only screen and (max-width: 767px) {
  .services-shape {
    display: none;
  }
}

.service-wrapper {
  padding-top: 45px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .service-wrapper {
    padding: 45px 130px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-wrapper {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-wrapper .row > *:nth-child(3n+1) .single-service {
    margin-top: 0px;
  }
  .service-wrapper .row > *:nth-child(3n+3) .single-service {
    margin-top: 0px;
  }
}

.single-service {
  background-color: #e4f3ff;
  border-radius: 10px;
  padding: 35px;
  height: 235px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.single-service::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  background-color: #ee0f39;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100%);
}

.single-service .title {
  position: relative;
  padding-bottom: 5px;
}

.single-service .title::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ee0f39;
  bottom: 0;
  left: 0;
}

.single-service .title a {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .single-service .title a {
    font-size: 26px;
  }
}

.single-service .more {
  font-size: 16px;
  color: #0046e2;
  margin-top: 14px;
}

.single-service .service-icon {
  max-width: 95px;
  margin-left: auto;
  margin-top: -30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-service .service-icon {
    max-width: 85px;
  }
}

.single-service .service-icon .icon-path {
  fill: #0046e2;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-service:hover {
  box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.29);
}

.single-service:hover::before {
  transform: translateY(0);
}

.single-service:hover .more {
  color: #ee0f39;
}

.single-service:hover .service-icon .icon-path {
  fill: #ee0f39;
}

/*--
/*  4.4 - Call To Action CSS
/*----------------------------------------*/
.call-to-action-wrapper {
  background-color: #0046e2;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrapper {
    border-radius: 15px;
  }
}

.call-to-action-content {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px 70px;
  height: 385px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .call-to-action-content {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-content {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-content {
    padding: 30px;
  }
}

.call-to-action-content .shape {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0.15;
}

.call-to-action-content .content-wrapper .section-title .main-title {
  margin-top: 20px;
}

.call-to-action-content .content-wrapper p {
  color: #d8d6d6;
  margin-top: 20px;
}

.call-to-action-content .content-wrapper .btn {
  margin-top: 32px;
  border-bottom-color: #ffffff;
}

.call-to-action-content .content-wrapper .btn:hover {
  border-bottom-color: #ee0f39;
}

.call-to-action-images {
  width: 50%;
  height: 385px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-images {
    width: 100%;
  }
}

/*--
/*  4.5 - Why Choose CSS
/*----------------------------------------*/
.choose-content {
  max-width: 400px;
}

.choose-content p {
  margin-top: 20px;
}

.choose-content img {
  margin-top: 20px;
}

.single-choose-item {
  display: flex;
  margin-top: 60px;
}

.single-choose-item .item-icon img {
  width: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-choose-item .item-icon img {
    width: 50px;
  }
}

.single-choose-item .item-content {
  padding-left: 20px;
  flex: 1;
  margin-top: -5px;
}

.single-choose-item .item-content .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-choose-item .item-content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .single-choose-item .item-content .title {
    font-size: 22px;
  }
}

.single-choose-item .item-content p {
  margin-top: 12px;
}

/*--
/*  4.6 - How We Work CSS
/*----------------------------------------*/
.how-we-work-wrapper {
  padding-top: 20px;
}

.single-work {
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  padding: 30px 30px 25px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  margin-top: 30px;
}

.single-work::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #ee0f39;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100%);
}

.single-work .number {
  font-size: 40px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0046e2;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 25px;
  opacity: 0.25;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-work .number {
    top: 10px;
    left: 15px;
    font-size: 30px;
  }
}

.single-work .content-wrapper .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.single-work:hover {
  box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.29);
  background-color: #e4f3ff;
}

.single-work:hover::before {
  transform: translateY(0);
}

.single-work:hover .number {
  opacity: 1;
}

/*--
/*  4.8 - Blog CSS
/*----------------------------------------*/
.blog-wrapper {
  position: relative;
}

.blog-wrapper .blog-btn {
  position: absolute;
  top: 40px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .blog-btn {
    position: relative;
    margin-top: 25px;
    top: 0;
    text-align: center;
  }
}

.blog-wrapper-02 {
  margin-top: -50px;
  padding-top: 20px;
}

.blog-items {
  padding-top: 20px;
}

.single-blog {
  margin-top: 30px;
}

.single-blog .blog-image {
  overflow: hidden;
  border-radius: 15px;
}

.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog .blog-content {
  padding-top: 25px;
}

.single-blog .blog-content .meta {
  display: flex;
  flex-wrap: wrap;
}

.single-blog .blog-content .meta li {
  font-size: 14px;
  color: #0046e2;
  margin-right: 15px;
  position: relative;
}

.single-blog .blog-content .meta li::before {
  content: '|';
  color: #0046e2;
  margin-right: 2px;
}

.single-blog .blog-content .meta li i {
  margin-right: 3px;
}

.single-blog .blog-content .title a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
  margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-content .title a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content .title a {
    font-size: 20px;
  }
}

.single-blog .blog-content .title a:hover {
  color: #0046e2;
}

.single-blog .blog-content .more {
  font-size: 16px;
  font-weight: 500;
  color: #ee0f39;
  margin-top: 10px;
}

.single-blog .blog-content .more:hover {
  color: #0046e2;
}

.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

/*--
/*  4.9 - Brand CSS
/*----------------------------------------*/
.single-brand {
  text-align: center;
}

/*--
/*  4.10 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-section {
    padding-top: 140px;
  }
}

.page-banner-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cee3f3;
  opacity: 0.92;
  z-index: -1;
}

.page-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .page-banner-wrapper {
    display: block;
  }
}

.page-banner-content {
  max-width: 470px;
  padding-right: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-banner-content {
    padding-right: 10px;
    max-width: 280px;
  }
}

.page-banner-content .section-title .main-title {
  font-size: 80px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-content .section-title .main-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-content .section-title .main-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-content .section-title .main-title {
    font-size: 36px;
  }
}

.page-banner-content .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}

.page-banner-content .breadcrumb .breadcrumb-item {
  font-size: 16px;
  letter-spacing: 2px;
  color: #555;
}

.page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '//';
}

@media only screen and (max-width: 575px) {
  .page-banner-images {
    text-align: center;
    padding: 0 15px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-images img {
    width: 350px;
  }
}

/*--
/*  4.11 - Team CSS
/*----------------------------------------*/
.team-wrapper {
  padding-top: 20px;
}

.team-wrapper-02 {
  margin-top: -30px;
}

.single-team {
  overflow: hidden;
  border-radius: 15px;
  background-color: #e4f3ff;
  margin-top: 30px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-team .team-images a {
  display: block;
}

.single-team .team-images a img {
  width: 100%;
}

.single-team .team-content {
  padding: 20px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  background-color: #e4f3ff;
}

.single-team .team-content .content-wrapper {
  overflow: hidden;
}

.single-team .team-content .content-wrapper .name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team .team-content .content-wrapper .name {
    font-size: 22px;
  }
}

.single-team .team-content .content-wrapper .designation {
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.single-team .team-content .content-wrapper .team-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c9d9fc;
  padding-top: 10px;
  margin-top: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team .team-content .content-wrapper .team-meta {
    display: block;
    text-align: center;
  }
}

.single-team .team-content .content-wrapper .team-meta p {
  white-space: nowrap;
}

.single-team .team-content .content-wrapper .team-meta p strong {
  color: #0046e2;
  font-weight: 500;
}

.single-team .team-content .content-wrapper .team-meta p span {
  color: #ee0f39;
  font-weight: 500;
}

.single-team .team-content .content-wrapper .social {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c9d9fc;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: -55px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-team .team-content .content-wrapper .social li {
  margin: 0 7px;
}

.single-team .team-content .content-wrapper .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #c9d9fc;
  border-radius: 50%;
}

.single-team .team-content .content-wrapper .social li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.single-team:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.17);
}

.single-team:hover .team-content {
  margin-top: -55px;
}

.single-team:hover .team-content .content-wrapper .social {
  margin-bottom: 0;
}

/*--
/*  4.12 - Service Details CSS
/*----------------------------------------*/
.service-details-wrapper {
  margin-top: -50px;
}

.service-details-content {
  margin-top: 50px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .service-details-content {
    padding-right: 40px;
  }
}

.service-details-content .details-image {
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .service-details-content .details-image {
    border-radius: 15px;
  }
}

.service-details-content .details-image img {
  width: 100%;
}

.service-details-content .title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  margin-top: 40px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .service-details-content .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .service-details-content .title {
    font-size: 30px;
  }
}

.service-details-content p {
  margin-top: 15px;
  line-height: 1.75;
}

.service-details-content h1, .service-details-content h2, .service-details-content h3, .service-details-content h4, .service-details-content h5, .service-details-content h6 {
  color: #0046e2;
  margin-top: 30px;
}

.service-details-content .details-description {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.service-details-content .details-description .description {
  width: 60%;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content .details-description .description {
    width: 100%;
  }
}

.service-details-content .details-description .description p {
  margin-top: 15px;
}

.service-details-content .details-description .description ul {
  display: flex;
  flex-wrap: wrap;
}

.service-details-content .details-description .description ul li {
  margin-top: 15px;
  width: 50%;
}

@media only screen and (max-width: 575px) {
  .service-details-content .details-description .description ul li {
    width: 100%;
  }
}

.service-details-content .details-description .description ul li i {
  margin-right: 3px;
}

.service-details-content .details-description .images {
  width: 40%;
  margin-top: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content .details-description .images {
    width: 100%;
  }
}

.service-details-content .details-description .images img {
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .service-details-content .details-description .images img {
    border-radius: 15px;
  }
}

.service-details-price {
  padding-top: 10px;
}

.service-price {
  background-color: #e4f3ff;
  border-radius: 10px;
  padding: 35px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-price {
    padding: 25px;
  }
}

.service-price::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  background-color: #ee0f39;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100%);
}

.service-price .title {
  position: relative;
  padding-bottom: 5px;
}

.service-price .title::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ee0f39;
  bottom: 0;
  left: 0;
}

.service-price .title a {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-price .title a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-price .title a {
    font-size: 26px;
  }
}

.service-price .more {
  font-size: 16px;
  color: #0046e2;
  margin-top: 14px;
}

.service-price .price {
  text-align: right;
  position: relative;
  margin-top: 5px;
}

.service-price .price span {
  color: #0046e2;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 60px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-price .price span {
    font-size: 50px;
  }
}

.service-price:hover {
  box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.29);
}

.service-price:hover::before {
  transform: translateY(0);
}

.service-price:hover .more {
  color: #ee0f39;
}

.service-price:hover .price span {
  color: #ee0f39;
}

/*--
/*  4.16 - Shop CSS
/*----------------------------------------*/
.shop-wrapper {
  margin-top: -50px;
  padding-top: 20px;
}

.single-product {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 15px;
}

.single-product .product-image {
  position: relative;
  overflow: hidden;
}

.single-product .product-image .lable {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #0046e2;
  position: absolute;
  top: 25px;
  left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product .product-image .lable {
    top: 15px;
    left: 25px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product .product-image .lable {
    top: 15px;
    left: 25px;
    font-size: 22px;
  }
}

.single-product .product-image .lable.new {
  color: #ee0f39;
}

.single-product .product-image a {
  display: block;
}

.single-product .product-image a img {
  width: 100%;
}

.single-product .product-image .product-action {
  position: absolute;
  bottom: 0px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.single-product .product-image .product-action li {
  margin: 0 7px;
}

.single-product .product-image .product-action li button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #c9d9fc;
  border-radius: 50%;
  text-align: center;
  color: #0046e2;
  font-size: 20px;
  border: 0;
}

.single-product .product-image .product-action li button:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.single-product .product-content {
  text-align: center;
  background-color: #0046e2;
  padding: 20px 30px;
}

.single-product .product-content .name {
  line-height: 1;
}

.single-product .product-content .name a {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product .product-content .name a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product .product-content .name a {
    font-size: 20px;
  }
}

.single-product .product-content .price {
  padding-top: 5px;
}

.single-product .product-content .price .sale-price {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.single-product .product-content .price .regular-price {
  font-size: 18px;
  font-weight: 500;
  color: #c0bfbf;
  text-decoration: line-through;
  margin-left: 10px;
}

.single-product:hover .product-image .product-action {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/*--
/*  4.17 - Product Details CSS
/*----------------------------------------*/
.product-details-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 30px;
}

.product-details-image .lable {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #0046e2;
  position: absolute;
  top: 25px;
  left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-image .lable {
    top: 15px;
    left: 25px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-image .lable {
    top: 15px;
    left: 25px;
    font-size: 22px;
  }
}

.product-details-image .lable.new {
  color: #ee0f39;
}

.product-details-image img {
  width: 100%;
}

.product-details-active {
  position: relative;
}

.product-details-active .swiper-button-next,
.product-details-active .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #343a40;
  cursor: pointer;
  outline: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .product-details-active .swiper-button-next,
  .product-details-active .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.product-details-active .swiper-button-next::after,
.product-details-active .swiper-button-prev::after {
  display: none;
}

.product-details-active .swiper-button-next:hover,
.product-details-active .swiper-button-prev:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.product-details-active:hover .swiper-button-next,
.product-details-active:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.product-details-content {
  margin-top: 30px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-details-content {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content {
    padding-left: 20px;
  }
}

.product-details-content .title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1;
  margin-top: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-content .title {
    font-size: 32px;
  }
}

.product-details-tabs .nav {
  margin-top: 45px;
}

.product-details-tabs .nav li {
  position: relative;
  display: inherit;
  line-height: 1;
  margin-top: 10px;
}

.product-details-tabs .nav li + li::before {
  content: '//';
  margin: 0 7px;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
}

@media only screen and (max-width: 575px) {
  .product-details-tabs .nav li + li::before {
    font-size: 18px;
  }
}

.product-details-tabs .nav li button {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
  background: none;
  color: #222222;
  border: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 575px) {
  .product-details-tabs .nav li button {
    font-size: 20px;
  }
}

.product-details-tabs .nav li button.active, .product-details-tabs .nav li button:hover {
  color: #0046e2;
}

.product-details-tabs .tab-content {
  margin-top: 0;
}

.product-details-tabs .tab-content .description p {
  margin-top: 30px;
  line-height: 1.75;
}

.product-details-tabs .tab-content .information {
  padding-top: 20px;
}

.product-details-tabs .tab-content .information .table {
  margin-bottom: 0;
}

.product-details-tabs .tab-content .information .table tr th,
.product-details-tabs .tab-content .information .table tr td {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.product-details-tabs .tab-content .information .table tr th {
  font-weight: 600;
}

.product-details-tabs .tab-content .reviews {
  padding-top: 20px;
}

.product-details-tabs .tab-content .reviews .reviews-title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
}

.product-details-tabs .tab-content .reviews .reviews-form {
  margin-top: 55px;
}

.product-details-tabs .tab-content .reviews .form-wrapper {
  padding-top: 10px;
}

.product-details-tabs .tab-content .reviews .single-form {
  margin-top: 30px;
}

.single-review {
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 575px) {
  .single-review {
    display: block;
  }
}

.single-review .review-author img {
  border-radius: 10px;
  width: 90px;
}

.single-review .review-content {
  padding-left: 30px;
  flex: 1;
}

@media only screen and (max-width: 575px) {
  .single-review .review-content {
    padding-left: 0;
    margin-top: 25px;
  }
}

.single-review .review-content .name {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-top: -5px;
}

.single-review .review-content .date {
  font-size: 14px;
  color: #0046e2;
}

.single-review .review-content p {
  margin-top: 10px;
  line-height: 1.75;
}

.related-products {
  padding-top: 50px;
}

.related-products .section-title {
  margin-bottom: 15px;
}

/*--
/*  4.18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-content {
  margin-top: 30px;
}

.blog-details-content .details-images img {
  width: 100%;
  border-radius: 15px;
}

.blog-details-content .meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.blog-details-content .meta li {
  font-size: 16px;
  color: #0046e2;
  margin-right: 10px;
  position: relative;
}

.blog-details-content .meta li::before {
  content: '|';
  color: #0046e2;
  margin-right: 2px;
}

.blog-details-content .meta li i {
  margin-right: 3px;
}

.blog-details-content .title {
  font-size: 52px;
  font-weight: 700;
  color: #222222;
  line-height: 1.1;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-content .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-content .title {
    font-size: 24px;
  }
}

.blog-details-content > p {
  margin-top: 25px;
  line-height: 1.75;
}

.blog-details-content .description-img {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5px;
}

@media only screen and (max-width: 575px) {
  .blog-details-content .description-img {
    display: block;
  }
}

.blog-details-content .description-img .dec-img {
  padding: 0 15px;
  margin-top: 30px;
}

.blog-details-content .description-img .dec-img img {
  width: 100%;
  border-radius: 15px;
}

.blockquote {
  position: relative;
  padding: 45px 50px;
  border-bottom: 4px solid #ee0f39;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 35px;
}

@media only screen and (max-width: 575px) {
  .blockquote {
    padding: 25px 30px;
    border-radius: 10px;
  }
}

.blockquote::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0046e2;
  opacity: 0.88;
  z-index: -1;
}

.blockquote::after {
  position: absolute;
  content: '\efce';
  font-family: icofont;
  font-size: 36px;
  line-height: 1;
  bottom: 20px;
  right: 60px;
  color: #ffffff;
  opacity: 0.6;
}

@media only screen and (max-width: 575px) {
  .blockquote::after {
    font-size: 30px;
    right: 30px;
  }
}

.blockquote p {
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .blockquote p {
    font-size: 16px;
  }
}

.blog-details-tags-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.blog-details-tags-share .blog-details-tags,
.blog-details-tags-share .blog-details-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.blog-details-tags-share .label {
  font-weight: 600;
  font-size: 18px;
  font-family: #333333;
  display: block;
  color: #222222;
  margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-tags-share .label {
    font-size: 16px;
  }
}

.blog-details-tags-share .tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-details-tags-share .tags li {
  position: relative;
  display: inherit;
}

.blog-details-tags-share .tags li + li::before {
  content: '//';
  margin: 0 4px;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}

.blog-details-tags-share .tags li a {
  font-weight: 300;
  font-size: 14px;
  display: block;
  color: #222222;
}

.blog-details-tags-share .social {
  display: flex;
  flex-wrap: wrap;
}

.blog-details-tags-share .social li {
  margin-right: 15px;
}

.blog-details-tags-share .social li:last-child {
  margin-right: 0;
}

.blog-details-tags-share .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #c9d9fc;
  border-radius: 50%;
  text-align: center;
  color: #0046e2;
  font-size: 16px;
  border: 0;
}

.blog-details-tags-share .social li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.blog-details-next-previews {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 70, 226, 0.1);
  border-radius: 15px;
  margin-top: 40px;
  padding: 10px 0 20px;
}

@media only screen and (max-width: 575px) {
  .blog-details-next-previews {
    display: block;
  }
}

.blog-details-next-previews .blog-details-next {
  width: 50%;
  padding: 10px 20px 0;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-details-next-previews .blog-details-next {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-next-previews .blog-details-next {
    width: 100%;
  }
}

.blog-details-next-previews .blog-details-next a span {
  padding-left: 15px;
}

.blog-details-next-previews .blog-details-previews {
  width: 50%;
  padding: 10px 20px 0;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-details-next-previews .blog-details-previews {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-next-previews .blog-details-previews {
    width: 100%;
  }
}

.blog-details-next-previews .blog-details-previews a span {
  padding-right: 15px;
  text-align: right;
}

.blog-details-next-previews a {
  display: flex;
  align-items: center;
}

.blog-details-next-previews a i {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-details-next-previews a span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #333333;
  line-height: 1.3;
  flex: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .blog-details-next-previews a span {
    font-size: 16px;
  }
}

.blog-details-next-previews a:hover i {
  background-color: #0046e2;
  border-color: #0046e2;
  color: #ffffff;
}

.blog-details-next-previews a:hover span {
  color: #0046e2;
}

.blog-details-comment .comment-items {
  margin-top: 65px;
}

.blog-details-comment .comment-items ul {
  margin-top: -8px;
}

.blog-details-comment .comment-form {
  margin-top: 60px;
}

.blog-details-comment .comment-form .form-wrapper {
  margin-top: -8px;
}

.blog-details-comment .comment-form .form-wrapper .single-form {
  margin-top: 30px;
}

.blog-details-comment .title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.2;
}

.single-comment {
  display: flex;
  margin-top: 45px;
}

@media only screen and (max-width: 575px) {
  .single-comment {
    display: block;
  }
}

.single-comment .comment-image img {
  border-radius: 10px;
}

.single-comment .comment-content {
  padding-left: 25px;
  flex: 1;
}

@media only screen and (max-width: 575px) {
  .single-comment .comment-content {
    padding-left: 0;
    margin-top: 25px;
  }
}

.single-comment .comment-content .name {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-top: -5px;
}

.single-comment .comment-content .meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}

.single-comment .comment-content .meta li {
  font-size: 14px;
  color: #0046e2;
  margin-right: 15px;
  position: relative;
}

.single-comment .comment-content .meta li::before {
  content: '|';
  color: #0046e2;
  margin-right: 2px;
}

.single-comment .comment-content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.single-comment .comment-content .reply {
  font-size: 14px;
  font-weight: 500;
  color: #ee0f39;
  margin-top: 5px;
  display: inline-block;
}

.single-comment .comment-content .reply i {
  margin-right: 2px;
}

/*--
/*  4.19 - Contact Us CSS
/*----------------------------------------*/
.contact-wrapper {
  margin-top: -50px;
}

.contact-image {
  padding-right: 40px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-image {
    padding-right: 0;
  }
}

.contact-image img {
  width: 100%;
  border-radius: 30px;
  border-bottom: 3px solid #ee0f39;
}

@media only screen and (max-width: 767px) {
  .contact-image img {
    border-radius: 15px;
  }
}

.contact-content {
  margin-top: 50px;
}

.contact-content .title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1;
  margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-content .title {
    font-size: 34px;
  }
}

.contact-content .sub-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .contact-content .sub-title {
    font-size: 22px;
  }
}

.content-info .single-info {
  padding-top: 40px;
}

.content-info .single-info .info-title {
  font-size: 28px;
  font-weight: 700;
  color: #0046e2;
}

.content-info .single-info p {
  font-size: 18px;
}

.content-info .single-info .social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.content-info .single-info .social li {
  margin-right: 15px;
}

.content-info .single-info .social li:last-child {
  margin-right: 0;
}

.content-info .single-info .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #c9d9fc;
  border-radius: 50%;
  text-align: center;
  color: #0046e2;
  font-size: 16px;
  border: 0;
}

.content-info .single-info .social li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.form-message {
  margin-bottom: 0;
  display: inline-block;
}

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #333333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.form-message.error {
  color: red;
}

.contact-form-wrapper {
  max-width: 770px;
  margin: -10px auto 0;
}

.contact-form-wrapper .title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.2;
}

.contact-form-wrapper .form-wrapper {
  margin-top: -11px;
}

.contact-form-wrapper .single-form {
  margin-top: 30px;
}

/*--
/*  4.20 - Registration & Login Form CSS
/*----------------------------------------*/
.register-login-form {
  margin-top: -5px;
}

.register-login-form .title {
  font-size: 28px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .register-login-form .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .register-login-form .title {
    font-size: 20px;
  }
}

.register-login-form .title span {
  color: #0046e2;
  position: relative;
}

.register-login-form .single-form {
  margin-top: 30px;
}

.register-login-form .single-form .btn + .btn {
  margin-top: 30px;
}

.register-login-form .single-form .btn::before {
  width: 600px;
  height: 600px;
}

.register-login-form p {
  font-size: 16px;
  margin-top: 25px;
  text-align: center;
}

.register-login-form p + p {
  margin-top: 5px;
}

/*--
/*  4.21 - Error CSS
/*----------------------------------------*/
.error-wrapper {
  text-align: center;
}

.error-wrapper .error-content {
  max-width: 520px;
  margin: 45px auto 0;
}

.error-wrapper .error-content .title {
  font-size: 60px;
  font-weight: 600;
  color: #f03c3a;
}

@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .title {
    font-size: 40px;
  }
}

.error-wrapper .error-content .sub-title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1.1;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-wrapper .error-content .sub-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .sub-title {
    font-size: 34px;
  }
}

.error-wrapper .error-content p {
  margin-top: 15px;
}

.error-wrapper .error-content .btn {
  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .btn {
    margin-top: 20px;
  }
}

/*--
/*  4.22 - FAQ'S CSS
/*----------------------------------------*/
.faq-accordion {
  padding-top: 50px;
}

.faq-accordion .accordion-item {
  border-radius: 2px !important;
  margin-top: 20px;
  border: 1px solid #c9d9fc !important;
}

.faq-accordion .accordion-item button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 17px 30px;
  padding-right: 55px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  border: 0;
  color: #ffffff;
  background-color: #0046e2;
  border-bottom: 1px solid #c9d9fc;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-item button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button {
    font-size: 16px;
    padding: 12px 20px;
    padding-right: 45px;
  }
}

.faq-accordion .accordion-item button::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  content: '\eab9';
  font-family: IcoFont;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button::before {
    right: 20px;
  }
}

.faq-accordion .accordion-item button.collapsed {
  color: #222222;
  background-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion .accordion-item button.collapsed::before {
  content: '\ea99';
  color: #222222;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 25px 30px;
}

.faq-accordion .accordion-item .accordion-body p {
  line-height: 1.75;
}

.faq-accordion .accordion-item .accordion-body p + p {
  margin-top: 20px;
}

.faq-btn {
  padding-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .faq-btn {
    padding-top: 40px;
  }
}

/*--
/*  4.23 - Cart CSS
/*----------------------------------------*/
.cart-table .table {
  margin-bottom: 0;
}

.cart-table .table thead tr th {
  background-color: rgba(0, 70, 226, 0.1);
  border: 1px solid transparent;
  border-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  white-space: nowrap;
  color: #343a40;
}

.cart-table .table thead tr th.Product-thumb {
  min-width: 150px;
  width: 150px;
}

.cart-table .table thead tr th.Product-info {
  min-width: 330px;
  text-align: left;
}

.cart-table .table thead tr th.Product-quantity {
  min-width: 120px;
}

.cart-table .table thead tr th.Product-total-price {
  min-width: 90px;
}

.cart-table .table thead tr th.Product-add-cart {
  min-width: 120px;
}

.cart-table .table thead tr th.Product-action {
  min-width: 50px;
}

.cart-table .table tbody tr td {
  border: 1px solid rgba(0, 70, 226, 0.1);
  padding: 20px 20px;
  vertical-align: middle;
}

.cart-table .table tbody tr td.Product-thumb {
  text-align: center;
}

.cart-table .table tbody tr td.Product-info .name a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  color: #222222;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

.cart-table .table tbody tr td.Product-info .name a:hover {
  color: #0046e2;
}

.cart-table .table tbody tr td.Product-info .product-prices {
  margin-top: 15px;
}

.cart-table .table tbody tr td.Product-info .product-prices .regular-price {
  font-size: 18px;
  font-weight: 500;
  color: #c0bfbf;
  text-decoration: line-through;
  margin-right: 8px;
}

.cart-table .table tbody tr td.Product-info .product-prices .sale-price {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.cart-table .table tbody tr td.Product-info .product-prices .discount-percentage {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding: 0 10px 0 10px;
  background: #222222;
  vertical-align: 5px;
  border-radius: 3px;
  text-transform: capitalize;
  display: inline-block;
}

.cart-table .table tbody tr td.Product-info .product-size-color p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  color: #909296;
}

.cart-table .table tbody tr td.quantity {
  text-align: center;
}

.cart-table .table tbody tr td.quantity .product-quantity {
  background-color: #ee0f39;
  overflow: hidden;
  border-radius: 10px;
  border-bottom: 2px solid #0046e2;
  justify-content: center;
}

.cart-table .table tbody tr td.quantity .product-quantity button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

.cart-table .table tbody tr td.quantity .product-quantity button.sub {
  padding-left: 15px;
  padding-right: 5px;
}

.cart-table .table tbody tr td.quantity .product-quantity button.add {
  padding-right: 15px;
  padding-left: 5px;
}

.cart-table .table tbody tr td.quantity .product-quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  padding: 0 8px;
  border-radius: 0;
  background-color: transparent;
  width: 40px;
  height: 45px;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border: 0;
}

.cart-table .table tbody tr td.Product-total-price {
  text-align: center;
}

.cart-table .table tbody tr td.Product-total-price .price {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.cart-table .table tbody tr td.Product-add-cart {
  text-align: center;
}

.cart-table .table tbody tr td.Product-action {
  text-align: center;
}

.cart-table .table tbody tr td.Product-action .remove {
  font-size: 20px;
  border: 0;
  background: none;
  padding: 0;
}

.cart-btn {
  border: 1px solid rgba(0, 70, 226, 0.1);
  padding: 10px 20px 20px;
  border-top: 0;
}

@media only screen and (max-width: 575px) {
  .cart-btn {
    padding: 10px 10px 20px;
  }
}

.cart-btn .btn {
  margin-top: 10px;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .cart-btn .btn {
    margin-right: 5px;
  }
}

.cart-btn .btn:last-child {
  margin-left: 0;
}

.cart-shipping,
.cart-totals {
  margin-top: 48px;
}

.cart-title .title {
  color: #343a40;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .cart-title .title {
    font-size: 20px;
  }
}

.cart-form .single-form {
  margin-top: 30px;
}

.cart-totals .cart-total-table {
  background-color: #f7f8f8;
  padding: 10px 25px;
  margin-bottom: 30px;
}

.cart-totals .cart-total-table .table {
  margin-bottom: 0;
}

.cart-totals .cart-total-table .table tbody tr td {
  padding: 5px 0;
  border-top: 0;
  border-color: rgba(0, 70, 226, 0.1);
}

.cart-totals .cart-total-table .table tbody tr:last-child td {
  border-bottom: 1px;
}

.cart-totals .cart-total-table .shipping-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-totals .cart-total-table .value {
  font-size: 14px;
  font: 400px;
  color: #000000;
  text-transform: capitalize;
}

.cart-totals .cart-total-table .price {
  font-size: 14px;
  font: 400px;
  color: #000000;
}

.empty-cart .empty-cart-title {
  color: #333333;
  font-size: 38px;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .empty-cart .empty-cart-title {
    font-size: 24px;
  }
}

.empty-cart .empty-cart-img {
  width: 110px;
  margin: 0 auto;
  padding-top: 25px;
}

.empty-cart p {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 30px;
  color: #343a40;
}

.empty-cart .btn {
  margin-top: 20px;
}

/*--
/*  4.24 - Compare CSS
/*----------------------------------------*/
.compare-wrapper .table.table-striped > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: none;
  color: #222222;
}

.compare-wrapper .table.table-striped > tbody > tr:nth-of-type(2n+2) {
  background-color: #eeeeee;
}

.compare-wrapper .table tbody tr th,
.compare-wrapper .table tbody tr td {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 0;
  padding: 15px;
}

.compare-wrapper .table tbody tr th {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .compare-wrapper .table tbody tr th {
    display: none;
  }
}

.compare-wrapper .table tbody tr td {
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  min-width: 330px;
}

.compare-product {
  position: relative;
  display: inline-block;
  padding-top: 2.5rem;
  margin-bottom: 15px;
}

.compare-product .pack-product-container .desc-box {
  margin-top: 20px;
}

.compare-product .pack-product-container .desc-box .product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-product .pack-product-container .desc-box .product-reviews {
  margin-top: 5px;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star {
  position: relative;
  display: inline-block;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star::before {
  content: '\f005\f005\f005\f005\f005';
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 3px;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star .star::before {
  content: '\f005\f005\f005\f005\f005';
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 3px;
}

.compare-product .pack-product-container .desc-box .product-prices {
  margin-top: 5px;
}

.compare-product .pack-product-container .desc-box .product-prices .old-price {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

@media only screen and (max-width: 575px) {
  .compare-product .pack-product-container .desc-box .product-prices .old-price {
    font-size: 18px;
  }
}

.compare-product .pack-product-container .desc-box .product-prices .sale-price {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 13px;
}

@media only screen and (max-width: 575px) {
  .compare-product .pack-product-container .desc-box .product-prices .sale-price {
    font-size: 24px;
  }
}

.compare-product .pack-product-container .desc-box .product-prices .discount-percentage {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: white;
  padding: 0 5px 0 5px;
  background: #253237;
  vertical-align: 5px;
  text-transform: capitalize;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .compare-product .pack-product-container .desc-box .product-prices .discount-percentage {
    font-size: 13px;
    padding: 0 8px 0 8px;
  }
}

.compare-product .pack-product-container .desc-box .product-cart {
  padding-top: 15px;
}

.compare-product .pack-product-container .desc-box .product-cart .btn {
  text-transform: capitalize;
  font-weight: 600;
}

.compare-product .compare-remove {
  padding: 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  color: #222222;
  border: 0;
  background: none;
}

.compare-product .compare-remove::after, .compare-product .compare-remove::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  display: inline-block;
  transform: rotate(0);
  background-color: currentColor;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.compare-product .compare-remove:hover {
  color: #0046e2;
}

.compare-product .compare-remove:hover::before {
  transform: rotate(45deg);
  background-color: #0046e2;
}

.compare-product .compare-remove:hover::after {
  transform: rotate(-45deg);
  background-color: #0046e2;
}

/*--
/*  4.25 - Checkout CSS
/*----------------------------------------*/
.checkout-wrapper {
  margin-top: -30px;
}

.checkout-info {
  margin-top: 30px;
}

.checkout-info .info-header {
  padding: 14px 30px;
  margin: 0;
  position: relative;
  background-color: #eeeff2;
  list-style: none outside !important;
  width: auto;
  word-wrap: break-word;
  color: #000000;
  font-size: 14px;
}

.checkout-info .info-header strong {
  font-weight: 700;
  color: #000000;
}

.checkout-info .info-header i {
  font-size: 13px;
  color: #6dde6d;
  margin-right: 10px;
}

.checkout-info .info-header a {
  color: #000000;
  transition: all 0.3s linear;
}

.checkout-info .info-header a:hover {
  color: #0046e2;
}

.checkout-info .info-header.error i {
  color: #c43002;
}

.checkout-info .card-body {
  padding: 0;
}

.checkout-info .card-body p {
  font-size: 14px;
  color: #222222;
  padding-top: 25px;
}

.checkout-info .card-body .single-form {
  margin-top: 25px;
}

.checkout-info .card-body .single-form .form-check {
  margin-left: 20px;
}

.checkout-info .card-body .forget {
  margin-top: 15px;
}

.checkout-info .card-body .forget a {
  font-weight: 400;
  color: #222222;
  transition: all 0.3s linear;
  text-decoration: none;
  font-size: 14px;
}

.checkout-info .card-body .forget a:hover {
  color: #0046e2;
}

.checkout-title .title {
  font-size: 24px;
  color: #333333;
  position: relative;
}

.checkout-title .title::after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 5px;
  border-bottom: 2px solid #333333;
}

.checkout-form {
  margin-top: 40px;
}

.checkout-form .checkout-checkbox {
  margin-bottom: 0;
  min-height: inherit;
  margin-top: 30px;
}

.checkout-form .checkout-checkbox .form-check-input {
  margin-top: -1px;
}

.checkout-form .single-form {
  margin-top: 30px;
}

.checkout-form .single-form input + input {
  margin-top: 20px;
}

.checkout-account {
  display: none;
}

.checkout-shipping {
  display: none;
}

.checkout-note textarea {
  border: 0;
  background-color: #f7f7f7;
}

.checkout-order {
  border: 2px solid rgba(0, 70, 226, 0.1);
  padding: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .checkout-order {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .checkout-order {
    padding: 20px;
  }
}

.checkout-order ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checkout-order .table {
  margin-bottom: 0;
}

.checkout-order .table thead tr th {
  padding: 10px 0;
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}

.checkout-order .table thead tr th.Product-price {
  text-align: right;
}

.checkout-order .table tbody tr td {
  padding: 5px 0;
  border-top: 0;
  vertical-align: middle;
}

.checkout-order .table tbody tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.checkout-order .table tbody tr td.Product-price {
  text-align: right;
}

.checkout-order .table tbody tr:first-child td {
  padding-top: 20px;
}

.checkout-order .table tbody tr:last-child td {
  padding-bottom: 20px;
}

.checkout-order .table tfoot tr td {
  padding: 10px 0;
  vertical-align: middle;
}

.checkout-order .table tfoot tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.checkout-order .table tfoot tr td.Product-price {
  text-align: right;
}

.checkout-order .table tfoot tr td.Product-price .shipping-list .radio input[type="radio"] + label {
  padding-left: 0;
  white-space: pre-wrap;
}

.checkout-order .table tfoot tr td.total-price {
  text-align: right;
}

.checkout-order .table tfoot tr td.total-price p {
  font-size: 18px;
}

.checkout-order .table tfoot tr td .cus-radio label {
  white-space: nowrap;
}

.checkout-payment {
  margin-top: 30px;
}

.checkout-payment ul li {
  margin-bottom: 3px;
}

.checkout-payment ul li :last-child {
  margin-bottom: 0;
}

.checkout-payment .single-payment .payment-radio input[type="radio"] + label span {
  top: 9px;
}

.checkout-payment .single-payment .payment-radio label {
  line-height: 32px;
  margin-bottom: 0;
}

.checkout-payment .single-payment .payment-radio label .payment {
  width: 100px;
  padding: 0 2px;
}

.checkout-payment .single-payment .payment-radio label a {
  color: #000000;
  text-decoration: underline;
  text-transform: capitalize;
}

.checkout-payment .single-payment .payment-radio .payment-details {
  display: none;
  padding: 5px 0;
}

.checkout-payment .single-payment .payment-radio .payment-details p {
  font-size: 14px;
}

.checkout-payment .checkout-btn {
  margin-top: 20px;
}

/*--
/*  4.26 - My Account CSS
/*----------------------------------------*/
.my-account-wrapper {
  margin-top: -50px;
}

.my-account-menu {
  padding-top: 50px;
}

.my-account-menu .account-menu-list {
  background-color: #f7f7f7;
}

.my-account-menu .account-menu-list li a {
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  color: #222222;
  margin-top: -1px;
  transition: all 0.3s linear;
  display: block;
  text-decoration: none;
}

.my-account-menu .account-menu-list li a i {
  margin-right: 5px;
}

.my-account-menu .account-menu-list li a:hover, .my-account-menu .account-menu-list li a.active {
  background-color: #0046e2;
  color: #ffffff;
}

.my-account-tab .account-title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.account-wrapper {
  margin-top: -10px;
  padding-top: 50px;
}

.account-wrapper .table {
  margin-bottom: 0;
  margin-top: 20px;
}

.account-table .table thead tr th {
  border: 1px solid #ECECEC;
  border-bottom-color: #ECECEC !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 8px 15px;
}

.account-table .table thead tr th.name {
  min-width: 140px;
}

.account-table .table thead tr th.date {
  min-width: 130px;
}

.account-table .table tbody tr td {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #ECECEC;
  padding: 0;
  white-space: nowrap;
}

.account-table .table tbody tr td a {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #000000;
}

.my-account-dashboard .welcome-dashboard {
  margin-top: 10px;
}

.my-account-dashboard .welcome-dashboard p {
  font-size: 14px;
}

.my-account-dashboard .welcome-dashboard p strong {
  font-weight: 500;
}

.my-account-dashboard .welcome-dashboard p a {
  color: #000000;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.my-account-dashboard .welcome-dashboard p a:hover {
  color: #0046e2;
}

.my-account-payment p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.my-account-address .account-address .name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.my-account-address .account-address p {
  margin-top: 20px;
  font-size: 14px;
}

.my-account-address .account-address .btn {
  margin-top: 20px;
  border-radius: 3px;
}

.my-account-details .account-details .title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.my-account-details .account-details .single-form {
  margin-top: 30px;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar {
  padding-top: 20px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1500px) {
  .sidebar-02 {
    padding-left: 30px;
  }
  .sidebar-03 {
    padding-right: 30px;
  }
}

.widget-title {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

.widget-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e4f3ff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.widget-title .title {
  display: inline-block;
  background-color: #ffffff;
  padding-right: 15px;
  line-height: 1;
}

.widget-sidebar {
  margin-top: 30px;
}

.widget-sidebar .category li + li {
  margin-top: 5px;
}

.widget-sidebar .category li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e4f3ff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  padding: 0 20px;
}

.widget-sidebar .category li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.widget-sidebar .banner {
  display: block;
}

.widget-sidebar .banner img {
  border-radius: 10px;
}

.widget-sidebar .download li + li {
  margin-top: 5px;
}

.widget-sidebar .download li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #e4f3ff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.widget-sidebar .download li a i {
  margin-right: 3px;
}

.widget-sidebar .download li a span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #0046e2;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-sidebar .download li a:hover span {
  background-color: #ee0f39;
  color: #ffffff;
}

.widget-sidebar-02 {
  padding: 30px;
  border: 1px solid #e4f3ff;
  border-radius: 15px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-sidebar-02 {
    padding: 20px;
  }
}

.widget-sidebar-02 .widget-search {
  position: relative;
  margin-top: 25px;
}

.widget-sidebar-02 .widget-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  padding-left: 25px;
  padding-right: 75px;
  height: 60px;
  background-color: #e4f3ff;
  border: 0;
}

.widget-sidebar-02 .widget-search button {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  font-size: 20px;
  color: #ffffff;
  background-color: #0046e2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget-sidebar-02 .widget-link {
  padding-top: 25px;
}

.widget-sidebar-02 .widget-link .link li + li {
  margin-top: 5px;
}

.widget-sidebar-02 .widget-link .link li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #e4f3ff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px;
}

.widget-sidebar-02 .widget-link .link li a span {
  display: block;
  float: right;
}

.widget-sidebar-02 .widget-link .link li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.widget-sidebar-02 .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
}

.widget-sidebar-02 .tags li {
  padding: 10px 5px 0;
}

.widget-sidebar-02 .tags li a {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #222222;
  font-size: 14px;
  display: block;
  background-color: #e4f3ff;
  border-radius: 5px;
}

.widget-sidebar-02 .tags li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}

.widget-sidebar-02 .widget-price {
  margin-bottom: -4px;
}

.widget-sidebar-02 .widget-price .ui-slider {
  border: 0;
  height: 10px;
  background-color: #e4f3ff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.widget-sidebar-02 .widget-price .ui-slider .ui-slider-range {
  background-color: #0046e2;
}

.widget-sidebar-02 .widget-price .ui-slider .ui-slider-handle {
  top: -5px;
  width: 20px;
  height: 20px;
  border: none;
  background: #0046e2;
  border-radius: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
}

.widget-sidebar-02 .widget-price .price span {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

.widget-sidebar-02 .widget-price .price input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), .widget-sidebar-02 .widget-price .price textarea {
  border: none;
  height: auto;
  font-size: 14px;
  padding: 0;
  width: 80px;
  background-color: transparent;
}

.widget-sidebar-02 .widget-price .price button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ee0f39;
  border: 0;
  padding: 0;
  background: none;
  border-bottom: 2px solid #f896a8;
  display: block;
  float: right;
  margin-top: 5px;
}

.widget-sidebar-02 .widget-post {
  margin-top: -8px;
}

.single-post {
  display: flex;
  margin-top: 30px;
}

.single-post .post-images img {
  width: 95px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.single-post .post-content {
  flex: 1;
  padding-left: 15px;
}

.single-post .post-content .date {
  font-size: 14px;
  color: #0046e2;
  margin-right: 15px;
  position: relative;
}

.single-post .post-content .date::before {
  content: '|';
  color: #0046e2;
  margin-right: 5px;
}

.single-post .post-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin-top: 2px;
}

/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrapper {
  margin-top: -50px;
}

.footer-widget-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 10px;
}

@media only screen and (max-width: 575px) {
  .footer-widget-title {
    font-size: 22px;
  }
}

.footer-widget {
  margin-top: 50px;
}

.footer-widget .footer-logo {
  margin-bottom: 15px;
}

.footer-widget p {
  color: #f2f2f2;
  font-weight: 300;
  margin-top: 5px;
}

.footer-widget p span {
  font-weight: 400;
}

.footer-widget .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  padding-bottom: 5px;
}

.footer-widget .widget-info p {
  font-size: 14px;
}

.footer-widget .widget-link {
  padding-top: 10px;
}

.footer-widget .widget-link li {
  margin-top: 10px;
}

.footer-widget .widget-link li a {
  color: #f2f2f2;
  font-weight: 300;
}

.footer-widget .widget-subscribe {
  padding-top: 15px;
}

.footer-widget .widget-subscribe .subscribe-form {
  position: relative;
  margin-top: 20px;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  border: 2px solid #3f75e5;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 60px;
  background: none;
  color: #ffffff;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}

.footer-widget .widget-subscribe .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
  border-color: #ffffff;
}

.footer-widget .widget-subscribe .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ffffff;
  font-size: 16px;
  color: #0046e2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
}

.footer-widget .widget-opening p {
  font-size: 14px;
}

.footer-widget .widget-opening p i {
  margin: 0 2px;
}

.footer-link-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-link-wrapper {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-link-wrapper {
    justify-content: flex-end;
  }
}

.footer-link-wrapper .footer-widget {
  width: 50%;
}

/*--
/*  07. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-color: #0046e2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0046e2;
  top: 0;
  left: 0;
  opacity: 0.94;
  z-index: -1;
}

.footer-copyright-section {
  background-color: #0b3fb3;
  padding-bottom: 15px;
}

.copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: block;
    text-align: center;
  }
}

.copyright-text {
  padding-top: 15px;
}

.copyright-text p {
  color: #b8b8b9;
  font-size: 15px;
}

.copyright-text p span {
  color: #ffffff;
}

.copyright-text p i {
  color: #ee0f39;
}

.copyright-text p a {
  color: #ffffff;
}

.copyright-text p a:hover {
  text-decoration: underline;
}

.copyright-social {
  padding-top: 5px;
}

.copyright-social a {
  color: #ffffff;
  position: relative;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 30px;
}

.copyright-social a:last-child {
  margin-right: 0;
}

.copyright-social a:hover {
  color: #ee0f39;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  transition: all 0.3s linear;
  color: #ffffff;
  background-color: #0046e2;
}

.back-to-top:focus, .back-to-top:hover {
  color: #ffffff;
  background-color: #ee0f39;
}

/* Override Table Laravel */
.total-pagination-results,
.paged-pagination-results {
    color: #ffffff;
}

.custom-table .font-medium.py-8.text-gray-400.text-lg {
    padding: 0.75rem 0;
    font-size: 0.875rem;
}

/* Override Tables */
@media (max-width: 575.98px) {
    .custom-table .table__thead tr th {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .custom-table .table__thead tr th button {
        width: 100%;
        justify-content: center;
    }
    .custom-table .table__thead tr th:nth-of-type(1) {
        width: 40px;
    }
    .custom-table .table__thead tr th:nth-of-type(2) {
        width: 60px;
    }
    .custom-table .table__td {
        text-align: center;
        font-size: 0.625rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .custom-table .table__td ol {
        justify-content: center;
    }
    .custom-table .table__td ol li {
        margin-left: .0625rem !important;
        margin-right: .0625rem !important;
    }
    .custom-table .table__td ol li span,
    .custom-table td ol li span {
        font-size: 0.75rem !important;
        width: 24px !important;
        height: 24px !important;
    }
}
.focus-within\:z-10:focus-within {
  z-index: 10;
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 43 24 / var(--tw-bg-opacity));
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 39 23 / var(--tw-bg-opacity));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border:focus {
  border-width: 1px;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 174 163 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity));
}
.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 174 163 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-wait:disabled {
  cursor: wait;
}
.disabled\:border-gray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:hover\:bg-gray-400:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.disabled\:hover\:bg-white:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:inline-block {
  display: inline-block;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {

  .dark\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-divide-opacity));
  }

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

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

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

  .dark\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

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

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

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

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

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  }

  .dark\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  }

  .dark\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 61 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }

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

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

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

  .dark\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity));
  }

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

  .dark\:opacity-60 {
    opacity: 0.6;
  }

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

  .dark\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }

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

  .dark\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(189 43 24 / var(--tw-bg-opacity));
  }

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

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

  .dark\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  }

  .dark\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity));
  }

  .dark\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(157 39 23 / var(--tw-ring-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:inset-0 {
    inset: 0px;
  }

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

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

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

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

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

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

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

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

  .sm\:max-w-md {
    max-width: 28rem;
  }

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

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .sm\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

  .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\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 84 63 / var(--tw-border-opacity));
  }

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {

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