/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/styles.css ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap);
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/objects/_layout.css ***!
  \*************************************************************************************************************************/
/* Tailwindcss Breakpoints */
/*
sm	640px   @media (min-width: 640px) { ... }
md	768px	  @media (min-width: 768px) { ... }
lg	1024px	@media (min-width: 1024px) { ... }
xl	1280px	@media (min-width: 1280px) { ... }
2xl	1536px	@media (min-width: 1536px) { ... }
*/

/* CSS variables */
:root {
  --gap: 2.127659574%;
}

/* Mobile layout */
.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - 2.127659574%);
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - 2.127659574%);
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - 2.127659574%);
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - 2.127659574%);
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - 2.127659574%);
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - 2.127659574%);
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - 2.127659574%);
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - 2.127659574%);
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - 2.127659574%);
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - 2.127659574%);
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - 2.127659574%);
    width: calc(8.33% - var(--gap));
  }
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/objects/_containers-dnd.css ***!
  \*********************************************************************************************************************************/
/* General */
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  /* bounds */
  width: 100%;
}

@media (min-width: 640px) {
  .dnd-section > .row-fluid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .dnd-section > .row-fluid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .dnd-section > .row-fluid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .dnd-section > .row-fluid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .dnd-section > .row-fluid {
    max-width: 1536px;
  }
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .dnd-section > .row-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

.dnd-section .dnd-column:first-child { padding-left: 0; }

.dnd-section .dnd-column:last-child { padding-right: 0; }

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* ============= Sections ============= */
/* sections/hero-one-col.html */
.row-fluid-wrapper.section-hero-one-col {
  background-position: right bottom 1rem !important;
}
@media (min-width: 768px) {
  .row-fluid-wrapper.section-hero-one-col {
    background-position: right bottom 3rem !important;
  }
}
.section-hero-one-col > .row-fluid {
  max-width: 100%;
  padding: 0;
}

/* sections/multi-column-content.html */
.section-multi-column-content {
  position: relative;
  text-align: center;
}
.section-multi-column-content > .row-fluid {
  position: relative;
  z-index: 1;
}
/* The 3 column row */
.section-multi-column-content .row-number-3 {
  margin-top: 2.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-multi-column-content .row-number-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.section-multi-column-content .row-number-3 .dnd-column {
  margin-bottom: 1.5rem;
}

/* sections/3-col-stats.html */
.section-three-col-stats {
  text-align: center;
}
.section-three-col-stats .info-box {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 48rem;
  border-radius: 0.25rem;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(179, 42, 46, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;
  --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);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 768px) {
  .section-three-col-stats .info-box {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .section-three-col-stats .info-box {
    padding: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .section-three-col-stats .info-box {
    max-width: 56rem;
  }
}
.section-three-col-stats .info-box .grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .section-three-col-stats .info-box .grid > div {
    display: block;
  }
}
.section-three-col-stats .info-box .grid > div svg {
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .section-three-col-stats .info-box .grid > div svg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 1rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}
.section-three-col-stats .info-box .grid > div p {
  margin: 0px;
}
.section-three-col-stats .col-img img {
  height: 16rem !important;
}
.section-three-col-stats .col-img img {
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section-three-col-stats .col-img img {
    height: 20rem !important;
  }
}
@media (min-width: 1536px) {
  .section-three-col-stats .col-img img {
    height: 24rem !important;
  }
}
.section-three-col-stats .svg-icon svg {
  margin-left: auto;
  margin-right: auto;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1024px) {
  .section-three-col-stats .svg-icon svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}

/* sections/blank.html */
.section-blank {
  position: relative;
}

.page-home .section-blank {
  overflow-x: clip;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_buttons.css ***!
  \***************************************************************************************************************************/
/* ============= HS Forms & Form Assembly Buttons ============= */
/* Couldn't find a way to extend the DaisyUI .btn class... */
[type='submit'].hs-button, input[type='submit'], input.wfPageNextButton, input.wfPagePreviousButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.25rem;
  height: 3rem/* 48px */;
  padding-left: 1rem/* 16px */;
  padding-right: 1rem/* 16px */;
  font-size: 0.875rem/* 14px */;
  line-height: 1.25rem/* 20px */;
  line-height: 1em;
  min-height: 3rem/* 48px */;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: 1px;
  border-width: var(--border-btn, 1px);
  -webkit-animation: button-pop 0.25s ease-out;
          animation: button-pop 0.25s ease-out;
  -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
          animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
[type='submit'].hs-button:active:hover, [type='submit'].hs-button:active:focus, input[type='submit']:active:hover, input[type='submit']:active:focus, input.wfPageNextButton:active:hover, input.wfPageNextButton:active:focus, input.wfPagePreviousButton:active:hover, input.wfPagePreviousButton:active:focus {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.95));
            transform: scale(var(--btn-focus-scale, 0.95));
  }
[type='submit'].hs-button:hover, [type='submit'].hs-button-active, input[type='submit']:hover, input[type='submit']-active, input.wfPageNextButton:hover, input.wfPageNextButton-active, input.wfPagePreviousButton:hover, input.wfPagePreviousButton-active {
    --tw-border-opacity: 1;
    border-color: hsl(var(--n) / var(--tw-border-opacity));
    border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  }
[type='submit'].hs-button.focus-visible, input[type='submit'].focus-visible, input.wfPageNextButton.focus-visible, input.wfPagePreviousButton.focus-visible {
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
  }
[type='submit'].hs-button:focus-visible, input[type='submit']:focus-visible, input.wfPageNextButton:focus-visible, input.wfPagePreviousButton:focus-visible {
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
  }
/* Disabled */
[type='submit'].hs-button.btn-disabled, [type='submit'].hs-button.btn-disabled:hover, [type='submit'].hs-button.btn[disabled], [type='submit'].hs-button.btn[disabled]:hover, input[type='submit'].btn-disabled, input[type='submit'].btn-disabled:hover, input[type='submit'].btn[disabled], input[type='submit'].btn[disabled]:hover, input.wfPageNextButton.btn-disabled, input.wfPageNextButton.btn-disabled:hover, input.wfPageNextButton.btn[disabled], input.wfPageNextButton.btn[disabled]:hover, input.wfPagePreviousButton.btn-disabled, input.wfPagePreviousButton.btn-disabled:hover, input.wfPagePreviousButton.btn[disabled], input.wfPagePreviousButton.btn[disabled]:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--n)/var(--tw-bg-opacity));
    --tw-bg-opacity: .2;
    color: hsl(var(--bc)/var(--tw-text-opacity));
    --tw-text-opacity: .2;
    pointer-events: none;
  }
/* Primary */
[type='submit'].hs-button.btn-primary,
  [type='submit'].hs-button.primary,
  input[type='submit'].btn-primary,
  input[type='submit'].primary,
  input.wfPageNextButton.btn-primary,
  input.wfPageNextButton.primary,
  input.wfPagePreviousButton.btn-primary,
  input.wfPagePreviousButton.primary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
  }
[type='submit'].hs-button.btn-primary:hover, [type='submit'].hs-button.btn-primary.btn-active, [type='submit'].hs-button.primary:hover, [type='submit'].hs-button.primary.active, input[type='submit'].btn-primary:hover, input[type='submit'].btn-primary.btn-active, input[type='submit'].primary:hover, input[type='submit'].primary.active, input.wfPageNextButton.btn-primary:hover, input.wfPageNextButton.btn-primary.btn-active, input.wfPageNextButton.primary:hover, input.wfPageNextButton.primary.active, input.wfPagePreviousButton.btn-primary:hover, input.wfPagePreviousButton.btn-primary.btn-active, input.wfPagePreviousButton.primary:hover, input.wfPagePreviousButton.primary.active {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
    background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  }
[type='submit'].hs-button.btn-primary.focus-visible,
  [type='submit'].hs-button.primary.focus-visible,
  input[type='submit'].btn-primary.focus-visible,
  input[type='submit'].primary.focus-visible,
  input.wfPageNextButton.btn-primary.focus-visible,
  input.wfPageNextButton.primary.focus-visible,
  input.wfPagePreviousButton.btn-primary.focus-visible,
  input.wfPagePreviousButton.primary.focus-visible {
    outline: 2px solid hsl(var(--p));
  }
[type='submit'].hs-button.btn-primary:focus-visible,
  [type='submit'].hs-button.primary:focus-visible,
  input[type='submit'].btn-primary:focus-visible,
  input[type='submit'].primary:focus-visible,
  input.wfPageNextButton.btn-primary:focus-visible,
  input.wfPageNextButton.primary:focus-visible,
  input.wfPagePreviousButton.btn-primary:focus-visible,
  input.wfPagePreviousButton.primary:focus-visible {
    outline: 2px solid hsl(var(--p));
  }
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_forms.css ***!
  \*************************************************************************************************************************/
