@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UTMTimesBold:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.description-h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--new-900);
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .description-h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .description-h3 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .description-h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .description-h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .description-h3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .description-h3 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .description-h3 {
    font-size: 34px;
    font-weight: 500;
  }
}
.description-p {
  margin-bottom: 0.75rem;
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--new-800);
}
@media (min-width: 768px) {
  .description-p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .description-p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .description-p {
    line-height: 26px;
  }
}
.tag {
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--new-200);
  padding: 5px 0.625rem;
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--new-200);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.tag:hover {
  border-color: #231f20;
  color: #231f20;
}
.pd-reviews-card {
  display: flex;
  max-width: 300px;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-radius: 20px;
  border-width: 1px;
  border-color: var(--new-200);
  padding: 0.625rem 1rem;
}
@media (min-width: 640px) {
  .pd-reviews-card {
    flex-direction: row;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .pd-reviews-card {
    padding: 0.875rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .pd-reviews-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .pd-reviews-card {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .pd-reviews-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pd-reviews-card {
  .pd-reviews-icon {
    flex-shrink: 0;
    color: #231f20;
  }
  .pd-reviews-body {
    display: flex;
    flex-direction: column;
    row-gap: 0.375rem;
  }
  @media (min-width: 1024px) {
    .pd-reviews-body {
      row-gap: 0.5rem;
    }
  }
  .pd-reviews-body {
    span {
      text-align: center;
      font-family: 'UTM Times', serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500;
      color: var(--new-800);
    }
    @media (min-width: 640px) {
      span {
        text-align: start;
      }
    }
    @media (min-width: 768px) {
      span {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 1024px) {
      span {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
    p {
      text-align: center;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 700;
      color: var(--new-900);
    }
    @media (min-width: 640px) {
      p {
        text-align: start;
      }
    }
    @media (min-width: 1024px) {
      p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
      }
    }
    @media (min-width: 1280px) {
      p {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
  }
}
.swiper {
  width: 600px;
  height: 300px;
}
*,
:after,
:before {
  --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: rgba(63, 131, 248, 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: rgba(63, 131, 248, 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*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: '';
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: #231f20;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role='button'],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none;
}
[multiple],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:where(:not([type])),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[multiple]:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:where(:not([type])):focus,
select:focus,
textarea: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: #1c64f2;
  --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: #1c64f2;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 8 4 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: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  [type='checkbox']:checked,
  [type='radio']:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type='checkbox']:checked:focus,
[type='checkbox']:checked:hover,
[type='radio']:checked:focus,
[type='radio']:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}
[data-tooltip-style^='light']
  + .tooltip[data-popper-placement^='top']
  > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-tooltip-style^='light']
  + .tooltip[data-popper-placement^='right']
  > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light']
  + .tooltip[data-popper-placement^='bottom']
  > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light']
  + .tooltip[data-popper-placement^='left']
  > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}
.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}
.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}
.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}
.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}
[data-popper-arrow],
[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
[data-popper-arrow] {
  visibility: hidden;
}
[data-popper-arrow]:after,
[data-popper-arrow]:before {
  content: '';
  visibility: visible;
  transform: rotate(45deg);
}
[data-popper-arrow]:after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}
[role='tooltip'] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}
.dark [role='tooltip'] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}
[role='tooltip'] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}
.dark [role='tooltip'] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}
[data-popover][role='tooltip'][data-popper-placement^='top']
  > [data-popper-arrow]:after,
[data-popover][role='tooltip'][data-popper-placement^='top']
  > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-popover][role='tooltip'][data-popper-placement^='right']
  > [data-popper-arrow]:after,
[data-popover][role='tooltip'][data-popper-placement^='right']
  > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-popover][role='tooltip'][data-popper-placement^='bottom']
  > [data-popper-arrow]:after,
[data-popover][role='tooltip'][data-popper-placement^='bottom']
  > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-popover][role='tooltip'][data-popper-placement^='left']
  > [data-popper-arrow]:after,
[data-popover][role='tooltip'][data-popper-placement^='left']
  > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}
