/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
body {
  margin:0
}
main {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
img {
  border-style:none
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details {
  display:block
}
summary {
  display:list-item
}
[hidden],
template {
  display:none
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin:0
}
button {
  background-color:transparent;
  background-image:none
}
button:focus {
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
fieldset,
ol,
ul {
  margin:0;
  padding:0
}
ol,
ul {
  list-style:none
}
html {
  font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height:1.5
}
*,
:after,
:before {
  box-sizing:border-box;
  border:0 solid #d2d6dc
}
hr {
  border-top-width:1px
}
img {
  border-style:solid
}
textarea {
  resize:vertical
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#a0aec0
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#a0aec0
}
input::placeholder,
textarea::placeholder {
  color:#a0aec0
}
[role=button],
button {
  cursor:pointer
}
table {
  border-collapse:collapse
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
button,
input,
optgroup,
select,
textarea {
  padding:0;
  line-height:inherit;
  color:inherit
}
code,
kbd,
pre,
samp {
  font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display:block;
  vertical-align:middle
}
img,
video {
  max-width:100%;
  height:auto
}
.container {
  width:100%;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:640px) {
  .container {
    max-width:640px
  }
}
@media (min-width:768px) {
  .container {
    max-width:768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width:1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width:1280px
  }
}
.form-input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  border-color:##061121;
  border-width:1px;
  border-radius:.375rem;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5
}
.form-input::-moz-placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-input:-ms-input-placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-input::placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-input:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-textarea {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  border-color:#d2d6dc;
  border-width:1px;
  border-radius:.375rem;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5
}
.form-textarea::-moz-placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-textarea:-ms-input-placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-textarea::placeholder {
  color:#9fa6b2;
  opacity:1
}
.form-textarea:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-multiselect {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  border-color:#d2d6dc;
  border-width:1px;
  border-radius:.375rem;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5
}
.form-multiselect:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-select {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  background-repeat:no-repeat;
  background-color:#fff;
  border-color:#d2d6dc;
  border-width:1px;
  border-radius:.375rem;
  padding:.5rem 2.5rem .5rem .75rem;
  font-size:1rem;
  line-height:1.5;
  background-position:right .5rem center;
  background-size:1.5em 1.5em
}
.form-select::-ms-expand {
  color:#9fa6b2;
  border:none
}
@media not print {
  .form-select::-ms-expand {
    display:none
  }
}
@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none) {
  .form-select {
    padding-right:.75rem
  }
}
.form-select:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-checkbox:checked {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:50%;
  background-repeat:no-repeat
}
@media not print {
  .form-checkbox::-ms-check {
    border-width:1px;
    color:transparent;
    background:inherit;
    border-color:inherit;
    border-radius:inherit
  }
}
.form-checkbox {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#3f83f8;
  background-color:#fff;
  border-color:#d2d6dc;
  border-width:1px;
  border-radius:.25rem
}
.form-checkbox:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-checkbox:checked:focus,
.form-radio:checked {
  border-color:transparent
}
.form-radio:checked {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  background-color:currentColor;
  background-size:100% 100%;
  background-position:50%;
  background-repeat:no-repeat
}
@media not print {
  .form-radio::-ms-check {
    border-width:1px;
    color:transparent;
    background:inherit;
    border-color:inherit;
    border-radius:inherit
  }
}
.form-radio {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  flex-shrink:0;
  border-radius:100%;
  height:1rem;
  width:1rem;
  color:#3f83f8;
  background-color:#fff;
  border-color:#d2d6dc;
  border-width:1px
}
.form-radio:focus {
  outline:none;
  box-shadow:0 0 0 3px rgba(164,202,254,.45);
  border-color:#a4cafe
}
.form-radio:checked:focus {
  border-color:transparent
}
.space-y-1>:not(template)~:not(template) {
  --space-y-reverse:0;
  margin-top:calc(0.25rem*(1 - var(--space-y-reverse)));
  margin-bottom:calc(0.25rem*var(--space-y-reverse))
}
.space-x-4>:not(template)~:not(template) {
  --space-x-reverse:0;
  margin-right:calc(1rem*var(--space-x-reverse));
  margin-left:calc(1rem*(1 - var(--space-x-reverse)))
}
.space-y-6>:not(template)~:not(template) {
  --space-y-reverse:0;
  margin-top:calc(1.5rem*(1 - var(--space-y-reverse)));
  margin-bottom:calc(1.5rem*var(--space-y-reverse))
}
.space-y-8>:not(template)~:not(template) {
  --space-y-reverse:0;
  margin-top:calc(2rem*(1 - var(--space-y-reverse)));
  margin-bottom:calc(2rem*var(--space-y-reverse))
}
.space-x-8>:not(template)~:not(template) {
  --space-x-reverse:0;
  margin-right:calc(2rem*var(--space-x-reverse));
  margin-left:calc(2rem*(1 - var(--space-x-reverse)))
}
.space-x-16>:not(template)~:not(template) {
  --space-x-reverse:0;
  margin-right:calc(4rem*var(--space-x-reverse));
  margin-left:calc(4rem*(1 - var(--space-x-reverse)))
}
.bg-white {
  --bg-opacity:1;
  background-color:#fff;
  background-color:rgba(255,255,255,var(--bg-opacity))
}
.bg-gray-50 {
  --bg-opacity:1;
  background-color:#f9fafb;
  background-color:rgba(249,250,251,var(--bg-opacity))
}
.bg-gray-100 {
  --bg-opacity:1;
  background-color:#f4f5f7;
  background-color:rgba(244,245,247,var(--bg-opacity))
}
.bg-gray-200 {
  --bg-opacity:1;
  background-color:#e5e7eb;
  background-color:rgba(229,231,235,var(--bg-opacity))
}
.bg-gray-500 {
  --bg-opacity:1;
  background-color:#6b7280;
  background-color:rgba(107,114,128,var(--bg-opacity))
}
.bg-gray-600 {
  --bg-opacity:1;
  background-color:#4b5563;
  background-color:rgba(75,85,99,var(--bg-opacity))
}
.bg-gray-800 {
  --bg-opacity:1;
  background-color:#252f3f;
  background-color:rgba(37,47,63,var(--bg-opacity))
}
.bg-gray-900 {
  --bg-opacity:1;
  background-color:#161e2e;
  background-color:rgba(22,30,46,var(--bg-opacity))
}
.bg-red-100 {
  --bg-opacity:1;
  background-color:#fde8e8;
  background-color:rgba(253,232,232,var(--bg-opacity))
}
.bg-red-600 {
  --bg-opacity:1;
  background-color:#e02424;
  background-color:rgba(224,36,36,var(--bg-opacity))
}
.bg-red-900 {
  --bg-opacity:1;
  background-color:#771d1d;
  background-color:rgba(119,29,29,var(--bg-opacity))
}
.bg-orange-100 {
  --bg-opacity:1;
  background-color:#feecdc;
  background-color:rgba(254,236,220,var(--bg-opacity))
}
.bg-yellow-100 {
  --bg-opacity:1;
  background-color:#fdf6b2;
  background-color:rgba(253,246,178,var(--bg-opacity))
}
.bg-yellow-300 {
  --bg-opacity:1;
  background-color:#faca15;
  background-color:rgba(250,202,21,var(--bg-opacity))
}
.bg-green-500 {
  --bg-opacity:1;
  background-color:#0e9f6e;
  background-color:rgba(14,159,110,var(--bg-opacity))
}
.bg-indigo-50 {
  --bg-opacity:1;
  background-color:#f0f5ff;
  background-color:rgba(240,245,255,var(--bg-opacity))
}
.hover\:bg-gray-50:hover {
  --bg-opacity:1;
  background-color:#f9fafb;
  background-color:rgba(249,250,251,var(--bg-opacity))
}
.hover\:bg-gray-100:hover {
  --bg-opacity:1;
  background-color:#f4f5f7;
  background-color:rgba(244,245,247,var(--bg-opacity))
}
.hover\:bg-gray-600:hover {
  --bg-opacity:1;
  background-color:#4b5563;
  background-color:rgba(75,85,99,var(--bg-opacity))
}
.hover\:bg-gray-700:hover {
  --bg-opacity:1;
  background-color:#374151;
  background-color:rgba(55,65,81,var(--bg-opacity))
}
.hover\:bg-red-500:hover {
  --bg-opacity:1;
  background-color:#f05252;
  background-color:rgba(240,82,82,var(--bg-opacity))
}
.focus\:bg-gray-50:focus {
  --bg-opacity:1;
  background-color:#f9fafb;
  background-color:rgba(249,250,251,var(--bg-opacity))
}
.focus\:bg-gray-100:focus {
  --bg-opacity:1;
  background-color:#f4f5f7;
  background-color:rgba(244,245,247,var(--bg-opacity))
}
.focus\:bg-gray-600:focus {
  --bg-opacity:1;
  background-color:#4b5563;
  background-color:rgba(75,85,99,var(--bg-opacity))
}
.focus\:bg-indigo-100:focus {
  --bg-opacity:1;
  background-color:#e5edff;
  background-color:rgba(229,237,255,var(--bg-opacity))
}
.active\:bg-gray-50:active {
  --bg-opacity:1;
  background-color:#f9fafb;
  background-color:rgba(249,250,251,var(--bg-opacity))
}
.active\:bg-gray-900:active {
  --bg-opacity:1;
  background-color:#161e2e;
  background-color:rgba(22,30,46,var(--bg-opacity))
}
.active\:bg-red-600:active {
  --bg-opacity:1;
  background-color:#e02424;
  background-color:rgba(224,36,36,var(--bg-opacity))
}
.bg-opacity-25 {
  --bg-opacity:0.25
}
.border-transparent {
  border-color:transparent
}
.border-gray-100 {
  --border-opacity:1;
  border-color:#f4f5f7;
  border-color:rgba(244,245,247,var(--border-opacity))
}
.border-gray-200 {
  --border-opacity:1;
  border-color:#e5e7eb;
  border-color:rgba(229,231,235,var(--border-opacity))
}
.border-gray-300 {
  --border-opacity:1;
  border-color:#d2d6dc;
  border-color:rgba(210,214,220,var(--border-opacity))
}
.border-gray-700 {
  --border-opacity:1;
  border-color:#374151;
  border-color:rgba(55,65,81,var(--border-opacity))
}
.border-red-600 {
  --border-opacity:1;
  border-color:#e02424;
  border-color:rgba(224,36,36,var(--border-opacity))
}
.border-orange-500 {
  --border-opacity:1;
  border-color:#ff5a1f;
  border-color:rgba(255,90,31,var(--border-opacity))
}
.border-indigo-400 {
  --border-opacity:1;
  border-color:#8da2fb;
  border-color:rgba(141,162,251,var(--border-opacity))
}
.hover\:border-gray-300:hover {
  --border-opacity:1;
  border-color:#d2d6dc;
  border-color:rgba(210,214,220,var(--border-opacity))
}
.hover\:border-red-600:hover {
  --border-opacity:1;
  border-color:#e02424;
  border-color:rgba(224,36,36,var(--border-opacity))
}
.focus\:border-gray-300:focus {
  --border-opacity:1;
  border-color:#d2d6dc;
  border-color:rgba(210,214,220,var(--border-opacity))
}
.focus\:border-gray-900:focus {
  --border-opacity:1;
  border-color:#161e2e;
  border-color:rgba(22,30,46,var(--border-opacity))
}
.focus\:border-red-300:focus {
  --border-opacity:1;
  border-color:#f8b4b4;
  border-color:rgba(248,180,180,var(--border-opacity))
}
.focus\:border-red-700:focus {
  --border-opacity:1;
  border-color:#c81e1e;
  border-color:rgba(200,30,30,var(--border-opacity))
}
.focus\:border-blue-300:focus {
  --border-opacity:1;
  border-color:#a4cafe;
  border-color:rgba(164,202,254,var(--border-opacity))
}
.focus\:border-indigo-700:focus {
  --border-opacity:1;
  border-color:#5145cd;
  border-color:rgba(81,69,205,var(--border-opacity))
}
.rounded-sm {
  border-radius:.125rem
}
.rounded {
  border-radius:.25rem
}
.rounded-md {
  border-radius:.375rem
}
.rounded-lg {
  border-radius:.5rem
}
.rounded-full {
  border-radius:9999px
}
.rounded-xl {
  border-radius:1rem
}
.rounded-b {
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
}
.rounded-b-xl {
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem
}
.border-2 {
  border-width:2px
}
.border-4 {
  border-width:4px
}
.border {
  border-width:1px
}
.border-b-2 {
  border-bottom-width:2px
}
.border-t-4 {
  border-top-width:4px
}
.border-l-4 {
  border-left-width:4px
}
.border-t {
  border-top-width:1px
}
.border-b {
  border-bottom-width:1px
}
.cursor-pointer {
  cursor:pointer
}
.cursor-not-allowed {
  cursor:not-allowed
}
.block {
  display:block
}
.flex {
  display:flex
}
.inline-flex {
  display:inline-flex
}
.table {
  display:table
}
.grid {
  display:grid
}
.hidden {
  display:none
}
.flex-row {
  flex-direction:row
}
.flex-col {
  flex-direction:column
}
.flex-col-reverse {
  flex-direction:column-reverse
}
.flex-wrap {
  flex-wrap:wrap
}
.items-center {
  align-items:center
}
.justify-end {
  justify-content:flex-end
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.flex-grow {
  flex-grow:1
}
.flex-shrink-0 {
  flex-shrink:0
}
.font-sans {
  font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}
.font-mono {
  font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}
.font-medium {
  font-weight:500
}
.font-semibold {
  font-weight:600
}
.font-bold {
  font-weight:700
}
.font-black {
  font-weight:900
}
.h-4 {
  height:1rem
}
.h-5 {
  height:1.25rem
}
.h-6 {
  height:1.5rem
}
.h-8 {
  height:2rem
}
.h-9 {
  height:2.25rem
}
.h-10 {
  height:2.5rem
}
.h-12 {
  height:3rem
}
.h-16 {
  height:4rem
}
.h-20 {
  height:5rem
}
.h-24 {
  height:6rem
}
.h-64 {
  height:16rem
}
.h-auto {
  height:auto
}
.h-full {
  height:100%
}
.text-xs {
  font-size:.75rem
}
.text-sm {
  font-size:.875rem
}
.text-base {
  font-size:1rem
}
.text-lg {
  font-size:1.125rem
}
.text-xl {
  font-size:1.25rem
}
.text-2xl {
  font-size:1.5rem
}
.text-6xl {
  font-size:4rem
}
.leading-4 {
  line-height:1rem
}
.leading-5 {
  line-height:1.25rem
}
.leading-7 {
  line-height:1.75rem
}
.leading-tight {
  line-height:1.25
}
.list-inside {
  list-style-position:inside
}
.list-disc {
  list-style-type:disc
}
.m-4 {
  margin:1rem
}
.my-2 {
  margin-top:.5rem;
  margin-bottom:.5rem
}
.my-4 {
  margin-top:1rem;
  margin-bottom:1rem
}
.mx-4 {
  margin-left:1rem;
  margin-right:1rem
}
.mx-5 {
  margin-left:1.25rem;
  margin-right:1.25rem
}
.my-12 {
  margin-top:3rem;
  margin-bottom:3rem
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.mt-0 {
  margin-top:0
}
.mt-1 {
  margin-top:.25rem
}
.ml-1 {
  margin-left:.25rem
}
.mt-2 {
  margin-top:.5rem
}
.mr-2 {
  margin-right:.5rem
}
.mb-2 {
  margin-bottom:.5rem
}
.ml-2 {
  margin-left:.5rem
}
.mt-3 {
  margin-top:.75rem
}
.mr-3 {
  margin-right:.75rem
}
.ml-3 {
  margin-left:.75rem
}
.mt-4 {
  margin-top:1rem
}
.mr-4 {
  margin-right:1rem
}
.mb-4 {
  margin-bottom:1rem
}
.ml-4 {
  margin-left:1rem
}
.mt-5 {
  margin-top:1.25rem
}
.mt-6 {
  margin-top:1.5rem
}
.mb-6 {
  margin-bottom:1.5rem
}
.ml-6 {
  margin-left:1.5rem
}
.mt-8 {
  margin-top:2rem
}
.mr-8 {
  margin-right:2rem
}
.mt-10 {
  margin-top:2.5rem
}
.mt-12 {
  margin-top:3rem
}
.ml-12 {
  margin-left:3rem
}
.mt-20 {
  margin-top:5rem
}
.mt-24 {
  margin-top:6rem
}
.mr-auto {
  margin-right:auto
}
.ml-auto {
  margin-left:auto
}
.-mr-2 {
  margin-right:-.5rem
}
.-mt-px {
  margin-top:-1px
}
.max-w-xl {
  max-width:36rem
}
.max-w-4xl {
  max-width:56rem
}
.max-w-6xl {
  max-width:72rem
}
.max-w-7xl {
  max-width:80rem
}
.min-h-screen {
  min-height:100vh
}
.object-cover {
  -o-object-fit:cover;
  object-fit:cover
}
.object-center {
  -o-object-position:center;
  object-position:center
}
.opacity-0 {
  opacity:0
}
.opacity-50 {
  opacity:.5
}
.opacity-75 {
  opacity:.75
}
.opacity-100 {
  opacity:1
}
.disabled\:opacity-25:disabled {
  opacity:.25
}
.focus\:outline-none:focus {
  outline:0
}
.overflow-hidden {
  overflow:hidden
}
.p-1 {
  padding:.25rem
}
.p-2 {
  padding:.5rem
}
.p-4 {
  padding:1rem
}
.p-5 {
  padding:1.25rem
}
.p-6 {
  padding:1.5rem
}
.py-0 {
  padding-top:0;
  padding-bottom:0
}
.py-1 {
  padding-top:.25rem;
  padding-bottom:.25rem
}
.px-1 {
  padding-left:.25rem;
  padding-right:.25rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.py-3 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.px-3 {
  padding-left:.75rem;
  padding-right:.75rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.py-5 {
  padding-top:1.25rem;
  padding-bottom:1.25rem
}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.py-6 {
  padding-top:1.5rem;
  padding-bottom:1.5rem
}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.py-8 {
  padding-top:2rem;
  padding-bottom:2rem
}
.px-8 {
  padding-left:2rem;
  padding-right:2rem
}
.py-10 {
  padding-top:2.5rem;
  padding-bottom:2.5rem
}
.py-12 {
  padding-top:3rem;
  padding-bottom:3rem
}
.pt-0 {
  padding-top:0
}
.pl-0 {
  padding-left:0
}
.pt-1 {
  padding-top:.25rem
}
.pb-1 {
  padding-bottom:.25rem
}
.pt-2 {
  padding-top:.5rem
}
.pl-2 {
  padding-left:.5rem
}
.pb-3 {
  padding-bottom:.75rem
}
.pl-3 {
  padding-left:.75rem
}
.pt-4 {
  padding-top:1rem
}
.pr-4 {
  padding-right:1rem
}
.pb-4 {
  padding-bottom:1rem
}
.pt-5 {
  padding-top:1.25rem
}
.pt-6 {
  padding-top:1.5rem
}
.pr-6 {
  padding-right:1.5rem
}
.pb-6 {
  padding-bottom:1.5rem
}
.pt-8 {
  padding-top:2rem
}
.pr-10 {
  padding-right:2.5rem
}
.pl-10 {
  padding-left:2.5rem
}
.pb-14 {
  padding-bottom:3.5rem
}
.fixed {
  position:fixed
}
.absolute {
  position:absolute
}
.relative {
  position:relative
}
.inset-0 {
  right:0;
  left:0
}
.inset-0,
.inset-y-0 {
  top:0;
  bottom:0
}
.inset-x-0 {
  right:0;
  left:0
}
.top-0 {
  top:0
}
.right-0 {
  right:0
}
.left-0 {
  left:0
}
.resize {
  resize:both
}
.shadow-xs {
  box-shadow:0 0 0 1px rgba(0,0,0,.05)
}
.shadow-sm {
  box-shadow:0 1px 2px 0 rgba(0,0,0,.05)
}
.shadow {
  box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}
.shadow-md {
  box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}
.shadow-lg {
  box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}
.shadow-xl {
  box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)
}
.focus\:shadow-outline-gray:focus {
  box-shadow:0 0 0 3px rgba(159,166,178,.45)
}
.focus\:shadow-outline-blue:focus {
  box-shadow:0 0 0 3px rgba(164,202,254,.45)
}
.focus\:shadow-outline-red:focus {
  box-shadow:0 0 0 3px rgba(248,180,180,.45)
}
.fill-current {
  fill:currentColor
}
.text-left {
  text-align:left
}
.text-center {
  text-align:center
}
.text-right {
  text-align:right
}
.text-white {
  --text-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--text-opacity))
}
.text-black {
  --text-opacity:1;
  color:#000;
  color:rgba(0,0,0,var(--text-opacity))
}
.text-gray-100 {
  --text-opacity:1;
  color:#f4f5f7;
  color:rgba(244,245,247,var(--text-opacity))
}
.text-gray-200 {
  --text-opacity:1;
  color:#e5e7eb;
  color:rgba(229,231,235,var(--text-opacity))
}
.text-gray-300 {
  --text-opacity:1;
  color:#d2d6dc;
  color:rgba(210,214,220,var(--text-opacity))
}
.text-gray-400 {
  --text-opacity:1;
  color:#9fa6b2;
  color:rgba(159,166,178,var(--text-opacity))
}
.text-gray-500 {
  --text-opacity:1;
  color:#6b7280;
  color:rgba(107,114,128,var(--text-opacity))
}
.text-gray-600 {
  --text-opacity:1;
  color:#4b5563;
  color:rgba(75,85,99,var(--text-opacity))
}
.text-gray-700 {
  --text-opacity:1;
  color:#374151;
  color:rgba(55,65,81,var(--text-opacity))
}
.text-gray-800 {
  --text-opacity:1;
  color:#252f3f;
  color:rgba(37,47,63,var(--text-opacity))
}
.text-gray-900 {
  --text-opacity:1;
  color:#161e2e;
  color:rgba(22,30,46,var(--text-opacity))
}
.text-red-500 {
  --text-opacity:1;
  color:#f05252;
  color:rgba(240,82,82,var(--text-opacity))
}
.text-red-600 {
  --text-opacity:1;
  color:#e02424;
  color:rgba(224,36,36,var(--text-opacity))
}
.text-red-700 {
  --text-opacity:1;
  color:#c81e1e;
  color:rgba(200,30,30,var(--text-opacity))
}
.text-orange-500 {
  --text-opacity:1;
  color:#ff5a1f;
  color:rgba(255,90,31,var(--text-opacity))
}
.text-green-400 {
  --text-opacity:1;
  color:#31c48d;
  color:rgba(49,196,141,var(--text-opacity))
}
.text-green-500 {
  --text-opacity:1;
  color:#0e9f6e;
  color:rgba(14,159,110,var(--text-opacity))
}
.text-green-600 {
  --text-opacity:1;
  color:#057a55;
  color:rgba(5,122,85,var(--text-opacity))
}
.text-indigo-500 {
  --text-opacity:1;
  color:#6875f5;
  color:rgba(104,117,245,var(--text-opacity))
}
.text-indigo-700 {
  --text-opacity:1;
  color:#5145cd;
  color:rgba(81,69,205,var(--text-opacity))
}
.hover\:text-gray-500:hover {
  --text-opacity:1;
  color:#6b7280;
  color:rgba(107,114,128,var(--text-opacity))
}
.hover\:text-gray-700:hover {
  --text-opacity:1;
  color:#374151;
  color:rgba(55,65,81,var(--text-opacity))
}
.hover\:text-gray-800:hover {
  --text-opacity:1;
  color:#252f3f;
  color:rgba(37,47,63,var(--text-opacity))
}
.hover\:text-gray-900:hover {
  --text-opacity:1;
  color:#161e2e;
  color:rgba(22,30,46,var(--text-opacity))
}
.hover\:text-red-700:hover {
  --text-opacity:1;
  color:#c81e1e;
  color:rgba(200,30,30,var(--text-opacity))
}
.focus\:text-white:focus {
  --text-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--text-opacity))
}
.focus\:text-gray-500:focus {
  --text-opacity:1;
  color:#6b7280;
  color:rgba(107,114,128,var(--text-opacity))
}
.focus\:text-gray-700:focus {
  --text-opacity:1;
  color:#374151;
  color:rgba(55,65,81,var(--text-opacity))
}
.focus\:text-gray-800:focus {
  --text-opacity:1;
  color:#252f3f;
  color:rgba(37,47,63,var(--text-opacity))
}
.focus\:text-indigo-800:focus {
  --text-opacity:1;
  color:#42389d;
  color:rgba(66,56,157,var(--text-opacity))
}
.active\:text-gray-800:active {
  --text-opacity:1;
  color:#252f3f;
  color:rgba(37,47,63,var(--text-opacity))
}
.uppercase {
  text-transform:uppercase
}
.capitalize {
  text-transform:capitalize
}
.underline {
  text-decoration:underline
}
.antialiased {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.tracking-widest {
  letter-spacing:.1em
}
.visible {
  visibility:visible
}
.break-all {
  word-break:break-all
}
.truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.w-4 {
  width:1rem
}
.w-5 {
  width:1.25rem
}
.w-6 {
  width:1.5rem
}
.w-8 {
  width:2rem
}
.w-10 {
  width:2.5rem
}
.w-12 {
  width:3rem
}
.w-16 {
  width:4rem
}
.w-20 {
  width:5rem
}
.w-36 {
  width:9rem
}
.w-48 {
  width:12rem
}
.w-auto {
  width:auto
}
.w-3\/4 {
  width:75%
}
.w-full {
  width:100%
}
.z-50 {
  z-index:50
}
.gap-1 {
  grid-gap:.25rem;
  gap:.25rem
}
.gap-4 {
  grid-gap:1rem;
  gap:1rem
}
.gap-6 {
  grid-gap:1.5rem;
  gap:1.5rem
}
.grid-cols-1 {
  grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-3 {
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.grid-cols-6 {
  grid-template-columns:repeat(6,minmax(0,1fr))
}
.col-span-6 {
  grid-column:span 6/span 6
}
.transform {
  --transform-translate-x:0;
  --transform-translate-y:0;
  --transform-rotate:0;
  --transform-skew-x:0;
  --transform-skew-y:0;
  --transform-scale-x:1;
  --transform-scale-y:1;
  transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}
.origin-top {
  transform-origin:top
}
.origin-top-right {
  transform-origin:top right
}
.origin-top-left {
  transform-origin:top left
}
.scale-95 {
  --transform-scale-x:.95;
  --transform-scale-y:.95
}
.scale-100 {
  --transform-scale-x:1;
  --transform-scale-y:1
}
.translate-y-0 {
  --transform-translate-y:0
}
.translate-y-4 {
  --transform-translate-y:1rem
}
.transition-all {
  transition-property:all
}
.transition {
  transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform
}
.ease-in {
  transition-timing-function:cubic-bezier(.4,0,1,1)
}
.ease-out {
  transition-timing-function:cubic-bezier(0,0,.2,1)
}
.ease-in-out {
  transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.duration-75 {
  transition-duration:75ms
}
.duration-150 {
  transition-duration:.15s
}
.duration-200 {
  transition-duration:.2s
}
.duration-300 {
  transition-duration:.3s
}
@-webkit-keyframes spin {
  to {
    transform:rotate(1turn)
  }
}
@keyframes spin {
  to {
    transform:rotate(1turn)
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    transform:scale(2);
    opacity:0
  }
}
@keyframes ping {
  75%,
  to {
    transform:scale(2);
    opacity:0
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity:.5
  }
}
@keyframes pulse {
  50% {
    opacity:.5
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(.8,0,1,1);
    animation-timing-function:cubic-bezier(.8,0,1,1)
  }
  50% {
    transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,.2,1);
    animation-timing-function:cubic-bezier(0,0,.2,1)
  }
}
@keyframes bounce {
  0%,
  to {
    transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(.8,0,1,1);
    animation-timing-function:cubic-bezier(.8,0,1,1)
  }
  50% {
    transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,.2,1);
    animation-timing-function:cubic-bezier(0,0,.2,1)
  }
}
body,
html {
  background:#161e2e
}
.modal-scroll {
  height:60vh;
  overflow:auto
}
@media (min-width:1024px) {
  .modal-scroll {
    height:auto
  }
}
@media (min-width:640px) {
  .sm\:container {
    width:100%;
    margin-right:auto;
    margin-left:auto;
    max-width:640px
  }
  @media (min-width:768px) {
    .sm\:container {
      max-width:768px
    }
  }
  @media (min-width:1024px) {
    .sm\:container {
      max-width:1024px
    }
  }
  @media (min-width:1280px) {
    .sm\:container {
      max-width:1280px
    }
  }
  .sm\:rounded-md {
    border-radius:.375rem
  }
  .sm\:rounded-lg {
    border-radius:.5rem
  }
  .sm\:block {
    display:block
  }
  .sm\:flex {
    display:flex
  }
  .sm\:hidden {
    display:none
  }
  .sm\:items-start {
    align-items:flex-start
  }
  .sm\:items-center {
    align-items:center
  }
  .sm\:justify-start {
    justify-content:flex-start
  }
  .sm\:justify-center {
    justify-content:center
  }
  .sm\:justify-between {
    justify-content:space-between
  }
  .sm\:h-10 {
    height:2.5rem
  }
  .sm\:h-20 {
    height:5rem
  }
  .sm\:mx-0 {
    margin-left:0;
    margin-right:0
  }
  .sm\:-my-px {
    margin-top:-1px;
    margin-bottom:-1px
  }
  .sm\:mt-0 {
    margin-top:0
  }
  .sm\:ml-0 {
    margin-left:0
  }
  .sm\:ml-4 {
    margin-left:1rem
  }
  .sm\:ml-6 {
    margin-left:1.5rem
  }
  .sm\:ml-10 {
    margin-left:2.5rem
  }
  .sm\:max-w-sm {
    max-width:24rem
  }
  .sm\:max-w-md {
    max-width:28rem
  }
  .sm\:max-w-lg {
    max-width:32rem
  }
  .sm\:max-w-xl {
    max-width:36rem
  }
  .sm\:max-w-2xl {
    max-width:42rem
  }
  .sm\:p-6 {
    padding:1.5rem
  }
  .sm\:px-0 {
    padding-left:0;
    padding-right:0
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .sm\:px-20 {
    padding-left:5rem;
    padding-right:5rem
  }
  .sm\:pt-0 {
    padding-top:0
  }
  .sm\:pb-4 {
    padding-bottom:1rem
  }
  .sm\:text-left {
    text-align:left
  }
  .sm\:text-right {
    text-align:right
  }
  .sm\:w-10 {
    width:2.5rem
  }
  .sm\:w-full {
    width:100%
  }
  .sm\:col-span-4 {
    grid-column:span 4/span 4
  }
  .sm\:scale-95 {
    --transform-scale-x:.95;
    --transform-scale-y:.95
  }
  .sm\:scale-100 {
    --transform-scale-x:1;
    --transform-scale-y:1
  }
  .sm\:translate-y-0 {
    --transform-translate-y:0
  }
}
@media (min-width:768px) {
  .md\:container {
    width:100%;
    margin-right:auto;
    margin-left:auto
  }
  @media (min-width:640px) {
    .md\:container {
      max-width:640px
    }
  }
  @media (min-width:768px) {
    .md\:container {
      max-width:768px
    }
  }
  @media (min-width:1024px) {
    .md\:container {
      max-width:1024px
    }
  }
  @media (min-width:1280px) {
    .md\:container {
      max-width:1280px
    }
  }
  .md\:border-t-0 {
    border-top-width:0
  }
  .md\:border-l {
    border-left-width:1px
  }
  .md\:block {
    display:block
  }
  .md\:flex {
    display:flex
  }
  .md\:grid {
    display:grid
  }
  .md\:hidden {
    display:none
  }
  .md\:mx-6 {
    margin-left:1.5rem;
    margin-right:1.5rem
  }
  .md\:mt-0 {
    margin-top:0
  }
  .md\:mt-8 {
    margin-top:2rem
  }
  .md\:pl-10 {
    padding-left:2.5rem
  }
  .md\:text-center {
    text-align:center
  }
  .md\:w-1\/2 {
    width:50%
  }
  .md\:w-full {
    width:100%
  }
  .md\:gap-6 {
    grid-gap:1.5rem;
    gap:1.5rem
  }
  .md\:gap-8 {
    grid-gap:2rem;
    gap:2rem
  }
  .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\:col-span-1 {
    grid-column:span 1/span 1
  }
  .md\:col-span-2 {
    grid-column:span 2/span 2
  }
}
@media (min-width:1024px) {
  .lg\:container {
    width:100%;
    margin-right:auto;
    margin-left:auto
  }
  @media (min-width:640px) {
    .lg\:container {
      max-width:640px
    }
  }
  @media (min-width:768px) {
    .lg\:container {
      max-width:768px
    }
  }
  @media (min-width:1024px) {
    .lg\:container {
      max-width:1024px
    }
  }
  @media (min-width:1280px) {
    .lg\:container {
      max-width:1280px
    }
  }
  .lg\:space-x-4>:not(template)~:not(template) {
    --space-x-reverse:0;
    margin-right:calc(1rem*var(--space-x-reverse));
    margin-left:calc(1rem*(1 - var(--space-x-reverse)))
  }
  .lg\:rounded-lg {
    border-radius:.5rem
  }
  .lg\:block {
    display:block
  }
  .lg\:flex {
    display:flex
  }
  .lg\:grid {
    display:grid
  }
  .lg\:hidden {
    display:none
  }
  .lg\:flex-row {
    flex-direction:row
  }
  .lg\:flex-row-reverse {
    flex-direction:row-reverse
  }
  .lg\:items-center {
    align-items:center
  }
  .lg\:justify-center {
    justify-content:center
  }
  .lg\:justify-between {
    justify-content:space-between
  }
  .lg\:justify-around {
    justify-content:space-around
  }
  .lg\:h-16 {
    height:4rem
  }
  .lg\:h-auto {
    height:auto
  }
  .lg\:text-sm {
    font-size:.875rem
  }
  .lg\:text-2xl {
    font-size:1.5rem
  }
  .lg\:mx-0 {
    margin-left:0;
    margin-right:0
  }
  .lg\:mt-0 {
    margin-top:0
  }
  .lg\:mt-2 {
    margin-top:.5rem
  }
  .lg\:mb-2 {
    margin-bottom:.5rem
  }
  .lg\:mt-4 {
    margin-top:1rem
  }
  .lg\:mr-4 {
    margin-right:1rem
  }
  .lg\:mb-6 {
    margin-bottom:1.5rem
  }
  .lg\:ml-8 {
    margin-left:2rem
  }
  .lg\:mt-16 {
    margin-top:4rem
  }
  .lg\:mr-16 {
    margin-right:4rem
  }
  .lg\:mt-48 {
    margin-top:12rem
  }
  .lg\:ml-auto {
    margin-left:auto
  }
  .lg\:-mt-4 {
    margin-top:-1rem
  }
  .lg\:p-0 {
    padding:0
  }
  .lg\:p-2 {
    padding:.5rem
  }
  .lg\:p-4 {
    padding:1rem
  }
  .lg\:p-12 {
    padding:3rem
  }
  .lg\:py-6 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }
  .lg\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }
  .lg\:py-16 {
    padding-top:4rem;
    padding-bottom:4rem
  }
  .lg\:py-20 {
    padding-top:5rem;
    padding-bottom:5rem
  }
  .lg\:pt-0 {
    padding-top:0
  }
  .lg\:pb-4 {
    padding-bottom:1rem
  }
  .lg\:text-center {
    text-align:center
  }
  .lg\:w-28 {
    width:7rem
  }
  .lg\:w-32 {
    width:8rem
  }
  .lg\:w-36 {
    width:9rem
  }
  .lg\:w-1\/2 {
    width:50%
  }
  .lg\:w-9\/12 {
    width:75%
  }
  .lg\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .lg\:col-span-4 {
    grid-column:span 4/span 4
  }
}
@media (min-width:1280px) {
  .xl\:container {
    width:100%;
    margin-right:auto;
    margin-left:auto
  }
  @media (min-width:640px) {
    .xl\:container {
      max-width:640px
    }
  }
  @media (min-width:768px) {
    .xl\:container {
      max-width:768px
    }
  }
  @media (min-width:1024px) {
    .xl\:container {
      max-width:1024px
    }
  }
  @media (min-width:1280px) {
    .xl\:container {
      max-width:1280px
    }
  }
  .xl\:flex {
    display:flex
  }
  .xl\:hidden {
    display:none
  }
  .xl\:items-center {
    align-items:center
  }
  .xl\:absolute {
    position:absolute
  }
  .xl\:right-6 {
    right:1.5rem
  }
  .xl\:w-48 {
    width:12rem
  }
}
.review {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.review strong {
    font-size: 16px;
    color: #EA212D; /* Adjust to match your theme */
}

.review p {
    margin: 5px 0;
}