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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])) {
  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");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.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-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.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;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.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 {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.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-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.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-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.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-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.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;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-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-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.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-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);
}
.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, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-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);
}
body {
    background-color:#1c1c1c!important;
    color: #ffffff;
}

/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-moz-selection {
    /* Code for Firefox */
    background-color: #fc6736;
    color: #fff; }

::selection {
    background-color: #fc6736;
    color: #fff; }

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300; }

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300; }

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300; }

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300; }

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300; }

body {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative; }

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none; }

select {
    display: block; }

figure {
    margin: 0; }

a {
    transition: all 0.3s ease 0s; }

iframe {
    border: 0; }

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0; }

.card-panel {
    margin: 0;
    padding: 60px; }

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit; }

.gray-bg {
    background: #f9f9ff; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #242429;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #242429; }

h1,
.h1 {
    font-size: 36px; }

h2,
.h2 {
    font-size: 30px; }

h3,
.h3 {
    font-size: 24px; }

h4,
.h4 {
    font-size: 18px; }

h5,
.h5 {
    font-size: 16px; }

h6,
.h6 {
    font-size: 14px;
    color: #242429; }

td,
th {
    border-radius: 0px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
    content: " ";
    display: table; }
.clear::after {
    clear: both; }

.fz-11 {
    font-size: 11px; }

.fz-12 {
    font-size: 12px; }

.fz-13 {
    font-size: 13px; }

.fz-14 {
    font-size: 14px; }

.fz-15 {
    font-size: 15px; }

.fz-16 {
    font-size: 16px; }

.fz-18 {
    font-size: 18px; }

.fz-30 {
    font-size: 30px; }

.fz-48 {
    font-size: 48px !important; }

.fw100 {
    font-weight: 100; }

.fw300 {
    font-weight: 300; }

.fw400 {
    font-weight: 400 !important; }

.fw500 {
    font-weight: 500; }

.f700 {
    font-weight: 700; }

.fsi {
    font-style: italic; }

.mt-10 {
    margin-top: 10px; }

.mt-15 {
    margin-top: 15px; }

.mt-20 {
    margin-top: 20px; }

.mt-25 {
    margin-top: 25px; }

.mt-30 {
    margin-top: 30px; }

.mt-35 {
    margin-top: 35px; }

.mt-40 {
    margin-top: 40px; }

.mt-50 {
    margin-top: 50px; }

.mt-60 {
    margin-top: 60px; }

.mt-70 {
    margin-top: 70px; }

.mt-80 {
    margin-top: 80px; }

.mt-100 {
    margin-top: 100px; }

.mt-120 {
    margin-top: 120px; }

.mt-150 {
    margin-top: 150px; }

.ml-0 {
    margin-left: 0 !important; }

.ml-5 {
    margin-left: 5px !important; }

.ml-10 {
    margin-left: 10px; }

.ml-15 {
    margin-left: 15px; }

.ml-20 {
    margin-left: 20px; }

.ml-30 {
    margin-left: 30px; }

.ml-50 {
    margin-left: 50px; }

.mr-0 {
    margin-right: 0 !important; }

.mr-5 {
    margin-right: 5px !important; }

.mr-15 {
    margin-right: 15px; }

.mr-10 {
    margin-right: 10px; }

.mr-20 {
    margin-right: 20px; }

.mr-30 {
    margin-right: 30px; }

.mr-50 {
    margin-right: 50px; }

.mb-0 {
    margin-bottom: 0px; }

.mb-0-i {
    margin-bottom: 0px !important; }

.mb-5 {
    margin-bottom: 5px; }

.mb-10 {
    margin-bottom: 10px; }

.mb-15 {
    margin-bottom: 15px; }

.mb-20 {
    margin-bottom: 20px; }

.mb-25 {
    margin-bottom: 25px; }

.mb-30 {
    margin-bottom: 30px; }

.mb-35 {
    margin-bottom: 35px; }

.mb-40 {
    margin-bottom: 40px; }

.mb-50 {
    margin-bottom: 50px; }

.mb-60 {
    margin-bottom: 60px; }

.mb-70 {
    margin-bottom: 70px; }

.mb-80 {
    margin-bottom: 80px; }

.mb-90 {
    margin-bottom: 90px; }

.mb-100 {
    margin-bottom: 100px; }

.pt-0 {
    padding-top: 0px; }

.pt-10 {
    padding-top: 10px; }

.pt-15 {
    padding-top: 15px; }

.pt-20 {
    padding-top: 20px; }

.pt-25 {
    padding-top: 25px; }

.pt-30 {
    padding-top: 30px; }

.pt-40 {
    padding-top: 40px; }

.pt-50 {
    padding-top: 50px; }

.pt-60 {
    padding-top: 60px; }

.pt-70 {
    padding-top: 70px; }

.pt-80 {
    padding-top: 80px; }

.pt-90 {
    padding-top: 90px; }

.pt-100 {
    padding-top: 100px; }

.pt-120 {
    padding-top: 120px; }

.pt-150 {
    padding-top: 150px; }

.pt-170 {
    padding-top: 170px; }

.pb-0 {
    padding-bottom: 0px; }

.pb-10 {
    padding-bottom: 10px; }

.pb-15 {
    padding-bottom: 15px; }

.pb-20 {
    padding-bottom: 20px; }

.pb-25 {
    padding-bottom: 25px; }

.pb-30 {
    padding-bottom: 30px; }

.pb-40 {
    padding-bottom: 40px; }

.pb-50 {
    padding-bottom: 50px; }

.pb-60 {
    padding-bottom: 60px; }

.pb-70 {
    padding-bottom: 70px; }

.pb-80 {
    padding-bottom: 80px; }

.pb-90 {
    padding-bottom: 90px; }

.pb-100 {
    padding-bottom: 100px; }

.pb-120 {
    padding-bottom: 120px; }

.pb-150 {
    padding-bottom: 150px; }

.pr-30 {
    padding-right: 30px; }

.pl-30 {
    padding-left: 30px; }

.pl-90 {
    padding-left: 90px; }

.p-40 {
    padding: 40px; }

.float-left {
    float: left; }

.float-right {
    float: right; }

.text-italic {
    font-style: italic; }

.text-white {
    color: #fff; }

.text-black {
    color: #000; }

.transition {
    transition: all 0.3s ease 0s; }

.section-full {
    padding: 100px 0; }

.section-half {
    padding: 75px 0; }

.text-center {
    text-align: center; }

.text-left {
    text-align: left; }

.text-rigth {
    text-align: right; }

.flex {
    display: -moz-flex;
    display: flex; }

.inline-flex {
    display: -moz-inline-flex;
    display: inline-flex; }

.flex-grow {
    -moz-flex-grow: 1;
    flex-grow: 1; }

.flex-wrap {
    flex-wrap: wrap; }

.flex-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

.flex-middle {
    -moz-align-items: center;
    align-items: center; }

.flex-right {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }

.flex-top {
    align-self: flex-start; }

.flex-center {
    -moz-justify-content: center;
    justify-content: center; }

.flex-bottom {
    align-self: flex-end; }

.space-between {
    -moz-justify-content: space-between;
    justify-content: space-between; }

.space-around {
    -moz-justify-content: space-around;
    justify-content: space-around; }

.flex-column {
    -moz-flex-direction: column;
    flex-direction: column; }

.flex-cell {
    display: -moz-flex;
    display: flex;
    -moz-flex-grow: 1;
    flex-grow: 1; }

.display-table {
    display: table; }

.light {
    color: #fff; }

.dark {
    color: #000; }

.relative {
    position: relative; }

.overflow-hidden {
    overflow: hidden; }

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.container.fullwidth {
    width: 100%; }
.container.no-padding {
    padding-left: 0;
    padding-right: 0; }

.no-padding {
    padding: 0; }

.section-bg {
    background: #f9fafc; }

@media (max-width: 767px) {
    .no-flex-xs {
        display: block !important; } }

.row.no-margin {
    margin-left: 0;
    margin-right: 0; }

.preloader-area {
    background-color: #fc6736;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999; }
.preloader-area .loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
.preloader-area .loader {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-width: 30px;
    border-style: double;
    border-color: transparent #fff;
    transform-origin: 50% 50%;
    animation: loader 2s linear infinite; }
@keyframes loader {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }
#back-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    opacity: 0;
    transition: all 0.3s ease 0s; }
#back-top a {
    background: #fc6736;
    display: block;
    text-align: center;
    width: 35px;
    height: 40px;
    border-radius: 5px 5px 0 0;
    padding: 12px 8px 8px 7px;
    transition: all 0.3s ease 0s; }
#back-top a i {
    font-size: 22px;
    color: #fff; }
#back-top a:hover {
    box-shadow: 0 5px 12px rgba(156, 156, 156, 0.7); }

.back-top-animation {
    right: 20px !important;
    opacity: 1 !important;
    transition: all 0.4s ease-in !important; }

.section-gap {
    padding: 140px 0; }
@media (max-width: 991px) {
    .section-gap {
        padding: 70px 0; } }

.section-gap-top {
    padding-top: 140px; }
@media (max-width: 991px) {
    .section-gap-top {
        padding: 70px 0; } }

.section-title {
    margin-bottom: 80px; }
@media (max-width: 991px) {
    .section-title {
        margin-bottom: 40px; } }
.section-title h3 {
    font-weight: 300;
    color: #777777;
    font-size: 20px;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 10px; }
.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px; }
@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 35px; } }
@media (max-width: 991px) {
    .section-title h2 br {
        display: none; } }
.section-title h2 span {
    position: relative;
    z-index: 10; }
.section-title h2 span:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 13px;
    width: 66px;
    height: 12px;
    background: #fc6736;
    z-index: -1; }
@media (max-width: 1024px) {
    .section-title h2 span:before {
        bottom: 9px; } }

.alert-msg {
    color: #008000; }

.primary-btn {
    color: #242429;
    padding: 0 42px;
    background: transparent;
    overflow: hidden;
    border-radius: 0px;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fc6736;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
@media (max-width: 767px) {
    .primary-btn {
        padding: 0 35px; } }
.primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    transition: all 0.3s ease 0s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #242429; }
@media (max-width: 767px) {
    .primary-btn:before {
        padding: 8px 0; } }
.primary-btn span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #242429;
    transform: translate3d(10, 10px, 0);
    transition: all 0.3s ease 0s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
@media (max-width: 767px) {
    .primary-btn span {
        padding: 8px 0; } }
.primary-btn:hover {
    background: #fc6736;
    border: 1px solid #fc6736; }
.primary-btn:hover:before {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
.primary-btn:hover span {
    opacity: 1;
    color: #fff;
    transform: translate3d(0, 0, 0); }
.primary-btn:hover span:nth-child(1) {
    transition-delay: 0.01s; }
.primary-btn:hover span:nth-child(2) {
    transition-delay: 0.05s; }
.primary-btn:hover span:nth-child(3) {
    transition-delay: 0.1s; }
.primary-btn:hover span:nth-child(4) {
    transition-delay: 0.15s; }
.primary-btn:hover span:nth-child(5) {
    transition-delay: 0.2s; }
.primary-btn:hover span:nth-child(6) {
    transition-delay: 0.25s; }
.primary-btn:hover span:nth-child(7) {
    transition-delay: 0.3s; }
.primary-btn:hover span:nth-child(8) {
    transition-delay: 0.35s; }
.primary-btn:hover span:nth-child(9) {
    transition-delay: 0.4s; }
.primary-btn:hover span:nth-child(10) {
    transition-delay: 0.45s; }
.primary-btn:hover span:nth-child(11) {
    transition-delay: 0.5s; }
.primary-btn:hover span:nth-child(12) {
    transition-delay: 0.55s; }
.primary-btn:hover span:nth-child(13) {
    transition-delay: 0.6s; }
.primary-btn:hover span:nth-child(14) {
    transition-delay: 0.65s; }
.primary-btn:hover span:nth-child(15) {
    transition-delay: 0.7s; }
.primary-btn:hover span:nth-child(16) {
    transition-delay: 0.75s; }
.primary-btn:hover span:nth-child(17) {
    transition-delay: 0.8s; }
.primary-btn:hover span:nth-child(18) {
    transition-delay: 0.85s; }
.primary-btn:hover span:nth-child(19) {
    transition-delay: 0.95s; }
.primary-btn:hover span:nth-child(20) {
    transition-delay: 1s; }
.primary-btn.white {
    border: 1px solid #90acd1;
    color: #fc6736;
    background: #fff; }
.primary-btn.white span {
    color: #242429; }
.primary-btn.white:before {
    color: #fff; }
.primary-btn.white:hover {
    background: #90acd1;
    color: #fff; }
.primary-btn.white:hover span {
    color: #fff; }

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0; }

.sample-text {
    margin-bottom: 0; }

.text-heading {
    margin-bottom: 30px;
    font-size: 24px; }

.typo-list {
    margin-bottom: 10px; }

@media (max-width: 767px) {
    .typo-sec {
        margin-bottom: 30px; }
    .element-wrap {
        margin-top: 30px; } }

b, sup, sub, u, del {
    color: #fc6736; }

h1 {
    font-size: 36px; }

h2 {
    font-size: 30px; }

h3 {
    font-size: 24px; }

h4 {
    font-size: 18px; }

h5 {
    font-size: 16px; }

h6 {
    font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #777777; }

.button-area {
    background: #fff; }
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px; }
.button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
.genric-btn:focus {
    outline: none; }
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
.genric-btn.large {
    line-height: 45px; }
.genric-btn.medium {
    line-height: 30px; }
.genric-btn.small {
    line-height: 25px; }
.genric-btn.radius {
    border-radius: 3px; }
.genric-btn.circle {
    border-radius: 20px; }
.genric-btn.arrow {
    display: inline-flex;
    align-items: center; }
.genric-btn.arrow span {
    margin-left: 10px; }
.genric-btn.default {
    color: #242429;
    background: #f9f9ff;
    border: 1px solid transparent; }
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff; }
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff; }
.genric-btn.default-border:hover {
    color: #242429;
    background: #f9f9ff;
    border: 1px solid transparent; }
.genric-btn.primary {
    color: #fff;
    background: #fc6736;
    border: 1px solid transparent; }
.genric-btn.primary:hover {
    color: #fc6736;
    border: 1px solid #fc6736;
    background: #fff; }
.genric-btn.primary-border {
    color: #fc6736;
    border: 1px solid #fc6736;
    background: #fff; }
.genric-btn.primary-border:hover {
    color: #fff;
    background: #fc6736;
    border: 1px solid transparent; }
.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
.genric-btn.link {
    color: #242429;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
.genric-btn.link:hover {
    color: #242429;
    border: 1px solid #f9f9ff;
    background: #fff; }
.genric-btn.link-border {
    color: #242429;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
.genric-btn.link-border:hover {
    color: #242429;
    background: #f9f9ff;
    border: 1px solid transparent; }
.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #fc6736; }

@media (max-width: 991px) {
    .progress-table-wrap {
        overflow-x: scroll; } }

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px; }
.progress-table .serial {
    width: 11.83%;
    padding-left: 30px; }
.progress-table .country {
    width: 28.07%; }
.progress-table .visit {
    width: 19.74%; }
.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px; }
.progress-table .table-head {
    display: flex; }
.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
    color: #242429;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500; }
.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex; }
.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
    display: flex;
    align-items: center; }
.progress-table .table-row .country img {
    margin-right: 15px; }
.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent; }
.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px; }
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6; }
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686; }
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359; }
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf; }
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf; }
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6; }
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7; }
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686; }

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px; }