[data-popover][role='tooltip'][data-popper-placement^='top']
  > [data-popper-arrow] {
  bottom: -5px;
}
[data-popover][role='tooltip'][data-popper-placement^='bottom']
  > [data-popper-arrow] {
  top: -5px;
}
[data-popover][role='tooltip'][data-popper-placement^='left']
  > [data-popper-arrow] {
  right: -5px;
}
[data-popover][role='tooltip'][data-popper-placement^='right']
  > [data-popper-arrow] {
  left: -5px;
}
[role='tooltip'].invisible > [data-popper-arrow]:after,
[role='tooltip'].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}
[multiple],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[multiple]:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
select:focus,
textarea: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: #1c64f2;
  --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: #1c64f2;
}
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;
}
input[type='time']::-webkit-calendar-picker-indicator {
  background: none;
}
select:not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
:is([dir='rtl']) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}
[multiple] {
  background-image: none;
  background-position: 0 0;
  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: #1c64f2;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0;
}
[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: #1c64f2;
  --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);
}
.dark [type='checkbox']:checked,
.dark [type='radio']:checked,
[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: 50%;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.dark [type='radio']:checked,
[type='radio']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  background-size: 1em 1em;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M.5 6h14'/%3E%3C/svg%3E");
  background-color: currentColor;
  border-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[type='checkbox']:indeterminate:focus,
[type='checkbox']:indeterminate:hover {
  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 auto inherit;
}
input[type='file']::file-selector-button {
  color: #fff;
  background: #1f2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.625rem 1rem 0.625rem 2rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}
input[type='file']::file-selector-button:hover {
  background: #374151;
}
:is([dir='rtl']) input[type='file']::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}
.dark input[type='file']::file-selector-button {
  color: #fff;
  background: #4b5563;
}
.dark input[type='file']::file-selector-button:hover {
  background: #6b7280;
}
input[type='range']::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1c64f2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type='range']:disabled::-webkit-slider-thumb {
  background: #9ca3af;
}
.dark input[type='range']:disabled::-webkit-slider-thumb {
  background: #6b7280;
}
input[type='range']:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254/var(--tw-ring-opacity));
}
input[type='range']::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1c64f2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type='range']:disabled::-moz-range-thumb {
  background: #9ca3af;
}
.dark input[type='range']:disabled::-moz-range-thumb {
  background: #6b7280;
}
input[type='range']::-moz-range-progress {
  background: #3f83f8;
}
input[type='range']::-ms-fill-lower {
  background: #3f83f8;
}
:root {
  --primary-600: #162b63;
  --primary-500: #1ba0e1;
  --primary-400: #2563eb;
  --primary-100: #dbeafe;
  --primary-50: #eff6ff;
  --primary-10: #f7faff;
  --secondary-500: #a78b6a;
  --secondary-400: #c9a876;
  --secondary-300: #e2cba2;
  --new-900: #0b0b0e;
  --new-800: #969ba9;
  --new-200: #b3b8c7;
  --new-100: #f4f5f6;
  --nature-800: #0e0f13;
  --nature-600: #1c1e26;
  --nature-500: #23262f;
  --nature-400: #40434d;
  --nature-300: #5d606c;
  --nature-200: #797e8a;
  --nature-100: #969ba9;
  --nature-50: #a5a9b8;
  --line-100: #f1f1f1;
  --navbar-height: 48px;
  --nav-height-2: 80px;
  --shadow-1: 0px 16px 52px 0px #00000012;
  --shadow-2: 0px 16px 60px -16px #00000014;
  --shadow-3: 29px 43px 70px -10px #bdbdbd29;
  --shadow-4: 0px 40px 64px -32px #0f0f0f1a;
  --shadow-5: 0px 20px 30px -10px #00000014;
  --shadow-6: 0px 20px 70px 0px #0067ff4d;
  --shadow-7: 0px 10px 14px -5px #0000001a;
  --shadow-8: 0px 0px 60px 0px #0000000d;
  --shadow-9: 0px 5px 60px 0px #0000000d;
  --shadow-10: 0px 20px 80px 0px #0808080d;
  --shadow-11: 0px 4px 13px -2px #1310220f, 0px 4.8px 24.4px -6px #1310221a;
  --swiper-navigation-size: 20px;
}
[type='date'],
[type='datetime-local'],
[type='email'],
[type='number'],
[type='password'],
[type='search'],
[type='text'],
[type='url'],
select,
textarea {
  width: 100%;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding: 13px 0.75rem;
  font-family: 'UTM Times', serif;
  --tw-shadow: 0 1px 2px 0 rgba(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);
}
[type='date']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='text']:focus,
[type='url']:focus,
select:focus,
textarea:focus {
  border-color: var(--primary-500);
  --tw-ring-color: var(--primary-500);
}
@media (min-width: 640px) {
  [type='date'],
  [type='datetime-local'],
  [type='email'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='text'],
  [type='url'],
  select,
  textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  [type='date'],
  [type='datetime-local'],
  [type='email'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='text'],
  [type='url'],
  select,
  textarea {
    padding: 15px 18px;
  }
}
@media (min-width: 1024px) {
  [type='date'],
  [type='datetime-local'],
  [type='email'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='text'],
  [type='url'],
  select,
  textarea {
    padding: 17px 1.25rem;
  }
}
@media (min-width: 1280px) {
  [type='date'],
  [type='datetime-local'],
  [type='email'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='text'],
  [type='url'],
  select,
  textarea {
    padding: 19px 22px;
  }
}
[type='checkbox'],
[type='radio'] {
  border-radius: 0.25rem;
  border-color: var(--primary-500);
  color: var(--primary-500);
}
[type='checkbox']:focus,
[type='radio']:focus {
  --tw-ring-color: var(--primary-500);
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1290px) {
  .container {
    max-width: 1290px;
  }
}
.form-checkbox,
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1c64f2;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0;
}
.form-checkbox:focus,
.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1c64f2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,
.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .form-checkbox:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
.form-checkbox:checked:focus,
.form-checkbox:checked:hover,
.form-radio:checked:focus,
.form-radio:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' 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: 50%;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
.form-checkbox:indeterminate:focus,
.form-checkbox:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
.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: rgba(17, 24, 39, 0.1);
  --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: hsla(0, 0%, 100%, 0.1);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --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;
}
.prose-base {
  font-size: 1rem;
  line-height: 1.75;
}
.prose-base
  :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base
  :where([class~='lead']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-base
  :where(blockquote):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-base
  :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-base
  :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose-base
  :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-base
  :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose-base
  :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base
  :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base
  :where(picture > img):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base
  :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base
  :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  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-base
  :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.875em;
}
.prose-base
  :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.875em;
}
.prose-base
  :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.9em;
}
.prose-base
  :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  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-base
  :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base
  :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base
  :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-base
  :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-inline-start: 0.375em;
}
.prose-base
  :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-inline-start: 0.375em;
}
.prose-base
  :where(.prose-base > ul > li p):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base
  :where(.prose-base > ul > li > p:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.prose-base
  :where(.prose-base > ul > li > p:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.prose-base
  :where(.prose-base > ol > li > p:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.prose-base
  :where(.prose-base > ol > li > p:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.prose-base
  :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-base
  :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base
  :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.prose-base
  :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-base
  :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-base
  :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose-base
  :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose-base
  :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose-base
  :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose-base
  :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-base
  :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-base
  :where(thead th:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-start: 0;
}
.prose-base
  :where(thead th:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-end: 0;
}
.prose-base
  :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-base
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-start: 0;
}
.prose-base
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-end: 0;
}
.prose-base
  :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base
  :where(figure > *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base
  :where(figcaption):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-base
  :where(.prose-base > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
}
.prose-base
  :where(.prose-base > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-4 {
  inset: -1rem;
}
.inset-0 {
  inset: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-bottom-48 {
  bottom: -12rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-\[15px\] {
  bottom: -15px;
}
.-right-60 {
  right: -15rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[53px\] {
  bottom: 53px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.end-0 {
  inset-inline-end: 0;
}
.end-2\.5 {
  inset-inline-end: 0.625rem;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[103px\] {
  left: 103px;
}
.left-\[118px\] {
  left: 118px;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[97px\] {
  left: 97px;
}
.right-0 {
  right: 0;
}
.right-10 {
  right: 2.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.start-0 {
  inset-inline-start: 0;
}
.start-1\/3 {
  inset-inline-start: 33.333333%;
}
.start-2\/3 {
  inset-inline-start: 66.666667%;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[43px\] {
  top: 43px;
}
.top-\[98px\] {
  top: 98px;
}
.top-full {
  top: 100%;
}
.\!-z-0,
.\!z-0 {
  z-index: 0 !important;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.\!m-0 {
  margin: 0 !important;
}
.m-0 {
  margin: 0;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[14px\] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.\!-mt-4 {
  margin-top: -1rem !important;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-2\.5 {
  margin-inline-end: 0.625rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ms-0 {
  margin-inline-start: 0;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-1,
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-3,
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[300px\] {
  width: 300px;
  height: 300px;
}
.size-\[38px\] {
  width: 38px;
  height: 38px;
}
.size-\[43px\] {
  width: 43px;
  height: 43px;
}
.size-\[447px\] {
  width: 447px;
  height: 447px;
}
.size-\[45px\] {
  width: 45px;
  height: 45px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.\!h-\[54px\] {
  height: 54px !important;
}
.\!h-\[720px\] {
  height: 720px !important;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[375px\] {
  height: 375px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-nav-2 {
  height: var(--nav-height-2);
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[266px\] {
  max-height: 266px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[375px\] {
  max-height: 375px;
}
.max-h-\[38px\] {
  max-height: 38px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[432px\] {
  max-height: 432px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.\!w-0\.5 {
  width: 0.125rem !important;
}
.\!w-\[1px\] {
  width: 1px !important;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[1011px\] {
  width: 1011px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.\!max-w-2xl {
  max-width: 42rem !important;
}
.\!max-w-\[322px\] {
  max-width: 322px !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100\] {
  max-width: 100;
}
.max-w-\[100rem\] {
  max-width: 100rem;
}
.max-w-\[1170px\] {
  max-width: 1170px;
}
.max-w-\[1230px\] {
  max-width: 1230px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[1410px\] {
  max-width: 1410px;
}
.max-w-\[1430px\] {
  max-width: 1430px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[1760px\] {
  max-width: 1760px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[1860px\] {
  max-width: 1860px;
}
.max-w-\[1910px\] {
  max-width: 1910px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[366px\] {
  max-width: 366px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[95\.3rem\] {
  max-width: 95.3rem;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-full {
  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-x-full {
  --tw-translate-x: -100%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-1\/2,
.-translate-y-full {
  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-full {
  --tw-translate-y: -100%;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.translate-x-0,
.translate-x-1\/2 {
  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-x-1\/2 {
  --tw-translate-x: 50%;
}
.translate-x-full {
  --tw-translate-x: 100%;
}
.translate-x-full,
.translate-y-1\/2 {
  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-1\/2 {
  --tw-translate-y: 50%;
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.-rotate-2,
.translate-y-full {
  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));
}
.-rotate-2 {
  --tw-rotate: -2deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.rotate-2 {
  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));
}
.rotate-2 {
  --tw-rotate: 2deg;
}
.rotate-3 {
  --tw-rotate: 3deg;
}
.rotate-3,
.rotate-90 {
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.scale-105,
.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));
}
.transform-none {
  transform: none;
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.\!gap-y-10 {
  row-gap: 2.5rem !important;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse)));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * (1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * (1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate,
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.\!border-l-0 {
  border-left-width: 0 !important;
}
.\!border-t-0 {
  border-top-width: 0 !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-e-0 {
  border-inline-end-width: 0;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#ededed\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(225 239 254 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity, 1));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity, 1));
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 66 159 / var(--tw-border-opacity, 1));
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(35 56 118 / var(--tw-border-opacity, 1));
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 106 / var(--tw-border-opacity, 1));
}
.border-gold-light {
  --tw-border-opacity: 1;
  border-color: rgb(201 168 118 / var(--tw-border-opacity, 1));
}
.border-gold-light\/0 {
  border-color: hsla(36, 43%, 63%, 0);
}
.border-gold-light\/10 {
  border-color: hsla(36, 43%, 63%, 0.1);
}
.border-gold-light\/100 {
  border-color: #c9a876;
}
.border-gold-light\/15 {
  border-color: hsla(36, 43%, 63%, 0.15);
}
.border-gold-light\/20 {
  border-color: hsla(36, 43%, 63%, 0.2);
}
.border-gold-light\/25 {
  border-color: hsla(36, 43%, 63%, 0.25);
}
.border-gold-light\/30 {
  border-color: hsla(36, 43%, 63%, 0.3);
}
.border-gold-light\/35 {
  border-color: hsla(36, 43%, 63%, 0.35);
}
.border-gold-light\/40 {
  border-color: hsla(36, 43%, 63%, 0.4);
}
.border-gold-light\/45 {
  border-color: hsla(36, 43%, 63%, 0.45);
}
.border-gold-light\/5 {
  border-color: hsla(36, 43%, 63%, 0.05);
}
.border-gold-light\/50 {
  border-color: hsla(36, 43%, 63%, 0.5);
}
.border-gold-light\/55 {
  border-color: hsla(36, 43%, 63%, 0.55);
}
.border-gold-light\/60 {
  border-color: hsla(36, 43%, 63%, 0.6);
}
.border-gold-light\/65 {
  border-color: hsla(36, 43%, 63%, 0.65);
}
.border-gold-light\/70 {
  border-color: hsla(36, 43%, 63%, 0.7);
}
.border-gold-light\/75 {
  border-color: hsla(36, 43%, 63%, 0.75);
}
.border-gold-light\/80 {
  border-color: hsla(36, 43%, 63%, 0.8);
}
.border-gold-light\/85 {
  border-color: hsla(36, 43%, 63%, 0.85);
}
.border-gold-light\/90 {
  border-color: hsla(36, 43%, 63%, 0.9);
}
.border-gold-light\/95 {
  border-color: hsla(36, 43%, 63%, 0.95);
}
.border-gold\/0 {
  border-color: hsla(32, 26%, 54%, 0);
}
.border-gold\/10 {
  border-color: hsla(32, 26%, 54%, 0.1);
}
.border-gold\/100 {
  border-color: #a78b6a;
}
.border-gold\/15 {
  border-color: hsla(32, 26%, 54%, 0.15);
}
.border-gold\/20 {
  border-color: hsla(32, 26%, 54%, 0.2);
}
.border-gold\/25 {
  border-color: hsla(32, 26%, 54%, 0.25);
}
.border-gold\/30 {
  border-color: hsla(32, 26%, 54%, 0.3);
}
.border-gold\/35 {
  border-color: hsla(32, 26%, 54%, 0.35);
}
.border-gold\/40 {
  border-color: hsla(32, 26%, 54%, 0.4);
}
.border-gold\/45 {
  border-color: hsla(32, 26%, 54%, 0.45);
}
.border-gold\/5 {
  border-color: hsla(32, 26%, 54%, 0.05);
}
.border-gold\/50 {
  border-color: hsla(32, 26%, 54%, 0.5);
}
.border-gold\/55 {
  border-color: hsla(32, 26%, 54%, 0.55);
}
.border-gold\/60 {
  border-color: hsla(32, 26%, 54%, 0.6);
}
.border-gold\/65 {
  border-color: hsla(32, 26%, 54%, 0.65);
}
.border-gold\/70 {
  border-color: hsla(32, 26%, 54%, 0.7);
}
.border-gold\/75 {
  border-color: hsla(32, 26%, 54%, 0.75);
}
.border-gold\/80 {
  border-color: hsla(32, 26%, 54%, 0.8);
}
.border-gold\/85 {
  border-color: hsla(32, 26%, 54%, 0.85);
}
.border-gold\/90 {
  border-color: hsla(32, 26%, 54%, 0.9);
}
.border-gold\/95 {
  border-color: hsla(32, 26%, 54%, 0.95);
}
.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-line-100 {
  border-color: var(--line-100);
}
.border-nature-100 {
  border-color: var(--nature-100);
}
.border-nature-400 {
  border-color: var(--nature-400);
}
.border-nature-50 {
  border-color: var(--nature-50);
}
.border-nature-500 {
  border-color: var(--nature-500);
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-navy-light {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-navy-light\/0 {
  border-color: rgba(37, 99, 235, 0);
}
.border-navy-light\/10 {
  border-color: rgba(37, 99, 235, 0.1);
}
.border-navy-light\/100 {
  border-color: #2563eb;
}
.border-navy-light\/15 {
  border-color: rgba(37, 99, 235, 0.15);
}
.border-navy-light\/20 {
  border-color: rgba(37, 99, 235, 0.2);
}
.border-navy-light\/25 {
  border-color: rgba(37, 99, 235, 0.25);
}
.border-navy-light\/30 {
  border-color: rgba(37, 99, 235, 0.3);
}
.border-navy-light\/35 {
  border-color: rgba(37, 99, 235, 0.35);
}
.border-navy-light\/40 {
  border-color: rgba(37, 99, 235, 0.4);
}
.border-navy-light\/45 {
  border-color: rgba(37, 99, 235, 0.45);
}
.border-navy-light\/5 {
  border-color: rgba(37, 99, 235, 0.05);
}
.border-navy-light\/50 {
  border-color: rgba(37, 99, 235, 0.5);
}
.border-navy-light\/55 {
  border-color: rgba(37, 99, 235, 0.55);
}
.border-navy-light\/60 {
  border-color: rgba(37, 99, 235, 0.6);
}
.border-navy-light\/65 {
  border-color: rgba(37, 99, 235, 0.65);
}
.border-navy-light\/70 {
  border-color: rgba(37, 99, 235, 0.7);
}
.border-navy-light\/75 {
  border-color: rgba(37, 99, 235, 0.75);
}
.border-navy-light\/80 {
  border-color: rgba(37, 99, 235, 0.8);
}
.border-navy-light\/85 {
  border-color: rgba(37, 99, 235, 0.85);
}
.border-navy-light\/90 {
  border-color: rgba(37, 99, 235, 0.9);
}
.border-navy-light\/95 {
  border-color: rgba(37, 99, 235, 0.95);
}
.border-navy\/0 {
  border-color: rgba(30, 58, 138, 0);
}
.border-navy\/10 {
  border-color: rgba(30, 58, 138, 0.1);
}
.border-navy\/100 {
  border-color: #1e3a8a;
}
.border-navy\/15 {
  border-color: rgba(30, 58, 138, 0.15);
}
.border-navy\/20 {
  border-color: rgba(30, 58, 138, 0.2);
}
.border-navy\/25 {
  border-color: rgba(30, 58, 138, 0.25);
}
.border-navy\/30 {
  border-color: rgba(30, 58, 138, 0.3);
}
.border-navy\/35 {
  border-color: rgba(30, 58, 138, 0.35);
}
.border-navy\/40 {
  border-color: rgba(30, 58, 138, 0.4);
}
.border-navy\/45 {
  border-color: rgba(30, 58, 138, 0.45);
}
.border-navy\/5 {
  border-color: rgba(30, 58, 138, 0.05);
}
.border-navy\/50 {
  border-color: rgba(30, 58, 138, 0.5);
}
.border-navy\/55 {
  border-color: rgba(30, 58, 138, 0.55);
}
.border-navy\/60 {
  border-color: rgba(30, 58, 138, 0.6);
}
.border-navy\/65 {
  border-color: rgba(30, 58, 138, 0.65);
}
.border-navy\/70 {
  border-color: rgba(30, 58, 138, 0.7);
}
.border-navy\/75 {
  border-color: rgba(30, 58, 138, 0.75);
}
.border-navy\/80 {
  border-color: rgba(30, 58, 138, 0.8);
}
.border-navy\/85 {
  border-color: rgba(30, 58, 138, 0.85);
}
.border-navy\/90 {
  border-color: rgba(30, 58, 138, 0.9);
}
.border-navy\/95 {
  border-color: rgba(30, 58, 138, 0.95);
}
.border-new-100 {
  border-color: var(--new-100);
}
.border-new-200 {
  border-color: var(--new-200);
}
.border-new-800 {
  border-color: var(--new-800);
}
.border-new-900 {
  border-color: var(--new-900);
}
.border-primary {
  border-color: var(--primary-500);
}
.border-primary-10 {
  border-color: var(--primary-10);
}
.border-primary-100 {
  border-color: var(--primary-100);
}
.border-primary-400 {
  border-color: var(--primary-400);
}
.border-primary-50 {
  border-color: var(--primary-50);
}
.border-primary-600 {
  border-color: var(--primary-600);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity, 1));
}
.border-secondary {
  border-color: #231f20;
}
.border-secondary-300 {
  border-color: var(--secondary-300);
}
.border-secondary-400 {
  border-color: var(--secondary-400);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 233 106 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(194 120 3 / var(--tw-border-opacity, 1));
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(159 88 10 / var(--tw-border-opacity, 1));
}
.\!bg-nature-500 {
  background-color: var(--nature-500) !important;
}
.\!bg-new-100 {
  background-color: var(--new-100) !important;
}
.\!bg-primary-600 {
  background-color: var(--primary-600) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0b0b0e99\] {
  background-color: #0b0b0e99;
}
.bg-\[\#3b5998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCF8F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f74707\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 7 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff5c001a\] {
  background-color: #ff5c001a;
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 106 / var(--tw-bg-opacity, 1));
}
.bg-gold-light {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 118 / var(--tw-bg-opacity, 1));
}
.bg-gold-light\/0 {
  background-color: hsla(36, 43%, 63%, 0);
}
.bg-gold-light\/10 {
  background-color: hsla(36, 43%, 63%, 0.1);
}
.bg-gold-light\/100 {
  background-color: #c9a876;
}
.bg-gold-light\/15 {
  background-color: hsla(36, 43%, 63%, 0.15);
}
.bg-gold-light\/20 {
  background-color: hsla(36, 43%, 63%, 0.2);
}
.bg-gold-light\/25 {
  background-color: hsla(36, 43%, 63%, 0.25);
}
.bg-gold-light\/30 {
  background-color: hsla(36, 43%, 63%, 0.3);
}
.bg-gold-light\/35 {
  background-color: hsla(36, 43%, 63%, 0.35);
}
.bg-gold-light\/40 {
  background-color: hsla(36, 43%, 63%, 0.4);
}
.bg-gold-light\/45 {
  background-color: hsla(36, 43%, 63%, 0.45);
}
.bg-gold-light\/5 {
  background-color: hsla(36, 43%, 63%, 0.05);
}
.bg-gold-light\/50 {
  background-color: hsla(36, 43%, 63%, 0.5);
}
.bg-gold-light\/55 {
  background-color: hsla(36, 43%, 63%, 0.55);
}
.bg-gold-light\/60 {
  background-color: hsla(36, 43%, 63%, 0.6);
}
.bg-gold-light\/65 {
  background-color: hsla(36, 43%, 63%, 0.65);
}
.bg-gold-light\/70 {
  background-color: hsla(36, 43%, 63%, 0.7);
}
.bg-gold-light\/75 {
  background-color: hsla(36, 43%, 63%, 0.75);
}
.bg-gold-light\/80 {
  background-color: hsla(36, 43%, 63%, 0.8);
}
.bg-gold-light\/85 {
  background-color: hsla(36, 43%, 63%, 0.85);
}
.bg-gold-light\/90 {
  background-color: hsla(36, 43%, 63%, 0.9);
}
.bg-gold-light\/95 {
  background-color: hsla(36, 43%, 63%, 0.95);
}
.bg-gold\/0 {
  background-color: hsla(32, 26%, 54%, 0);
}
.bg-gold\/10 {
  background-color: hsla(32, 26%, 54%, 0.1);
}
.bg-gold\/100 {
  background-color: #a78b6a;
}
.bg-gold\/15 {
  background-color: hsla(32, 26%, 54%, 0.15);
}
.bg-gold\/20 {
  background-color: hsla(32, 26%, 54%, 0.2);
}
.bg-gold\/25 {
  background-color: hsla(32, 26%, 54%, 0.25);
}
.bg-gold\/30 {
  background-color: hsla(32, 26%, 54%, 0.3);
}
.bg-gold\/35 {
  background-color: hsla(32, 26%, 54%, 0.35);
}
.bg-gold\/40 {
  background-color: hsla(32, 26%, 54%, 0.4);
}
.bg-gold\/45 {
  background-color: hsla(32, 26%, 54%, 0.45);
}
.bg-gold\/5 {
  background-color: hsla(32, 26%, 54%, 0.05);
}
.bg-gold\/50 {
  background-color: hsla(32, 26%, 54%, 0.5);
}
.bg-gold\/55 {
  background-color: hsla(32, 26%, 54%, 0.55);
}
.bg-gold\/60 {
  background-color: hsla(32, 26%, 54%, 0.6);
}
.bg-gold\/65 {
  background-color: hsla(32, 26%, 54%, 0.65);
}
.bg-gold\/70 {
  background-color: hsla(32, 26%, 54%, 0.7);
}
.bg-gold\/75 {
  background-color: hsla(32, 26%, 54%, 0.75);
}
.bg-gold\/80 {
  background-color: hsla(32, 26%, 54%, 0.8);
}
.bg-gold\/85 {
  background-color: hsla(32, 26%, 54%, 0.85);
}
.bg-gold\/90 {
  background-color: hsla(32, 26%, 54%, 0.9);
}
.bg-gold\/95 {
  background-color: hsla(32, 26%, 54%, 0.95);
}
.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-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 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-gray-900\/50 {
  background-color: rgba(17, 24, 39, 0.5);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity, 1));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity, 1));
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.bg-nature-100 {
  background-color: var(--nature-100);
}
.bg-nature-400 {
  background-color: var(--nature-400);
}
.bg-nature-50 {
  background-color: var(--nature-50);
}
.bg-nature-500 {
  background-color: var(--nature-500);
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-navy-light {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-navy-light\/0 {
  background-color: rgba(37, 99, 235, 0);
}
.bg-navy-light\/10 {
  background-color: rgba(37, 99, 235, 0.1);
}
.bg-navy-light\/100 {
  background-color: #2563eb;
}
.bg-navy-light\/15 {
  background-color: rgba(37, 99, 235, 0.15);
}
.bg-navy-light\/20 {
  background-color: rgba(37, 99, 235, 0.2);
}
.bg-navy-light\/25 {
  background-color: rgba(37, 99, 235, 0.25);
}
.bg-navy-light\/30 {
  background-color: rgba(37, 99, 235, 0.3);
}
.bg-navy-light\/35 {
  background-color: rgba(37, 99, 235, 0.35);
}
.bg-navy-light\/40 {
  background-color: rgba(37, 99, 235, 0.4);
}
.bg-navy-light\/45 {
  background-color: rgba(37, 99, 235, 0.45);
}
.bg-navy-light\/5 {
  background-color: rgba(37, 99, 235, 0.05);
}
.bg-navy-light\/50 {
  background-color: rgba(37, 99, 235, 0.5);
}
.bg-navy-light\/55 {
  background-color: rgba(37, 99, 235, 0.55);
}
.bg-navy-light\/60 {
  background-color: rgba(37, 99, 235, 0.6);
}
.bg-navy-light\/65 {
  background-color: rgba(37, 99, 235, 0.65);
}
.bg-navy-light\/70 {
  background-color: rgba(37, 99, 235, 0.7);
}
.bg-navy-light\/75 {
  background-color: rgba(37, 99, 235, 0.75);
}
.bg-navy-light\/80 {
  background-color: rgba(37, 99, 235, 0.8);
}
.bg-navy-light\/85 {
  background-color: rgba(37, 99, 235, 0.85);
}
.bg-navy-light\/90 {
  background-color: rgba(37, 99, 235, 0.9);
}
.bg-navy-light\/95 {
  background-color: rgba(37, 99, 235, 0.95);
}
.bg-navy\/0 {
  background-color: rgba(30, 58, 138, 0);
}
.bg-navy\/10 {
  background-color: rgba(30, 58, 138, 0.1);
}
.bg-navy\/100 {
  background-color: #1e3a8a;
}
.bg-navy\/15 {
  background-color: rgba(30, 58, 138, 0.15);
}
.bg-navy\/20 {
  background-color: rgba(30, 58, 138, 0.2);
}
.bg-navy\/25 {
  background-color: rgba(30, 58, 138, 0.25);
}
.bg-navy\/30 {
  background-color: rgba(30, 58, 138, 0.3);
}
.bg-navy\/35 {
  background-color: rgba(30, 58, 138, 0.35);
}
.bg-navy\/40 {
  background-color: rgba(30, 58, 138, 0.4);
}
.bg-navy\/45 {
  background-color: rgba(30, 58, 138, 0.45);
}
.bg-navy\/5 {
  background-color: rgba(30, 58, 138, 0.05);
}
.bg-navy\/50 {
  background-color: rgba(30, 58, 138, 0.5);
}
.bg-navy\/55 {
  background-color: rgba(30, 58, 138, 0.55);
}
.bg-navy\/60 {
  background-color: rgba(30, 58, 138, 0.6);
}
.bg-navy\/65 {
  background-color: rgba(30, 58, 138, 0.65);
}
.bg-navy\/70 {
  background-color: rgba(30, 58, 138, 0.7);
}
.bg-navy\/75 {
  background-color: rgba(30, 58, 138, 0.75);
}
.bg-navy\/80 {
  background-color: rgba(30, 58, 138, 0.8);
}
.bg-navy\/85 {
  background-color: rgba(30, 58, 138, 0.85);
}
.bg-navy\/90 {
  background-color: rgba(30, 58, 138, 0.9);
}
.bg-navy\/95 {
  background-color: rgba(30, 58, 138, 0.95);
}
.bg-new-100 {
  background-color: var(--new-100);
}
.bg-new-200 {
  background-color: var(--new-200);
}
.bg-new-800 {
  background-color: var(--new-800);
}
.bg-new-900 {
  background-color: var(--new-900);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: var(--primary-500);
}
.bg-primary-10 {
  background-color: var(--primary-10);
}
.bg-primary-100 {
  background-color: var(--primary-100);
}
.bg-primary-400 {
  background-color: var(--primary-400);
}
.bg-primary-50 {
  background-color: var(--primary-50);
}
.bg-primary-600 {
  background-color: var(--primary-600);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: #231f20;
}
.bg-secondary-300 {
  background-color: var(--secondary-300);
}
.bg-secondary-400 {
  background-color: var(--secondary-400);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 148 162 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-white\/20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-white\/40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-white\/50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-white\/90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/20 {
  background-color: rgba(194, 120, 3, 0.2);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 88 10 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'assets\/map\.png\'\)\] {
  background-image: url(assets/map.png);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[rgba\(11\2c 11\2c 14\2c 1\)\] {
  --tw-gradient-from: #0b0b0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(11, 11, 14, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #ebf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(235, 245, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #1c64f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(28, 100, 242, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #233876 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(35, 56, 118, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold {
  --tw-gradient-from: #a78b6a var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light {
  --tw-gradient-from: #c9a876 var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/0 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/10 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/100 {
  --tw-gradient-from: #c9a876 var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/15 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/20 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/25 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/30 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/35 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/40 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/45 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/5 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/50 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/55 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/60 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/65 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/70 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/75 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/80 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/85 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/90 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold-light\/95 {
  --tw-gradient-from: hsla(36, 43%, 63%, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/0 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/10 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/100 {
  --tw-gradient-from: #a78b6a var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/15 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/20 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/25 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/30 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/35 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/40 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/45 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/5 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/50 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/55 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/60 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/65 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/70 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/75 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/80 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/85 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/90 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/95 {
  --tw-gradient-from: hsla(32, 26%, 54%, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(249, 250, 251, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #057a55 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(5, 122, 85, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700 {
  --tw-gradient-from: #046c4e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(4, 108, 78, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-100 {
  --tw-gradient-from: var(--nature-100) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-200 {
  --tw-gradient-from: var(--nature-200) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-300 {
  --tw-gradient-from: var(--nature-300) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-400 {
  --tw-gradient-from: var(--nature-400) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-50 {
  --tw-gradient-from: var(--nature-50) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-500 {
  --tw-gradient-from: var(--nature-500) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-600 {
  --tw-gradient-from: var(--nature-600) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nature-800 {
  --tw-gradient-from: var(--nature-800) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/0 {
  --tw-gradient-from: rgba(37, 99, 235, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/10 {
  --tw-gradient-from: rgba(37, 99, 235, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/100 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/15 {
  --tw-gradient-from: rgba(37, 99, 235, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/20 {
  --tw-gradient-from: rgba(37, 99, 235, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/25 {
  --tw-gradient-from: rgba(37, 99, 235, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/30 {
  --tw-gradient-from: rgba(37, 99, 235, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/35 {
  --tw-gradient-from: rgba(37, 99, 235, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/40 {
  --tw-gradient-from: rgba(37, 99, 235, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/45 {
  --tw-gradient-from: rgba(37, 99, 235, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/5 {
  --tw-gradient-from: rgba(37, 99, 235, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/50 {
  --tw-gradient-from: rgba(37, 99, 235, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/55 {
  --tw-gradient-from: rgba(37, 99, 235, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/60 {
  --tw-gradient-from: rgba(37, 99, 235, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/65 {
  --tw-gradient-from: rgba(37, 99, 235, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/70 {
  --tw-gradient-from: rgba(37, 99, 235, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/75 {
  --tw-gradient-from: rgba(37, 99, 235, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/80 {
  --tw-gradient-from: rgba(37, 99, 235, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/85 {
  --tw-gradient-from: rgba(37, 99, 235, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/90 {
  --tw-gradient-from: rgba(37, 99, 235, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-light\/95 {
  --tw-gradient-from: rgba(37, 99, 235, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/0 {
  --tw-gradient-from: rgba(30, 58, 138, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/10 {
  --tw-gradient-from: rgba(30, 58, 138, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/100 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/15 {
  --tw-gradient-from: rgba(30, 58, 138, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/20 {
  --tw-gradient-from: rgba(30, 58, 138, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/25 {
  --tw-gradient-from: rgba(30, 58, 138, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/30 {
  --tw-gradient-from: rgba(30, 58, 138, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/35 {
  --tw-gradient-from: rgba(30, 58, 138, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/40 {
  --tw-gradient-from: rgba(30, 58, 138, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/45 {
  --tw-gradient-from: rgba(30, 58, 138, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/5 {
  --tw-gradient-from: rgba(30, 58, 138, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/50 {
  --tw-gradient-from: rgba(30, 58, 138, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/55 {
  --tw-gradient-from: rgba(30, 58, 138, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/60 {
  --tw-gradient-from: rgba(30, 58, 138, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/65 {
  --tw-gradient-from: rgba(30, 58, 138, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/70 {
  --tw-gradient-from: rgba(30, 58, 138, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/75 {
  --tw-gradient-from: rgba(30, 58, 138, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/80 {
  --tw-gradient-from: rgba(30, 58, 138, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/85 {
  --tw-gradient-from: rgba(30, 58, 138, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/90 {
  --tw-gradient-from: rgba(30, 58, 138, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy\/95 {
  --tw-gradient-from: rgba(30, 58, 138, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-new-100 {
  --tw-gradient-from: var(--new-100) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-new-200 {
  --tw-gradient-from: var(--new-200) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-new-800 {
  --tw-gradient-from: var(--new-800) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-new-900 {
  --tw-gradient-from: var(--new-900) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: var(--primary-500) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-10 {
  --tw-gradient-from: var(--primary-10) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100 {
  --tw-gradient-from: var(--primary-100) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400 {
  --tw-gradient-from: var(--primary-400) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50 {
  --tw-gradient-from: var(--primary-50) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: var(--primary-600) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #7e3af2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(126, 58, 242, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary {
  --tw-gradient-from: #231f20 var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-300 {
  --tw-gradient-from: var(--secondary-300) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-400 {
  --tw-gradient-from: var(--secondary-400) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-300 {
  --tw-gradient-to: rgba(164, 202, 254, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from), #a4cafe var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-navy-light {
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-navy\/50 {
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgba(30, 58, 138, 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/80 {
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    hsla(0, 0%, 100%, 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-\[rgba\(11\2c 11\2c 14\2c 0\)\] {
  --tw-gradient-to: rgba(11, 11, 14, 0) var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: #e1effe var(--tw-gradient-to-position);
}
.to-blue-500 {
  --tw-gradient-to: #3f83f8 var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1a56db var(--tw-gradient-to-position);
}
.to-blue-800 {
  --tw-gradient-to: #1e429f var(--tw-gradient-to-position);
}
.to-gold {
  --tw-gradient-to: #a78b6a var(--tw-gradient-to-position);
}
.to-gold-light {
  --tw-gradient-to: #c9a876 var(--tw-gradient-to-position);
}
.to-gold-light\/0 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0) var(--tw-gradient-to-position);
}
.to-gold-light\/10 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.1) var(--tw-gradient-to-position);
}
.to-gold-light\/100 {
  --tw-gradient-to: #c9a876 var(--tw-gradient-to-position);
}
.to-gold-light\/15 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.15) var(--tw-gradient-to-position);
}
.to-gold-light\/20 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.2) var(--tw-gradient-to-position);
}
.to-gold-light\/25 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.25) var(--tw-gradient-to-position);
}
.to-gold-light\/30 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.3) var(--tw-gradient-to-position);
}
.to-gold-light\/35 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.35) var(--tw-gradient-to-position);
}
.to-gold-light\/40 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.4) var(--tw-gradient-to-position);
}
.to-gold-light\/45 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.45) var(--tw-gradient-to-position);
}
.to-gold-light\/5 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.05) var(--tw-gradient-to-position);
}
.to-gold-light\/50 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.5) var(--tw-gradient-to-position);
}
.to-gold-light\/55 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.55) var(--tw-gradient-to-position);
}
.to-gold-light\/60 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.6) var(--tw-gradient-to-position);
}
.to-gold-light\/65 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.65) var(--tw-gradient-to-position);
}
.to-gold-light\/70 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.7) var(--tw-gradient-to-position);
}
.to-gold-light\/75 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.75) var(--tw-gradient-to-position);
}
.to-gold-light\/80 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.8) var(--tw-gradient-to-position);
}
.to-gold-light\/85 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.85) var(--tw-gradient-to-position);
}
.to-gold-light\/90 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.9) var(--tw-gradient-to-position);
}
.to-gold-light\/95 {
  --tw-gradient-to: hsla(36, 43%, 63%, 0.95) var(--tw-gradient-to-position);
}
.to-gold\/0 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0) var(--tw-gradient-to-position);
}
.to-gold\/10 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.1) var(--tw-gradient-to-position);
}
.to-gold\/100 {
  --tw-gradient-to: #a78b6a var(--tw-gradient-to-position);
}
.to-gold\/15 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.15) var(--tw-gradient-to-position);
}
.to-gold\/20 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.2) var(--tw-gradient-to-position);
}
.to-gold\/25 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.25) var(--tw-gradient-to-position);
}
.to-gold\/30 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.3) var(--tw-gradient-to-position);
}
.to-gold\/35 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.35) var(--tw-gradient-to-position);
}
.to-gold\/40 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.4) var(--tw-gradient-to-position);
}
.to-gold\/45 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.45) var(--tw-gradient-to-position);
}
.to-gold\/5 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.05) var(--tw-gradient-to-position);
}
.to-gold\/50 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.5) var(--tw-gradient-to-position);
}
.to-gold\/55 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.55) var(--tw-gradient-to-position);
}
.to-gold\/60 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.6) var(--tw-gradient-to-position);
}
.to-gold\/65 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.65) var(--tw-gradient-to-position);
}
.to-gold\/70 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.7) var(--tw-gradient-to-position);
}
.to-gold\/75 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.75) var(--tw-gradient-to-position);
}
.to-gold\/80 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.8) var(--tw-gradient-to-position);
}
.to-gold\/85 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.85) var(--tw-gradient-to-position);
}
.to-gold\/90 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.9) var(--tw-gradient-to-position);
}
.to-gold\/95 {
  --tw-gradient-to: hsla(32, 26%, 54%, 0.95) var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-green-700 {
  --tw-gradient-to: #046c4e var(--tw-gradient-to-position);
}
.to-green-900 {
  --tw-gradient-to: #014737 var(--tw-gradient-to-position);
}
.to-nature-100 {
  --tw-gradient-to: var(--nature-100) var(--tw-gradient-to-position);
}
.to-nature-200 {
  --tw-gradient-to: var(--nature-200) var(--tw-gradient-to-position);
}
.to-nature-300 {
  --tw-gradient-to: var(--nature-300) var(--tw-gradient-to-position);
}
.to-nature-400 {
  --tw-gradient-to: var(--nature-400) var(--tw-gradient-to-position);
}
.to-nature-50 {
  --tw-gradient-to: var(--nature-50) var(--tw-gradient-to-position);
}
.to-nature-500 {
  --tw-gradient-to: var(--nature-500) var(--tw-gradient-to-position);
}
.to-nature-600 {
  --tw-gradient-to: var(--nature-600) var(--tw-gradient-to-position);
}
.to-nature-800 {
  --tw-gradient-to: var(--nature-800) var(--tw-gradient-to-position);
}
.to-navy {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.to-navy-light {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-navy-light\/0 {
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
}
.to-navy-light\/10 {
  --tw-gradient-to: rgba(37, 99, 235, 0.1) var(--tw-gradient-to-position);
}
.to-navy-light\/100 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-navy-light\/15 {
  --tw-gradient-to: rgba(37, 99, 235, 0.15) var(--tw-gradient-to-position);
}
.to-navy-light\/20 {
  --tw-gradient-to: rgba(37, 99, 235, 0.2) var(--tw-gradient-to-position);
}
.to-navy-light\/25 {
  --tw-gradient-to: rgba(37, 99, 235, 0.25) var(--tw-gradient-to-position);
}
.to-navy-light\/30 {
  --tw-gradient-to: rgba(37, 99, 235, 0.3) var(--tw-gradient-to-position);
}
.to-navy-light\/35 {
  --tw-gradient-to: rgba(37, 99, 235, 0.35) var(--tw-gradient-to-position);
}
.to-navy-light\/40 {
  --tw-gradient-to: rgba(37, 99, 235, 0.4) var(--tw-gradient-to-position);
}
.to-navy-light\/45 {
  --tw-gradient-to: rgba(37, 99, 235, 0.45) var(--tw-gradient-to-position);
}
.to-navy-light\/5 {
  --tw-gradient-to: rgba(37, 99, 235, 0.05) var(--tw-gradient-to-position);
}
.to-navy-light\/50 {
  --tw-gradient-to: rgba(37, 99, 235, 0.5) var(--tw-gradient-to-position);
}
.to-navy-light\/55 {
  --tw-gradient-to: rgba(37, 99, 235, 0.55) var(--tw-gradient-to-position);
}
.to-navy-light\/60 {
  --tw-gradient-to: rgba(37, 99, 235, 0.6) var(--tw-gradient-to-position);
}
.to-navy-light\/65 {
  --tw-gradient-to: rgba(37, 99, 235, 0.65) var(--tw-gradient-to-position);
}
.to-navy-light\/70 {
  --tw-gradient-to: rgba(37, 99, 235, 0.7) var(--tw-gradient-to-position);
}
.to-navy-light\/75 {
  --tw-gradient-to: rgba(37, 99, 235, 0.75) var(--tw-gradient-to-position);
}
.to-navy-light\/80 {
  --tw-gradient-to: rgba(37, 99, 235, 0.8) var(--tw-gradient-to-position);
}
.to-navy-light\/85 {
  --tw-gradient-to: rgba(37, 99, 235, 0.85) var(--tw-gradient-to-position);
}
.to-navy-light\/90 {
  --tw-gradient-to: rgba(37, 99, 235, 0.9) var(--tw-gradient-to-position);
}
.to-navy-light\/95 {
  --tw-gradient-to: rgba(37, 99, 235, 0.95) var(--tw-gradient-to-position);
}
.to-navy\/0 {
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
}
.to-navy\/10 {
  --tw-gradient-to: rgba(30, 58, 138, 0.1) var(--tw-gradient-to-position);
}
.to-navy\/100 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.to-navy\/15 {
  --tw-gradient-to: rgba(30, 58, 138, 0.15) var(--tw-gradient-to-position);
}
.to-navy\/20 {
  --tw-gradient-to: rgba(30, 58, 138, 0.2) var(--tw-gradient-to-position);
}
.to-navy\/25 {
  --tw-gradient-to: rgba(30, 58, 138, 0.25) var(--tw-gradient-to-position);
}
.to-navy\/30 {
  --tw-gradient-to: rgba(30, 58, 138, 0.3) var(--tw-gradient-to-position);
}
.to-navy\/35 {
  --tw-gradient-to: rgba(30, 58, 138, 0.35) var(--tw-gradient-to-position);
}
.to-navy\/40 {
  --tw-gradient-to: rgba(30, 58, 138, 0.4) var(--tw-gradient-to-position);
}
.to-navy\/45 {
  --tw-gradient-to: rgba(30, 58, 138, 0.45) var(--tw-gradient-to-position);
}
.to-navy\/5 {
  --tw-gradient-to: rgba(30, 58, 138, 0.05) var(--tw-gradient-to-position);
}
.to-navy\/50 {
  --tw-gradient-to: rgba(30, 58, 138, 0.5) var(--tw-gradient-to-position);
}
.to-navy\/55 {
  --tw-gradient-to: rgba(30, 58, 138, 0.55) var(--tw-gradient-to-position);
}
.to-navy\/60 {
  --tw-gradient-to: rgba(30, 58, 138, 0.6) var(--tw-gradient-to-position);
}
.to-navy\/65 {
  --tw-gradient-to: rgba(30, 58, 138, 0.65) var(--tw-gradient-to-position);
}
.to-navy\/70 {
  --tw-gradient-to: rgba(30, 58, 138, 0.7) var(--tw-gradient-to-position);
}
.to-navy\/75 {
  --tw-gradient-to: rgba(30, 58, 138, 0.75) var(--tw-gradient-to-position);
}
.to-navy\/80 {
  --tw-gradient-to: rgba(30, 58, 138, 0.8) var(--tw-gradient-to-position);
}
.to-navy\/85 {
  --tw-gradient-to: rgba(30, 58, 138, 0.85) var(--tw-gradient-to-position);
}
.to-navy\/90 {
  --tw-gradient-to: rgba(30, 58, 138, 0.9) var(--tw-gradient-to-position);
}
.to-navy\/95 {
  --tw-gradient-to: rgba(30, 58, 138, 0.95) var(--tw-gradient-to-position);
}
.to-new-100 {
  --tw-gradient-to: var(--new-100) var(--tw-gradient-to-position);
}
.to-new-200 {
  --tw-gradient-to: var(--new-200) var(--tw-gradient-to-position);
}
.to-new-800 {
  --tw-gradient-to: var(--new-800) var(--tw-gradient-to-position);
}
.to-new-900 {
  --tw-gradient-to: var(--new-900) var(--tw-gradient-to-position);
}
.to-primary {
  --tw-gradient-to: var(--primary-500) var(--tw-gradient-to-position);
}
.to-primary-10 {
  --tw-gradient-to: var(--primary-10) var(--tw-gradient-to-position);
}
.to-primary-100 {
  --tw-gradient-to: var(--primary-100) var(--tw-gradient-to-position);
}
.to-primary-400 {
  --tw-gradient-to: var(--primary-400) var(--tw-gradient-to-position);
}
.to-primary-50 {
  --tw-gradient-to: var(--primary-50) var(--tw-gradient-to-position);
}
.to-primary-600 {
  --tw-gradient-to: var(--primary-600) var(--tw-gradient-to-position);
}
.to-purple-700 {
  --tw-gradient-to: #6c2bd9 var(--tw-gradient-to-position);
}
.to-secondary {
  --tw-gradient-to: #231f20 var(--tw-gradient-to-position);
}
.to-secondary-300 {
  --tw-gradient-to: var(--secondary-300) var(--tw-gradient-to-position);
}
.to-secondary-400 {
  --tw-gradient-to: var(--secondary-400) var(--tw-gradient-to-position);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50%;
}
.bg-right {
  background-position: 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.\!p-0 {
  padding: 0 !important;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-8 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.\!pb-0 {
  padding-bottom: 0 !important;
}
.\!pt-0 {
  padding-top: 0 !important;
}
.\!pt-3\.5 {
  padding-top: 0.875rem !important;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pe-10 {
  padding-inline-end: 2.5rem;
}
.pe-\[18px\] {
  padding-inline-end: 18px;
}
.pl-0 {
  padding-left: 0;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.ps-10 {
  padding-inline-start: 2.5rem;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.ps-\[22px\] {
  padding-inline-start: 22px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.\!text-start {
  text-align: start !important;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.font-poppins {
  font-family: 'UTM Times', serif;
}
.font-sans {
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[300px\] {
  font-size: 300px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[5px\] {
  font-size: 5px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[80px\] {
  font-size: 80px;
}
.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-normal {
  font-weight: 400 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-\[2\%\] {
  letter-spacing: -2%;
}
.-tracking-tight {
  letter-spacing: 0.025em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-nature-600 {
  color: var(--nature-600) !important;
}
.\!text-new-100 {
  color: var(--new-100) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#2b8cdb\] {
  --tw-text-opacity: 1;
  color: rgb(43 140 219 / var(--tw-text-opacity, 1));
}
.text-\[\#4467AD\] {
  --tw-text-opacity: 1;
  color: rgb(68 103 173 / var(--tw-text-opacity, 1));
}
.text-\[\#4676ED\] {
  --tw-text-opacity: 1;
  color: rgb(70 118 237 / var(--tw-text-opacity, 1));
}
.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-\[\#777E90\] {
  --tw-text-opacity: 1;
  color: rgb(119 126 144 / var(--tw-text-opacity, 1));
}
.text-\[\#C40027\] {
  --tw-text-opacity: 1;
  color: rgb(196 0 39 / var(--tw-text-opacity, 1));
}
.text-\[\#FAC751\] {
  --tw-text-opacity: 1;
  color: rgb(250 199 81 / var(--tw-text-opacity, 1));
}
.text-\[\#FBB040\] {
  --tw-text-opacity: 1;
  color: rgb(251 176 64 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity, 1));
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(167 139 106 / var(--tw-text-opacity, 1));
}
.text-gold-light {
  --tw-text-opacity: 1;
  color: rgb(201 168 118 / var(--tw-text-opacity, 1));
}
.text-gold-light\/0 {
  color: hsla(36, 43%, 63%, 0);
}
.text-gold-light\/10 {
  color: hsla(36, 43%, 63%, 0.1);
}
.text-gold-light\/100 {
  color: #c9a876;
}
.text-gold-light\/15 {
  color: hsla(36, 43%, 63%, 0.15);
}
.text-gold-light\/20 {
  color: hsla(36, 43%, 63%, 0.2);
}
.text-gold-light\/25 {
  color: hsla(36, 43%, 63%, 0.25);
}
.text-gold-light\/30 {
  color: hsla(36, 43%, 63%, 0.3);
}
.text-gold-light\/35 {
  color: hsla(36, 43%, 63%, 0.35);
}
.text-gold-light\/40 {
  color: hsla(36, 43%, 63%, 0.4);
}
.text-gold-light\/45 {
  color: hsla(36, 43%, 63%, 0.45);
}
.text-gold-light\/5 {
  color: hsla(36, 43%, 63%, 0.05);
}
.text-gold-light\/50 {
  color: hsla(36, 43%, 63%, 0.5);
}
.text-gold-light\/55 {
  color: hsla(36, 43%, 63%, 0.55);
}
.text-gold-light\/60 {
  color: hsla(36, 43%, 63%, 0.6);
}
.text-gold-light\/65 {
  color: hsla(36, 43%, 63%, 0.65);
}
.text-gold-light\/70 {
  color: hsla(36, 43%, 63%, 0.7);
}
.text-gold-light\/75 {
  color: hsla(36, 43%, 63%, 0.75);
}
.text-gold-light\/80 {
  color: hsla(36, 43%, 63%, 0.8);
}
.text-gold-light\/85 {
  color: hsla(36, 43%, 63%, 0.85);
}
.text-gold-light\/90 {
  color: hsla(36, 43%, 63%, 0.9);
}
.text-gold-light\/95 {
  color: hsla(36, 43%, 63%, 0.95);
}
.text-gold\/0 {
  color: hsla(32, 26%, 54%, 0);
}
.text-gold\/10 {
  color: hsla(32, 26%, 54%, 0.1);
}
.text-gold\/100 {
  color: #a78b6a;
}
.text-gold\/15 {
  color: hsla(32, 26%, 54%, 0.15);
}
.text-gold\/20 {
  color: hsla(32, 26%, 54%, 0.2);
}
.text-gold\/25 {
  color: hsla(32, 26%, 54%, 0.25);
}
.text-gold\/30 {
  color: hsla(32, 26%, 54%, 0.3);
}
.text-gold\/35 {
  color: hsla(32, 26%, 54%, 0.35);
}
.text-gold\/40 {
  color: hsla(32, 26%, 54%, 0.4);
}
.text-gold\/45 {
  color: hsla(32, 26%, 54%, 0.45);
}
.text-gold\/5 {
  color: hsla(32, 26%, 54%, 0.05);
}
.text-gold\/50 {
  color: hsla(32, 26%, 54%, 0.5);
}
.text-gold\/55 {
  color: hsla(32, 26%, 54%, 0.55);
}
.text-gold\/60 {
  color: hsla(32, 26%, 54%, 0.6);
}
.text-gold\/65 {
  color: hsla(32, 26%, 54%, 0.65);
}
.text-gold\/70 {
  color: hsla(32, 26%, 54%, 0.7);
}
.text-gold\/75 {
  color: hsla(32, 26%, 54%, 0.75);
}
.text-gold\/80 {
  color: hsla(32, 26%, 54%, 0.8);
}
.text-gold\/85 {
  color: hsla(32, 26%, 54%, 0.85);
}
.text-gold\/90 {
  color: hsla(32, 26%, 54%, 0.9);
}
.text-gold\/95 {
  color: hsla(32, 26%, 54%, 0.95);
}
.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-secondary {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity, 1));
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-nature-100 {
  color: var(--nature-100);
}
.text-nature-200 {
  /* color: var(--nature-200); */
}
.text-nature-300 {
  color: var(--nature-300);
}
.text-nature-400 {
  color: var(--nature-400);
}
.text-nature-50 {
  color: var(--nature-50);
}
.text-nature-500 {
  color: var(--nature-500);
}
.text-nature-600 {
  /* color: var(--nature-600); */
}
.text-nature-800 {
  color: var(--nature-800);
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-primary-light\/0 {
  color: rgba(37, 99, 235, 0);
}
.text-primary-light\/10 {
  color: rgba(37, 99, 235, 0.1);
}
.text-primary-light\/100 {
  color: #2563eb;
}
.text-primary-light\/15 {
  color: rgba(37, 99, 235, 0.15);
}
.text-primary-light\/20 {
  color: rgba(37, 99, 235, 0.2);
}
.text-primary-light\/25 {
  color: rgba(37, 99, 235, 0.25);
}
.text-primary-light\/30 {
  color: rgba(37, 99, 235, 0.3);
}
.text-primary-light\/35 {
  color: rgba(37, 99, 235, 0.35);
}
.text-primary-light\/40 {
  color: rgba(37, 99, 235, 0.4);
}
.text-primary-light\/45 {
  color: rgba(37, 99, 235, 0.45);
}
.text-primary-light\/5 {
  color: rgba(37, 99, 235, 0.05);
}
.text-primary-light\/50 {
  color: rgba(37, 99, 235, 0.5);
}
.text-primary-light\/55 {
  color: rgba(37, 99, 235, 0.55);
}
.text-primary-light\/60 {
  color: rgba(37, 99, 235, 0.6);
}
.text-primary-light\/65 {
  color: rgba(37, 99, 235, 0.65);
}
.text-primary-light\/70 {
  color: rgba(37, 99, 235, 0.7);
}
.text-primary-light\/75 {
  color: rgba(37, 99, 235, 0.75);
}
.text-primary-light\/80 {
  color: rgba(37, 99, 235, 0.8);
}
.text-primary-light\/85 {
  color: rgba(37, 99, 235, 0.85);
}
.text-primary-light\/90 {
  color: rgba(37, 99, 235, 0.9);
}
.text-primary-light\/95 {
  color: rgba(37, 99, 235, 0.95);
}
.text-primary\/0 {
  color: rgba(30, 58, 138, 0);
}
.text-primary\/10 {
  color: rgba(30, 58, 138, 0.1);
}
.text-primary\/100 {
  color: #1e3a8a;
}
.text-primary\/15 {
  color: rgba(30, 58, 138, 0.15);
}
.text-primary\/20 {
  color: rgba(30, 58, 138, 0.2);
}
.text-primary\/25 {
  color: rgba(30, 58, 138, 0.25);
}
.text-primary\/30 {
  color: rgba(30, 58, 138, 0.3);
}
.text-primary\/35 {
  color: rgba(30, 58, 138, 0.35);
}
.text-primary\/40 {
  color: rgba(30, 58, 138, 0.4);
}
.text-primary\/45 {
  color: rgba(30, 58, 138, 0.45);
}
.text-primary\/5 {
  color: rgba(30, 58, 138, 0.05);
}
.text-primary\/50 {
  color: rgba(30, 58, 138, 0.5);
}
.text-primary\/55 {
  color: rgba(30, 58, 138, 0.55);
}
.text-primary\/60 {
  color: rgba(30, 58, 138, 0.6);
}
.text-primary\/65 {
  color: rgba(30, 58, 138, 0.65);
}
.text-primary\/70 {
  color: rgba(30, 58, 138, 0.7);
}
.text-primary\/75 {
  color: rgba(30, 58, 138, 0.75);
}
.text-primary\/80 {
  color: rgba(30, 58, 138, 0.8);
}
.text-primary\/85 {
  color: rgba(30, 58, 138, 0.85);
}
.text-primary\/90 {
  color: rgba(30, 58, 138, 0.9);
}
.text-primary\/95 {
  color: rgba(30, 58, 138, 0.95);
}
.text-new-100 {
  color: var(--new-100);
}
.text-new-200 {
  color: var(--new-200);
}
.text-new-800 {
  color: var(--new-800);
}
.text-new-900 {
  color: var(--new-900);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(138 44 13 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(214 31 105 / var(--tw-text-opacity, 1));
}
.text-primary {
  color: var(--primary-500);
}
.text-primary-10 {
  color: var(--primary-10);
}
.text-primary-100 {
  color: var(--primary-100);
}
.text-primary-400 {
  color: var(--primary-400);
}
.text-primary-50 {
  color: var(--primary-50);
}
.text-primary-600 {
  color: var(--primary-600);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(126 58 242 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-secondary {
  color: #231f20;
}
.text-secondary-300 {
  color: var(--secondary-300);
}
.text-secondary-400 {
  color: var(--secondary-400);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(4 116 129 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-white\/80 {
  color: hsla(0, 0%, 100%, 0.8);
}
.text-white\/90 {
  color: hsla(0, 0%, 100%, 0.9);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/70 {
  color: rgba(227, 160, 8, 0.7);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(194 120 3 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(159 88 10 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(142 75 16 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-blue-900 {
  accent-color: #233876;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}
.shadow,
.shadow-2xl {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-lg,
.shadow-md {
  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 rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.shadow-none,
.shadow-shadow10 {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-shadow10 {
  --tw-shadow: var(--shadow-10);
  --tw-shadow-colored: var(--shadow-10);
}
.shadow-shadow11 {
  --tw-shadow: var(--shadow-11);
  --tw-shadow-colored: var(--shadow-11);
}
.shadow-shadow11,
.shadow-shadow4 {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-shadow4 {
  --tw-shadow: var(--shadow-4);
  --tw-shadow-colored: var(--shadow-4);
}
.shadow-shadow6 {
  --tw-shadow: var(--shadow-6);
  --tw-shadow-colored: var(--shadow-6);
}
.shadow-shadow6,
.shadow-shadow7 {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-shadow7 {
  --tw-shadow: var(--shadow-7);
  --tw-shadow-colored: var(--shadow-7);
}
.shadow-shadow8 {
  --tw-shadow: var(--shadow-8);
  --tw-shadow-colored: var(--shadow-8);
}
.shadow-shadow8,
.shadow-sm {
  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 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.shadow-xl {
  --tw-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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 {
  --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);
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.drop-shadow-2xl {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.drop-shadow-lg,
.grayscale {
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}
.invert {
  --tw-invert: invert(100%);
}
.filter,
.invert {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}
.backdrop-blur,
.backdrop-blur-sm {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-1000 {
  transition-duration: 1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-700 {
  transition-duration: 0.7s;
}
.duration-75 {
  transition-duration: 75ms;
}
.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,
html {
  font-family: 'UTM Times', serif;
  scroll-behavior: smooth !important;
}
.chip {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  border-radius: 9999px;
  background-color: var(--primary-10);
  padding: 0.375rem 0.75rem;
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
}
[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}
.aos-init[data-aos][data-aos].aos-animate {
  transform: unset;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity, 1));
}
::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}
.common-hero-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--new-900);
}
@media (min-width: 640px) {
  .common-hero-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .common-hero-heading {
    font-size: 33px;
  }
}
@media (min-width: 1024px) {
  .common-hero-heading {
    font-size: 35px;
  }
}
@media (min-width: 1280px) {
  .common-hero-heading {
    font-size: 37px;
  }
}
@media (min-width: 1536px) {
  .common-hero-heading {
    font-size: 40px;
  }
}
.common-details-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--new-900);
}
@media (min-width: 640px) {
  .common-details-heading {
    font-size: 47px;
  }
}
@media (min-width: 768px) {
  .common-details-heading {
    font-size: 57px;
  }
}
@media (min-width: 1024px) {
  .common-details-heading {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .common-details-heading {
    font-size: 65px;
  }
}
@media (min-width: 1536px) {
  .common-details-heading {
    font-size: 74px;
    line-height: 84px;
  }
}
.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  border-radius: 0.5rem;
  padding: 0.375rem 0.875rem;
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  /* color: var(--nature-200); */
}
@media (min-width: 768px) {
  .btn {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-primary {
  background-color: var(--primary-500);
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.btn-secondary {
  background-color: #231f20;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
  /* color: var(--nature-200); */
}
.btn-rounded {
  border-radius: 9999px;
}
.heading-hero {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  /* color: var(--nature-600); */
}

.heading-2 {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2%;
  color: var(--nature-500);
}
.text-content-custom {
  font-size: 16px;
  color: var(--nature-500);
}
.percent-satisfy {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2%;
  color: var(--nature-500);
}

.heading-tagline {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'UTM Times', serif;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .heading-2 {
    margin-bottom: 0.875rem;
  }
  .heading-tagline {
    margin-bottom: 2rem;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .heading-hero {
    font-size: 45px;
    line-height: 1;
  }
  .heading-2 {
    margin-bottom: 1.25rem;
    font-size: 30px;
  }
  .percent-satisfy {
    margin-bottom: 1.25rem;
    font-size: 40px;
  }
  .text-content-custom {
    font-size: 20px;
  }
  .heading-tagline {
    margin-bottom: 2.5rem;
    font-size: 22px;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .heading-hero {
    font-size: 50px;
    line-height: 1;
  }
  .heading-tagline {
    margin-bottom: 3rem;
    font-size: 24px;
  }
  .text-content-custom {
    font-size: 22px;
  }
}
@media (min-width: 1536px) {
  .heading-hero {
    font-size: 60px;
    line-height: 112px;
  }
}
.section-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-padding-t {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .section-padding-t {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .section-padding-t {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .section-padding-t {
    padding-top: 4rem;
  }
}
.section-padding-b {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section-padding-b {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .section-padding-b {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .section-padding-b {
    padding-bottom: 4rem;
  }
}
.section-padding-120 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .section-padding-120 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .section-padding-120 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .section-padding-120 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-padding-120-t {
  padding-top: 2.25rem;
}
@media (min-width: 768px) {
  .section-padding-120-t {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .section-padding-120-t {
    padding-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .section-padding-120-t {
    padding-top: 6rem;
  }
}
@media (min-width: 1536px) {
  .section-padding-120-t {
    padding-top: 120px;
  }
}
.section-padding-120-b {
  padding-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .section-padding-120-b {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .section-padding-120-b {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .section-padding-120-b {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .section-padding-120-b {
    padding-bottom: 120px;
  }
}
.gap-30 {
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .gap-30 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .gap-30 {
    gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .gap-30 {
    gap: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .gap-30 {
    gap: 30px;
  }
}
.gap-y-30 {
  row-gap: 0.875rem;
}
@media (min-width: 768px) {
  .gap-y-30 {
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .gap-y-30 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .gap-y-30 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .gap-y-30 {
    row-gap: 30px;
  }
}
.mt-60p {
  margin-top: 1.75rem;
}
@media (min-width: 640px) {
  .mt-60p {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .mt-60p {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .mt-60p {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .mt-60p {
    margin-top: 60px;
  }
}
.my-30 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .my-30 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .my-30 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .my-30 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.mt-30 {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .mt-30 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .mt-30 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .mt-30 {
    margin-top: 30px;
  }
}
.mb-30 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .mb-30 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .mb-30 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}
.p-30 {
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .p-30 {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-30 {
    padding: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .p-30 {
    padding: 30px;
  }
}
.pb-30 {
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .pb-30 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .pb-30 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .pb-30 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
.px-30 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .px-30 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .px-30 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-60p {
  padding: 1.75rem;
}
@media (min-width: 640px) {
  .p-60p {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .p-60p {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-60p {
    padding: 3rem;
  }
}
@media (min-width: 1280px) {
  .p-60p {
    padding: 55px;
  }
}
@media (min-width: 1536px) {
  .p-60p {
    padding: 60px;
  }
}
.text-outline {
  color: #fff;
  -webkit-text-stroke-color: #ff5c00;
  -webkit-text-stroke-width: 1px;
}
.active {
  overflow: hidden;
}
.active,
.active2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.active2 {
  background-color: var(--primary-500);
}
.active2:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.best-place-card {
  width: 100%;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.best-place-card:hover {
  border-color: transparent;
  --tw-shadow: var(--shadow-1);
  --tw-shadow-colored: var(--shadow-1);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
@media (min-width: 768px) {
  .best-place-card {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .best-place-card {
    padding: 30px;
  }
}
.best-place-card > div > img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 1rem;
}
.best-place-card > a {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--nature-500);
}
.button_shadow {
  box-shadow: 0 6px 13px 0 #4692ea26;
}
.my__gradient {
  background: linear-gradient(
    83.59deg,
    #fcfcfd 36.52%,
    rgba(252, 252, 253, 0.83) 98.8%
  );
}
.my__gradient2 {
  background: linear-gradient(180deg, #d8e3ff, #d8e3ff00);
}
.my__gradient3 {
  background: linear-gradient(0deg, #0b0b0e, rgba(11, 11, 14, 0) 41.4%);
}
.how-it-works-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1rem;
  --tw-shadow: var(--shadow-1);
  --tw-shadow-colored: var(--shadow-1);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
@media (min-width: 768px) {
  .how-it-works-card {
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .how-it-works-card {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .how-it-works-card {
    padding: 30px;
  }
}
.how-it-works-card > .how-it-works_img-container {
  z-index: 10;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.how-it-works-card > svg {
  height: 2.25rem;
  width: 2.5rem;
}
.how-it-works-card > .content {
  margin-top: 70px;
}
.how-it-works-card > .content > h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--nature-800);
}
.how-it-works-card > .content > p {
  font-family: 'UTM Times', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--nature-800);
}
.how-it-works__rounded-1 {
  left: -2.5rem;
  top: -2.5rem;
  width: 180px;
  height: 180px;
  opacity: 0.05;
}
.how-it-works__rounded-1,
.how-it-works__rounded-2 {
  position: absolute;
  z-index: -10;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 27 64 / var(--tw-bg-opacity, 1));
}
.how-it-works__rounded-2 {
  bottom: -8.5rem;
  right: -5.5rem;
  width: 300px;
  height: 300px;
  opacity: 3%;
}
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .cta-content {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .cta-content {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .cta-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-img {
  display: none;
  border-radius: 9999px;
  --tw-shadow: var(--shadow-2);
  --tw-shadow-colored: var(--shadow-2);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
@media (min-width: 640px) {
  .cta-img {
    display: block;
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cta-img {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .cta-img {
    padding: 2.25rem;
  }
}
@media (min-width: 640px) {
  .cta-img > img {
    max-width: 35px;
  }
}
@media (min-width: 1024px) {
  .cta-img > img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.cta-data > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {
  .cta-data > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .cta-data > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}
.cta-data h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -2%;
}
@media (min-width: 1024px) {
  .cta-data h2 {
    text-align: start;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .cta-data h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.cta-data p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* color: var(--nature-200); */
}
@media (min-width: 640px) {
  .cta-data p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cta-data p {
    text-align: start;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 0.875rem;
}
@media (min-width: 640px) {
  .testimonial-card {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .testimonial-card {
    flex-direction: column;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .testimonial-card {
    flex-direction: row;
    gap: 1.25rem;
    padding: 1.25rem;
  }
}
.testimonial-card:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: var(--shadow-3);
  --tw-shadow-colored: var(--shadow-3);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.testimonial-main-img {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.testimonial-main-img > img {
  height: 12rem;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 768px) {
  .testimonial-main-img > img {
    width: 100%;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .testimonial-main-img > img {
    height: 100%;
    max-width: 245px;
  }
}
.testimonial-content {
  flex: 1 1 0%;
}
.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-header > p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
}
@media (min-width: 768px) {
  .testimonial-header > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .testimonial-header > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.testimonial-love {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--primary-10);
}
@media (min-width: 768px) {
  .testimonial-love {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.testimonial-love:hover {
  background-color: var(--primary-10);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.testimonial-content > h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: var(--nature-500);
}
@media (min-width: 768px) {
  .testimonial-content > h4 {
    margin-bottom: 0.375rem;
    margin-top: 0.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.testimonial-content > p {
  font-family: 'UTM Times', serif;
  font-weight: 400;
  color: var(--nature-300);
}
@media (min-width: 1024px) {
  .testimonial-content > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.testimonial-features {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .testimonial-features {
    margin-bottom: 1.5rem;
    margin-top: 18px;
  }
}
.testimonial-features > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.testimonial-features > div > span {
  font-weight: 400;
  /* color: var(--nature-200); */
}
.testimonial-details,
.testimonial-features > div > span {
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.testimonial-details {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--primary-400);
  padding: 0.375rem 0.5rem;
  font-weight: 500;
  color: var(--nature-400);
}
@media (min-width: 768px) {
  .testimonial-details {
    padding: 10px 1rem;
  }
}
.testimonial-details:hover {
  background-color: var(--primary-400);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow: 0 6px 13px 0 #4692ea26;
}
.urs-card {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding: 0.875rem;
}
@media (min-width: 768px) {
  .urs-card {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .urs-card {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .urs-card {
    padding: 30px;
  }
}
.urs-card:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: var(--shadow-2);
  --tw-shadow-colored: var(--shadow-2);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.urs-user-img > img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .urs-user-img > img {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .urs-user-img > img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .urs-user-img > img {
    width: 4rem;
    height: 4rem;
  }
}
.urs-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .urs-header {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .urs-header {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.urs-header > div:last-child {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.urs-header > div > h6 {
  font-family: 'UTM Times', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  /* color: var(--nature-600); */
}
@media (min-width: 1024px) {
  .urs-header > div > h6 {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.urs-header > div > span {
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--nature-300);
}
.urs-body {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .urs-body {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .urs-body {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .urs-body {
    margin-top: 1.75rem;
  }
}
.urs-body > p {
  margin-bottom: 0.75rem;
  font-family: 'UTM Times', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 22px;
  /* color: var(--nature-200); */
}
@media (min-width: 768px) {
  .urs-body > p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .urs-body > p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .urs-body > p {
    margin-bottom: 1.75rem;
  }
}
.reviews-swiper-pagination > .swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.blog-card {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .blog-card {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .blog-card {
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .blog-card {
    gap: 30px;
  }
}
.blog-content > .blog-header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  /* color: var(--nature-600); */
}
.blog-content > .blog-header:hover {
  color: var(--primary-500);
  text-decoration-line: underline;
}
.blog-content > p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
  /* color: var(--nature-200); */
}
.blog-content > a,
.blog-content > p {
  font-family: 'UTM Times', serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.blog-content > a {
  font-weight: 500;
  color: var(--primary-500);
}
.h2-service-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 405px;
  .h2-service-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .h2-service-img {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .h2-service-img {
    img {
      height: auto;
      width: 100%;
      border-radius: 0.75rem;
      -o-object-fit: cover;
      object-fit: cover;
    }
    @media (min-width: 1024px) {
      img {
        max-width: 400px;
      }
    }
    .h2-service-price {
      position: absolute;
      bottom: 0.75rem;
      right: 0.75rem;
      border-radius: 10px;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      padding-left: 0.875rem;
      padding-right: 0.875rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      --tw-shadow: var(--shadow-5);
      --tw-shadow-colored: var(--shadow-5);
      box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    @media (min-width: 768px) {
      .h2-service-price {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }
    @media (min-width: 1024px) {
      .h2-service-price {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }
    }
    @media (min-width: 1280px) {
      .h2-service-price {
        padding-left: 2rem;
        padding-right: 2rem;
      }
    }
    .h2-service-price {
      span {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: var(--primary-500);
      }
      @media (min-width: 768px) {
        span {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1024px) {
        span {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1280px) {
        span {
          font-size: 34px;
        }
      }
    }
  }
  .h2-service-body {
    margin-top: 0.875rem;
  }
  @media (min-width: 768px) {
    .h2-service-body {
      margin-top: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .h2-service-body {
      margin-top: 2rem;
    }
  }
  .h2-service-body {
    a.title {
      text-align: center;
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 500;
      color: var(--nature-500);
    }
    @media (min-width: 768px) {
      a.title {
        text-align: start;
      }
    }
    @media (min-width: 1280px) {
      a.title {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    p {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
      text-align: center;
      font-family: 'UTM Times', serif;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500;
      color: var(--nature-300);
    }
    @media (min-width: 768px) {
      p {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: start;
      }
    }
    @media (min-width: 1024px) {
      p {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
    .h2-service-icon {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-column-gap: 10px;
      column-gap: 10px;
    }
    @media (min-width: 768px) {
      .h2-service-icon {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        justify-content: flex-start;
      }
    }
    @media (min-width: 1024px) {
      .h2-service-icon {
        margin-bottom: 1.25rem;
      }
    }
    .h2-service-icon {
      div {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
        font-family: 'UTM Times', serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: var(--new-900);
      }
      @media (min-width: 1024px) {
        div {
          -moz-column-gap: 10px;
          column-gap: 10px;
        }
      }
    }
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-column-gap: 0.5rem;
      column-gap: 0.5rem;
      font-family: 'UTM Times', serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500;
      text-decoration: none;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a:hover {
      color: var(--primary-500);
      opacity: 0.8;
    }
    @media (min-width: 768px) {
      a {
        justify-content: flex-start;
      }
    }
    @media (min-width: 1024px) {
      a {
        -moz-column-gap: 10px;
        column-gap: 10px;
      }
    }
    .h2-service-rating {
      margin-top: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-column-gap: 6px;
      column-gap: 6px;
    }
    @media (min-width: 768px) {
      .h2-service-rating {
        margin-top: 1.25rem;
        justify-content: flex-start;
      }
    }
    @media (min-width: 1024px) {
      .h2-service-rating {
        margin-top: 1.5rem;
      }
    }
    @media (min-width: 1280px) {
      .h2-service-rating {
        margin-top: 30px;
      }
    }
  }
}
.h2-property-type-card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  .h2-property-type-img {
    width: 100%;
  }
  .h2-property-type-img {
    img {
      max-height: 228px;
      width: 100%;
      max-width: 300px;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }
  }
  .h2-property-type-body {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 1.25rem;
  }
  .h2-property-type-body {
    .h2-property-type-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .h2-property-type-header {
      .pth-l > a {
        display: block;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
        /* color: var(--nature-600); */
      }
      .pth-l > a,
      .pth-l > p {
        font-family: 'UTM Times', serif;
      }
      .pth-l > p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        /* color: var(--nature-200); */
      }
      .pth-r {
        border-radius: 4px;
        border-width: 2px;
        border-color: var(--primary-500);
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: var(--primary-500);
      }
    }
    .h2-property-type-footer {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
    }
    .h2-property-type-footer {
      p {
        font-family: 'UTM Times', serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        /* color: var(--nature-200); */
      }
      div {
        span {
          font-family: 'UTM Times', serif;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 500;
          /* color: var(--nature-600); */
        }
      }
    }
  }
}
.h2-urs-card-2 {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding: 0.625rem 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.h2-urs-card-2:hover {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: var(--shadow-6);
  --tw-shadow-colored: var(--shadow-6);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
@media (min-width: 768px) {
  .h2-urs-card-2 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .h2-urs-card-2 {
    padding: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .h2-urs-card-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.h2-urs-card-2 {
  .h2-urs-header {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  @media (min-width: 640px) {
    .h2-urs-header {
      margin-bottom: 1.5rem;
      flex-direction: row;
    }
  }
  .h2-urs-header {
    img {
      width: 52px;
      height: 52px;
      border-radius: 0.5rem;
    }
    div {
      h4 {
        text-align: center;
        font-family: 'UTM Times', serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: var(--nature-500);
      }
      @media (min-width: 640px) {
        h4 {
          text-align: start;
        }
      }
      @media (min-width: 1024px) {
        h4 {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      div {
        margin-top: 0.375rem;
        display: flex;
        align-items: center;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: var(--secondary-400);
      }
      @media (min-width: 768px) {
        div {
          margin-top: 0.5rem;
        }
      }
      @media (min-width: 1024px) {
        div {
          margin-top: 10px;
        }
      }
    }
  }
  p {
    text-wrap: wrap;
    text-align: center;
    font-family: 'UTM Times', serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--nature-300);
  }
  @media (min-width: 640px) {
    p {
      text-align: start;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
}
.h2-reviews-swiper-pagination > .swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
  border-width: 1px;
  border-color: var(--primary-500);
  background-color: transparent;
  opacity: 1;
}
.h2-reviews-swiper-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: var(--primary-500);
}
.make-circle {
  clip-path: circle(50% at 50% 50%);
}
.h2-agent-card {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 526px;
  width: 100%;
  max-width: 420px;
  .h2-agent-header {
    position: absolute;
    display: flex;
    width: 100%;
  }
  .h2-agent-header {
    .h2-agent-img {
      margin-left: auto;
      margin-right: auto;
      display: flex;
      width: 303px;
      height: 303px;
      align-items: center;
      justify-content: center;
      background-color: var(--new-100);
      clip-path: circle(50% at 50% 50%);
    }
    .h2-agent-img {
      img {
        margin-left: auto;
        margin-right: auto;
        width: 261px;
        height: 261px;
        border-radius: 9999px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
      }
    }
    .h2-agent-social {
      position: absolute;
      bottom: -12px;
      left: 50%;
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .h2-agent-social {
      .h2-agent-hoverable-btn {
        display: flex;
        width: 43px;
        height: 43px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        --tw-shadow: var(--shadow-7);
        --tw-shadow-colored: var(--shadow-7);
        box-shadow:
          var(--tw-ring-offset-shadow, 0 0 #0000),
          var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
    }
  }
  .h2-agent-body {
    display: grid;
    height: 396px;
    width: 100%;
    align-self: flex-end;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
  }
  .h2-agent-body {
    .h2-agent-body-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-self: flex-end;
    }
    .h2-agent-body-content {
      .h2-agent-name {
        h4 {
          text-align: center;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 600;
          color: var(--nature-500);
        }
        @media (min-width: 1024px) {
          h4 {
            font-size: 1.5rem;
            line-height: 2rem;
          }
        }
        p {
          text-align: center;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 500;
          /* color: var(--nature-200); */
        }
        @media (min-width: 1024px) {
          p {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
      }
      .h2-agent-footer {
        margin-top: 2.5rem;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
      }
      .h2-agent-footer {
        p {
          display: flex;
          width: -moz-fit-content;
          width: fit-content;
          height: -moz-fit-content;
          height: fit-content;
          align-items: center;
          -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
          border-radius: 0.5rem;
          padding-left: 0.875rem;
          padding-right: 0.875rem;
          padding-top: 0.375rem;
          padding-bottom: 0.375rem;
          font-family: 'UTM Times', serif;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 400;
          /* color: var(--nature-200); */
        }
        @media (min-width: 768px) {
          p {
            -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
        @media (min-width: 1024px) {
          p {
            -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        p {
          background-color: var(--primary-500);
          --tw-text-opacity: 1 !important;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
        }
        .h2-agent-icons {
          display: flex;
          align-items: center;
          -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
        }
        .h2-agent-icons {
          div {
            display: flex;
            width: 3rem;
            height: 3rem;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background-color: var(--line-100);
            font-size: 20px;
            color: var(--nature-400);
          }
        }
      }
    }
  }
}
.h3-category-card {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 5px;
  border-color: var(--new-100);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .h3-category-card {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .h3-category-card {
    padding: 2.75rem 2.5rem;
  }
}
@media (min-width: 1280px) {
  .h3-category-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.h3-category-card {
  .h3-category-img {
    margin-bottom: 2rem;
    display: flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--new-100);
  }
  @media (min-width: 768px) {
    .h3-category-img {
      margin-bottom: 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    .h3-category-img {
      margin-bottom: 3rem;
    }
  }
  @media (min-width: 1280px) {
    .h3-category-img {
      margin-bottom: 3.5rem;
    }
  }
  .h3-category-img {
    img {
      width: 2.5rem;
      height: 2.5rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }
  }
  h4 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: var(--new-900);
  }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  p {
    margin-bottom: 1.75rem;
    margin-top: 0.875rem;
    text-align: center;
    font-family: 'UTM Times', serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--new-200);
  }
  @media (min-width: 768px) {
    p {
      margin-bottom: 2rem;
      margin-top: 1rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      margin-bottom: 2.25rem;
      margin-top: 1.25rem;
    }
  }
  @media (min-width: 1280px) {
    p {
      margin-bottom: 2.5rem;
    }
  }
  a {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    text-align: center;
    font-family: 'UTM Times', serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--new-900);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  a:hover {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #231f20;
  }
  @media (min-width: 768px) {
    a {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
}
.gallery {
  display: flex;
  padding: 2rem 0;
  gap: 1rem;
  min-height: 600px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.gallery-item {
  position: relative;
  background: #f2f2f2;
  border-radius: 24px;
  overflow: hidden;
  flex: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover {
  flex: 2;
}
.gallery-item:not(:hover) {
  flex: 0.8;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(0deg, #000, transparent);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.gallery-item:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item:not(:hover) .card-content {
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  .gallery {
    flex-direction: column;
  }
  .gallery-item {
    min-height: 300px;
  }
  .gallery-item:hover {
    flex: 1.5;
  }
}
.h3-property-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  .h3-property-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .h3-property-img {
    img {
      max-height: 200px;
      width: 100%;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      transition-property: all;
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    img:hover {
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      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));
    }
  }
  .h3-property-body {
    width: 100%;
  }
  .h3-property-body {
    .h3-property-definition {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: var(--new-100);
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .h3-property-definition {
      p {
        font-family: 'UTM Times', serif;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 400;
        color: var(--new-800);
      }
      @media (min-width: 768px) {
        p {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
      }
      div {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
      }
      div {
        span {
          font-family: 'UTM Times', serif;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 500;
          color: var(--new-900);
        }
      }
    }
    .h3-property-details {
      width: 100%;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-right-width: 1px;
      border-color: var(--new-200);
      padding: 0.875rem;
    }
    @media (min-width: 768px) {
      .h3-property-details {
        padding: 1rem;
      }
    }
    @media (min-width: 1024px) {
      .h3-property-details {
        padding: 1.25rem;
      }
    }
    .h3-property-details {
      a {
        margin-bottom: 0.375rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        line-height: 1.25rem;
        color: var(--new-900);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.15s;
      }
      a:hover {
        color: var(--primary-500);
      }
      @media (min-width: 768px) {
        a {
          margin-bottom: 0.5rem;
        }
      }
      @media (min-width: 1024px) {
        a {
          margin-bottom: 10px;
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      p {
        font-family: 'UTM Times', serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        color: var(--new-800);
      }
      .h3-property-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .h3-property-footer {
        a {
          display: flex;
          align-items: center;
          -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
          text-align: center;
          font-family: 'UTM Times', serif;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 500;
          color: var(--new-900);
        }
        @media (min-width: 768px) {
          a {
            -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
        @media (min-width: 1024px) {
          a {
            -moz-column-gap: 10px;
            column-gap: 10px;
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        p {
          text-align: center;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 700;
          color: var(--primary-500);
        }
        @media (min-width: 768px) {
          p {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1024px) {
          p {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
      }
    }
  }
}
.h3-blogs-card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 410px;
  .h3-blogs-img {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .h3-blogs-img {
    img {
      max-height: 300px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      transition-property: all;
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    img:hover {
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      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));
    }
  }
  .h3-blogs-body {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: var(--new-100);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 1.25rem;
  }
  .h3-blogs-body {
    .h3-blogs-icons {
      display: flex;
      align-items: center;
      -moz-column-gap: 1.75rem;
      column-gap: 1.75rem;
    }
    .h3-blogs-icons {
      div {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
      }
      div {
        span {
          font-family: 'UTM Times', serif;
          font-size: 0.75rem;
          line-height: 1rem;
          font-weight: 400;
          color: var(--new-900);
        }
      }
    }
    a.title {
      margin-bottom: 2.5rem;
      margin-top: 1rem;
      text-align: start !important;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a.title:hover {
      color: var(--primary-500);
    }
    a {
      display: flex;
      align-items: center;
      -moz-column-gap: 0.625rem;
      column-gap: 0.625rem;
      text-align: center;
      font-family: 'UTM Times', serif;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 500;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a:hover {
      color: #231f20;
    }
  }
}
.h4-property-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  .h4-property-img {
    max-height: 215px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .h4-property-img {
    img {
      transition-property: all;
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    img:hover {
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      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));
    }
  }
  .h4-property-body {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--new-200);
    padding: 0.625rem;
    padding-top: 0.625rem;
  }
  @media (min-width: 768px) {
    .h4-property-body {
      padding: 0.875rem;
    }
  }
  @media (min-width: 1024px) {
    .h4-property-body {
      padding: 1.25rem;
    }
  }
  .h4-property-body {
    a {
      margin-bottom: 0.375rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 700;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a:hover {
      color: #231f20;
    }
    @media (min-width: 1024px) {
      a {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    p {
      font-family: 'UTM Times', serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 400;
      color: var(--new-800);
    }
    .h4-property-rate {
      margin-top: 0.625rem;
      align-items: center;
      justify-content: space-between;
    }
    .h4-property-footer,
    .h4-property-rate {
      display: flex;
    }
    .h4-property-footer {
      align-items: center;
      justify-content: space-between;
    }
    .h4-property-footer {
      a {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: var(--primary-500);
      }
      @media (min-width: 640px) {
        a {
          -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
        }
      }
      @media (min-width: 768px) {
        a {
          -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 1024px) {
        a {
          -moz-column-gap: 1rem;
          column-gap: 1rem;
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      span {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #231f20;
      }
      @media (min-width: 768px) {
        span {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1024px) {
        span {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
    }
  }
}
.h5-description-card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  .h5-description-img {
    width: 100%;
    flex-shrink: 1;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .h5-description-img {
    img {
      width: 100%;
      flex-shrink: 1;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      transition-property: all;
      transition-duration: 0.15s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    img:hover {
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      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));
    }
  }
  .h5-description-body {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 1024px) {
    .h5-description-body {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    .h5-description-body {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  }
  @media (min-width: 1536px) {
    .h5-description-body {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  .h5-description-body {
    a.title {
      margin-bottom: 0.25rem;
      display: block;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a.title:hover {
      color: #231f20;
    }
    p {
      font-family: 'UTM Times', serif;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 400;
      color: var(--new-800);
    }
    .h5-description-icons {
      margin-top: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: space-around;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
    }
    .h5-description-icons {
      div {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
        row-gap: 0.25rem;
        color: var(--new-800);
      }
      @media (min-width: 1280px) {
        div {
          flex-direction: column;
          justify-content: center;
          -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
        }
      }
      @media (min-width: 1536px) {
        div {
          flex-direction: row;
          justify-content: flex-start;
          -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
        }
      }
    }
    .h5-description-footer {
      margin-top: 2.5rem;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
    }
    .h5-description-footer {
      span {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        color: var(--new-900);
      }
      a {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
        text-align: center;
        font-family: 'UTM Times', serif;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: var(--new-900);
      }
    }
  }
}
.h5-blogs-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  --tw-shadow: var(--shadow-9);
  --tw-shadow-colored: var(--shadow-9);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  .h5-blogs-img {
    overflow: hidden;
    border-radius: 20px;
  }
  .h5-blogs-img {
    img {
      transition-property: all;
      transition-duration: 0.15s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    img:hover {
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      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));
    }
  }
  .h5-blogs-body {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
  .h5-blogs-body {
    .h5-blogs-icons {
      display: flex;
      align-items: center;
      -moz-column-gap: 2.5rem;
      column-gap: 2.5rem;
    }
    @media (min-width: 640px) {
      .h5-blogs-icons {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
      }
    }
    @media (min-width: 768px) {
      .h5-blogs-icons {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
      }
    }
    @media (min-width: 1024px) {
      .h5-blogs-icons {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
      }
    }
    @media (min-width: 1280px) {
      .h5-blogs-icons {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
      }
    }
    @media (min-width: 1536px) {
      .h5-blogs-icons {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
      }
    }
    .h5-blogs-icons {
      p {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
        font-family: 'UTM Times', serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 600;
        opacity: 0.7;
      }
      @media (min-width: 768px) {
        p {
          -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
        }
      }
      @media (min-width: 1024px) {
        p {
          -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
    }
    a {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      color: var(--new-900);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.15s;
    }
    a:hover {
      color: #231f20;
    }
    @media (min-width: 1024px) {
      a {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }
    @media (min-width: 1280px) {
      a {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        font-size: 34px;
        line-height: 44px;
      }
    }
    .h5-blogs-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
    }
    .h5-blogs-footer {
      p {
        font-family: 'UTM Times', serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: var(--new-800);
      }
      @media (min-width: 768px) {
        p {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 1024px) {
        p {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      div {
        a {
          display: flex;
          width: 40px;
          height: 40px;
          align-items: center;
          justify-content: center;
          border-radius: 9999px;
          background-color: #231f20;
          font-size: 0.875rem;
          line-height: 1.25rem;
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 768px) {
          a {
            width: 45px;
            height: 45px;
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
        @media (min-width: 1024px) {
          a {
            width: 50px;
            height: 50px;
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1280px) {
          a {
            width: 55px;
            height: 55px;
          }
        }
        @media (min-width: 1536px) {
          a {
            width: 60px;
            height: 60px;
          }
        }
      }
    }
  }
}
.\*\:mx-auto > * {
  margin-left: auto;
  margin-right: auto;
}
.\*\:flex > * {
  display: flex;
}
.\*\:size-10 > * {
  width: 2.5rem;
  height: 2.5rem;
}
.\*\:size-7 > * {
  width: 1.75rem;
  height: 1.75rem;
}
.\*\:size-8 > * {
  width: 2rem;
  height: 2rem;
}
.\*\:size-\[27px\] > * {
  width: 27px;
  height: 27px;
}
.\*\:size-fit > * {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.\*\:max-w-\[410px\] > * {
  max-width: 410px;
}
.\*\:shrink-0 > * {
  flex-shrink: 0;
}
.\*\:cursor-pointer > * {
  cursor: pointer;
}
.\*\:items-center > * {
  align-items: center;
}
.\*\:justify-center > * {
  justify-content: center;
}
.\*\:justify-start > * {
  justify-content: flex-start;
}
.\*\:justify-end > * {
  justify-content: flex-end;
}
.\*\:justify-around > * {
  justify-content: space-around;
}
.\*\:justify-between > * {
  justify-content: space-between;
}
.\*\:justify-evenly > * {
  justify-content: space-evenly;
}
.\*\:gap-2 > * {
  gap: 0.5rem;
}
.\*\:gap-x-1\.5 > * {
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}
.\*\:gap-x-2\.5 > * {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}
.\*\:gap-x-4 > * {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.\*\:rounded-full > * {
  border-radius: 9999px;
}
.\*\:border > * {
  border-width: 1px;
}
.\*\:border-nature-400 > * {
  border-color: var(--nature-400);
}
.\*\:bg-new-900 > * {
  background-color: var(--new-900);
}
.\*\:px-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\*\:py-2\.5 > * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\*\:py-3 > * {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\*\:text-\[18px\] > * {
  font-size: 18px;
}
.\*\:text-base > * {
  font-size: 1rem;
  line-height: 1.5rem;
}
.\*\:text-xl > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\*\:font-medium > * {
  font-weight: 500;
}
.\*\:text-nature-600 > * {
  /* color: var(--nature-600); */
}
.\*\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder\:font-poppins::-moz-placeholder {
  font-family: 'UTM Times', serif;
}
.placeholder\:font-poppins::placeholder {
  font-family: 'UTM Times', serif;
}
.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}
.placeholder\:text-xs::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:text-nature-200::-moz-placeholder {
  /* color: var(--nature-200); */
}
.placeholder\:text-nature-200::placeholder {
  /* color: var(--nature-200); */
}
.placeholder\:text-nature-50::-moz-placeholder {
  color: var(--nature-50);
}
.placeholder\:text-nature-50::placeholder {
  color: var(--nature-50);
}
.placeholder\:text-nature-500::-moz-placeholder {
  color: var(--nature-500);
}
.placeholder\:text-nature-500::placeholder {
  color: var(--nature-500);
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0:before {
  content: var(--tw-content);
  left: 0;
}
.before\:top-1\/2:before {
  content: var(--tw-content);
  top: 50%;
}
.before\:mr-1\.5:before {
  content: var(--tw-content);
  margin-right: 0.375rem;
}
.before\:-translate-x-10:before {
  --tw-translate-x: -2.5rem;
}
.before\:-translate-x-10:before,
.before\:-translate-y-1\/2:before {
  content: var(--tw-content);
  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));
}
.before\:-translate-y-1\/2:before {
  --tw-translate-y: -50%;
}
.before\:text-white:before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.before\:content-\[\'-\'\]:before {
  --tw-content: '-';
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-width: 0;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}
.hover\:-translate-y-1:hover,
.hover\:-translate-y-2:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}
.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}
.hover\:scale-105:hover,
.hover\:translate-x-2:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.hover\:scale-110:hover,
.hover\:scale-\[1\.15\]:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.15\]:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
}
.hover\:scale-\[1\.2\]:hover {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:gap-x-4:hover {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.hover\:border-\[\#8a888841\]:hover {
  border-color: #8a888841;
}
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.hover\:border-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 106 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-navy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.hover\:border-navy\/30:hover {
  border-color: rgba(30, 58, 138, 0.3);
}
.hover\:border-new-100:hover {
  border-color: var(--new-100);
}
.hover\:border-primary:hover {
  border-color: var(--primary-500);
}
.hover\:border-primary-400:hover {
  border-color: var(--primary-400);
}
.hover\:border-secondary:hover {
  border-color: #231f20;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-\[\#0A66C2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 102 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#131418\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 20 24 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1877F2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#3b5998\]\/90:hover {
  background-color: rgba(59, 89, 152, 0.9);
}
.hover\:bg-\[\#BD081C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 8 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E4405F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 64 95 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f74707\]\/90:hover {
  background-color: rgba(247, 71, 7, 0.9);
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 106 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gold-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 118 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gold\/10:hover {
  background-color: hsla(32, 26%, 54%, 0.1);
}
.hover\:bg-gold\/90:hover {
  background-color: hsla(32, 26%, 54%, 0.9);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 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-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-navy-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-navy\/10:hover {
  background-color: rgba(30, 58, 138, 0.1);
}
.hover\:bg-new-100:hover {
  background-color: var(--new-100);
}
.hover\:bg-primary:hover {
  background-color: var(--primary-500);
}
.hover\:bg-primary-400:hover {
  background-color: var(--primary-400);
}
.hover\:bg-secondary:hover {
  background-color: #231f20;
}
.hover\:bg-sky-50\/70:hover {
  background-color: rgba(240, 249, 255, 0.7);
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-500\/90:hover {
  background-color: rgba(100, 116, 139, 0.9);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/30:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 88 10 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:from-navy:hover {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-navy-light:hover {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#0A66C2\]:hover,
.hover\:text-\[\#0a66c2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(10 102 194 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#131418\]:hover {
  --tw-text-opacity: 1;
  color: rgb(19 20 24 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#14171a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(20 23 26 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#1877F2\]:hover,
.hover\:text-\[\#1877f2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#E4405F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(228 64 95 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#c32aa3\]:hover {
  --tw-text-opacity: 1;
  color: rgb(195 42 163 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity, 1));
}
.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(167 139 106 / var(--tw-text-opacity, 1));
}
.hover\:text-gold-light:hover {
  --tw-text-opacity: 1;
  color: rgb(201 168 118 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-nature-500:hover {
  color: var(--nature-500);
}
.hover\:text-nature-600:hover {
  /* color: var(--nature-600); */
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.hover\:text-new-900:hover {
  color: var(--new-900);
}
.hover\:text-primary:hover {
  color: var(--primary-500);
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover {
  color: #231f20;
}
.hover\:text-secondary-400:hover {
  color: var(--secondary-400);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(159 88 10 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.hover\:shadow-2xl:hover,
.hover\:shadow-lg:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}
.hover\:shadow-md:hover {
  --tw-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.hover\:shadow-md:hover,
.hover\:shadow-shadow:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-shadow:hover {
  --tw-shadow: var(--shadow-1);
  --tw-shadow-colored: var(--shadow-1);
}
.hover\:shadow-shadow2:hover {
  --tw-shadow: var(--shadow-2);
  --tw-shadow-colored: var(--shadow-2);
}
.hover\:shadow-shadow2:hover,
.hover\:shadow-shadow6:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-shadow6:hover {
  --tw-shadow: var(--shadow-6);
  --tw-shadow-colored: var(--shadow-6);
}
.hover\:shadow-shadow7:hover {
  --tw-shadow: var(--shadow-7);
  --tw-shadow-colored: var(--shadow-7);
}
.hover\:shadow-shadow7:hover,
.hover\:shadow-xl:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}
.hover\:blur-\[1px\]:hover {
  --tw-blur: blur(1px);
}
.hover\:blur-\[1px\]:hover,
.hover\:blur-\[2px\]:hover {
  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);
}
.hover\:blur-\[2px\]:hover {
  --tw-blur: blur(2px);
}
.hover\:contrast-50:hover {
  --tw-contrast: contrast(0.5);
}
.hover\:contrast-50:hover,
.hover\:contrast-\[0\.8\]:hover {
  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);
}
.hover\:contrast-\[0\.8\]:hover {
  --tw-contrast: contrast(0.8);
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}
.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.hover\:duration-200:hover {
  transition-duration: 0.2s;
}
.hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:\*\:text-primary > :hover {
  color: var(--primary-500);
}
.hover\:\*\:duration-300 > :hover {
  transition-duration: 0.3s;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-0:focus {
  border-width: 0;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.focus\:border-navy:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.focus\:border-primary:focus {
  border-color: var(--primary-500);
}
.focus\:border-secondary:focus {
  border-color: #231f20;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
    var(--tw-ring-color);
}
.focus\:ring-0:focus,
.focus\:ring-2:focus {
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:\!ring-secondary:focus {
  --tw-ring-color: #231f20 !important;
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254/var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(118 169 250/var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248/var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 86 219/var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 56 118/var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246/var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235/var(--tw-ring-opacity, 1));
}
.focus\:ring-navy:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138/var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus {
  --tw-ring-color: var(--primary-500);
}
.focus\:ring-secondary:focus {
  --tw-ring-color: #231f20;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:mr-1\.5 {
  margin-right: 0.375rem;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:w-\[40px\] {
  width: 40px;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
}
.group:hover .group-hover\:translate-x-1,
.group:hover .group-hover\:translate-y-0\.5 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}
.group:hover .group-hover\:rotate-0 {
  --tw-rotate: 0deg;
}
.group:hover .group-hover\:rotate-0,
.group:hover .group-hover\:rotate-180 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
}
.group:hover .group-hover\:rotate-\[360deg\] {
  --tw-rotate: 360deg;
}
.group:hover .group-hover\:rotate-\[360deg\],
.group:hover .group-hover\:scale-105 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.group:hover .group-hover\:scale-110,
.group:hover .group-hover\:scale-125 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}
.group:hover .group-hover\:scale-\[1\.15\] {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
}
.group:hover .group-hover\:scale-\[1\.15\],
.group:hover .group-hover\:scale-\[1\.2\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
}
.group:hover .group-hover\:\!rounded-\[3px\] {
  border-radius: 3px !important;
}
.group:hover .group-hover\:border {
  border-width: 1px;
}
.group:hover .group-hover\:border-primary {
  border-color: var(--primary-500);
}
.group:hover .group-hover\:border-secondary {
  border-color: var(--secondary-500);
}
.group:hover .group-hover\:border-new-200 {
  border-color: var(--new-200);
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:from-navy\/90 {
  --tw-gradient-from: rgba(30, 58, 138, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:pl-5 {
  padding-left: 1.25rem;
}
.group\/check:hover .group-hover\/check\:font-medium {
  font-weight: 500;
}
.group\/check:hover .group-hover\/check\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1;
  color: rgb(167 139 106 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary {
  color: var(--primary-500);
}
.group:hover .group-hover\:text-secondary {
  color: #231f20;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(159 88 10 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.group:hover .group-hover\:shadow-2xl,
.group:hover .group-hover\:shadow-shadow2 {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.group:hover .group-hover\:shadow-shadow2 {
  --tw-shadow: var(--shadow-2);
  --tw-shadow-colored: var(--shadow-2);
}
.group:hover .group-hover\:before\:translate-x-0:before {
  content: var(--tw-content);
  --tw-translate-x: 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));
}
.group:hover .group-hover\:before\:delay-150:before {
  content: var(--tw-content);
  transition-delay: 0.15s;
}
.prose-a\:text-primary-400
  :is(:where(a):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  color: var(--primary-400);
}
.hover\:prose-a\:no-underline
  :is(
    :where(a):not(:where([class~='not-prose'], [class~='not-prose'] *))
  ):hover {
  text-decoration-line: none;
}
.prose-ul\:m-0
  :is(:where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  margin: 0;
}
.prose-ul\:list-none
  :is(:where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  list-style-type: none;
}
.prose-ul\:space-y-2\.5
  :is(:where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)))
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.prose-ul\:pl-0
  :is(:where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  padding-left: 0;
}
.prose-li\:pl-0
  :is(:where(li):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  padding-left: 0;
}
.prose-img\:rounded-lg
  :is(:where(img):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
  border-radius: 0.5rem;
}
.dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-transparent:is(.dark *) {
  border-color: transparent;
}
.dark\:\!bg-primary-600:is(.dark *) {
  background-color: var(--primary-600) !important;
}
.dark\:bg-primary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgba(31, 41, 55, 0.5);
}
.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900\/80:is(.dark *) {
  background-color: rgba(17, 24, 39, 0.8);
}
.dark\:bg-orange-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 217 189 / var(--tw-bg-opacity, 1));
}
.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:text-orange-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity, 1));
}
.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-yellow-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity, 1));
}
.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.dark\:placeholder-gray-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.dark\:hover\:bg-blue-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-blue-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-blue-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-blue-500:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:focus\:border-blue-500:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
}
.dark\:focus\:text-white:focus:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:focus\:ring-blue-500:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248/var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-blue-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159/var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-600:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99/var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-700:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81/var(--tw-ring-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:bottom-5 {
    bottom: 1.25rem;
  }
  .sm\:left-5 {
    left: 1.25rem;
  }
  .sm\:top-5 {
    top: 1.25rem;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-\[35px\] {
    margin-bottom: 35px;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:size-12 {
    width: 3rem;
    height: 3rem;
  }
  .sm\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sm\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .sm\:h-\[250px\] {
    height: 250px;
  }
  .sm\:h-\[360px\] {
    height: 360px;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-\[360px\] {
    max-width: 360px;
  }
  .sm\:shrink {
    flex-shrink: 1;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-\[30px\] {
    gap: 30px;
  }
  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[55px\] {
    font-size: 55px;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:\*\:size-8 > * {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:left-6 {
    left: 1.5rem;
  }
  .md\:top-6 {
    top: 1.5rem;
  }
  .md\:top-\[16\%\] {
    top: 16%;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .md\:me-24 {
    margin-inline-end: 6rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }
  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:size-16 {
    width: 4rem;
    height: 4rem;
  }
  .md\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .md\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .md\:size-8 {
    width: 2rem;
    height: 2rem;
  }
  .md\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .md\:size-\[350px\] {
    width: 350px;
    height: 350px;
  }
  .md\:size-\[45px\] {
    width: 45px;
    height: 45px;
  }
  .md\:size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .md\:size-\[65px\] {
    width: 65px;
    height: 65px;
  }
  .md\:size-auto {
    width: auto;
    height: auto;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-\[300px\] {
    height: 300px;
  }
  .md\:h-\[90px\] {
    height: 90px;
  }
  .md\:h-\[956px\] {
    height: 956px;
  }
  .md\:max-h-40 {
    max-height: 10rem;
  }
  .md\:max-h-\[170px\] {
    max-height: 170px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-\[calc\(100\%-48px\)\] {
    width: calc(100% - 48px);
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[190px\] {
    max-width: 190px;
  }
  .md\:max-w-\[350px\] {
    max-width: 350px;
  }
  .md\:max-w-\[410px\] {
    max-width: 410px;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:max-w-\[540px\] {
    max-width: 540px;
  }
  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .md\:rotate-180 {
    --tw-rotate: 180deg;
    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));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-2\.5 {
    gap: 0.625rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-3\.5 {
    gap: 0.875rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-7 {
    gap: 1.75rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:gap-\[15px\] {
    gap: 15px;
  }
  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .md\:self-auto {
    align-self: auto;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:rounded-\[14px\] {
    border-radius: 14px;
  }
  .md\:rounded-\[30px\] {
    border-radius: 30px;
  }
  .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .md\:rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-11 {
    padding: 2.75rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-3\.5 {
    padding: 0.875rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-8 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-start {
    text-align: start;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[26px\] {
    font-size: 26px;
  }
  .md\:text-\[60px\] {
    font-size: 60px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:grid {
    display: grid;
  }
  .md\:\*\:size-10 > * {
    width: 2.5rem;
    height: 2.5rem;
  }
  .\*\:md\:h-\[68px\] > * {
    height: 68px;
  }
  .\*\:md\:w-\[125px\] > * {
    width: 125px;
  }
  .\*\:md\:gap-x-2\.5 > * {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .\*\:md\:text-lg > * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\*\:md\:justify-center > * {
    justify-content: center;
  }
  .\*\:md\:justify-start > * {
    justify-content: flex-start;
  }
  .\*\:md\:justify-end > * {
    justify-content: flex-end;
  }
  .\*\:md\:justify-between > * {
    justify-content: space-between;
  }
  .\*\:md\:justify-around > * {
    justify-content: space-around;
  }
  .\*\:md\:justify-evenly > * {
    justify-content: space-evenly;
  }
  .placeholder\:md\:text-base::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .placeholder\:md\:text-base::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .placeholder\:md\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .placeholder\:md\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-top-10 {
    top: -2.5rem;
  }
  .lg\:bottom-\[30px\] {
    bottom: 30px;
  }
  .lg\:left-8 {
    left: 2rem;
  }
  .lg\:left-\[110px\] {
    left: 110px;
  }
  .lg\:top-12 {
    top: 3rem;
  }
  .lg\:top-8 {
    top: 2rem;
  }
  .lg\:top-\[17\%\] {
    top: 17%;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:mb-\[45px\] {
    margin-bottom: 45px;
  }
  .lg\:ml-80 {
    margin-left: 20rem;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .lg\:mt-\[54px\] {
    margin-top: 54px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:\!grid {
    display: grid !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .lg\:size-16 {
    width: 4rem;
    height: 4rem;
  }
  .lg\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .lg\:size-8 {
    width: 2rem;
    height: 2rem;
  }
  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .lg\:size-\[400px\] {
    width: 400px;
    height: 400px;
  }
  .lg\:size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .lg\:size-\[55px\] {
    width: 55px;
    height: 55px;
  }
  .lg\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }
  .lg\:size-\[75px\] {
    width: 75px;
    height: 75px;
  }
  .lg\:h-\[120px\] {
    height: 120px;
  }
  .lg\:h-\[180px\] {
    height: 180px;
  }
  .lg\:h-\[350px\] {
    height: 350px;
  }
  .lg\:h-\[420px\] {
    height: 420px;
  }
  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .lg\:max-h-48 {
    max-height: 12rem;
  }
  .lg\:max-h-\[190px\] {
    max-height: 190px;
  }
  .lg\:max-h-\[200px\] {
    max-height: 200px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-\[190px\] {
    width: 190px;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[40\.5\%\] {
    width: 40.5%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[900px\] {
    width: 900px;
  }
  .lg\:w-\[945px\] {
    width: 945px;
  }
  .lg\:w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px);
  }
  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }
  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[617px\] {
    max-width: 617px;
  }
  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 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));
  }
  .lg\:\!rotate-\[0deg\] {
    --tw-rotate: 0deg !important;
    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)) !important;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-9 {
    gap: 2.25rem;
  }
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-\[50px\] {
    gap: 50px;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .lg\:gap-x-\[10px\] {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }
  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse)));
  }
  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }
  .lg\:justify-self-end {
    justify-self: end;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-\[17px\] {
    border-radius: 17px;
  }
  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .lg\:rounded-\[40px\] {
    border-radius: 40px;
  }
  .lg\:rounded-t-\[60px\] {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-14 {
    padding: 3.5rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .lg\:py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .lg\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .lg\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[15px\] {
    font-size: 15px;
  }
  .lg\:text-\[17px\] {
    font-size: 17px;
  }
  .lg\:text-\[25px\] {
    font-size: 25px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[65px\] {
    font-size: 65px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-lg,
  .lg\:text-xl {
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:leading-\[26px\] {
    line-height: 26px;
  }
  .lg\:leading-\[84px\] {
    line-height: 84px;
  }
  .\*\:lg\:size-10 > * {
    width: 2.5rem;
    height: 2.5rem;
  }
  .\*\:lg\:gap-x-3 > * {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .\*\:lg\:text-xl > * {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .placeholder\:lg\:text-base::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .placeholder\:lg\:text-base::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:left-10 {
    left: 2.5rem;
  }
  .xl\:top-10 {
    top: 2.5rem;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xl\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xl\:-mt-16 {
    margin-top: -4rem;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-11 {
    margin-top: 2.75rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mt-9 {
    margin-top: 2.25rem;
  }
  .xl\:mt-\[30px\] {
    margin-top: 30px;
  }
  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }
  .xl\:mt-\[51px\] {
    margin-top: 51px;
  }
  .xl\:mt-\[60px\] {
    margin-top: 60px;
  }
  .xl\:mt-\[70px\] {
    margin-top: 70px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .xl\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }
  .xl\:size-12 {
    width: 3rem;
    height: 3rem;
  }
  .xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }
  .xl\:size-8 {
    width: 2rem;
    height: 2rem;
  }
  .xl\:size-\[450px\] {
    width: 450px;
    height: 450px;
  }
  .xl\:size-\[55px\] {
    width: 55px;
    height: 55px;
  }
  .xl\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .xl\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }
  .xl\:size-\[85px\] {
    width: 85px;
    height: 85px;
  }
  .xl\:h-\[400px\] {
    height: 400px;
  }
  .xl\:max-h-56 {
    max-height: 14rem;
  }
  .xl\:max-h-\[225px\] {
    max-height: 225px;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-16 {
    width: 4rem;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:max-w-\[225px\] {
    max-width: 225px;
  }
  .xl\:max-w-\[380px\] {
    max-width: 380px;
  }
  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .xl\:-translate-x-1\/2,
  .xl\:translate-x-1\/2 {
    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));
  }
  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:gap-20 {
    gap: 5rem;
  }
  .xl\:gap-32 {
    gap: 8rem;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-5 {
    gap: 1.25rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-\[30px\] {
    gap: 30px;
  }
  .xl\:gap-\[50px\] {
    gap: 50px;
  }
  .xl\:gap-\[60px\] {
    gap: 60px;
  }
  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .xl\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .xl\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .xl\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .xl\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .xl\:rounded-\[50px\] {
    border-radius: 50px;
  }
  .xl\:rounded-t-\[80px\] {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-20 {
    padding: 5rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:p-9 {
    padding: 2.25rem;
  }
  .xl\:p-\[30px\] {
    padding: 30px;
  }
  .xl\:p-\[70px\] {
    padding: 70px;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:py-8 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .xl\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-\[120px\] {
    padding-top: 120px;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
  .xl\:text-\[28px\] {
    font-size: 28px;
  }
  .xl\:text-\[34px\] {
    font-size: 34px;
  }
  .xl\:text-\[70px\] {
    font-size: 70px;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
  }
  .xl\:text-lg,
  .xl\:text-xl {
    line-height: 1.75rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
  }
  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .xl\:font-medium {
    font-weight: 500;
  }
  .xl\:\!leading-\[64px\] {
    line-height: 64px !important;
  }
  .xl\:leading-\[50px\] {
    line-height: 50px;
  }
  .xl\:leading-\[64px\] {
    line-height: 64px;
  }
  .xl\:\*\:flex-col > * {
    flex-direction: column;
  }
  .xl\:\*\:justify-center > * {
    justify-content: center;
  }
  .xl\:\*\:justify-start > * {
    justify-content: flex-start;
  }
  .xl\:\*\:justify-end > * {
    justify-content: flex-end;
  }
  .\*\:xl\:text-2xl > * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:\!mb-\[60px\] {
    margin-bottom: 60px !important;
  }
  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }
  .\32xl\:mb-\[120px\] {
    margin-bottom: 120px;
  }
  .\32xl\:mr-0 {
    margin-right: 0;
  }
  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .\32xl\:mt-20 {
    margin-top: 5rem;
  }
  .\32xl\:mt-\[50px\] {
    margin-top: 50px;
  }
  .\32xl\:mt-\[60px\] {
    margin-top: 60px;
  }
  .\32xl\:inline-block {
    display: inline-block;
  }
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }
  .\32xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }
  .\32xl\:size-\[520px\] {
    width: 520px;
    height: 520px;
  }
  .\32xl\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .\32xl\:size-\[95px\] {
    width: 95px;
    height: 95px;
  }
  .\32xl\:h-\[450px\] {
    height: 450px;
  }
  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }
  .\32xl\:w-20 {
    width: 5rem;
  }
  .\32xl\:w-auto {
    width: auto;
  }
  .\32xl\:max-w-\[859px\] {
    max-width: 859px;
  }
  .\32xl\:gap-11 {
    gap: 2.75rem;
  }
  .\32xl\:gap-12 {
    gap: 3rem;
  }
  .\32xl\:gap-14 {
    gap: 3.5rem;
  }
  .\32xl\:gap-20 {
    gap: 5rem;
  }
  .\32xl\:gap-24 {
    gap: 6rem;
  }
  .\32xl\:gap-40 {
    gap: 10rem;
  }
  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }
  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .\32xl\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .\32xl\:rounded-\[60px\] {
    border-radius: 60px;
  }
  .\32xl\:rounded-t-\[110px\] {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
  }
  .\32xl\:bg-\[url\(\'\/assets\/images\/image-112\.png\'\)\] {
    background-image: url(/assets/images/image-112.png);
  }
  .\32xl\:p-10 {
    padding: 2.5rem;
  }
  .\32xl\:p-4 {
    padding: 1rem;
  }
  .\32xl\:p-\[100px\] {
    padding: 100px;
  }
  .\32xl\:p-\[60px\] {
    padding: 60px;
  }
  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .\32xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .\32xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .\32xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .\32xl\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }
  .\32xl\:pl-0 {
    padding-left: 0;
  }
  .\32xl\:pr-0 {
    padding-right: 0;
  }
  .\32xl\:pt-16 {
    padding-top: 4rem;
  }
  .\32xl\:pt-20 {
    padding-top: 5rem;
  }
  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .\32xl\:text-\[17px\] {
    font-size: 17px;
  }
  .\32xl\:text-\[34px\] {
    font-size: 34px;
  }
  .\32xl\:text-\[54px\] {
    font-size: 54px;
  }
  .\32xl\:text-\[74px\] {
    font-size: 74px;
  }
  .\32xl\:text-\[98px\] {
    font-size: 98px;
  }
  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:leading-\[64px\] {
    line-height: 64px;
  }
  .\32xl\:leading-\[84px\] {
    line-height: 84px;
  }
  .\32xl\:\*\:flex-row > * {
    flex-direction: row;
  }
  .\32xl\:\*\:justify-start > * {
    justify-content: flex-start;
  }
}
.rtl\:rotate-180:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 180deg;
  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));
}
.rtl\:justify-end:where([dir='rtl'], [dir='rtl'] *) {
  justify-content: flex-end;
}
.rtl\:space-x-reverse:where([dir='rtl'], [dir='rtl'] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.rtl\:text-right:where([dir='rtl'], [dir='rtl'] *) {
  text-align: right;
}

.bg-primary-20-blur {
  background-color: rgba(27, 160, 225, 0.2) !important;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur);
}

.rating-product-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .rating-product-btn {
    justify-content: flex-end;
  }
}

  .home-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #231f20;
    color: #231f20;
    border-radius: 8px;
  }

  .home-search-btn:hover {
    border: 1px solid #1ba0e1e6;
    color: #1ba0e1e6;
  }

  .one-screen {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 767px) {
    .one-screen {
        height: auto;
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
  }

  .hero-container {
    height: calc(100vh - 100px);
    background-image: url(../assets/banner/banner-botom-2.jpg);
    /* background-image: url(../../assets/images/saigon.mp4); */
    background-position: center;
    background-size: cover;
  }

.about-counter-container {
    flex-direction: column;
}

.about-counter-container, #ourServices {
  background: rgb(35 31 32 / 4%);
}

#officeSearchProcess2 {
  background: rgb(27 160 225 / 10%);
}

#newWardOffice {
  background: rgb(27 160 225 / 10%);
}

#outstandingBuildingDistrict {
  background: rgb(35 31 32 / 4%);
}

#customer {
  background: rgb(27 160 225 / 10%);
}

.noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  border: 1px solid #1e3a8a;
  background: white;
  box-shadow: 0 0 0 2px #eff6ff;
  transition: all 0.3s ease;
}

.noUi-handle:hover {
  background: #e0f2fe;
}

.noUi-connect {
  background: linear-gradient(to right, #1e3a8a, #2563eb);
  border-radius: 9999px;
}

.hover-bubble {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}

.hover-bubble::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 100%;
  bottom: 100%;

  width: 200vmax;
  height: 100vmax;

  border-radius: 50%;
  /* background-color: #ec4899; */
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale(0);
  transition: transform 0.45s ease-in-out;
}

.hover-bubble:hover::before {
  transform: translate3d(50%, 50%, 0) scale(1);
}

.cus_hide {
  display: none !important;
}

.cus_content_sanpham p {
  margin-bottom: 0.75rem;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.why-section {
  background: #00b140;
  color: white;
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.grid-12 {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .grid-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.left-col {
  grid-column: 1 / -1;
  place-content: center;
  text-align: center;
  background: rgb(27 160 225 / 20%);
  position: relative;
  padding: 40px 25px;
}
.left-col::after {
  content: '';
  background: url(/assets/images/cup.png) no-repeat;
  width: 160px;
  height: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .left-col {
    grid-column: 1 / span 5;
    text-align: left;
  }
}

.domain {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 1.2rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.underline {
  content: '';
  background: url(/assets/images/0.5_line.png) no-repeat;
  background-position: center;
  height: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .underline {
    margin: 0.5rem 0 1.3rem 0;
    background-position: left;
  }
}

.subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 2.5rem;
}

@media (min-width: 992px) {
  .subtitle {
    margin: 0 0 2.5rem 0;
    max-width: none;
  }
}

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

@media (min-width: 992px) {
  .right-col {
    grid-column: 6 / span 7;
  }
}

.rows-wrapper {
  display: grid;
}

.benefit-row {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .benefit-row {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-row .benefit-item:nth-child(2),
  .benefit-row .benefit-item:nth-child(4) {
    border-right: none;
  }

  .benefit-row:last-child .benefit-item {
    border-bottom: none;
  }
}

.benefit-item {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #231f20;
  border-top: 0;
  border-left: 0;
  padding: 30px 25px;
  display: flex;
  gap: 20px;
  min-height: 140px;
  transition: transform 0.3s ease;
}

.rows-wrapper .benefit-item:nth-child(2) {
  border-right: 0;
}

.benefit-row:last-child .benefit-item {
  border-bottom: none;
}

.benefit-item:hover {
  background: rgb(35 31 32 / 5%);
}

.benefit-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .benefit-item {
    border-right: none;
    border-bottom: 1px solid #231f20;
  }

  .benefit-item:nth-child(4) {
    border-bottom: none;
  }
}