/* ============= HubSpot Forms ============= */
form {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
}
form fieldset {
    margin-top: 1rem !important;
    max-width: 100% !important;
}
form fieldset.form-columns-2 {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}
@media (min-width: 640px) {
    form fieldset.form-columns-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
}
form fieldset.form-columns-3 {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}
@media (min-width: 640px) {
    form fieldset.form-columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
form fieldset.form-columns-3 .hs-form-field {
    float: none !important;
    width: 100% !important;
}
/* Heading / Rich Text */
form fieldset .hs-richtext h5 {
    margin-top: 1.5rem;
}
form .hs-form-field div.input {
    margin-right: 0px !important;
}
form .field > label {
    font-weight: 600;
}
@media (min-width: 768px) {
    form .field > label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1536px) {
    form .field > label {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
/* 
  .hsfc-TextInput
  .hsfc-PhoneInput (flex) & .hsfc-PhoneInput__FlagAndCaret
  .hsfc-DropdownField
  */
form [type='text'], form [type='email'], form [type='url'], form [type='password'], form [type='number'], form [type='date'], form [type='datetime-local'], form [type='month'], form [type='search'], form [type='tel'], form [type='time'], form [type='week'], form [multiple], form textarea, form select {
    width: 100% !important;
}
form [type='text'], form [type='email'], form [type='url'], form [type='password'], form [type='number'], form [type='date'], form [type='datetime-local'], form [type='month'], form [type='search'], form [type='tel'], form [type='time'], form [type='week'], form [multiple], form textarea, form select {
    display: block;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgba(234, 210, 172, var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
            box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    --tw-shadow-color: #F5E8D4;
    --tw-shadow: var(--tw-shadow-colored);
}
form [type='text']:focus, form [type='email']:focus, form [type='url']:focus, form [type='password']:focus, form [type='number']:focus, form [type='date']:focus, form [type='datetime-local']:focus, form [type='month']:focus, form [type='search']:focus, form [type='tel']:focus, form [type='time']:focus, form [type='week']:focus, form [multiple]:focus, form textarea:focus, form select:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 232, 212, var(--tw-border-opacity));
    --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);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
    --tw-ring-color: rgba(245, 232, 212, var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}
/* General Fields */
form .password-prompt form input[type='password'] {
    height: auto !important;
}
form [type='checkbox'], form [type='radio'] {
    height: 1rem !important;
    width: 1rem !important;
}
form [type='checkbox'], form [type='radio'] {
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgba(234, 210, 172, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(179, 42, 46, var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
            box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    --tw-shadow-color: #F5E8D4;
    --tw-shadow: var(--tw-shadow-colored);
}
form [type='checkbox']:focus, form [type='radio']:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 232, 212, var(--tw-border-opacity));
    --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);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
    --tw-ring-color: rgba(245, 232, 212, var(--tw-ring-opacity));
    --tw-ring-color: rgba(231, 154, 157, var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
    --tw-ring-offset-width: 0px;
}
form [type='radio'] {
    border-radius: 9999px;
}
form ul.inputs-list {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 0px;
}
form ul.inputs-list li {
    margin: 0px;
    padding: 0px;
}
form ul.inputs-list li label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
form ul.inputs-list li label span {
    margin-left: 0.5rem;
}
@media (min-width: 768px) {
    form ul.inputs-list li label span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1536px) {
    form ul.inputs-list li label span {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
form textarea {
    min-height: 6rem;
}
form legend.hs-field-desc {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
form .hs-recaptcha {
    margin-top: 1.5rem;
}
/* Errors */
form ul.hs-error-msgs {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
form ul.hs-error-msgs li {
    margin: 0px;
    padding: 0px;
}
form ul.hs-error-msgs li label {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
/* Required Fields */
form .hs-form-required {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
/* Actions (Submit button) */
form .actions {
    margin-top: 1.75rem;
}

/* ============= Form Assembly Forms ============= */
.wForm fieldset {
    margin-bottom: 2.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}
.wForm fieldset {
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(234, 210, 172, var(--tw-border-opacity));
}
@media (min-width: 640px) {
    .wForm fieldset {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }
}
.wForm fieldset legend {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: hsl(var(--n) / var(--tw-text-opacity));
}
.wForm .section {
    margin: 0px;
    padding: 0px;
}
.wForm .section .inline {
    gap: 1rem;
}
@media (min-width: 640px) {
    .wForm .section .inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.wForm .section .oneField {
    width: 100%;
}
.wForm .section .oneField label {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    display: block;
    padding: 0px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .wForm .section .oneField label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1536px) {
    .wForm .section .oneField label {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.wForm .pageSection h4 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.wForm .pageSection fieldset p:first-child {
    margin-top: 0px;
}
/* Loner oneField, outside of a .section or fieldset */
.wForm .oneField {
    margin-bottom: 1.5rem;
}
/* Radios and checkboxes */
.wForm table.choices {
    margin: 0px;
    width: auto;
}
.wForm table.choices td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.wForm table.choices label {
    display: inline !important;
}
.wForm span.choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.wForm span.choices label {
    display: inline !important;
}
/* Pagination */
.wForm .wfTabNav {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 56rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.wForm .wfTabNav .wfTabSep, .wForm .wfTabNav .wfTabNavLabel {
    display: none;
}
.wForm .wfTabNav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-color: transparent;
    border-color: hsl(var(--n) / var(--tw-border-opacity));
    text-align: center;
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.5rem;
    border-radius: var(--rounded-btn, 0.5rem);
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1em;
    min-height: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    text-transform: var(--btn-text-case, uppercase);
    text-decoration-line: none;
    border-width: 1px;
    border-width: var(--border-btn, 1px);
    -webkit-animation: button-pop 0.25s ease-out;
            animation: button-pop 0.25s ease-out;
    -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
            animation: button-pop var(--animation-btn, 0.25s) ease-out;
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--nc) / var(--tw-text-opacity));
}
.wForm .wfTabNav a[disabled] {
    pointer-events: none;
}
.wForm .wfTabNav a.loading,.wForm .wfTabNav a.loading:hover {
    pointer-events: none;
}
.wForm .wfTabNav a.loading:before {
    margin-right: 0.5rem;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 2px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    content: "";
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
}
@media (prefers-reduced-motion: reduce) {
    .wForm .wfTabNav a.loading:before {
        -webkit-animation: spin 10s linear infinite;
                animation: spin 10s linear infinite;
    }
}
.btn-group > input[type="radio"].wForm .wfTabNav a {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.btn-group > input[type="radio"].wForm .wfTabNav a:before {
    content: attr(data-title);
}
.wForm .wfTabNav a:active:hover,.wForm .wfTabNav a:active:focus {
    -webkit-animation: none;
            animation: none;
}
.wForm .wfTabNav a:not(.no-animation):active:hover,.wForm .wfTabNav a:not(.no-animation):active:focus {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.95));
            transform: scale(var(--btn-focus-scale, 0.95));
}
.wForm .wfTabNav a:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--n) / var(--tw-border-opacity));
    border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}
.wForm .wfTabNav a.focus-visible {
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
}
.wForm .wfTabNav a:focus-visible {
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
}
.wForm .wfTabNav a.glass:hover,.wForm .wfTabNav a.glass.btn-active {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
}
.wForm .wfTabNav a.glass.focus-visible {
    outline: 2px solid currentColor;
}
.wForm .wfTabNav a.glass:focus-visible {
    outline: 2px solid currentColor;
}
.wForm .wfTabNav a[disabled],.wForm .wfTabNav a[disabled]:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
}
.wForm .wfTabNav a.loading.btn-square:before,.wForm .wfTabNav a.loading.btn-circle:before {
    margin-right: 0px;
}
.wForm .wfTabNav a.loading.btn-xl:before,.wForm .wfTabNav a.loading.btn-lg:before {
    height: 1.25rem;
    width: 1.25rem;
}
.wForm .wfTabNav a.loading.btn-sm:before,.wForm .wfTabNav a.loading.btn-xs:before {
    height: 0.75rem;
    width: 0.75rem;
}
.btn.loading.wForm .wfTabNav a:before {
    height: 0.75rem;
    width: 0.75rem;
}
.wForm .wfTabNav a.loading.btn-sm:before,.wForm .wfTabNav a.loading.btn-xs:before {
    height: 0.75rem;
    width: 0.75rem;
}
.btn-group > input[type="radio"]:checked.wForm .wfTabNav a {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-group > input[type="radio"]:checked.wForm .wfTabNav a.focus-visible {
    outline: 2px solid hsl(var(--p));
}
.btn-group > input[type="radio"]:checked.wForm .wfTabNav a:focus-visible {
    outline: 2px solid hsl(var(--p));
}
.wForm .wfTabNav a {
    height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: 2rem;
    font-size: 0.875rem;
}
.btn-square:where(.wForm .wfTabNav a) {
    height: 2rem;
    width: 2rem;
    padding: 0px;
}
.btn-circle:where(.wForm .wfTabNav a) {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0px;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0.5rem;
}
.btn-group .wForm .wfTabNav a:first-child:not(:last-child) {
    margin-top: -0px;
    margin-left: -1px;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0.5rem;
}
.btn-group-horizontal .wForm .wfTabNav a:first-child:not(:last-child) {
    margin-top: -0px;
    margin-left: -1px;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    border-top-left-radius: 0.5rem;
}
.btn-group-vertical .wForm .wfTabNav a:first-child:not(:last-child) {
    margin-top: -1px;
    margin-left: -0px;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .wForm .wfTabNav a:last-child:not(:first-child) {
    border-bottom-left-radius: 0.5rem;
}
.wForm .wfTabNav a {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wForm .wfTabNav a {
    border-radius: 0.25rem;
    /* @apply py-4 px-6 bg-elic-red text-white rounded font-semibold lg:text-base no-underline transition;
    @apply hover:bg-elic-red-600;
    @apply focus:outline-none focus:ring-2 focus:ring-elic-red focus:ring-offset-2 focus:ring-offset-elic-tan-light; */
    height: 2.25rem;
}
.wForm .wfTabNav a:hover {
    opacity: 0.8;
}
.wForm .wfTabNav a:first-of-type:not(:last-child) {
    margin-left: -1px;
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.wForm .wfTabNav a:last-child:not(:first-of-type) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.wForm .wfTabNav a:not(:first-of-type):not(:last-child) {
      border-radius: 0;
    }
.wForm .wfTabNav > a.wfTabCurrentPage {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
}
.wForm .wfTabNav > a.wfTabCurrentPage:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
    opacity: 1;
}
/* Captcha */
.wForm .captcha .oneField {
    margin-bottom: 0px;
}
.wForm .captcha .captchaHelp {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(139, 97, 32, var(--tw-text-opacity));
}
.wForm .captcha .g-captcha-error {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
/* The Next, Previous buttons wrapper */
.wForm .wfPagingButtons {
    float: left;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
/* Submit button wrapper */
.wForm .actions {
    float: left;
    margin-top: 1rem;
    margin-left: 1rem;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/components/_header.css ***!
  \****************************************************************************************************************************/
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/components/_default-modules.css ***!
  \*************************************************************************************************************************************/
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/utilities/_helper.css ***!
  \***************************************************************************************************************************/
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/styles.css (1) ***!
  \********************************************************************************************************************/
  
  
 ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com 
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%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-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}
[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;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
:root,
[data-theme]{
  background-color: hsla(var(--b1) / 1);
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsla(var(--bc) / 1);
  color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}
html{
  -webkit-tap-highlight-color: transparent;
}
:root{
  --p: 358.25 61.991% 43.333%;
  --pf: 358.25 61.991% 34.667%;
  --sf: 198.09 61.818% 34.51%;
  --af: 157.94 61.818% 34.51%;
  --nf: 0 0% 10.353%;
  --b2: 36.923 61.905% 86.294%;
  --b3: 36.923 61.905% 77.665%;
  --bc: 36.923 29.243% 19.176%;
  --pc: 358.25 100% 88.667%;
  --sc: 198.09 100% 88.627%;
  --ac: 157.94 100% 8.6275%;
  --nc: 0 0% 82.588%;
  --inc: 200.6 100% 17.216%;
  --suc: 80.87 100% 15.922%;
  --wac: 52.759 100% 15.373%;
  --erc: 0 100% 17.882%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 198.09 61.818% 43.137%;
  --a: 157.94 61.818% 43.137%;
  --n: 0 0% 12.941%;
  --b1: 36.923 61.905% 95.882%;
  --in: 200.6 94.366% 86.078%;
  --su: 80.87 88.462% 79.608%;
  --wa: 52.759 98.305% 76.863%;
  --er: 0 96.296% 89.412%;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
::-ms-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(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.avatar{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar > div{
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.avatar img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar.placeholder > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.badge{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  border-radius: 1.9rem;
  border-radius: var(--rounded-badge, 1.9rem);
}
.btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: 1px;
  border-width: var(--border-btn, 1px);
  -webkit-animation: button-pop 0.25s ease-out;
          animation: button-pop 0.25s ease-out;
  -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
          animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.btn-disabled,
  .btn[disabled]{
  pointer-events: none;
}
.\!btn-circle{
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 9999px !important;
  padding: 0px !important;
}
.btn.loading,
    .btn.loading:hover{
  pointer-events: none;
}
.btn.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}
@media (prefers-reduced-motion: reduce){
  .btn.loading:before{
    -webkit-animation: spin 10s linear infinite;
            animation: spin 10s linear infinite;
  }
}
@-webkit-keyframes spin{
  from{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin{
  from{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-group > input[type="radio"].btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-group > input[type="radio"].btn:before{
  content: attr(data-title);
}
.\!card{
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  border-radius: 1rem !important;
  border-radius: var(--rounded-box, 1rem) !important;
}
.card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
}
.\!card:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card-body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem;
}
.card-body :where(p){
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.\!card figure{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.card figure{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.\!card.image-full{
  display: grid !important;
}
.card.image-full{
  display: grid;
}
.\!card.image-full:before{
  position: relative !important;
  content: "" !important;
  z-index: 10 !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--n) / var(--tw-bg-opacity)) !important;
  opacity: 0.75 !important;
  border-radius: 1rem !important;
  border-radius: var(--rounded-box, 1rem) !important;
}
.card.image-full:before{
  position: relative;
  content: "";
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  opacity: 0.75;
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
}
.\!card.image-full:before,
    .\!card.image-full > *{
  grid-column-start: 1 !important;
  grid-row-start: 1 !important;
}
.card.image-full:before,
    .card.image-full > *{
  grid-column-start: 1;
  grid-row-start: 1;
}
.\!card.image-full:before,
    .\!card.image-full > *{
  grid-column-start: 1 !important;
  grid-row-start: 1 !important;
}
.\!card.image-full > figure img{
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.card.image-full > figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.\!card.image-full > .card-body{
  position: relative !important;
  z-index: 20 !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--nc) / var(--tw-text-opacity)) !important;
}
.card.image-full > .card-body{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.divider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
  white-space: nowrap;
}
.divider:before,
  .divider:after{
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.125rem;
  width: 100%;
}
.drawer{
  display: grid;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}
.drawer.drawer-end{
  direction: rtl;
}
.drawer.drawer-end > *{
  direction: ltr;
}
.drawer.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 100%;
  -webkit-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: 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));
  justify-self: end;
}
.drawer.drawer-end > .drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
  -webkit-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: 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));
}
[dir="rtl"] .drawer.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: -100%;
}
[dir="rtl"] .drawer.drawer-end > .drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
}
[dir="rtl"] .drawer.drawer-end > .drawer-toggle:checked ~ .drawer-content{
  --tw-translate-x: 0.5rem;
}
.footer{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  place-items: start;
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > *{
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  place-items: start;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
@media (min-width: 48rem){
  .footer{
    grid-auto-flow: column;
  }
  .footer-center{
    grid-auto-flow: row dense;
  }
}
.label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.link{
  cursor: pointer;
  text-decoration-line: underline;
}
.link-hover{
  text-decoration-line: none;
}
.link-hover:hover{
  text-decoration-line: underline;
}
.menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu.horizontal{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.horizontal :where(li){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
:where(.menu li){
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu :where(li:not(.menu-title)) > :where(*:not(ul)){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)){
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu > :where(li > *:not(ul):focus){
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu > :where(li.disabled > *:not(ul):focus){
  cursor: auto;
}
.menu > :where(li) :where(ul){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu > :where(li) > :where(ul){
  position: absolute;
  display: none;
  top: auto;
  top: initial;
  left: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li:hover) > :where(ul){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu > :where(li:focus) > :where(ul){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal{
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 999;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  overflow-y: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
:where(.modal){
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-box{
  max-height: calc(100vh - 5em);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 1.5rem;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-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: 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));
  border-top-left-radius: 1rem;
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: 1rem;
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: 1rem;
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 1rem;
  border-bottom-right-radius: var(--rounded-box, 1rem);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.modal-toggle{
  position: fixed;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.stats{
  display: inline-grid;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
}
:where(.stats){
  grid-auto-flow: column;
  overflow-x: auto;
}
.steps .\!step{
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  grid-template-columns: auto !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: 40px 1fr !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  text-align: center !important;
  min-width: 4rem !important;
}
.steps .step{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tab{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsla(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: 1rem;
  padding-left: var(--tab-padding, 1rem);
  padding-right: 1rem;
  padding-right: var(--tab-padding, 1rem);
}
.table{
  position: relative;
  text-align: left;
}
.table th:first-child{
  position: sticky;
  left: 0px;
  z-index: 11;
}
.tooltip{
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
  text-align: center;
  --tooltip-tail: 3px;
  --tooltip-color: hsl(var(--n));
  --tooltip-text-color: hsl(var(--nc));
  --tooltip-tail-offset: calc(100% + 1px - var(--tooltip-tail));
}
.tooltip:before{
  position: absolute;
  pointer-events: none;
  z-index: 999;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tooltip:before, .tooltip-top:before{
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.tooltip-left:before{
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: auto;
  right: var(--tooltip-offset);
  bottom: auto;
}
.avatar-group :where(.avatar){
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
}
.badge-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.badge-outline.badge-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.btn-outline.btn-primary .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary .badge{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--pc) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-secondary .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.btn-outline.btn-accent .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--a) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.btn-outline .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  background-color: transparent;
}
.btn-outline.btn-primary .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary .badge-outline{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--p) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-secondary .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.btn-outline.btn-accent .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.btn-outline.btn-info .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--in) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--in) / var(--tw-text-opacity));
}
.btn-outline.btn-success .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--su) / var(--tw-text-opacity));
}
.btn-outline.btn-warning .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--wa) / var(--tw-text-opacity));
}
.btn-outline.btn-error .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--er) / var(--tw-text-opacity));
}
.btn-outline:hover .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.btn-outline:hover .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.btn-outline.btn-primary:hover .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary:hover .badge{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--pc) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--p) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-primary:hover .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary:hover .badge.outline{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--pc) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--pc) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-secondary:hover .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--sc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.btn-outline.btn-secondary:hover .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--sc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.btn-outline.btn-accent:hover .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--ac) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--ac) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.btn-outline.btn-accent:hover .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--ac) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--a) / var(--tw-bg-opacity));
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.btm-nav>*:where(.active){
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.btm-nav>*.disabled,
    .btm-nav>*.disabled:hover,
    .btm-nav>*[disabled],
    .btm-nav>*[disabled]:hover{
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btm-nav>* .label{
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn:active:hover,
  .btn:active:focus{
  -webkit-animation: none;
          animation: none;
}
.btn:not(.no-animation):active:hover,
  .btn:not(.no-animation):active:focus{
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform: scale(var(--btn-focus-scale, 0.95));
          transform: scale(var(--btn-focus-scale, 0.95));
}
.btn:hover,
    .btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}
.btn.focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}
.btn:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}
.\!btn-primary{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--pc) / var(--tw-text-opacity)) !important;
}
.btn-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.\!btn-primary:hover,
    .\!btn-primary.btn-active{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity)) !important;
}
.btn-primary:hover,
    .btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
}
.\!btn-primary:hover,
    .\!btn-primary.btn-active{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity)) !important;
}
.\!btn-primary.focus-visible{
  outline: 2px solid hsl(var(--p)) !important;
}
.\!btn-primary:focus-visible{
  outline: 2px solid hsl(var(--p)) !important;
}
.btn-primary.focus-visible{
  outline: 2px solid hsl(var(--p));
}
.btn-primary:focus-visible{
  outline: 2px solid hsl(var(--p));
}
.btn.glass:hover,
    .btn.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn.glass.focus-visible{
  outline: 2px solid currentColor;
}
.btn.glass:focus-visible{
  outline: 2px solid currentColor;
}
.btn-link{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.btn-link:hover,
    .btn-link.btn-active{
  border-color: transparent;
  background-color: transparent;
  text-decoration-line: underline;
}
.btn-link.focus-visible{
  outline: 2px solid currentColor;
}
.btn-link:focus-visible{
  outline: 2px solid currentColor;
}
.btn-outline{
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.btn-outline:hover,
    .btn-outline.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--b1) / var(--tw-text-opacity));
}
.btn-outline.btn-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--p) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-primary:hover,
      .btn-outline.btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.\!btn-primary:hover,
      .btn-outline.\!btn-primary.btn-active{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--p) / var(--tw-border-opacity)) !important;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--p) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--pc) / var(--tw-text-opacity)) !important;
}
.btn-outline.btn-secondary{
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.btn-outline.btn-secondary:hover,
      .btn-outline.btn-secondary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  border-color: hsl(var(--sf, var(--s)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.btn-outline.btn-accent{
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.btn-outline.btn-accent:hover,
      .btn-outline.btn-accent.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  border-color: hsl(var(--af, var(--a)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--a) / var(--tw-bg-opacity));
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.btn-outline.btn-success{
  --tw-text-opacity: 1;
  color: hsl(var(--su) / var(--tw-text-opacity));
}
.btn-outline.btn-success:hover,
      .btn-outline.btn-success.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  color: hsl(var(--suc, var(--nc)) / var(--tw-text-opacity));
}
.btn-outline.btn-info{
  --tw-text-opacity: 1;
  color: hsl(var(--in) / var(--tw-text-opacity));
}
.btn-outline.btn-info:hover,
      .btn-outline.btn-info.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--in) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--in) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  color: hsl(var(--inc, var(--nc)) / var(--tw-text-opacity));
}
.btn-outline.btn-warning{
  --tw-text-opacity: 1;
  color: hsl(var(--wa) / var(--tw-text-opacity));
}
.btn-outline.btn-warning:hover,
      .btn-outline.btn-warning.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wa) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  color: hsl(var(--wac, var(--nc)) / var(--tw-text-opacity));
}
.btn-outline.btn-error{
  --tw-text-opacity: 1;
  color: hsl(var(--er) / var(--tw-text-opacity));
}
.btn-outline.btn-error:hover,
      .btn-outline.btn-error.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  color: hsl(var(--erc, var(--nc)) / var(--tw-text-opacity));
}
.btn-disabled,
  .btn-disabled:hover,
  .btn[disabled],
  .btn[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btn.loading.btn-square:before,
    .btn.loading.btn-circle:before{
  margin-right: 0px;
}

    .btn.loading.\!btn-circle:before{
  margin-right: 0px !important;
}
.btn.loading.btn-xl:before,
    .btn.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}