.list-style {
    width: 14px;
    height: 14px; }

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important; }
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fc6736;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
    margin-left: 30px; }
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #fc6736;
    font-weight: 500;
    line-height: 1.82em !important; }
.ordered-list li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #fc6736;
    font-weight: 500;
    line-height: 1.82em !important; }
.ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #fc6736;
    font-weight: 500;
    line-height: 1.82em !important; }
.ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px; }
.single-input:focus {
    outline: none; }

.input-group-icon {
    position: relative; }
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
.input-group-icon .icon i {
    color: #797979; }
.input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none; }
.single-textarea:focus {
    outline: none; }

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px; }
.single-input-primary:focus {
    outline: none;
    border: 1px solid #fc6736; }

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px; }
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px; }
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fc6736;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
.default-switch input:checked + label {
    left: 19px; }

.single-element-widget {
    margin-bottom: 30px; }

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    transition: all 0.2s; }
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
.primary-switch input:checked + label:after {
    left: 19px; }
.primary-switch input:checked + label:before {
    background: #fc6736; }

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    transition: all 0.2s;
    cursor: pointer; }
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
.confirm-switch input:checked + label:after {
    left: 19px; }
.confirm-switch input:checked + label:before {
    background: #4cd3e3; }

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.primary-checkbox input:checked + label {
    background: url(/img/elements/primary-check.png) no-repeat center center/cover;
    border: none; }

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.confirm-checkbox input:checked + label {
    background: url(/img/elements/success-check.png) no-repeat center center/cover;
    border: none; }

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3; }
.disabled-checkbox input:checked + label {
    background: url(/img/elements/disabled-check.png) no-repeat center center/cover;
    border: none; }

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.primary-radio input:checked + label {
    background: url(/img/elements/primary-radio.png) no-repeat center center/cover;
    border: none; }

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.confirm-radio input:checked + label {
    background: url(/img/elements/success-radio.png) no-repeat center center/cover;
    border: none; }

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer; }
.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3; }
.disabled-radio input:checked + label {
    background: url(/img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none; }

.default-select {
    height: 40px; }
.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px; }
.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px; }
.default-select .nice-select .list .option {
    font-weight: 300;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px; }
.default-select .nice-select .list .option.selected {
    color: #fc6736;
    background: transparent; }
.default-select .nice-select .list .option:hover {
    color: #fc6736;
    background: transparent; }
.default-select .current {
    margin-right: 50px;
    font-weight: 300; }
.default-select .nice-select::after {
    right: 20px; }

@media (max-width: 991px) {
    .left-align-p p {
        margin-top: 20px; } }

.form-select {
    height: 40px;
    width: 100%; }
.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px; }
.form-select .nice-select .list .option {
    font-weight: 300;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px; }
.form-select .nice-select .list .option.selected {
    color: #fc6736;
    background: transparent; }
.form-select .nice-select .list .option:hover {
    color: #fc6736;
    background: transparent; }
.form-select .current {
    margin-right: 50px;
    font-weight: 300; }
.form-select .nice-select::after {
    right: 20px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
    padding-top: 24px; }

#header {
    padding: 0px 0px 27px 0px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #1b1b1b;
}
@media (max-width: 1665px) {
    #header {
        margin-bottom: 0px; } }

#header.header-scrolled {
    position: fixed;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    background: #fff;
    transition: all 0.5s; }
#header.header-scrolled.dark {
    background: #242429; }

#logo {
    margin-left: 15px; }
@media (max-width: 673px) {
    #logo {
        margin-left: 20px; } }

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px; }

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #fc6736; }