.btn.loading.btn-sm:before,
    .btn.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}
.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-group > input[type="radio"]:checked.btn.focus-visible, .btn-group > .btn-active.focus-visible{
  outline: 2px solid hsl(var(--p));
}
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible{
  outline: 2px solid hsl(var(--p));
}
@-webkit-keyframes button-pop{
  0%{
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.95));
            transform: scale(var(--btn-focus-scale, 0.95));
  }
  40%{
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes button-pop{
  0%{
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.95));
            transform: scale(var(--btn-focus-scale, 0.95));
  }
  40%{
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[dir="ltr"] .\!card :where(figure:first-child){
  border-top-left-radius: inherit !important;
}
[dir="rtl"] .\!card :where(figure:first-child){
  border-top-right-radius: inherit !important;
}
[dir="ltr"] .\!card :where(figure:first-child){
  border-top-right-radius: inherit !important;
}
[dir="rtl"] .\!card :where(figure:first-child){
  border-top-left-radius: inherit !important;
}
[dir="ltr"] .\!card :where(figure:first-child){
  border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: initial !important;
}
[dir="rtl"] .\!card :where(figure:first-child){
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: initial !important;
}
[dir="ltr"] .\!card :where(figure:first-child){
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: initial !important;
}
[dir="rtl"] .\!card :where(figure:first-child){
  border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: initial !important;
}
.\!card :where(figure:first-child){
  overflow: hidden !important;
}
[dir="ltr"] .card :where(figure:first-child){
  border-top-left-radius: inherit;
}
[dir="rtl"] .card :where(figure:first-child){
  border-top-right-radius: inherit;
}
[dir="ltr"] .card :where(figure:first-child){
  border-top-right-radius: inherit;
}
[dir="rtl"] .card :where(figure:first-child){
  border-top-left-radius: inherit;
}
[dir="ltr"] .card :where(figure:first-child){
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
[dir="rtl"] .card :where(figure:first-child){
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
}
[dir="ltr"] .card :where(figure:first-child){
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
}
[dir="rtl"] .card :where(figure:first-child){
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
.card :where(figure:first-child){
  overflow: hidden;
}
[dir="ltr"] .\!card :where(figure:last-child){
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
}
[dir="rtl"] .\!card :where(figure:last-child){
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
}
[dir="ltr"] .\!card :where(figure:last-child){
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
}
[dir="rtl"] .\!card :where(figure:last-child){
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
}
[dir="ltr"] .\!card :where(figure:last-child){
  border-bottom-left-radius: inherit !important;
}
[dir="rtl"] .\!card :where(figure:last-child){
  border-bottom-right-radius: inherit !important;
}
[dir="ltr"] .\!card :where(figure:last-child){
  border-bottom-right-radius: inherit !important;
}
[dir="rtl"] .\!card :where(figure:last-child){
  border-bottom-left-radius: inherit !important;
}
.\!card :where(figure:last-child){
  overflow: hidden !important;
}
[dir="ltr"] .card :where(figure:last-child){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
}
[dir="rtl"] .card :where(figure:last-child){
  border-top-right-radius: 0;
  border-top-right-radius: initial;
}
[dir="ltr"] .card :where(figure:last-child){
  border-top-right-radius: 0;
  border-top-right-radius: initial;
}
[dir="rtl"] .card :where(figure:last-child){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
}
[dir="ltr"] .card :where(figure:last-child){
  border-bottom-left-radius: inherit;
}
[dir="rtl"] .card :where(figure:last-child){
  border-bottom-right-radius: inherit;
}
[dir="ltr"] .card :where(figure:last-child){
  border-bottom-right-radius: inherit;
}
[dir="rtl"] .card :where(figure:last-child){
  border-bottom-left-radius: inherit;
}
.card :where(figure:last-child){
  overflow: hidden;
}
.\!card.focus-visible{
  outline: 2px solid currentColor !important;
  outline-offset: 2px !important;
}
.\!card:focus-visible{
  outline: 2px solid currentColor !important;
  outline-offset: 2px !important;
}
.card.focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.\!card.bordered{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--b1) / var(--tw-border-opacity)) !important;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity)) !important;
}
.card.bordered{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}
.\!card.compact .card-body{
  padding: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.card.compact .card-body{
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!card.image-full :where(figure){
  overflow: hidden !important;
  border-radius: inherit !important;
}
.card.image-full :where(figure){
  overflow: hidden;
  border-radius: inherit;
}
@-webkit-keyframes checkmark{
  0%{
    background-position-y: 5px;
  }
  50%{
    background-position-y: -2px;
  }
  100%{
    background-position-y: 0;
  }
}
@keyframes checkmark{
  0%{
    background-position-y: 5px;
  }
  50%{
    background-position-y: -2px;
  }
  100%{
    background-position-y: 0;
  }
}
.divider:before{
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:after{
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:not(:empty){
  gap: 1rem;
}
.drawer.drawer-end > .drawer-toggle:checked ~ .drawer-content{
  --tw-translate-x: -0.5rem;
  -webkit-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: 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));
}
.drawer-toggle.focus-visible ~ .drawer-content .drawer-button.\!btn-primary{
  outline: 2px solid hsl(var(--p)) !important;
}
.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.\!btn-primary{
  outline: 2px solid hsl(var(--p)) !important;
}
.drawer-toggle.focus-visible ~ .drawer-content .drawer-button.btn-primary{
  outline: 2px solid hsl(var(--p));
}
.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-primary{
  outline: 2px solid hsl(var(--p));
}
.drawer-toggle.focus-visible ~ .drawer-content .drawer-button.btn-link{
  outline: 2px solid currentColor;
}
.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-link{
  outline: 2px solid currentColor;
}
.footer-title{
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}
.label a:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.link:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link.focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.link:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.menu.horizontal > li.bordered > a,
        .menu.horizontal > li.bordered > button,
        .menu.horizontal > li.bordered > span{
  border-left-width: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.menu[class*=" px-"]:not(.menu[class*=" px-0"]) li > *,
  .menu[class^="px-"]:not(.menu[class^="px-0"]) li > *,
  .menu[class*=" p-"]:not(.menu[class*=" p-0"]) li > *,
  .menu[class^="p-"]:not(.menu[class^="p-0"]) li > *{
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
}
.menu :where(li.bordered > *){
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.menu :where(li) > :where(*:not(ul)){
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: currentColor;
}
.menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):focus),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):hover){
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.menu :where(li:not(.menu-title):not(:empty)) > :where(:not(ul).active),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):active){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.menu :where(li:empty){
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.menu li.disabled > *{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.menu li.disabled > *:hover{
  background-color: transparent;
}
.menu li.hover-bordered a{
  border-left-width: 4px;
  border-color: transparent;
}
.menu li.hover-bordered a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.menu.compact li > a,
      .menu.compact li > span{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu .menu-title{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  opacity: 0.4;
}
.menu .menu-title > *{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.menu :where(li:not(.disabled)) > :where(*:not(ul)){
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu > :where(li:first-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
.menu > :where(li:first-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
.menu > :where(li:last-child){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-top-right-radius: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li:last-child) > :where(:not(ul)){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-top-right-radius: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li:first-child:last-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li:first-child:last-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li) > :where(ul) :where(li){
  width: 100%;
  white-space: nowrap;
}
.menu > :where(li) > :where(ul) :where(li) :where(ul){
  padding-left: 1rem;
}
.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)){
  width: 100%;
  white-space: nowrap;
}
.menu > :where(li) > :where(ul) > :where(li:first-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
.menu > :where(li) > :where(ul) > :where(li:first-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
.menu > :where(li) > :where(ul) > :where(li:last-child){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-top-right-radius: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li) > :where(ul) > :where(li:last-child) > :where(:not(ul)){
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-top-right-radius: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li) > :where(ul) > :where(li:first-child:last-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.menu > :where(li) > :where(ul) > :where(li:first-child:last-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.mockup-phone .display{
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box{
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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));
}
@-webkit-keyframes progress-loading{
  50%{
    left: 107%;
  }
}
@keyframes progress-loading{
  50%{
    left: 107%;
  }
}
@-webkit-keyframes radiomark{
  0%{
    -webkit-box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }
  50%{
    -webkit-box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }
  100%{
    -webkit-box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@keyframes radiomark{
  0%{
    -webkit-box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }
  50%{
    -webkit-box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }
  100%{
    -webkit-box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
            box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@-webkit-keyframes rating-pop{
  0%{
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }
  40%{
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }
  100%{
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rating-pop{
  0%{
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }
  40%{
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }
  100%{
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
:where(.stats) > :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)));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.steps .\!step:before{
  top: 0px !important;
  grid-column-start: 1 !important;
  grid-row-start: 1 !important;
  height: 0.5rem !important;
  width: 100% !important;
  -webkit-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;
          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;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
  content: "" !important;
  margin-left: -100% !important;
}
.steps .step:before{
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 100%;
  -webkit-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: 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));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  content: "";
  margin-left: -100%;
}
.steps .\!step:after{
  content: counter(step) !important;
  counter-increment: step !important;
  z-index: 1 !important;
  position: relative !important;
  grid-column-start: 1 !important;
  grid-row-start: 1 !important;
  display: grid !important;
  height: 2rem !important;
  width: 2rem !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
  place-self: center !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity)) !important;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
}
.steps .step:after{
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  align-self: center;
  justify-self: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.steps .\!step:first-child:before{
  content: none !important;
}
.steps .step:first-child:before{
  content: none;
}
.steps .\!step[data-content]:after{
  content: attr(data-content) !important;
}
.steps .step[data-content]:after{
  content: attr(data-content);
}
.tab:hover{
  --tw-text-opacity: 1;
}
.tab.tab-active:not(.tab-disabled):not([disabled]){
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab.focus-visible{
  outline: 2px solid currentColor;
  outline-offset: -3px;
}
.tab:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: -3px;
}
.tab.focus-visible.tab-lifted{
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}
.tab.focus-visible.tab-lifted{
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}
.tab:focus-visible.tab-lifted{
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}
.tab-disabled,
  .tab-disabled:hover,
  .tab[disabled],
  .tab[disabled]:hover{
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.tabs-boxed .tab{
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
}
.table :where(th, td){
  white-space: nowrap;
  padding: 1rem;
  vertical-align: middle;
}
.table tr.active th,
    .table tr.active td,
    .table tr.active:nth-child(even) th,
    .table tr.active:nth-child(even) td{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}
.table tr.hover:hover th,
    .table tr.hover:hover td,
    .table tr.hover:nth-child(even):hover th,
    .table tr.hover:nth-child(even):hover td{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}
.table:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}
.table :where(thead, tfoot) :where(th, td){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.table :where(tbody th, tbody td){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
:where(.table *:first-child) :where(*:first-child) :where(th, td):first-child{
  border-top-left-radius: 1rem;
  border-top-left-radius: var(--rounded-box, 1rem);
}
:where(.table *:first-child) :where(*:first-child) :where(th, td):last-child{
  border-top-right-radius: 1rem;
  border-top-right-radius: var(--rounded-box, 1rem);
}
:where(.table *:last-child) :where(*:last-child) :where(th, td):first-child{
  border-bottom-left-radius: 1rem;
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
:where(.table *:last-child) :where(*:last-child) :where(th, td):last-child{
  border-bottom-right-radius: 1rem;
  border-bottom-right-radius: var(--rounded-box, 1rem);
}
@-webkit-keyframes toast-pop{
  0%{
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes toast-pop{
  0%{
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.tooltip:before,
.tooltip:after{
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after{
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after{
  opacity: 1;
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after{
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after{
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.tooltip-left:after{
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: transparent transparent transparent var(--tooltip-color);
  top: 50%;
  left: auto;
  right: calc(var(--tooltip-tail-offset) + 1px);
  bottom: auto;
}
.artboard.phone-1.horizontal,
      .artboard.phone-1.artboard-horizontal{
  width: 568px;
  height: 320px;
}
.artboard.phone-2.horizontal,
      .artboard.phone-2.artboard-horizontal{
  width: 667px;
  height: 375px;
}
.artboard.phone-3.horizontal,
      .artboard.phone-3.artboard-horizontal{
  width: 736px;
  height: 414px;
}
.artboard.phone-4.horizontal,
      .artboard.phone-4.artboard-horizontal{
  width: 812px;
  height: 375px;
}
.artboard.phone-5.horizontal,
      .artboard.phone-5.artboard-horizontal{
  width: 896px;
  height: 414px;
}
.artboard.phone-6.horizontal,
      .artboard.phone-6.artboard-horizontal{
  width: 1024px;
  height: 320px;
}
.btm-nav-xs>*:where(.active){
  border-top-width: 1px;
}
.btm-nav-sm>*:where(.active){
  border-top-width: 2px;
}
.btm-nav-md>*:where(.active){
  border-top-width: 2px;
}
.btm-nav-lg>*:where(.active){
  border-top-width: 4px;
}
.btn-xs{
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 1.5rem;
  font-size: 0.75rem;
}
.btn-sm{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-height: 2rem;
  font-size: 0.875rem;
}
.btn-lg{
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 4rem;
  font-size: 1.125rem;
}
.btn-wide{
  width: 16rem;
}
.btn-block{
  width: 100%;
}
.btn-square:where(.btn-xs){
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}
.btn-square:where(.btn-sm){
  height: 2rem;
  width: 2rem;
  padding: 0px;
}
.btn-square:where(.btn-lg){
  height: 4rem;
  width: 4rem;
  padding: 0px;
}
.\!btn-circle:where(.btn-xs){
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 9999px !important;
  padding: 0px !important;
}
.btn-circle:where(.btn-xs){
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.\!btn-circle:where(.btn-sm){
  height: 2rem !important;
  width: 2rem !important;
  border-radius: 9999px !important;
  padding: 0px !important;
}
.btn-circle:where(.btn-sm){
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.\!btn-circle:where(.btn-md){
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 9999px !important;
  padding: 0px !important;
}
.\!btn-circle:where(.btn-lg){
  height: 4rem !important;
  width: 4rem !important;
  border-radius: 9999px !important;
  padding: 0px !important;
}
.btn-circle:where(.btn-lg){
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.steps-horizontal .\!step{
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  text-align: center !important;
}
.steps-horizontal .step{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
}
.steps-vertical .\!step{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.steps-vertical .step{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.avatar.online:before{
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  -webkit-box-shadow: 0 0 0 2px hsl(var(--b1));
          box-shadow: 0 0 0 2px hsl(var(--b1));
}
.avatar.offline:before{
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  -webkit-box-shadow: 0 0 0 2px hsl(var(--b1));
          box-shadow: 0 0 0 2px hsl(var(--b1));
}
[dir="ltr"] .btn-group .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group .btn:not(:first-child):not(:last-child){
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group .btn:not(:first-child):not(:last-child){
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
}
[dir="ltr"] .btn-group .btn:not(:first-child):not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group .btn:not(:first-child):not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group .btn:not(:first-child):not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group .btn:not(:first-child):not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-top-left-radius: 0;
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0.5rem;
}
.btn-group .btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-top-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0.5rem;
}
.btn-group-horizontal .btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-horizontal .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .btn:first-child:not(:last-child){
  border-top-left-radius: 0.5rem;
}
.btn-group-vertical .btn:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
}
[dir="ltr"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .btn-group-vertical .btn:last-child:not(:first-child){
  border-bottom-left-radius: 0.5rem;
}
.card-compact .card-body{
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card-normal .card-body{
  padding: 2rem;
  padding: var(--padding-card, 2rem);
  font-size: 1rem;
  line-height: 1.5rem;
}
.modal-bottom :where(.modal-box){
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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));
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.modal-middle :where(.modal-box){
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-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: 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));
  border-bottom-left-radius: 1rem;
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 1rem;
  border-bottom-right-radius: var(--rounded-box, 1rem);
}
.steps-horizontal .\!step{
  grid-template-rows: 40px 1fr !important;
  grid-template-columns: auto !important;
  min-width: 4rem !important;
}
.steps-horizontal .step{
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .\!step:before{
  height: 0.5rem !important;
  width: 100% !important;
  --tw-translate-y: 0px !important;
  --tw-translate-x: 0px !important;
  -webkit-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;
          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;
  content: "" !important;
  margin-left: -100% !important;
}
.steps-horizontal .step:before{
  height: 0.5rem;
  width: 100%;
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  -webkit-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: 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));
  content: "";
  margin-left: -100%;
}
.steps-vertical .\!step{
  gap: 0.5rem !important;
  grid-template-columns: 40px 1fr !important;
  grid-template-rows: auto !important;
  min-height: 4rem !important;
  justify-items: start !important;
}
.steps-vertical .step{
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .\!step:before{
  height: 100% !important;
  width: 0.5rem !important;
  --tw-translate-y: -50% !important;
  --tw-translate-x: -50% !important;
  -webkit-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;
          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;
  margin-left: 50% !important;
}
.steps-vertical .step:before{
  height: 100%;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  -webkit-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: 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));
  margin-left: 50%;
}
/* ============= Buttons ============= */
.btn{
  border-radius: 0.25rem;
    /* @apply py-4 px-6 bg-elic-red text-white rounded font-semibold lg:text-base no-underline transition;
    @apply hover:bg-elic-red-600;
    @apply focus:outline-none focus:ring-2 focus:ring-elic-red focus:ring-offset-2 focus:ring-offset-elic-tan-light; */
}
/* Outline */
.btn-outline{
  border-width: 2px;
}
/* White */
.btn-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.btn-white:hover,
  .btn-white.btn-active{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  opacity: 0.9;
}
/* White Outline */
.btn-white.btn-outline{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-white:hover,
  .btn-white.btn-active{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.9;
}
/* Small */
.btn-sm{
  height: 2.25rem;
}
/* .btn-link {
    @apply p-1 bg-transparent text-elic-red no-underline;
    @apply hover:bg-transparent hover:text-elic-red-700;
    @apply focus:ring-opacity-20 focus:ring-offset-elic-tan-light;
  } */
/* ============= Cards ============= */
.\!card .card-body p{
  margin: 0px;
}
.card .card-body p{
  margin: 0px;
}
.country-card.card{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.country-card.card:hover{
  --tw-translate-y: -0.25rem !important;
  -webkit-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;
          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;
}
.country-card.\!card{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.country-card.\!card:hover{
  --tw-translate-y: -0.25rem !important;
  -webkit-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;
          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;
}
.country-card.card,
  .cards-modal .card{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.country-card.\!card,
  .cards-modal .\!card{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.country-card.card .card-body-top,
  .cards-modal .card .card-body-top{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 0px;
}
.country-card.\!card .card-body-top,
  .cards-modal .\!card .card-body-top{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 0px;
}
.country-card.card .card-body-top h2{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.country-card.\!card .card-body-top h2{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.country-card.card .card-body-top h2 { /* badge */
  }
.country-card.\!card .card-body-top h2 { /* badge */
  }
.country-card.card .card-body-top h2{
  position: relative;
  top: -1rem;
  margin: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
.country-card.\!card .card-body-top h2{
  position: relative;
  top: -1rem;
  margin: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
.country-card.card .card-body-top .card-stats{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.country-card.\!card .card-body-top .card-stats{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.country-card.card .card-body-top .card-stats > div{
  line-height: 1.5;
}
.country-card.\!card .card-body-top .card-stats > div{
  line-height: 1.5;
}
/* TMP */
.country-card.card .card-body-top .card-stats > div:first-child{
  display: none;
}
.country-card.\!card .card-body-top .card-stats > div:first-child{
  display: none;
}
/* /TMP */
.country-card.card .card-body-top .card-stats > div svg{
  margin-top: -0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.country-card.\!card .card-body-top .card-stats > div svg{
  margin-top: -0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.country-card.card .card-body-top .card-stats > div svg.icon-school{
  margin-top: -0.25rem;
  width: 1.25rem;
}
.country-card.\!card .card-body-top .card-stats > div svg.icon-school{
  margin-top: -0.25rem;
  width: 1.25rem;
}
.country-card.card .card-body,
  .cards-modal .card .card-body{
  padding: 1.75rem;
}
@media (min-width: 1536px){
  .country-card.card .card-body,
  .cards-modal .card .card-body{
    padding: 2.5rem;
  }
}
.country-card.\!card .card-body,
  .cards-modal .\!card .card-body{
  padding: 1.75rem;
}
@media (min-width: 1536px){
  .country-card.\!card .card-body,
  .cards-modal .\!card .card-body{
    padding: 2.5rem;
  }
}
.country-card.\!card .card-body,
  .cards-modal .\!card .card-body{
  padding: 1.75rem;
}
@media (min-width: 1536px){
  .country-card.\!card .card-body,
  .cards-modal .\!card .card-body{
    padding: 2.5rem;
  }
}
.country-card.card .card-body .card-actions .btn-link,
  .cards-modal .card .card-body .card-actions .btn-link{
  margin-bottom: -0.875rem;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  text-decoration-line: none;
}
.country-card.\!card .card-body .card-actions .btn-link,
  .cards-modal .\!card .card-body .card-actions .btn-link{
  margin-bottom: -0.875rem;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  text-decoration-line: none;
}
/* cards-modal.module */
.cards-modal .card .card-image{
  height: 12rem;
  width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.cards-modal .\!card .card-image{
  height: 12rem;
  width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.cards-modal .card .card-body-top{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 0.625rem;
  padding-top: 0px;
}
.cards-modal .\!card .card-body-top{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 0.625rem;
  padding-top: 0px;
}
.cards-modal .card .card-body-top h2{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.cards-modal .\!card .card-body-top h2{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.cards-modal .card .card-body-top h2 { /* badge */
  }
.cards-modal .\!card .card-body-top h2 { /* badge */
  }
.cards-modal .card .card-body-top h2{
  position: relative;
  top: -1rem;
  margin: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
.cards-modal .\!card .card-body-top h2{
  position: relative;
  top: -1rem;
  margin: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
.cards-modal .card .card-body-top h2{
  margin-bottom: -1rem;
}
.cards-modal .\!card .card-body-top h2{
  margin-bottom: -1rem;
}
.cards-modal .card .card-body-top .subtitle{
  margin: 0px;
  margin-top: -0.375rem;
  font-style: italic;
}
.cards-modal .\!card .card-body-top .subtitle{
  margin: 0px;
  margin-top: -0.375rem;
  font-style: italic;
}
.cards-modal .modal .modal-box{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-1\.5{
  bottom: -0.375rem;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-left-16{
  left: -4rem;
}
.-top-24{
  top: -6rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[2\%\]{
  right: 2%;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[29px\]{
  top: 29px;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.order-last{
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.order-none{
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!-mb-10{
  margin-bottom: -2.5rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mt-1{
  margin-top: 0.25rem !important;
}
.-mb-10{
  margin-bottom: -2.5rem;
}
.-mb-16{
  margin-bottom: -4rem;
}
.-mb-24{
  margin-bottom: -6rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-14{
  margin-top: -3.5rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-36{
  margin-top: -9rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mt-7{
  margin-top: -1.75rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-\[37px\]{
  margin-top: -37px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.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;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-\[20rem\]{
  height: 20rem !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[20rem\]{
  height: 20rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[40\%\]{
  height: 40%;
}
.h-\[60\%\]{
  height: 60%;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[550px\]{
  max-height: 550px;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[20rem\]{
  min-height: 20rem;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/2{
  width: 50%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-7\/12{
  width: 58.333333%;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[60\%\]{
  width: 60%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.\!max-w-2xl{
  max-width: 42rem !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.\!max-w-screen-lg{
  max-width: 1024px !important;
}
.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-7xl{
  max-width: 80rem;
}
.max-w-\[60rem\]{
  max-width: 60rem;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-xl{
  max-width: 36rem;
}
.shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.-translate-y-full{
  --tw-translate-y: -100%;
  -webkit-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: 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%;
  -webkit-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: 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-0{
  --tw-translate-y: 0px;
  -webkit-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: 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{
  -webkit-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: 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));
}
@-webkit-keyframes text{
  0%, 100%{
    background-size: 200% 200%;
    background-position: left center;
  }
  50%{
    background-size: 200% 200%;
    background-position: right center;
  }
}
@keyframes text{
  0%, 100%{
    background-size: 200% 200%;
    background-position: left center;
  }
  50%{
    background-size: 200% 200%;
    background-position: right center;
  }
}
.animate-text{
  -webkit-animation: text 5s ease infinite;
          animation: text 5s ease infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.\!grid-flow-row{
  grid-auto-flow: row !important;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around{
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.\!gap-0{
  gap: 0px !important;
}
.\!gap-0\.5{
  gap: 0.125rem !important;
}
.\!gap-1{
  gap: 0.25rem !important;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-x-9{
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.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)));
  margin-left: calc(1rem * calc(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-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.place-self-center{
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  place-self: center;
}
.self-start{
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.self-end{
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.justify-self-start{
  justify-self: start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-t-\[5px\]{
  border-top-width: 5px;
}
.border-dotted{
  border-style: dotted;
}
.border-base-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}
.border-elic-red{
  --tw-border-opacity: 1;
  border-color: rgba(179, 42, 46, var(--tw-border-opacity));
}
.border-elic-tan-dark{
  --tw-border-opacity: 1;
  border-color: rgba(245, 232, 212, var(--tw-border-opacity));
}
.border-elic-tan-light{
  --tw-border-opacity: 1;
  border-color: rgba(251, 246, 238, var(--tw-border-opacity));
}
.border-elic-tan-superdark{
  --tw-border-opacity: 1;
  border-color: rgba(234, 210, 172, var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-base-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.bg-elic-red{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 42, 46, var(--tw-bg-opacity));
}
.bg-elic-tan-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 212, var(--tw-bg-opacity));
}
.bg-elic-tan-light{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 246, 238, var(--tw-bg-opacity));
}
.bg-elic-tan-superdark{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 210, 172, var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-neutral{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
}
.bg-neutralgray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-stone-700{
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary{
  --tw-gradient-to: hsl(var(--p) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--p)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-stone-700{
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-4{
  padding: 1rem !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.\!px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pb-32{
  padding-bottom: 8rem !important;
}
.\!pb-4{
  padding-bottom: 1rem !important;
}
.\!pb-44{
  padding-bottom: 11rem !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-28{
  padding-top: 7rem !important;
}
.\!pt-32{
  padding-top: 8rem !important;
}
.\!pt-6{
  padding-top: 1.5rem !important;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-\[10\.5rem\]{
  font-size: 10.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.\!normal-case{
  text-transform: none !important;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-none{
  line-height: 1;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.\!tracking-normal{
  letter-spacing: 0em !important;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-\[\#8B6120\]{
  --tw-text-opacity: 1 !important;
  color: rgba(139, 97, 32, var(--tw-text-opacity)) !important;
}
.\!text-inherit{
  color: inherit !important;
}
.\!text-neutral{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--n) / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-\[\#D7CBBA\]{
  --tw-text-opacity: 1;
  color: rgba(215, 203, 186, var(--tw-text-opacity));
}
.text-\[\#DCD8D1\]{
  --tw-text-opacity: 1;
  color: rgba(220, 216, 209, var(--tw-text-opacity));
}
.text-base-content{
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.text-elic-red{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
.text-elic-tan-dark{
  --tw-text-opacity: 1;
  color: rgba(245, 232, 212, var(--tw-text-opacity));
}
.text-elic-tan-dark\/60{
  color: rgba(245, 232, 212, 0.6);
}
.text-neutral{
  --tw-text-opacity: 1;
  color: hsl(var(--n) / var(--tw-text-opacity));
}
.text-neutralgray-500{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-90{
  opacity: 0.9;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.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);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.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);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-elic-tan-superdark{
  --tw-shadow-color: #EAD2AC;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  
/* $blue: #056ef0; */

  
/*  */
/* color: #ff4500 */

  
/* background-color: #b32a2e; */

/* $red: #b32a2e;
$dark-gray: #212121;
$tan-light: #FBF6EE;
$tan-dark: #F5E8D4; */

/* ============= HubSpot ============= */
/* top: auto!important;
  bottom: 10px; */
.hs-tools-menu img.hs-sprocket{
  margin: 0px;
}

/* ============= Layout ============= */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(229, 231, 235);
}

html { scroll-behavior: smooth; }
body{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
body :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;
}
body :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
body :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
body :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
body :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
body :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
body :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
body :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
body :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
body :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
body :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
body :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
body :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
body :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;
}
body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
body :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
body :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
body :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;
}
body :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
body :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;
}
body :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
body :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;
}
body :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
body :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;
}
body :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
          box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
body :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
body :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
body :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;
}
body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
body :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
body :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
body :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
body :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
body :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
body :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
body :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;
}
body{
  --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: 17 24 39;
  --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: 255 255 255;
  --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;
}
body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
body :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
body :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
body :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
body :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
body :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
body :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;
}
body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
:root body{
  --tw-prose-body: hsla(var(--bc)/.8);
  --tw-prose-headings: hsl(var(--bc));
  --tw-prose-lead: hsl(var(--bc));
  --tw-prose-links: hsl(var(--bc));
  --tw-prose-bold: hsl(var(--bc));
  --tw-prose-counters: hsl(var(--bc));
  --tw-prose-bullets: hsla(var(--bc)/.5);
  --tw-prose-hr: hsla(var(--bc)/.2);
  --tw-prose-quotes: hsl(var(--bc));
  --tw-prose-quote-borders: hsla(var(--bc)/.2);
  --tw-prose-captions: hsla(var(--bc)/.5);
  --tw-prose-code: hsl(var(--bc));
  --tw-prose-pre-code: hsl(var(--nc));
  --tw-prose-pre-bg: hsl(var(--n));
  --tw-prose-th-borders: hsla(var(--bc)/.5);
  --tw-prose-td-borders: hsla(var(--bc)/.2);
}
body :where(code):not(:where([class~="not-prose"] *)){
  padding: 2px 8px;
  border-radius: var(--rounded-badge);
}
body code:after,body code:before{
  content: none;
}
body pre code{
  border-radius: 0;
  padding: 0;
}
body :where(tbody tr, thead):not(:where([class~="not-prose"] *)){
  border-bottom-color: hsl(var(--bc) / 20%);
}
body{
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 246, 238, var(--tw-bg-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px){
  body{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }
  body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  body :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  body :where(.md\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(.md\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  body :where(.md\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(.md\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }
  body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  body :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1280px){
  body{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-right: 0.4em;
    padding-bottom: 0.25em;
    padding-left: 0.4em;
  }
  body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  body :where(.xl\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  body :where(.xl\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  body :where(.xl\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  body :where(.xl\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  body :where(.xl\:prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-left: 1.6em;
  }
  body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  body :where(.xl\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1536px){
  body{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }
  body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-right: 0.3333333em;
    padding-bottom: 0.25em;
    padding-left: 0.3333333em;
  }
  body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }
  body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }
  body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }
  body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }
  body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4166667em;
  }
  body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4166667em;
  }
  body :where(.\32xl\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  body :where(.\32xl\:prose-2xl > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(.\32xl\:prose-2xl > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  body :where(.\32xl\:prose-2xl > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(.\32xl\:prose-2xl > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-left: 1.5833333em;
  }
  body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }
  body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }
  body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  body :where(.\32xl\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  body :where(.\32xl\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
body {
  /* color = gray-700 (#374151) */
}
.bounds {
  /* @apply container px-6 sm:px-10 mx-auto; */
  width: 100%;
}
@media (min-width: 640px){
  .bounds{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .bounds{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .bounds{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .bounds{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .bounds{
    max-width: 1536px;
  }
}
.bounds{
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  .bounds{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .section{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.section h1:first-child, .section h2:first-child, .section h3:first-child{
  margin-top: 0px;
}
.section-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 212, var(--tw-bg-opacity));
}
.section-gradient{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #F5E8D4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(245, 232, 212, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FBF6EE var(--tw-gradient-to-position);
}
.section-blank:first-of-type{
  z-index: 1;
}
/* Hacks */
.section.dnd_area-row-9-background-color,
.page-legacy\/masters\/wheaton-college .row-number-7,
.page-legacy\/masters\/grand-canyon-university .row-number-7,
.page-legacy\/masters\/colorado-christian-university .row-number-4,
.page-legacy\/masters\/cedarville-university .row-number-8{
  overflow-x: hidden;
}

@media (min-width: 640px){
  footer.footer{
    grid-auto-flow: column;
  }
}
footer .footer-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
  --tw-text-opacity: 1;
  color: hsl(var(--n) / var(--tw-text-opacity));
  opacity: 1;
}
footer .link.active,
footer .link.active-branch,
footer .link.active-path{
  text-decoration-line: underline;
}

/* ============= General/Type ============= */
img{
  border-radius: 0.25rem;
}
.widget-type-linked_image{
  z-index: 1;
  border-radius: 0.25rem;
}

a:not(.btn):not(header nav a):not(.header-mobile-nav ul.menu a){
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}

a:not(.btn):not(header nav a):not(.header-mobile-nav ul.menu a):hover{
  --tw-text-opacity: 1;
  color: rgba(102, 24, 26, var(--tw-text-opacity));
}

h1, h2, h3{
  letter-spacing: -0.05em;
}
h4, h5{
  letter-spacing: -0.025em;
}
h1{
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 1280px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  h1{
    font-size: 4rem;
  }
}
h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1280px){
  h2{
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1536px){
  h2{
    font-size: 3rem;
  }
}
h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1280px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px){
  h3{
    font-size: 2.25rem;
  }
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px){
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px){
  h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.pretitle{
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}

/* .badge {
  @apply md:badge-lg uppercase font-bold !text-sm tracking-widest text-elic-tan-light mb-6;
} */
.badge{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.badge{
  height: 1.5rem;
  padding-left: 0.688rem;
  padding-right: 0.688rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .badge{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .badge{
    margin-bottom: 1.5rem;
  }
}

.lead{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .lead{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

/* ============= Header ============= */
header nav a, .header-mobile-nav ul.menu a, .header-mobile-nav ul.menu li > span{
  font-weight: 600;
  text-decoration-line: none;
}
header nav a:hover, .header-mobile-nav ul.menu a:hover, .header-mobile-nav ul.menu li > span:hover{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
header nav a.active, .header-mobile-nav ul.menu a.active, 
header nav a.active-branch, .header-mobile-nav ul.menu a.active-branch,
header nav a.active-path, .header-mobile-nav ul.menu a.active-path{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
header nav a.active:hover, .header-mobile-nav ul.menu a.active:hover, 
header nav a.active-branch:hover, .header-mobile-nav ul.menu a.active-branch:hover,
header nav a.active-path:hover, .header-mobile-nav ul.menu a.active-path:hover{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
.header-mobile-nav ul.menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.header-mobile-nav ul.menu {
  /* @apply divide-y divide-elic-tan-dark space-y-0; */
}
.header-mobile-nav ul.menu li{
  padding-left: 0px !important;
}
.header-mobile-nav ul.menu a, .header-mobile-nav ul.menu li > span{
  border-radius: 0px !important;
}
.header-mobile-nav ul.menu a, .header-mobile-nav ul.menu li > span{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header-mobile-nav ul.menu a:hover, .header-mobile-nav ul.menu li > span:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 212, var(--tw-bg-opacity));
}
.header-mobile-nav ul.menu a:active, .header-mobile-nav ul.menu li > span:active{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 210, 172, var(--tw-bg-opacity));
}
.header-mobile-nav ul.menu a.active,
.header-mobile-nav ul.menu a.active-branch,
.header-mobile-nav ul.menu a.active-path{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 212, var(--tw-bg-opacity));
}

/* page.html template image module */
.page-header-image img{
  height: 20rem !important;
}
.page-header-image img{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6rem;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  .page-header-image img{
    height: 32rem !important;
  }
}
@media (min-width: 1024px){
  .page-header-image img{
    max-width: 56rem !important;
  }
}
.section-hero-one-col .hs-video-widget{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6rem;
}
@media (min-width: 1024px){
  .section-hero-one-col .hs-video-widget{
    max-width: 56rem !important;
  }
}

/* ============= Map ============= */
#MapCountries *.active{
  fill: #b32a2e;
}
#MapCountries *.active:hover{
  cursor: pointer;
}
#MapCountries *.on{
  fill: #262626;
}
/* the spacer circle */
.country-list svg.list-spacer{
  margin-top: -0.375rem;
  height: 1.5rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
@media (min-width: 768px){
  .country-list svg.list-spacer{
    margin-top: -0.375rem;
    height: 1.75rem;
    width: 1.25rem;
  }
}
@media (min-width: 1280px){
  .country-list svg.list-spacer{
    margin-top: -0.25rem;
  }
}
@media (min-width: 1536px){
  .country-list svg.list-spacer{
    margin-top: -0.125rem;
  }
}
/* country name */
.country-list label{
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.country-list label:hover, .country-list label.on{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.module-map .modal .modal-box,
.cards-modal .modal .modal-box{
  width: 91.666667%;
  max-width: 64rem;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .module-map .modal .modal-box,
.cards-modal .modal .modal-box{
    padding: 2.5rem;
  }
}

@media (min-width: 1536px){
  .module-map .modal .modal-box,
.cards-modal .modal .modal-box{
    max-width: 72rem;
  }
}
.module-map .modal .modal-box h3,
.cards-modal .modal .modal-box h3{
  margin-top: 0px;
}
.module-map .modal .modal-box p:last-child,
.cards-modal .modal .modal-box p:last-child{
  margin-bottom: 0px;
}
.module-map .modal .modal-cta p:first-child,
.cards-modal .modal .modal-cta p:first-child{
  margin-top: 0px;
}

/* ============= Testimonials Swiper ============= */
.testimonials-swiper{
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
@media (min-width: 1024px){
  .testimonials-swiper{
    margin-bottom: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}

/* content */
.testimonials-swiper .content-swiper .swiper-wrapper{
  height: auto;
}
.testimonials-swiper .content-swiper{
  width: 100%;
  overflow: visible;
  font-style: italic;
}
.testimonials-swiper .content-swiper .cite{
  font-weight: 700;
  font-style: normal;
}

/* photos */
.testimonials-swiper .photos-swiper{
  width: 83.333333%;
}
@media (min-width: 1024px){
  .testimonials-swiper .photos-swiper{
    width: 100%;
  }
}
.testimonials-swiper .photos-swiper .swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
}
@media (min-width: 768px){
  .testimonials-swiper .photos-swiper .swiper-slide{
    height: 30rem;
  }
}
@media (min-width: 1024px){
  .testimonials-swiper .photos-swiper .swiper-slide{
    height: 89%;
  }
}
@media (min-width: 1536px){
  .testimonials-swiper .photos-swiper .swiper-slide{
    height: 77%;
  }
}
.testimonials-swiper .photos-swiper .swiper-slide img{
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* navigation */
.testimonials-swiper .content-swiper .swiper-nav{
  position: relative;
}
.testimonials-swiper .content-swiper .swiper-nav > div{
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  padding: 0px;
}
.testimonials-swiper .content-swiper .swiper-nav > div:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
}
.testimonials-swiper .content-swiper .swiper-nav > div:after{
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.testimonials-swiper .content-swiper .swiper-nav > div:hover:after{
  --tw-text-opacity: 1;
  color: rgba(251, 246, 238, var(--tw-text-opacity));
}
.testimonials-swiper .content-swiper .swiper-button-next{
  left: 5rem;
}

/* ============= Modules ============= */
/* Steps ---------------- */
.module-steps svg{
  margin-left: auto;
  margin-right: auto;
  height: 3.5rem;
  width: 3rem;
  fill: #b32a2e;
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}

/* Tabs ---------------- */
/* .ctabs {
  @apply flex flex-wrap items-end justify-center space-x-10 lg:space-x-14 mt-14;
}
.ctabs > span {
  @apply no-underline font-semibold !text-neutral/50 text-sm md:text-base xl:text-lg pb-4 border-b-8 border-transparent cursor-pointer transition;
} */

/* .ctabs {
  @apply text-center sm:flex sm:flex-wrap sm:items-end justify-center sm:space-x-10 lg:space-x-14 mt-14;
}
.ctabs > span {
  @apply block w-full sm:inline sm:w-auto no-underline font-semibold !text-neutral/50 text-sm md:text-base xl:text-lg pb-2 sm:pb-4 border-b-8 border-transparent cursor-pointer transition;
} */

.ctabs{
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ctabs > :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)));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 640px){
  .ctabs > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px){
  .ctabs > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.ctabs > span{
  color: hsl(var(--n) / 0.5) !important;
}
.ctabs > span{
  margin-bottom: 0.5rem;
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
@media (min-width: 640px){
  .ctabs > span{
    margin-bottom: 0px;
    border-bottom-width: 4px;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px){
  .ctabs > span{
    border-bottom-width: 8px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .ctabs > span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.ctabs > span.ctab-active, .ctabs > span:hover, .ctabs > span:hover > svg{
  --tw-text-opacity: 1 !important;
  color: rgba(179, 42, 46, var(--tw-text-opacity)) !important;
}
.ctabs > span.ctab-active, .ctabs > span:hover, .ctabs > span:hover > svg{
  --tw-border-opacity: 1;
  border-color: rgba(179, 42, 46, var(--tw-border-opacity));
}
/* .ctabs > span > span {
  @apply hidden sm:inline;
} */
.ctabs > span > svg{
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: 3rem;
  fill: currentColor;
  color: hsl(var(--n) / 0.5);
}
@media (min-width: 640px){
  .ctabs > span > svg{
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px){
  .ctabs > span > svg{
    height: 3.5rem;
    width: 3.5rem;
  }
}
.ctabs > span.ctab-active > svg{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
/* tab content */
.ctab-content > div{
  position: absolute;
  display: grid;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 246, 238, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
@media (min-width: 768px){
  .ctab-content > div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Ribbons */
.ribbon{
  position: absolute;
  height: 6rem;
  width: 6rem;
  overflow: hidden;
}
/* .ribbon-inner {
    @apply absolute left-0 top-0 h-16 w-16;
  } */
.ribbon .ribbon-text{
  position: absolute;
  left: -50px;
  top: 20px;
  width: 166px;
  --tw-rotate: -45deg;
  -webkit-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: 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));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.ribbon.ribbon-red .ribbon-text{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(69, 10, 10, var(--tw-text-opacity));
}
.ribbon.ribbon-green .ribbon-text{
  left: -47px;
  top: 23px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(5, 46, 22, var(--tw-text-opacity));
}

/* ============= DaisyUI/TW Components ============= */

/* Donate Crypto ---------------- */
.crypto-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* .coin-1inch:before { background-image: url('../images/crypto-logos/1inch-logo.png'); } */
}
.crypto-list .cointag {
    color: #555 !important;
    border: 1px solid !important;
  }
.crypto-list .cointag {
    line-height: 1.3;
    word-wrap: break-word;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    font-size: 0.8em;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 0.25rem;
    padding: 0.375rem;
  }
.crypto-list .cointag:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 212, var(--tw-bg-opacity));
}
.crypto-list .cointag img{
  margin: 0px;
  height: 1.25rem;
  width: 1.25rem;
}
/* .cointag:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-size: 100%;
    top: 5px;
    margin-right: 5px;
  } */
.crypto-list .coin-btc { border-color: #f2a900 !important; }
/* .coin-btc:before { background-image: url('../images/crypto-logos/btc-logo.png'); } */
.crypto-list .coin-eth { border-color: #64668C !important; }
/* .coin-eth:before { background-image: url('../images/crypto-logos/eth-logo.png'); } */
.crypto-list .coin-bat { border-color: #9E1F63 !important; }
/* .coin-bat:before { background-image: url('../images/crypto-logos/bat-logo.png'); } */
.crypto-list .coin-aave { border-color: #7582B1 !important; }
/* .coin-aave:before { background-image: url('../images/crypto-logos/aave-logo.png'); } */
.crypto-list .coin-alcx { border-color: #f5c09a !important; }
/* .coin-alcx:before { background-image: url('../images/crypto-logos/alcx-logo.png'); } */
.crypto-list .coin-amp { border-color: #E9017B !important; }
/* .coin-amp:before { background-image: url('../images/crypto-logos/amp-logo.png'); } */
.crypto-list .coin-ankr { border-color: #3c6ce7 !important; }
/* .coin-ankr:before { background-image: url('../images/crypto-logos/ankr-logo.png'); } */
.crypto-list .coin-bal { border-color: #1E1E1E !important; }
/* .coin-bal:before { background-image: url('../images/crypto-logos/bal-logo.png'); } */
.crypto-list .coin-axs { border-color: #0055D5 !important; }
/* .coin-axs:before { background-image: url('../images/crypto-logos/axs-logo.png'); } */
.crypto-list .coin-bnt { border-color: #000D2B !important; }
/* .coin-bnt:before { background-image: url('../images/crypto-logos/bnt-logo.png'); } */
.crypto-list .coin-bond { border-color: #ff4339 !important; }
/* .coin-bond:before { background-image: url('../images/crypto-logos/bond-logo.png'); } */
.crypto-list .coin-bch { border-color: #F7941D !important; }
/* .coin-bch:before { background-image: url('../images/crypto-logos/bch-logo.png'); } */
.crypto-list .coin-link { border-color: #2A5ADA !important; }
/* .coin-link:before { background-image: url('../images/crypto-logos/link-logo.png'); } */
.crypto-list .coin-comp { border-color: #00D395 !important; }
/* .coin-comp:before { background-image: url('../images/crypto-logos/comp-logo.png'); } */
.crypto-list .coin-crv { border-color: #0010FF !important; }
/* .coin-crv:before { background-image: url('../images/crypto-logos/crv-logo.png'); } */
.crypto-list .coin-dai { border-color: #f2a900 !important; }
/* .coin-dai:before { background-image: url('../images/crypto-logos/dai-logo.png'); } */
.crypto-list .coin-mana { border-color: #FF2D55 !important; }
/* .coin-mana:before { background-image: url('../images/crypto-logos/mana-logo.png'); } */
.crypto-list .coin-doge { border-color: #806F2A !important; }
/* .coin-doge:before { background-image: url('../images/crypto-logos/doge-logo.png'); } */
.crypto-list .coin-enj { border-color: #7866d5 !important; }
/* .coin-enj:before { background-image: url('../images/crypto-logos/enj-logo.png'); } */
.crypto-list .coin-ftm { border-color: #13b5ec !important; }
/* .coin-ftm:before { background-image: url('../images/crypto-logos/ftm-logo.png'); } */
.crypto-list .coin-fil { border-color: #0190ff !important; }
/* .coin-fil:before { background-image: url('../images/crypto-logos/fil-logo.png'); } */
.crypto-list .coin-gusd { border-color: #19E5FC !important; }
/* .coin-gusd:before { background-image: url('../images/crypto-logos/gusd-logo.png'); } */
.crypto-list .coin-inj { border-color: #27c0f9 !important; }
/* .coin-inj:before { background-image: url('../images/crypto-logos/inj-logo.png'); } */
.crypto-list .coin-knc { border-color: #31CB9E !important; }
/* .coin-knc:before { background-image: url('../images/crypto-logos/knc-logo.png'); } */
.crypto-list .coin-ltc { border-color: #4D4D4D !important; }
/* .coin-ltc:before { background-image: url('../images/crypto-logos/ltc-logo.png'); } */
.crypto-list .coin-lpt { border-color: #131418 !important; }
/* .coin-lpt:before { background-image: url('../images/crypto-logos/lpt-logo.png'); } */
.crypto-list .coin-lrc { border-color: #1c60ff !important; }
/* .coin-lrc:before { background-image: url('../images/crypto-logos/lrc-logo.png'); } */
.crypto-list .coin-mkr { border-color: #4D4D4D !important; }
/* .coin-mkr:before { background-image: url('../images/crypto-logos/mkr-logo.png'); } */
.crypto-list .coin-mir { border-color: #242d46 !important; }
/* .coin-mir:before { background-image: url('../images/crypto-logos/mir-logo.png'); } */
.crypto-list .coin-mco2 { border-color: #D5E842 !important; }
/* .coin-mco2:before { background-image: url('../images/crypto-logos/mco2-logo.png'); } */
.crypto-list .coin-oxt { border-color: #6147bb !important; }
/* .coin-oxt:before { background-image: url('../images/crypto-logos/oxt-logo.png'); } */
.crypto-list .coin-paxg { border-color: #53ADA0 !important; }
/* .coin-paxg:before { background-image: url('../images/crypto-logos/paxg-logo.png'); } */
.crypto-list .coin-matic { border-color: #8247E5 !important; }
/* .coin-matic:before { background-image: url('../images/crypto-logos/matic-logo.png'); } */
.crypto-list .coin-ren { border-color: #001F3E !important; }
/* .coin-ren:before { background-image: url('../images/crypto-logos/ren-logo.png'); } */
.crypto-list .coin-skl { border-color: #000000 !important; }
/* .coin-skl:before { background-image: url('../images/crypto-logos/skl-logo.png'); } */
.crypto-list .coin-cube { border-color: #000000 !important; }
/* .coin-cube:before { background-image: url('../images/crypto-logos/cube-logo.png'); } */
.crypto-list .coin-storj { border-color: #2683FF !important; }
/* .coin-storj:before { background-image: url('../images/crypto-logos/storj-logo.png'); } */
.crypto-list .coin-sushi { border-color: #718AD4 !important; }
/* .coin-sushi:before { background-image: url('../images/crypto-logos/sushi-logo.png'); } */
.crypto-list .coin-snx { border-color: #170659 !important; }
/* .coin-snx:before { background-image: url('../images/crypto-logos/snx-logo.png'); } */
.crypto-list .coin-xzt { border-color: #3885f8 !important; }
/* .coin-xzt:before { background-image: url('../images/crypto-logos/xzt-logo.png'); } */
.crypto-list .coin-grt { border-color: #6747ED !important; }
/* .coin-grt:before { background-image: url('../images/crypto-logos/grt-logo.png'); } */
.crypto-list .coin-sand { border-color: #00a5f1 !important; }
/* .coin-sand:before { background-image: url('../images/crypto-logos/sand-logo.png'); } */
.crypto-list .coin-slp { border-color: #F28B9A !important; }
/* .coin-slp:before { background-image: url('../images/crypto-logos/slp-logo.png'); } */
.crypto-list .coin-luna { border-color: #0D2252 !important; }
/* .coin-luna:before { background-image: url('../images/crypto-logos/luna-logo.png'); } */
.crypto-list .coin-ust { border-color: #EDD8D7 !important; }
/* .coin-ust:before { background-image: url('../images/crypto-logos/ust-logo.png'); } */
.crypto-list .coin-uma { border-color: #FF4A4A !important; }
/* .coin-uma:before { background-image: url('../images/crypto-logos/uma-logo.png'); } */
.crypto-list .coin-uni { border-color: #FF007A !important; }
/* .coin-uni:before { background-image: url('../images/crypto-logos/uni-logo.png'); } */
.crypto-list .coin-yfi { border-color: #006AE3 !important; }
/* .coin-yfi:before { background-image: url('../images/crypto-logos/yfi-logo.png'); } */
.crypto-list .coin-zec { border-color: #F9BB00 !important; }
/* .coin-zec:before { background-image: url('../images/crypto-logos/zec-logo.png'); } */
.crypto-list .coin-zrx { border-color: #302C2C !important; }
/* .coin-zrx:before { background-image: url('../images/crypto-logos/zrx-logo.png'); } */
.crypto-list .coin-1inch { border-color: #1B314F !important; }
@media (min-width: 768px){
  .md\:btn-sm.btn.loading:before{
    height: 0.75rem;
    width: 0.75rem;
  }
  .md\:badge-lg{
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0.688rem;
    padding-right: 0.688rem;
  }
  .md\:btn-sm{
    height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: 2rem;
    font-size: 0.875rem;
  }
  .btn-square:where(.md\:btn-sm){
    height: 2rem;
    width: 2rem;
    padding: 0px;
  }
  .btn-circle:where(.md\:btn-sm){
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0px;
  }
  .md\:card-side{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [dir="ltr"] .md\:card-side :where(figure:first-child){
    border-top-left-radius: inherit;
  }
  [dir="rtl"] .md\:card-side :where(figure:first-child){
    border-top-right-radius: inherit;
  }
  [dir="ltr"] .md\:card-side :where(figure:first-child){
    border-top-right-radius: 0;
    border-top-right-radius: initial;
  }
  [dir="rtl"] .md\:card-side :where(figure:first-child){
    border-top-left-radius: 0;
    border-top-left-radius: initial;
  }
  [dir="ltr"] .md\:card-side :where(figure:first-child){
    border-bottom-left-radius: inherit;
  }
  [dir="rtl"] .md\:card-side :where(figure:first-child){
    border-bottom-right-radius: inherit;
  }
  [dir="ltr"] .md\:card-side :where(figure:first-child){
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
  }
  [dir="rtl"] .md\:card-side :where(figure:first-child){
    border-bottom-left-radius: 0;
    border-bottom-left-radius: initial;
  }
  .md\:card-side :where(figure:first-child){
    overflow: hidden;
  }
  [dir="ltr"] .md\:card-side :where(figure:last-child){
    border-top-left-radius: 0;
    border-top-left-radius: initial;
  }
  [dir="rtl"] .md\:card-side :where(figure:last-child){
    border-top-right-radius: 0;
    border-top-right-radius: initial;
  }
  [dir="ltr"] .md\:card-side :where(figure:last-child){
    border-top-right-radius: inherit;
  }
  [dir="rtl"] .md\:card-side :where(figure:last-child){
    border-top-left-radius: inherit;
  }
  [dir="ltr"] .md\:card-side :where(figure:last-child){
    border-bottom-left-radius: 0;
    border-bottom-left-radius: initial;
  }
  [dir="rtl"] .md\:card-side :where(figure:last-child){
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
  }
  [dir="ltr"] .md\:card-side :where(figure:last-child){
    border-bottom-right-radius: inherit;
  }
  [dir="rtl"] .md\:card-side :where(figure:last-child){
    border-bottom-left-radius: inherit;
  }
  .md\:card-side :where(figure:last-child){
    overflow: hidden;
  }
  .md\:card-side figure > *{
    max-width: none;
    max-width: initial;
  }
  :where(.md\:card-side figure > *){
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .md\:btn-sm{
    height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-color: transparent;
    border-color: hsl(var(--n) / var(--tw-border-opacity));
    text-align: center;
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.5rem;
    border-radius: var(--rounded-btn, 0.5rem);
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1em;
    min-height: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    text-transform: var(--btn-text-case, uppercase);
    text-decoration-line: none;
    border-width: 1px;
    border-width: var(--border-btn, 1px);
    -webkit-animation: button-pop 0.25s ease-out;
            animation: button-pop 0.25s ease-out;
    -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
            animation: button-pop var(--animation-btn, 0.25s) ease-out;
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--nc) / var(--tw-text-opacity));
  }
  .lg\:btn[disabled]{
    pointer-events: none;
  }
  .lg\:btn.loading,.lg\:btn.loading:hover{
    pointer-events: none;
  }
  .lg\:btn.loading:before{
    margin-right: 0.5rem;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 2px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    content: "";
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
  }
  @media (prefers-reduced-motion: reduce){
    .lg\:btn.loading:before{
      -webkit-animation: spin 10s linear infinite;
              animation: spin 10s linear infinite;
    }
  }
  .btn-group > input.lg\:btn[type="radio"]{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .btn-group > input.lg\:btn[type="radio"]:before{
    content: attr(data-title);
  }
  .lg\:btn:active:hover,.lg\:btn:active:focus{
    -webkit-animation: none;
            animation: none;
  }
  .lg\:btn:not(.no-animation):active:hover,.lg\:btn:not(.no-animation):active:focus{
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.95));
            transform: scale(var(--btn-focus-scale, 0.95));
  }
  .lg\:btn:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--n) / var(--tw-border-opacity));
    border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  }
  .lg\:btn.focus-visible{
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
  }
  .lg\:btn:focus-visible{
    outline: 2px solid hsl(var(--nf));
    outline-offset: 2px;
  }
  .lg\:btn.glass:hover,.lg\:btn.glass.btn-active{
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }
  .lg\:btn.glass.focus-visible{
    outline: 2px solid currentColor;
  }
  .lg\:btn.glass:focus-visible{
    outline: 2px solid currentColor;
  }
  .lg\:btn[disabled],.lg\:btn[disabled]:hover{
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }
  .lg\:btn.loading.btn-square:before,.lg\:btn.loading.btn-circle:before{
    margin-right: 0px;
  }
  .lg\:btn.loading.btn-xl:before,.lg\:btn.loading.btn-lg:before{
    height: 1.25rem;
    width: 1.25rem;
  }
  .lg\:btn.loading.btn-sm:before,.lg\:btn.loading.btn-xs:before{
    height: 0.75rem;
    width: 0.75rem;
  }
  .btn-group > input.lg\:btn[type="radio"]:checked{
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
  }
  .btn-group > input.lg\:btn[type="radio"]:checked.focus-visible{
    outline: 2px solid hsl(var(--p));
  }
  .btn-group > input.lg\:btn[type="radio"]:checked:focus-visible{
    outline: 2px solid hsl(var(--p));
  }
  [dir="ltr"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0.5rem;
  }
  .btn-group .lg\:btn:first-child:not(:last-child){
    margin-top: -0px;
    margin-left: -1px;
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0;
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:not(:first-child):not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0.5rem;
  }
  .btn-group-horizontal .lg\:btn:first-child:not(:last-child){
    margin-top: -0px;
    margin-left: -1px;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-horizontal .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
    border-top-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
    border-top-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    border-top-left-radius: 0.5rem;
  }
  .btn-group-vertical .lg\:btn:first-child:not(:last-child){
    margin-top: -1px;
    margin-left: -0px;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-top-right-radius: 0;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-top-left-radius: 0;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
  }
  [dir="ltr"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-right-radius: 0.5rem;
  }
  [dir="rtl"] .btn-group-vertical .lg\:btn:last-child:not(:first-child){
    border-bottom-left-radius: 0.5rem;
  }
  .lg\:btn{
    border-radius: 0.25rem;
    /* @apply py-4 px-6 bg-elic-red text-white rounded font-semibold lg:text-base no-underline transition;
    @apply hover:bg-elic-red-600;
    @apply focus:outline-none focus:ring-2 focus:ring-elic-red focus:ring-offset-2 focus:ring-offset-elic-tan-light; */
  }
}
.hover\:\!-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
  -webkit-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;
          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;
}
.hover\:-translate-y-0:hover{
  --tw-translate-y: -0px;
  -webkit-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: 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-0\.5:hover{
  --tw-translate-y: -0.125rem;
  -webkit-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: 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;
  -webkit-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: 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\:bg-elic-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 30, 33, var(--tw-bg-opacity));
}
.hover\:bg-elic-tan-superdark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 210, 172, var(--tw-bg-opacity));
}
.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--p) / var(--tw-text-opacity)) !important;
}
.hover\:text-elic-red:hover{
  --tw-text-opacity: 1;
  color: rgba(179, 42, 46, var(--tw-text-opacity));
}
.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.hover\:\!text-opacity-70:hover{
  --tw-text-opacity: 0.7 !important;
}
.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);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.hover\:shadow-elic-tan-superdark:hover{
  --tw-shadow-color: #EAD2AC;
  --tw-shadow: var(--tw-shadow-colored);
}
.active\:translate-y-0:active{
  --tw-translate-y: 0px;
  -webkit-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: 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));
}
.active\:scale-100:active{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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));
}
.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-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: 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-90{
  --tw-rotate: 90deg;
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.group:active .group-active\:text-primary-focus{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
  color: hsl(var(--pf, var(--p)) / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:-top-16{
    top: -4rem;
  }
  .sm\:bottom-\[120\%\]{
    bottom: 120%;
  }
  .sm\:right-\[4\%\]{
    right: 4%;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }
  .sm\:-mt-20{
    margin-top: -5rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .sm\:h-56{
    height: 14rem;
  }
  .sm\:h-80{
    height: 20rem;
  }
  .sm\:h-9{
    height: 2.25rem;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:w-5\/12{
    width: 41.666667%;
  }
  .sm\:w-7\/12{
    width: 58.333333%;
  }
  .sm\:w-9{
    width: 2.25rem;
  }
  .sm\:w-9\/12{
    width: 75%;
  }
  .sm\:w-\[47\%\]{
    width: 47%;
  }
  .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{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:justify-self-end{
    justify-self: end;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:rounded-none{
    border-radius: 0px;
  }
  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }
  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }
  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-\[18rem\]{
    font-size: 18rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-bottom-\[15\%\]{
    bottom: -15%;
  }
  .md\:-bottom-\[8\%\]{
    bottom: -8%;
  }
  .md\:left-10{
    left: 2.5rem;
  }
  .md\:left-\[10\%\]{
    left: 10%;
  }
  .md\:left-\[5\%\]{
    left: 5%;
  }
  .md\:right-\[10\%\]{
    right: 10%;
  }
  .md\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-full{
    grid-column: 1 / -1;
  }
  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:\!mb-6{
    margin-bottom: 1.5rem !important;
  }
  .md\:-mb-40{
    margin-bottom: -10rem;
  }
  .md\:-mb-64{
    margin-bottom: -16rem;
  }
  .md\:-mt-1{
    margin-top: -0.25rem;
  }
  .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }
  .md\:-mt-20{
    margin-top: -5rem;
  }
  .md\:-mt-28{
    margin-top: -7rem;
  }
  .md\:mb-1{
    margin-bottom: 0.25rem;
  }
  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[inherit\]{
    margin-bottom: inherit;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:\!h-\[28rem\]{
    height: 28rem !important;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-\[32rem\]{
    height: 32rem;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[50rem\]{
    height: 50rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[350px\]{
    max-height: 350px;
  }
  .md\:min-h-\[24rem\]{
    min-height: 24rem;
  }
  .md\:min-h-\[25rem\]{
    min-height: 25rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-11{
    width: 2.75rem;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-\[47\%\]{
    width: 47%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .md\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:justify-items-end{
    justify-items: end;
  }
  .md\:gap-1{
    gap: 0.25rem;
  }
  .md\:gap-1\.5{
    gap: 0.375rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .md\: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-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }
  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }
  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }
  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-14{
    padding: 3.5rem;
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:\!py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:\!pb-48{
    padding-bottom: 12rem !important;
  }
  .md\:\!pt-44{
    padding-top: 11rem !important;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .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;
  }
}
@media (min-width: 1024px){
  .lg\:-bottom-\[12\%\]{
    bottom: -12%;
  }
  .lg\:-bottom-\[20\%\]{
    bottom: -20%;
  }
  .lg\:left-14{
    left: 3.5rem;
  }
  .lg\:top-\[37px\]{
    top: 37px;
  }
  .lg\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:-mb-20{
    margin-bottom: -5rem;
  }
  .lg\:-mb-40{
    margin-bottom: -10rem;
  }
  .lg\:-mb-60{
    margin-bottom: -15rem;
  }
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:-mt-2{
    margin-top: -0.5rem;
  }
  .lg\:-mt-20{
    margin-top: -5rem;
  }
  .lg\:-mt-32{
    margin-top: -8rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:\!h-\[40rem\]{
    height: 40rem !important;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-80{
    height: 20rem;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[50rem\]{
    height: 50rem;
  }
  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:\!max-w-6xl{
    max-width: 72rem !important;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:\!grid-flow-col{
    grid-auto-flow: column !important;
  }
  .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\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-12{
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .lg\:place-self-center{
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: center;
    place-self: center;
  }
  .lg\:justify-self-end{
    justify-self: end;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:p-9{
    padding: 2.25rem;
  }
  .lg\:\!py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pl-24{
    padding-left: 6rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:left-\[12\%\]{
    left: 12%;
  }
  .xl\:left-\[24\%\]{
    left: 24%;
  }
  .xl\:right-\[24\%\]{
    right: 24%;
  }
  .xl\:m-4{
    margin: 1rem;
  }
  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xl\:-mb-28{
    margin-bottom: -7rem;
  }
  .xl\:-mt-44{
    margin-top: -11rem;
  }
  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .xl\:mt-1{
    margin-top: 0.25rem;
  }
  .xl\:h-64{
    height: 16rem;
  }
  .xl\:h-\[32rem\]{
    height: 32rem;
  }
  .xl\:h-\[550px\]{
    height: 550px;
  }
  .xl\:h-\[600px\]{
    height: 600px;
  }
  .xl\:max-h-\[550px\]{
    max-height: 550px;
  }
  .xl\:max-h-\[600px\]{
    max-height: 600px;
  }
  .xl\:w-10\/12{
    width: 83.333333%;
  }
  .xl\:w-4\/12{
    width: 33.333333%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:w-\[22\%\]{
    width: 22%;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-5xl{
    max-width: 64rem;
  }
  .xl\:max-w-6xl{
    max-width: 72rem;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }
  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }
  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }
  .xl\:p-7{
    padding: 1.75rem;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:\!py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:pl-16{
    padding-left: 4rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:left-\[20\%\]{
    left: 20%;
  }
  .\32xl\:left-\[40\%\]{
    left: 40%;
  }
  .\32xl\:right-\[40\%\]{
    right: 40%;
  }
  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .\32xl\:-mb-32{
    margin-bottom: -8rem;
  }
  .\32xl\:-mt-52{
    margin-top: -13rem;
  }
  .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .\32xl\:h-72{
    height: 18rem;
  }
  .\32xl\:h-96{
    height: 24rem;
  }
  .\32xl\:h-\[590px\]{
    height: 590px;
  }
  .\32xl\:h-\[700px\]{
    height: 700px;
  }
  .\32xl\:max-h-\[590px\]{
    max-height: 590px;
  }
  .\32xl\:max-h-\[700px\]{
    max-height: 700px;
  }
  .\32xl\:w-1\/3{
    width: 33.333333%;
  }
  .\32xl\:w-14{
    width: 3.5rem;
  }
  .\32xl\:w-8\/12{
    width: 66.666667%;
  }
  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }
  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }
  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }
  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:gap-20{
    gap: 5rem;
  }
  .\32xl\:rounded-2xl{
    border-radius: 1rem;
  }
  .\32xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .\32xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .\32xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }
  .\32xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }
  .\32xl\:p-12{
    padding: 3rem;
  }
  .\32xl\:pl-20{
    padding-left: 5rem;
  }
  .\32xl\:pl-28{
    padding-left: 7rem;
  }
  .\32xl\:pr-16{
    padding-right: 4rem;
  }
  .\32xl\:pr-28{
    padding-right: 7rem;
  }
  .\32xl\:pt-8{
    padding-top: 2rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .\32xl\:leading-\[1\.8\]{
    line-height: 1.8;
  }
}