#header #logo img {
    padding: 0;
    margin: 0; }

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px; }

    #header #logo img {
        max-height: 40px; } }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9); }

.nav-menu li {
    position: relative;
    white-space: nowrap; }

.nav-menu > li {
    float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block; }

.nav-menu ul ul {
    top: 0;
    left: 100%; }

.nav-menu ul li {
    min-width: 180px;
    text-align: left; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 15px; }

.sf-arrows .sf-with-ul:after {
    content: "\e64b";
    position: absolute;
    right: -5px;
    font-size: 14px;
    font-family: themify;
    font-style: normal;
    font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
    content: "\e649"; }

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
    margin-left: auto; }

.nav-menu a {
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    outline: none;
    font-family: "Oswald", sans-serif; }
.nav-menu a.active, .nav-menu a:hover {
    color: #fc6736 !important; }
.nav-menu.white a {
    color: #fff; }

.nav-menu > li {
    margin-right: 50px; }
.nav-menu > li:last-child {
    margin-right: 0; }

.nav-menu ul {
    margin: 28px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff; }
.nav-menu ul.dark {
    background: #242429; }

.nav-menu ul li {
    transition: 0.3s; }

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400; }

.nav-menu ul li:hover > a {
    color: #fc6736; }

.nav-menu ul ul {
    margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 60px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer; }
@media (max-width: 800px) {
    #mobile-nav-toggle {
        top: 26px; } }

#mobile-nav-toggle i {
    color: #fc6736;
    font-weight: 900; }

@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline; }

    #nav-menu-container {
        display: none; } }
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s; }

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }

#mobile-nav ul li {
    position: relative; }

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400; }

#mobile-nav ul li a:hover {
    color: #fff; }

#mobile-nav ul li li {
    padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #fc6736; }

#mobile-nav ul .menu-has-children li a {
    text-transform: none; }

#mobile-nav ul .menu-item-active {
    color: #fc6736; }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden; }

body.mobile-nav-active #mobile-nav {
    left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff; }

.home-banner-area {
    background: #f7f7f7;
    position: relative; }
.home-banner-area .fullscreen {
    height: 788px; }
@media (max-width: 1024px) {
    .home-banner-area .fullscreen {
        height: 600px; } }
.home-banner-area .container-fluid {
    padding-left: 17%; }
@media (max-width: 1480px) {
    .home-banner-area .container-fluid {
        padding-left: 15px;
        max-width: 1140px; } }
@media (max-width: 1199px) {
    .home-banner-area .container-fluid {
        max-width: 960px; } }
@media (max-width: 991px) {
    .home-banner-area .container-fluid {
        max-width: 720px; } }
@media (max-width: 767px) {
    .home-banner-area .container-fluid {
        max-width: 540px; } }
@media (min-width: 1921px) {
    .home-banner-area .container-fluid {
        padding-left: 29%; } }
.home-banner-area .social-icons {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: rotate(-90deg); }
@media (min-width: 2101px) {
    .home-banner-area .social-icons {
        left: 17%; } }
@media (max-width: 1480px) {
    .home-banner-area .social-icons {
        left: -80px; } }
@media (max-width: 1350px) {
    .home-banner-area .social-icons {
        left: -100px; } }
@media (max-width: 1199px) {
    .home-banner-area .social-icons {
        left: -140px; } }
@media (max-width: 1024px) {
    .home-banner-area .social-icons {
        display: none; } }
.home-banner-area .social-icons ul li {
    font-size: 14px;
    display: inline;
    margin-right: 40px; }
@media (max-width: 576px) {
    .home-banner-area .social-icons ul li {
        font-size: 12px;
        margin: 0 1px; } }
.home-banner-area .social-icons ul li a {
    color: #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out; }
.home-banner-area .social-icons ul li a:hover {
    color: #fc6736; }
.home-banner-area .social-icons ul li a i {
    margin-right: 8px; }

.banner-area {
    background: url(/img/banner/common-banner.jpg) no-repeat;
    background-size: cover;
    position: relative; }
.banner-area:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 1, 8, 0.7); }

.banner-content {
    text-align: left; }
.banner-content h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    margin-bottom: 40px;
    text-transform: uppercase; }
@media (max-width: 991px) {
    .banner-content h1 br {
        display: none; } }
.banner-content h1 span {
    color: #fc6736; }
@media (max-width: 1024px) {
    .banner-content h1 {
        font-size: 60px;
        line-height: 60px; } }
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 35px;
        line-height: 35px; } }
.banner-content p {
    margin-bottom: 0px; }

.banner-img {
    text-align: right;
    position: relative;
    padding-right: 0px;
    align-self: flex-end;
    height: 100%;
}
@media (max-width: 1480px) {
    .banner-img {
        top: 0px; } }
@media (max-width: 1024px) {
    .banner-img {
        align-self: center;
        text-align: left; } }
@media (max-width: 991px) {
    .banner-img {
        display: none; } }
@media (max-width: 1480px) {
    .banner-img img {
        max-width: 80%; } }

/*-------- Start About Area ------------*/
.about-area .section-title {
    margin-bottom: 0; }
@media (max-width: 1024px) {
    .about-area .section-title {
        padding-bottom: 0px; } }
@media (max-width: 991px) {
    .about-area .about-left {
        display: none; } }
.about-area .primary-btn.white {
    margin-right: 10px; }
@media (max-width: 1199px) {
    .about-area .primary-btn.white {
        margin-right: 0;
        margin-bottom: 15px; } }
@media (max-width: 991px) {
    .about-area .primary-btn.white {
        margin-bottom: 0px; } }
@media (max-width: 374px) {
    .about-area .primary-btn.white {
        margin-right: 0;
        margin-bottom: 15px; } }

/*-------- End About Area ------------*/
/*--------- Start Work Area -------------*/
.work-area {
    padding-bottom: 110px; }
@media (max-width: 1024px) {
    .work-area {
        padding-bottom: 40px; } }
.work-area .filters {
    text-align: center; }
@media (max-width: 991px) {
    .work-area .filters {
        margin-top: 40px; } }
.work-area .filters ul {
    padding: 0; }
@media (max-width: 991px) {
    .work-area .filters ul {
        text-align: left; } }
.work-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size: 13px; }
.work-area .filters ul li:last-child {
    padding-right: 0; }
@media (max-width: 991px) {
    .work-area .filters ul li:first-child {
        padding-left: 0; } }
.work-area .filters ul li.active, .work-area .filters ul li:hover {
    color: #fc6736; }
.work-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms; }
.work-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms; }
.work-area .filters-content img {
    border-radius: 10px;
    width: 100%; }

.single-work {
    border-radius: 5px;
    margin-bottom: 30px; }
.single-work .thumb .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden; }
.single-work .middle {
    transition: 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 290px;
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 30px; }
.single-work .middle h4 {
    font-size: 15px;
    color: #777777;
    margin-bottom: 5px; }
.single-work .middle .cat {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    color: #242429;
    font-weight: 500;
    transition: all 0.3s ease 0s; }
.single-work:hover .middle .cat {
    color: #fc6736; }

/*--------- End Work Area -------------*/
.service-area {
    background: #f7f7f7;
    padding-bottom: 120px; }
@media (max-width: 991px) {
    .service-area {
        padding-bottom: 50px; } }

.single-service {
    padding: 45px 39px;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s; }
@media (max-width: 1199px) {
    .single-service {
        padding: 30px 20px; } }
@media (max-width: 576px) {
    .single-service {
        text-align: center; } }
.single-service i {
    font-size: 36px;
    color: #fc6736;
    transition: all 0.3s ease 0s; }
.single-service h4 {
    color: #242429;
    font-size: 21px;
    line-height: 27px; }
.single-service h4 span {
    display: block; }
@media (max-width: 767px) {
    .single-service h4 span {
        display: inline-block; } }
.single-service p {
    margin-bottom: 0px; }
.single-service:hover {
    transform: translateY(-6px);
    box-shadow: 0px 20px 30px rgba(153, 153, 153, 0.2); }

.pricing-area {
    background: #f7f7f7;
    padding-bottom: 110px; }
@media (max-width: 991px) {
    .pricing-area {
        padding-bottom: 110px; } }

.pricing_item {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px; }
.pricing_item h3.p_title {
    margin-top: 20px;
    font-size: 27px; }
.pricing_item h1.p_price {
    margin: 0;
    padding: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: 700; }
@media (max-width: 575px) {
    .pricing_item h1.p_price {
        font-size: 40px; } }
.pricing_item .p_criteria {
    margin-bottom: 0px;
    font-size: 16px; }
.pricing_item .p_list {
    padding: 35px;
    background: #f7f7f7; }
.pricing_item ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
.pricing_item ul li {
    padding: 6px 0; }
.pricing_item ul li span {
    margin-right: 4px;
    font-size: 13px; }
.pricing_item ul li .cross {
    color: #fc6736; }

.blog-area {
    padding-bottom: 110px; }
@media (max-width: 991px) {
    .blog-area {
        padding-bottom: 40px; } }

.single-recent-blog {
    margin-bottom: 30px; }
.single-recent-blog .thumb {
    overflow: hidden; }
.single-recent-blog h4 {
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease 0s; }
.single-recent-blog a {
    color: #222;
    display: block; }
.single-recent-blog .name {
    font-size: 13px;
    font-weight: 100; }
.single-recent-blog p {
    text-align: left;
    margin-bottom: 0px; }
.single-recent-blog .bottom span {
    margin-left: 20px; }
.single-recent-blog .bottom span:first-child {
    margin-left: 0; }
.single-recent-blog .f-img {
    transition: all 0.3s ease 0s; }
.single-recent-blog:hover {
    cursor: pointer; }
.single-recent-blog:hover h4 {
    color: #fc6736; }
.single-recent-blog:hover .f-img {
    cursor: pointer;
    transform: scale(1.05); }

.whole-wrap {
    background-color: #fff; }

.generic-banner {
    margin-top: 60px;
    background-color: #fc6736;
    text-align: center; }
.generic-banner .height {
    height: 600px; }
@media (max-width: 767.98px) {
    .generic-banner .height {
        height: 400px; } }
.generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px; }
@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content h2 br {
        display: none; } }
.generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px; }
@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content p br {
        display: none; } }

.generic-content h1 {
    font-weight: 600; }

.about-generic-area {
    background: #fff; }
.about-generic-area p {
    margin-bottom: 20px; }

.white-bg {
    background: #fff; }

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee; }

.switch-wrap {
    margin-bottom: 10px; }
.switch-wrap p {
    margin: 0; }

.link-nav {
    margin-top: 10px;
    margin-bottom: 0px; }

.about-content {
    margin-top: 160px;
    margin-bottom: 130px;
    position: relative;
    z-index: 10;
    text-align: center; }
@media (max-width: 767px) {
    .about-content {
        margin-top: 100px; } }
.about-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px; }
@media (max-width: 767px) {
    .about-content h1 {
        font-size: 35px; } }
.about-content p {
    margin-bottom: 0px;
    color: #fff; }

.portfolio_details_inner .row {
    margin-bottom: 65px; }
@media (max-width: 480px) {
    .portfolio_details_inner .row {
        margin-bottom: 30px; } }
.portfolio_details_inner p {
    margin-bottom: 30px;
    font-size: 14px; }
.portfolio_details_inner p:last-child {
    margin-bottom: 0px; }
@media (max-width: 991px) {
    .portfolio_details_inner .portfolio_right_text {
        margin-top: 0px; } }
@media (max-width: 576px) {
    .portfolio_details_inner .portfolio_right_text {
        margin-top: 50px; } }
.portfolio_details_inner .portfolio_right_text h4 {
    color: #242429;
    font-size: 21px;
    margin-bottom: 18px;
    font-weight: 700; }
.portfolio_details_inner .portfolio_right_text p {
    margin-bottom: 25px;
    font-size: 14px; }
.portfolio_details_inner .portfolio_right_text .list li {
    margin-bottom: 7px;
    font-weight: normal;
    font-size: 14px; }
.portfolio_details_inner .portfolio_right_text .list li span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width: 97px;
    display: inline-block; }
.portfolio_details_inner .portfolio_right_text .list li:last-child {
    margin-bottom: 0px; }
.portfolio_details_inner .portfolio_right_text .list li i {
    color: #f1cd09; }

.social_details {
    margin-top: 50px; }
@media (max-width: 480px) {
    .social_details {
        margin-top: 20px; } }
.social_details li {
    display: inline-block;
    margin-right: 14px; }
.social_details li a {
    font-size: 14px; }
.social_details li a i {
    color: #000 !important; }
.social_details li a i:hover {
    color: #fc6736 !important; }
.social_details li:last-child {
    margin-right: 0px; }

.contact-page-area .map-wrap {
    margin-bottom: 80px; }
@media (max-width: 991px) {
    .contact-page-area .map-wrap {
        margin-bottom: 40px; } }
.contact-page-area .contact-btns {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px; }
.contact-page-area .contact-btns:hover {
    color: #fff; }
@media (max-width: 991px) {
    .contact-page-area .form-area .form-group-top {
        margin-bottom: 0px; } }
.contact-page-area .form-area input {
    padding: 15px; }
.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
    border-radius: 0;
    font-size: 12px; }
.contact-page-area .form-area input:focus,
.contact-page-area .form-area textarea:focus {
    border-color: #ced4da;
    box-shadow: none; }
.contact-page-area .form-area textarea {
    height: 154px;
    margin-top: 0px; }
.contact-page-area .form-area .primary-btn {
    padding: 0 20px;
    font-size: 13px; }
.contact-page-area .form-area ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-weight: 500; }
.contact-page-area .form-area :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 500; }
.contact-page-area .form-area ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 500; }
.contact-page-area .form-area :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 500; }
.contact-page-area .form-area ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 500; }
.contact-page-area .single-contact-address {
    margin-bottom: 10px; }
.contact-page-area .single-contact-address h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px; }
.contact-page-area .single-contact-address i {
    font-size: 20px;
    font-weight: 500;
    color: #fc6736;
    margin-right: 25px; }

/*
################
               Start Blog Home  Page style
################
*/
.blog-home-banner {
    background-size: cover;
    padding: 130px 0px; }
.blog-home-banner .primary-btn {
    border-radius: 0px;
    background: #fff;
    color: #000;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s; }
.blog-home-banner .primary-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff; }
.blog-home-banner .overlay-bg {
    background: rgba(0, 0, 0, 0.5); }

.blog-page {
    background: #f9f9ff; }

.blog-header-content h1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 414px) {
    .blog-header-content h1 {
        font-size: 30px; } }
.blog-header-content p {
    margin: 20px 0px; }

.top-category-widget-area .single-cat-widget {
    position: relative;
    text-align: center; }
.top-category-widget-area .single-cat-widget .overlay-bg {
    background: rgba(0, 0, 0, 0.85);
    margin: 7%;
    transition: all 0.3s ease 0s; }
.top-category-widget-area .single-cat-widget img {
    width: 100%; }
.top-category-widget-area .single-cat-widget .content-details {
    top: 32%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    bottom: 0px;
    position: absolute; }
.top-category-widget-area .single-cat-widget .content-details h4 {
    color: #fff; }
.top-category-widget-area .single-cat-widget .content-details span {
    display: inline-block;
    background: #fff;
    width: 60%;
    height: 1%; }
.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    background: rgba(248, 28, 28, 0.85);
    margin: 7%;
    transition: all 0.3s ease 0s; }
@media (max-width: 991px) {
    .top-category-widget-area .single-cat-widget {
        margin-bottom: 50px; } }

.post-content-area .single-post {
    margin-bottom: 50px; }
.post-content-area .single-post .meta-details {
    text-align: right;
    margin-top: 35px; }
@media (max-width: 767px) {
    .post-content-area .single-post .meta-details {
        text-align: left; } }
.post-content-area .single-post .meta-details .tags {
    margin-bottom: 30px; }
.post-content-area .single-post .meta-details .tags li {
    display: inline-block;
    font-size: 14px; }
.post-content-area .single-post .meta-details .tags li a {
    color: #000;
    transition: all 0.3s ease 0s; }
.post-content-area .single-post .meta-details .tags li a:hover {
    color: #fc6736; }
@media (max-width: 1024px) {
    .post-content-area .single-post .meta-details {
        margin-top: 0px; } }
.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
    color: #777777;
    margin-right: 10px;
    transition: all 0.3s ease 0s; }
.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
    color: #fc6736; }
.post-content-area .single-post .user-name i,
.post-content-area .single-post .date i,
.post-content-area .single-post .view i,
.post-content-area .single-post .comments i {
    font-weight: 900;
    color: #000; }
.post-content-area .single-post .feature-img img {
    width: 100%; }
.post-content-area .single-post .posts-title h3 {
    margin: 20px 0px;
    font-weight: 700; }
.post-content-area .single-post .excert {
    margin-bottom: 20px; }
.post-content-area .single-post .primary-btn {
    background: #f7f7f7;
    color: #242429;
    font-family: "Roboto", sans-serif;
    padding: 0 32px;
    border: 1px solid #dddddd; }
.post-content-area .single-post .primary-btn:before {
    color: #242429;
    padding: 6px 0; }
.post-content-area .single-post .primary-btn span {
    padding: 6px 0; }
.post-content-area .single-post .primary-btn:hover {
    background: #fc6736 !important;
    color: #fff !important; }
.post-content-area .single-post .primary-btn:hover:before {
    color: #fff; }
.post-content-area .single-post .primary-btn:hover span {
    color: #fff; }

.blog-pagination {
    padding-top: 60px;
    padding-bottom: 120px; }
.blog-pagination .page-link {
    border-radius: 0; }
.blog-pagination .page-item {
    border: none; }

.page-link {
    background: transparent;
    font-weight: 400; }

.blog-pagination .page-item.active .page-link {
    background-color: #fc6736;
    border-color: transparent; }

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #777777;
    border: none; }

.blog-pagination .page-link i {
    font-weight: 600; }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    border-radius: 0; }

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc6736;
    border-color: #eee; }

.widget-wrap {
    background: #fafaff;
    padding: 20px 0px;
    border: 1px solid #eee; }
@media (max-width: 991px) {
    .widget-wrap {
        margin-top: 50px; } }
.widget-wrap .single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
.widget-wrap .single-sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0px; }
.widget-wrap .search-widget form.search-form input[type="text"] {
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #fc6736; }
@media (max-width: 991px) and (min-width: 768px) {
    .widget-wrap .search-widget form.search-form input[type="text"] {
        width: 90%; } }
.widget-wrap .search-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
.widget-wrap .search-widget ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
.widget-wrap .search-widget :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
.widget-wrap .search-widget :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
.widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #fc6736;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
@media (max-width: 991px) and (min-width: 768px) {
    .widget-wrap .search-widget form.search-form button {
        width: 10%; } }
.widget-wrap .search-widget form.search-form::after {
    content: "";
    clear: both;
    display: table; }
.widget-wrap .user-info-widget {
    text-align: center; }
.widget-wrap .user-info-widget a h4 {
    margin-top: 40px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s; }
.widget-wrap .user-info-widget .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
.widget-wrap .user-info-widget .social-links li a {
    color: #000;
    padding: 10px;
    font-size: 14px;
    transition: all 0.3s ease 0s; }
.widget-wrap .user-info-widget .social-links li a:hover {
    color: #fc6736; }
.widget-wrap .popular-post-widget .popular-title {
    background: #fc6736;
    color: #fff;
    text-align: center;
    padding: 8px 0px; }
.widget-wrap .popular-post-widget .popular-post-list {
    margin-top: 30px; }
.widget-wrap .popular-post-widget .popular-post-list .thumb img {
    width: 100%; }
.widget-wrap .popular-post-widget .single-post-list {
    margin-bottom: 20px; }
.widget-wrap .popular-post-widget .single-post-list .details {
    margin-left: 12px; }
.widget-wrap .popular-post-widget .single-post-list .details h6 {
    font-weight: 600;
    margin-bottom: 10px; }
.widget-wrap .popular-post-widget .single-post-list .details p {
    margin-bottom: 0px; }
.widget-wrap .ads-widget img {
    width: 100%; }
.widget-wrap .post-category-widget .category-title {
    background: #fc6736;
    color: #fff;
    text-align: center;
    padding: 8px 0px; }
.widget-wrap .post-category-widget .cat-list li {
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s; }
.widget-wrap .post-category-widget .cat-list li p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s; }
.widget-wrap .post-category-widget .cat-list li a {
    color: #777777; }
.widget-wrap .post-category-widget .cat-list li:hover {
    border-color: #fc6736; }
.widget-wrap .post-category-widget .cat-list li:hover p {
    color: #fc6736; }
.widget-wrap .newsletter-widget .newsletter-title {
    background: #fc6736;
    color: #fff;
    text-align: center;
    padding: 8px 0px; }
.widget-wrap .newsletter-widget .col-autos {
    width: 100%; }
.widget-wrap .newsletter-widget p {
    text-align: center;
    margin: 20px 0px; }
.widget-wrap .newsletter-widget .bbtns {
    background: #fc6736;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 0; }
.widget-wrap .newsletter-widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top; }
.widget-wrap .newsletter-widget .input-group-text i {
    color: #ccc;
    margin-top: -1px; }
.widget-wrap .newsletter-widget .form-control {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px;
    font-size: 13px;
    color: #ccc;
    padding: 9px;
    padding-left: 0px; }
.widget-wrap .newsletter-widget .form-control:focus {
    box-shadow: none;
    border-color: #ccc; }
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #ccc; }
.widget-wrap .newsletter-widget ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #ccc; }
.widget-wrap .newsletter-widget :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #ccc; }
.widget-wrap .newsletter-widget :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #ccc; }
.widget-wrap .newsletter-widget .text-bottom {
    margin-bottom: 0px; }
.widget-wrap .tag-cloud-widget .tagcloud-title {
    background: #fc6736;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 30px; }
.widget-wrap .tag-cloud-widget ul li {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 14px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s; }
.widget-wrap .tag-cloud-widget ul li:hover {
    background: #fc6736; }
.widget-wrap .tag-cloud-widget ul li:hover a {
    color: #fff; }
.widget-wrap .tag-cloud-widget ul li a {
    font-size: 12px;
    color: black; }

/*
################
               End Blog Home  Page style
################
*/
/*
################
               Start Blog Details  Page style
################
*/
.single-post-area .meta-details {
    margin-top: 20px !important; }
.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
.single-post-area .social-links li a {
    color: #000;
    padding: 7px;
    font-size: 14px;
    transition: all 0.3s ease 0s; }
.single-post-area .social-links li a:hover {
    color: #fc6736; }
.single-post-area .quotes {
    margin-top: 20px;
    padding: 30px;
    background-color: white;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1); }
.single-post-area .arrow {
    position: absolute; }
.single-post-area .arrow i {
    font-size: 20px;
    font-weight: 600; }
.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8); }
.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px; }
.single-post-area .navigation-area .nav-left {
    text-align: left; }
.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000; }
.single-post-area .navigation-area .nav-left .thumb img {
    transition: all 0.3s ease 0s; }
.single-post-area .navigation-area .nav-left i {
    margin-left: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s; }
.single-post-area .navigation-area .nav-left:hover i {
    opacity: 1; }
.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5; }
@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px; } }
.single-post-area .navigation-area .nav-right {
    text-align: right; }
.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000; }
.single-post-area .navigation-area .nav-right .thumb img {
    transition: all 0.3s ease 0s; }
.single-post-area .navigation-area .nav-right i {
    margin-right: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s; }
.single-post-area .navigation-area .nav-right:hover i {
    opacity: 1; }
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5; }

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 20px;
    margin-top: 50px; }
@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px; } }
.comments-area h4 {
    text-align: center;
    margin-bottom: 50px; }
.comments-area a {
    color: #000; }
.comments-area .comment-list {
    padding-bottom: 30px; }
.comments-area .comment-list:last-child {
    padding-bottom: 0px; }
.comments-area .comment-list.left-padding {
    padding-left: 25px; }
@media (max-width: 414px) {
    .comments-area .comment-list.left-padding {
        padding-left: 9px; } }
@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px; }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px; }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px; } }
.comments-area .thumb {
    margin-right: 20px; }
.comments-area .date {
    font-size: 13px;
    color: #cccccc; }
.comments-area .comment {
    color: #777777; }
.comments-area .btn-reply {
    background-color: #fff;
    color: #000;
    padding: 8px 30px;
    display: block;
    transition: all 0.3s ease 0s; }
.comments-area .btn-reply:hover {
    background-color: #fc6736;
    color: #fff; }

.comment-form {
    text-align: center;
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 20px;
    margin-top: 50px; }
.comment-form h4 {
    text-align: center;
    margin-bottom: 50px; }
.comment-form .name {
    padding-left: 0px; }
@media (max-width: 991px) {
    .comment-form .name {
        padding-right: 0px; } }
.comment-form .email {
    padding-right: 0px; }
@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px; } }
.comment-form .form-control {
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 13px;
    color: #777777; }
.comment-form .form-control:focus {
    box-shadow: none; }
.comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777; }
.comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777; }
.comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777; }
.comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777; }

/*
################
               End Blog Details  Page style
################
*/
.footer-area {
    background: #04091e; }
.footer-area h6 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff; }

.copy-right-text i,
.copy-right-text a {
    color: #fc6736; }

.footer-social a {
    padding-right: 25px;
    transition: all 0.3s ease 0s; }
.footer-social a:hover i {
    color: #fc6736; }
.footer-social i {
    color: #cccccc;
    transition: all 0.3s ease 0s; }
@media (max-width: 991.98px) {
    .footer-social {
        text-align: left; } }

.single-footer-widget input {
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #f9f9ff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 18px;
    border: 1px solid #f9f9ff; }
.single-footer-widget input:focus {
    background: #f9f9ff;
    box-shadow: none;
    border: 1px solid #f9f9ff; }
.single-footer-widget .bb-btn {
    color: #fc6736;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer; }
.single-footer-widget .info {
    position: absolute;
    margin-top: 50px;
    color: #fff;
    font-size: 12px; }
.single-footer-widget .info.valid {
    color: green; }
.single-footer-widget .info.error {
    color: red; }
.single-footer-widget .click-btn {
    background-color: #fc6736;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 7px 12px;
    border: 0; }
.single-footer-widget ::-moz-selection {
    /* Code for Firefox */
    background-color: #191919 !important;
    color: #777777; }
.single-footer-widget ::selection {
    background-color: #191919 !important;
    color: #777777; }
.single-footer-widget ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300; }
.single-footer-widget :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300; }
.single-footer-widget ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300; }
.single-footer-widget :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300; }
.single-footer-widget ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300; }
@media (max-width: 991.98px) {
    .single-footer-widget {
        margin-bottom: 30px; } }

@media (max-width: 800px) {
    .social-widget {
        margin-top: 30px; } }
.footer-text {
    padding-top: 20px;
    margin-bottom: 0px; }
.footer-text a,
.footer-text i {
    color: #fc6736; }

@media (min-width: 1400px) {
    .container{
        max-width: 1600px;
    }
}


#logo{
    max-width: 70px;
    img{
        width: 50px;
        margin-right: -9px;
    }
    a{
        display: flex;
        font-family: 'Archivo Black', sans-serif;
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 0.8;
        align-items: center;
        div{
            div{
                text-align: end;
            }
        }
    }
}

.main-menu-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-bg{
    background: #1c1c1c;
    color: #ffffff;
}
.banner-img{

    .img-fluid{
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 63px;
        right: 0;
    }
}
.about-area {
    .primary-btn:before{
        color: #ffffff;
    }
    color: #ffffff;
    .section-title h2{
        color: #ffffff;
    }
    .primary-btn span{
        color: #ffffff;
    }
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.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-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.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, 1));
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

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

  .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\:-mr-2 {
    margin-right: -0.5rem;
  }

  .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\:hidden {
    display: none;
  }

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

  .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-center {
    justify-content: center;
  }

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

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

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

  .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-4 {
    padding-bottom: 1rem;
  }

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

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:grid {
    display: grid;
  }

  .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\:gap-6 {
    gap: 1.5rem;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {

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

