/* ==========================================================================
   1. POLICES WEB ET FALLBACKS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@font-face {
  font-family: 'Calibre';
  src: local('Inter'), local('Helvetica Neue'), local('Arial'), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre';
  src: local('Inter Bold'), local('Helvetica Neue Bold'), local('Arial Bold'), sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   2. RÈGLES DE BASE ET SÉCURISATION DES IMAGES
   ========================================================================== */
html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Encadrement des logos de salons funéraires et organismes */
.wysiwyg .grid img,
.wysiwyg img[class*="min-h-"],
a img[class*="min-h-"] {
  max-height: 120px !important;
  max-width: 250px !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* Grille des salons funéraires */
.wysiwyg .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

/* Héros d'avis individuel */
.hero--secondary {
  position: relative;
  background-color: #d3e3f2;
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.hero--secondary img {
  border-radius: 9999px;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Grille responsive en 4 colonnes sur desktop */
.cards-grid--deceased {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 2rem 1.5rem !important;
    width: 100% !important;
}

/* Tablette : 2 colonnes */
@media (min-width: 640px) {
    .cards-grid--deceased {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Écrans moyens / portables : 3 colonnes */
@media (min-width: 1024px) {
    .cards-grid--deceased {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Desktop large (XL) : 4 colonnes */
@media (min-width: 1280px) {
    .cards-grid--deceased {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.card--deceased {
  background: #fff;
  border: 1px solid #e1e3eb;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card--deceased:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card--deceased img {
  aspect-ratio: 416/500;
  width: 100%;
  object-fit: cover;
}

/* Conteneurs principaux */
.wrapper {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.wysiwyg {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ==========================================================================
   3. STYLES TAILWIND DU THÈME HISTORIQUE
   ========================================================================== */

/**
 * debug: variables
 */

:root {
  --debug-color: rgba(112, 36, 89, 0.1);
  --debug-col-gutter: 2rem;
  --debug-col-width: 8.33%;
  --debug-offset: 2rem;
}

/**
 * debug: grid
 */

.debug::after {
  position: fixed;
  top: 0px;
  display: block;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  background: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(var(--debug-col-gutter) / 2),
    var(--debug-color) calc(var(--debug-col-gutter) / 2),
    var(--debug-color) calc(var(--debug-col-width) - (var(--debug-col-gutter) / 2)),
    transparent calc(var(--debug-col-width) - (var(--debug-col-gutter) / 2)),
    transparent var(--debug-col-width)
  );
  content: '';
  width: calc(100% - var(--debug-offset));
  z-index: 99999;
}

.home.reached-top .js-header-float,
.page-template-template-obituary.reached-top .js-header-float,
.single-obituary.reached-top .js-header-float {
  background-color: transparent;
}

.home.reached-top .logo p,
.page-template-template-obituary.reached-top .logo p,
.single-obituary.reached-top .logo p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home.reached-top .logo--dark,
.page-template-template-obituary.reached-top .logo--dark,
.single-obituary.reached-top .logo--dark {
  display: none !important;
}

.home.reached-top .logo--light,
.page-template-template-obituary.reached-top .logo--light,
.single-obituary.reached-top .logo--light {
  display: block !important;
}

.home.reached-top .wpml-ls-legacy-list-horizontal a,
.page-template-template-obituary.reached-top .wpml-ls-legacy-list-horizontal a,
.single-obituary.reached-top .wpml-ls-legacy-list-horizontal a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.home.reached-top .search-toggler svg path,
.page-template-template-obituary.reached-top .search-toggler svg path,
.single-obituary.reached-top .search-toggler svg path {
  fill: white;
}

.home nav .menu__container,
.page-template-template-obituary nav .menu__container,
.single-obituary nav .menu__container {
  border-color: rgb(255 255 255 / 0.3) !important;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.form .gform_wrapper.gravity-theme input:not([type='submit']),
.form .gform_wrapper.gravity-theme textarea,
.form .gform_wrapper.gravity-theme select,
.tingle-modal-box input:not([type='submit']),
.comment-respond input:not([type='submit']),
.comment-respond textarea {
  resize: none;
  border-width: 1px;
  border-color: rgb(28 31 40 / 0.3);
  padding: 1.5rem !important;
  padding-bottom: 1.25rem !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.form .gform_wrapper.gravity-theme input:not([type='submit']):focus,
.form .gform_wrapper.gravity-theme textarea:focus,
.form .gform_wrapper.gravity-theme select:focus,
.tingle-modal-box input:not([type='submit']):focus,
.comment-respond input:not([type='submit']):focus,
.comment-respond textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 169 78 / var(--tw-border-opacity));
}

.form .gform_wrapper.gravity-theme input:not([type='submit']):focus-visible,
.form .gform_wrapper.gravity-theme textarea:focus-visible,
.form .gform_wrapper.gravity-theme select:focus-visible,
.tingle-modal-box input:not([type='submit']):focus-visible,
.comment-respond input:not([type='submit']):focus-visible,
.comment-respond textarea:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form .gform_wrapper.gravity-theme .gfield_error input:not([type='submit']),
.form .gform_wrapper.gravity-theme .gfield_error textarea,
.form .gform_wrapper.gravity-theme .gfield_error select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 47 47 / var(--tw-border-opacity));
}

.form .gform_wrapper.gravity-theme .gform_fields .gfield_error .gfield_validation_message {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 47 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}

.form .gform_wrapper.gravity-theme .gform_fields .gfield_error .gfield_validation_message::before {
  --tw-content: url(../assets/svg/info-error.svg);
  content: var(--tw-content);
}

.form .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

.form .gform_wrapper.gravity-theme input::-moz-placeholder, .form .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  font-weight: 400;
  color: rgb(28 31 40 / 0.6);
}

.form .gform_wrapper.gravity-theme input::placeholder,
.form .gform_wrapper.gravity-theme textarea::placeholder {
  font-weight: 400;
  color: rgb(28 31 40 / 0.6);
}

.form .gform_wrapper.gravity-theme .gfield_label,
.tingle-modal-box .gform_wrapper.gravity-theme .gfield_label,
.form .gpnf-nested-entries th,
.form .gpnf-nested-entries td:before,
.comment-respond label {
  font-family: 'Marcellus', serif;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.form .gform_wrapper.gravity-theme .screen-reader-text,
.form .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

.form .gform_wrapper.gravity-theme .gfield_required {
  --tw-text-opacity: 1;
  color: rgb(221 19 19 / var(--tw-text-opacity));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 3rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.form .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  position: relative;
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 176 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 227 242 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-left: 3rem;
  font-size: 20px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(68 118 164 / var(--tw-text-opacity));
}

@media print {
   .wysiwyg .form .gform_wrapper.gravity-theme .field_description_above .gfield_description {
    display: none;
  }
}

.form .gform_wrapper.gravity-theme .field_description_above .gfield_description::before {
  position: absolute;
  left: 1rem;
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  --tw-content: url(../assets/svg/info.svg);
  content: var(--tw-content);
}

.form .gform_wrapper.gravity-theme .field_description_above .gfield_description em {
  opacity: 0.7;
}

.form .gform_wrapper.gravity-theme .gsection {
  border-width: 0px;
  padding: 0px;
}

.form .gform_wrapper.gravity-theme .gsection .gsection_title {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .form .gform_wrapper.gravity-theme .gsection .gsection_title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .form .gform_wrapper.gravity-theme .gsection .gsection_title {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .form .gform_wrapper.gravity-theme .gsection .gsection_title {
    font-size: 32px;
  }
}

.form .gform_wrapper.gravity-theme .gsection .gsection_title {
  font-family: 'Calibre', sans-serif;
}

.form .gform_wrapper.gravity-theme .gpnf-nested-entries {
  width: 100%;
}

.form button[type='button'] {
  margin-top: 1.5rem;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(246 169 78 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form button[type='button']:hover {
  opacity: 0.7;
}

.form .gform_wrapper.gravity-theme .gform_footer input[type='submit'],
.comment-form input[type='submit'] {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
  padding: 22px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .form .gform_wrapper.gravity-theme .gform_footer input[type='submit'],
.comment-form input[type='submit'] {
    padding-top: 26px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 22px;
    font-size: 18px;
  }
}

.form .gform_wrapper.gravity-theme .gform_footer input[type='submit']:hover,
.comment-form input[type='submit']:hover {
  background-color: color-mix(in srgb, #f6a94e 95%, black);
}

.form .gform_wrapper.gravity-theme .gform_footer input[type='submit'],
.comment-form input[type='submit'] {
  cursor: pointer;
  border-width: 0px;
}

.gpnf-modal .gpnf-modal-header,
.gpnf-modal .tingle-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 145 / var(--tw-bg-opacity)) !important;
}

.gform_wrapper.gravity-theme .ginput_complex {
  align-items: center;
}

.tingle-modal-box .gfield--type-time .ginput_complex.gform-grid-row .ginput_container_time {
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.form .gform_wrapper.gravity-theme .gfield--type-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .gform_wrapper.gravity-theme .gfield--type-total .gfield_label {
  font-size: 22px;
  line-height: 118%;
}

@media (min-width: 1024px) {
  .form .gform_wrapper.gravity-theme .gfield--type-total .gfield_label {
    font-size: 24px;
  }
}

.form .gform_wrapper.gravity-theme .gfield--type-total .gfield_label {
  font-family: 'Calibre', sans-serif;
  font-family: 'Marcellus', serif;
  margin-right: 1.5rem;
  text-transform: uppercase;
}

.form .gform_wrapper.gravity-theme .gfield--type-total .ginput_container_total input {
  padding: 0px !important;
  text-align: right;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(83 183 21 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .form .gform_wrapper.gravity-theme .gfield--type-total .ginput_container_total input {
    font-size: 24px !important;
  }
}

@media not all and (min-width: 640px) {
  .gform_wrapper.gravity-theme input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    padding: 1rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.gpfup__select-files.gform_button_select_files {
  margin-top: 0px !important;
}

.gpfup__file {
  flex-wrap: wrap;
}

.gform_wrapper .gpfup__preview img {
  aspect-ratio: 416/500;
  height: auto;
  width: 256px;
}

.gform_wrapper .gpfup__preview .gpfup__edit {
  display: flex !important;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 145 / var(--tw-bg-opacity));
  opacity: 1;
}

.gform_wrapper .gpfup__file-info {
  width: 100%;
  min-width: initial;
  padding-top: 2rem;
}

.gform_wrapper .gpfup__file-actions {
  position: absolute;
  right: 0.75rem;
}

.gform_confirmation_wrapper {
  margin-top: -5rem;
  padding-bottom: 8rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .gform_confirmation_wrapper {
    margin-top: -8rem;
  }
}

label[for='comment'] {
  display: none !important;
}

p.comment-form-comment::before {
  content: 'Message';
}

/* Password protected post form */

.post-password-form p:first-of-type {
  font-family: 'Marcellus', serif;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.post-password-form label {
  font-family: 'Marcellus', serif;
  margin-bottom: 1rem;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.post-password-form input[type='password'] {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  max-width: 400px;
  resize: none;
  border-width: 1px;
  border-color: rgb(28 31 40 / 0.3);
  padding: 1.5rem !important;
  padding-bottom: 1.25rem !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.post-password-form input[type='password']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 169 78 / var(--tw-border-opacity));
}

.post-password-form input[type='password']:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.post-password-form input[type='submit'] {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
  padding: 22px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .post-password-form input[type='submit'] {
    padding-top: 26px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 22px;
    font-size: 18px;
  }
}

.post-password-form input[type='submit']:hover {
  background-color: color-mix(in srgb, #f6a94e 95%, black);
}

.post-password-form input[type='submit'] {
  cursor: pointer;
  border-width: 0px;
}

.hero--primary .btn-scroll svg {
  animation: bounce 1.5s ease-in-out infinite;
}

.hero--primary .btn-scroll svg:hover {
  animation-play-state: paused;
}

@keyframes bounce {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-10px);
  }
}

/* Memoriam carousel styles */

.memoriam-slide {
  opacity: 0.5;
  filter: grayscale(100%);
}

.memoriam-slide .memoriam-content {
  aspect-ratio: 4/3;
  transition: aspect-ratio 0.3s ease-in-out;
}

.memoriam-slide.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%);
  z-index: 10;
}

.memoriam-slide.swiper-slide-active .memoriam-content {
  aspect-ratio: 3/4;
}

.swiper-wrapper {
  align-items: center;
}

.cta-footer:before{
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E3F2 100%);
}

.comment-reply-title,
.comment-form-url,
.comment-notes,
.required-field-message,
.commentlist .comment-author .says,
.comment-form .comment-form-cookies-consent,
h3.comments {
  display: none;
}

.comment-respond label {
  display: block;
}

.comment-form-comment textarea {
  width: 100%;
}

.comment-form {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .comment-form {
    margin-top: 5rem;
  }
}

.comment-form .comment-form-author {
  order: 1;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .comment-form .comment-form-author {
    margin-bottom: 0px;
    margin-right: 2rem;
  }
}

.comment-form .comment-form-email {
  order: 2;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 100%;
}

@media (min-width: 640px) {
  .comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: calc(50% - 16px);
  }
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  width: 100%;
}

.comment-form .comment-form-comment {
  order: 3;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.comment-form .form-submit {
  order: 4;
}

.logged-in-as a {
  --tw-text-opacity: 1;
  color: rgb(68 118 164 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.logged-in-as a:hover {
  opacity: 0.7;
}

/*! tailwindcss v3.3.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 {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.text-h1 {
  font-size: 40px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .text-h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  .text-h1 {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .text-h1 {
    font-size: 5.21vw;
    letter-spacing: -0.02em;
  }
}

.text-h2 {
  font-size: 34px;
  line-height: 110%;
}

@media (min-width: 640px) {
  .text-h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 768px) {
  .text-h2 {
    font-size: 44px;
  }
}

@media (min-width: 1024px) {
  .text-h2 {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .text-h2 {
    font-size: 56px;
  }
}

@media (min-width: 1536px) {
  .text-h2 {
    font-size: 64px;
  }
}

.text-h3 {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .text-h3 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .text-h3 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .text-h3 {
    font-size: 40px;
  }
}

.text-h4 {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .text-h4 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .text-h4 {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .text-h4 {
    font-size: 32px;
  }
}

.text-h5 {
  font-size: 22px;
  line-height: 118%;
}

@media (min-width: 1024px) {
  .text-h5 {
    font-size: 24px;
  }
}

.text-h6 {
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .text-h6 {
    font-size: 21px;
  }
}

.text-h1,
    .text-h2,
    .text-h3 {
  font-family: 'Marcellus', serif;
}

.text-h4,
    .text-h5,
    .text-h6 {
  font-family: 'Calibre', sans-serif;
}

body {
  font-family: 'Calibre', sans-serif;
}

.body-text {
  font-size: 20px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .body-text {
    font-size: 20px;
  }
}

.subtitle {
  font-family: 'Marcellus', serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
}

@media (min-width: 1024px) {
  .subtitle {
    font-size: 16px;
  }
}

.wysiwyg :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 40px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .wysiwyg :is(:where(h1):not(:where([class~="not-prose"] *))) {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  .wysiwyg :is(:where(h1):not(:where([class~="not-prose"] *))) {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .wysiwyg :is(:where(h1):not(:where([class~="not-prose"] *))) {
    font-size: 5.21vw;
    letter-spacing: -0.02em;
  }
}

.wysiwyg :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-family: 'Marcellus', serif;
}

.wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 34px;
  line-height: 110%;
}

@media (min-width: 640px) {
  .wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 768px) {
  .wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 44px;
  }
}

@media (min-width: 1024px) {
  .wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 56px;
  }
}

@media (min-width: 1536px) {
  .wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 64px;
  }
}

.wysiwyg :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-family: 'Marcellus', serif;
}

.wysiwyg :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .wysiwyg :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .wysiwyg :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .wysiwyg :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 40px;
  }
}

.wysiwyg :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-family: 'Marcellus', serif;
}

.wysiwyg :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .wysiwyg :is(:where(h4):not(:where([class~="not-prose"] *))) {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .wysiwyg :is(:where(h4):not(:where([class~="not-prose"] *))) {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .wysiwyg :is(:where(h4):not(:where([class~="not-prose"] *))) {
    font-size: 32px;
  }
}

.wysiwyg :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-family: 'Calibre', sans-serif;
}

.wysiwyg :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-size: 22px;
  line-height: 118%;
}

@media (min-width: 1024px) {
  .wysiwyg :is(:where(h5):not(:where([class~="not-prose"] *))) {
    font-size: 24px;
  }
}

.wysiwyg :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-family: 'Calibre', sans-serif;
}

.wysiwyg :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .wysiwyg :is(:where(h6):not(:where([class~="not-prose"] *))) {
    font-size: 21px;
  }
}

.wysiwyg :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-family: 'Calibre', sans-serif;
}

.wysiwyg :is(:where(ol):not(:where([class~="not-prose"] *))) {
  list-style-type: decimal;
}

.wysiwyg a:not(.btn-primary) {
  --tw-text-opacity: 1;
  color: rgb(68 118 164 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wysiwyg a:not(.btn-primary):hover {
  opacity: 0.7;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 1.25rem;
}

.wysiwyg ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0.5rem;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.wysiwyg ol,
    .wysiwyg ol li ol {
  margin-left: 20px;
}

.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3 {
  margin-bottom: 1.5rem;
}

.wysiwyg h4,
    .wysiwyg h6 {
  margin-bottom: 1rem;
}

.wysiwyg * + h1,
    .wysiwyg * + h2,
    .wysiwyg * + h3,
    .wysiwyg * + h4,
    .wysiwyg * + h5,
    .wysiwyg * + h6 {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .wysiwyg * + h1,
    .wysiwyg * + h2,
    .wysiwyg * + h3,
    .wysiwyg * + h4,
    .wysiwyg * + h5,
    .wysiwyg * + h6 {
    margin-top: 2.5rem;
  }
}

.wysiwyg h4 + h5 {
  margin-top: -0.5rem;
}

.wysiwyg p,
    .wysiwyg li {
  font-size: 20px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wysiwyg p,
    .wysiwyg li {
    font-size: 20px;
  }
}

.wysiwyg p,
    .wysiwyg li {
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.wysiwyg p + ul {
  margin-top: 1.5rem;
}

.wysiwyg p + p img {
  margin-top: 3rem;
}

.wysiwyg p + p {
  margin-top: 1.5rem;
}

.wysiwyg ul + p img {
  margin-top: 5rem;
}

.wysiwyg p + ul {
  margin-top: 1.5rem;
}

.wysiwyg p img {
  margin-bottom: 5rem;
  width: 100%;
  border-radius: 0.125rem;
}

.wysiwyg li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wysiwyg figure {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .wysiwyg figure {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wysiwyg figure::before,
    .testimony__quote::before {
  margin-bottom: 2rem;
  display: block;
  height: 30px;
  width: 34px;
  --tw-content: url(../assets/svg/quote.svg);
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .wysiwyg figure::before,
    .testimony__quote::before {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    --tw-translate-x: calc(calc(100% + 32px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1280px) {
  .wysiwyg figure::before,
    .testimony__quote::before {
    height: 37px;
    width: 53px;
    --tw-translate-x: calc(calc(100% + 64px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.wysiwyg blockquote {
  border-bottom-width: 1px;
  border-color: rgb(28 31 40 / 0.3);
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .wysiwyg blockquote {
    padding-bottom: 4rem;
  }
}

.wysiwyg blockquote p {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 640px) {
  .wysiwyg blockquote p {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .wysiwyg blockquote p {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .wysiwyg blockquote p {
    font-size: 40px;
  }
}

.wysiwyg blockquote p {
  font-family: 'Marcellus', serif;
}

.wysiwyg figcaption.name,
    .testimony__name {
  font-family: 'Calibre', sans-serif;
  margin-top: 2rem;
  font-size: 22px;
}

@media (min-width: 1024px) {
  .wysiwyg figcaption.name,
    .testimony__name {
    margin-top: 3rem;
    font-size: 28px;
  }
}

.wysiwyg figcaption.position,
    .testimony__relationship {
  font-family: 'Marcellus', serif;
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .wysiwyg figcaption.position,
    .testimony__relationship {
    margin-top: 0.5rem;
    font-size: 18px;
  }
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .section {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}

@media (min-width: 1024px) {
  .section {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

section.hero {
  margin-top: calc(var(--header-h) + 100px);
}

@media (min-width: 768px) {
  section.hero {
    margin-top: calc(var(--header-h) + 130px);
  }
}

@media (min-width: 1024px) {
  section.hero {
    margin-top: calc(var(--header-h) + 150px);
  }
}

.different-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .different-background {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1024px) {
  .different-background {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.different-background.hero {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(var(--header-h) + 100px);
}

@media (min-width: 768px) {
  .different-background.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(var(--header-h) + 130px);
  }
}

@media (min-width: 1024px) {
  .different-background.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(var(--header-h) + 150px);
  }
}

.wrapper {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  max-width: 2560px;
}

@media (min-width: 1024px) {
  .wrapper {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.grid-col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 0px;
}

@media print {
   .wysiwyg .grid-col.gap-16 {
    display: none;
  }
}

@media (min-width: 640px) {
  .grid-col {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.thumbnail {
  position: relative;
  overflow: hidden;
}

.thumbnail img,
    .thumbnail-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-primary {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
  padding: 22px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .btn-primary {
    padding-top: 26px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 22px;
    font-size: 18px;
  }
}

.btn-primary--white {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
  padding: 22px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .btn-primary--white {
    padding-top: 26px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 22px;
    font-size: 18px;
  }
}

.btn-primary--white:hover {
  background-color: color-mix(in srgb, #f6a94e 95%, black);
}

.btn-primary--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.btn-primary:hover {
  background-color: color-mix(in srgb, #f6a94e 95%, black);
}

.btn-primary--white:hover {
  background-color: color-mix(in srgb, #ffffff 95%, black);
}

.font-mrcellus {
  font-family: 'Marcellus', serif;
}

.svg-container svg {
  height: 100%;
  width: 100%;
}

.overlay-black::before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  --tw-content: '';
  content: var(--tw-content);
}

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.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 !important;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!left-0 {
  left: 0px !important;
}

.\!left-\[-16px\] {
  left: -16px !important;
}

.\!right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[calc\(50\%-8px\)\] {
  left: calc(50% - 8px);
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-9 {
  grid-column-end: 9;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/5\] {
  aspect-ratio: 16/5;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[364\/45\] {
  aspect-ratio: 364/45;
}

.aspect-\[416\/500\] {
  aspect-ratio: 416/500;
}

.\!h-6 {
  height: 1.5rem !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-12 {
  max-height: 3rem;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-6 {
  width: 1.5rem !important;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[158px\] {
  width: 158px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[54px\] {
  width: 54px;
}

.w-\[750px\] {
  width: 750px;
}

.w-\[900px\] {
  width: 900px;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(142 176 207 / var(--tw-border-opacity));
}

.border-dark\/30 {
  border-color: rgb(28 31 40 / 0.3);
}

.border-dark\/40 {
  border-color: rgb(28 31 40 / 0.4);
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(225 227 235 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(28 31 40 / var(--tw-bg-opacity));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(246 169 78 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 235 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-skyblue {
  --tw-bg-opacity: 1;
  background-color: rgb(211 227 242 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-skyblue {
  --tw-gradient-to: #D3E3F2 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[94\%\] {
  padding-bottom: 94%;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.\!text-\[16px\] {
  font-size: 16px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

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

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.43\] {
  line-height: 1.43;
}

.leading-none {
  line-height: 1;
}

.-tracking-2 {
  letter-spacing: -0.02em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.\!text-dirtyblue {
  --tw-text-opacity: 1 !important;
  color: rgb(68 118 164 / var(--tw-text-opacity)) !important;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
}

.text-dirtyblue {
  --tw-text-opacity: 1;
  color: rgb(68 118 164 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hide-nav .js-header-float {
  --tw-translate-y: -100%;
  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));
}

.reached-top.menu-on .js-header-float .js-wrapper-float {
  transition-property: none;
}

.menu-on .line1 {
  --tw-translate-y: 8px;
  --tw-rotate: 45deg;
  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));
}

.menu-on .line2 {
  opacity: 0;
}

.menu-on .line3 {
  margin-top: 0px;
  --tw-translate-y: -5px;
  --tw-rotate: -45deg;
  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));
}

.menu-on .overlay {
  pointer-events: auto;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wpml-ls-legacy-list-horizontal {
  margin-top: 0.4em;
  border-style: none;
  padding: 0px;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(28 31 40 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wpml-ls-legacy-list-horizontal a:hover {
  opacity: 0.6;
}

@media (min-width: 1024px) {
  .wpml-ls-legacy-list-horizontal a {
    font-size: 18px;
  }
}

@media print {
  nav, footer, section.comments, .wysiwyg .subtitle, .wysiwyg .bg-skyblue, .wysiwyg .grid.gap-16, .hero--secondary:before, .hero--secondary>img {
    display: none;
  }

  .hero--secondary {
    padding-top: 0 !important;
  }

  .hero--secondary .mt-16 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-h1, h1 {
    font-size: 3.21vw;
  }

  body {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .wysiwyg p, .wysiwyg li {
    font-size: 18px;
  }

  main {
    margin: 0;
  }

  @page {
    margin-top: 0.5in;

    margin-bottom: 0.5in;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: 2560px;
  }

  @media (min-width: 1024px) {
    .max-sm\:wrapper {
      margin-left: 5rem;
      margin-right: 5rem;
    }
  }
}

@media (min-width: 640px) {
  .sm\:wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: 2560px;
  }

  @media (min-width: 1024px) {
    .sm\:wrapper {
      margin-left: 5rem;
      margin-right: 5rem;
    }
  }

  .sm\:grid-col {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 0px;
  }

  @media print {
     .wysiwyg .sm\:grid-col.gap-16 {
      display: none;
    }
  }

  @media (min-width: 640px) {
    .sm\:grid-col {
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
  }
}

@media (min-width: 768px) {
  .md\:grid-col {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 0px;
  }

  @media print {
     .wysiwyg .md\:grid-col.gap-16 {
      display: none;
    }
  }

  @media (min-width: 640px) {
    .md\:grid-col {
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:grid-col {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 0px;
  }

  @media print {
     .wysiwyg .lg\:grid-col.gap-16 {
      display: none;
    }
  }

  @media (min-width: 640px) {
    .lg\:grid-col {
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
  }
}

@media (min-width: 1440px) {
  .xlg\:grid-col {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 0px;
  }

  @media print {
     .wysiwyg .xlg\:grid-col.gap-16 {
      display: none;
    }
  }

  @media (min-width: 640px) {
    .xlg\:grid-col {
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
  }
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-8::before {
  content: var(--tw-content);
  left: -2rem;
}

.before\:-top-1::before {
  content: var(--tw-content);
  top: -0.25rem;
}

.before\:bottom-\[calc\(var\(--footer-h\)\*\(-1\)\)\]::before {
  content: var(--tw-content);
  bottom: calc(var(--footer-h) * (-1));
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-6::before {
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:h-\[350px\]::before {
  content: var(--tw-content);
  height: 350px;
}

.before\:h-\[calc\(var\(--footer-h\)\+100\%\)\]::before {
  content: var(--tw-content);
  height: calc(var(--footer-h) + 100%);
}

.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-\[url\(\'\.\.\/assets\/svg\/star-yellow-simple\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../assets/svg/star-yellow-simple.svg');
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:text-\[16px\]::before {
  content: var(--tw-content);
  font-size: 16px;
}

.before\:leading-8::before {
  content: var(--tw-content);
  line-height: 2rem;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\24D8\'\]::before {
  --tw-content: 'ⓘ';
  content: var(--tw-content);
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[calc\(var\(--footer-h\)\*\(-1\)\)\]::after {
  content: var(--tw-content);
  bottom: calc(var(--footer-h) * (-1));
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:min-h-\[325px\]::after {
  content: var(--tw-content);
  min-height: 325px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-\[url\(\'\.\.\/assets\/images\/clouds\.png\'\)\]::after {
  content: var(--tw-content);
  background-image: url('../assets/images/clouds.png');
}

.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}

.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first-of-type\:mt-0:first-of-type {
  margin-top: 0px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 176 207 / var(--tw-bg-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:scale-\[1\.08\] {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  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));
}

.swiper-slide-active .swiper-slide-active\:block {
  display: block;
}

@media not all and (min-width: 640px) {
  .max-sm\:p-\[18px\] {
    padding: 18px;
  }

  .max-sm\:pb-\[14px\] {
    padding-bottom: 14px;
  }

  .max-sm\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

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

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:shrink {
    flex-shrink: 1;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-\[66\%\] {
    padding-bottom: 66%;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[46px\] {
    bottom: 46px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[65px\] {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[56\%\] {
    padding-bottom: 56%;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }

  .before\:md\:h-\[500px\]::before {
    content: var(--tw-content);
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-\[23px\] {
    height: 23px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[23px\] {
    width: 23px;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-\[42\%\] {
    padding-bottom: 42%;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .before\:lg\:h-\[600px\]::before {
    content: var(--tw-content);
    height: 600px;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:inset-0 {
    inset: 0px;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

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

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:pb-\[33\%\] {
    padding-bottom: 33%;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[26px\] {
    font-size: 26px;
  }
}

@media (min-width: 1440px) {
  .xlg\:col-start-6 {
    grid-column-start: 6;
  }

  .xlg\:col-end-11 {
    grid-column-end: 11;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

/* --- Correction structurelle du Hero --- */
.hero--secondary {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin-top: -30px !important; /* Compense le header Hello Elementor si non transparent */
    background: transparent !important;
}

/* 1. L'image de fond doit occuper toute la largeur et hauteur sans masque arrondi */
.hero--secondary .hero__bg-container,
.hero--secondary > img,
.hero--secondary .absolute.inset-0 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 480px !important;
    border-radius: 0 !important; /* Supprime l'ovale sur l'image */
    object-fit: cover !important;
    object-position: center top !important;
    z-index: 1 !important;
}

@media (min-width: 768px) {
    .hero--secondary .hero__bg-container,
    .hero--secondary > img,
    .hero--secondary .absolute.inset-0 {
        height: 580px !important;
    }
}

/* Supprime les masques ou overlays parasites qui arrondissent l'image */
.hero--secondary.overlay-black::before,
.hero--secondary::before {
    display: none !important;
}

/* 2. La carte blanche centrale qui chevauche l'image */
.hero--secondary .sm\:wrapper,
.hero--secondary > div.relative.z-20 {
    position: relative !important;
    z-index: 10 !important;
    background-color: #ffffff !important;
    border-radius: 32px 32px 0 0 !important;
    max-width: 960px !important;
    margin: 140px auto 0 auto !important; /* Positionnement au premier tiers du paysage */
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.06) !important;
}

@media (min-width: 1024px) {
    .hero--secondary .sm\:wrapper,
    .hero--secondary > div.relative.z-20 {
        margin-top: 180px !important;
        max-width: 1020px !important;
    }
}

/* 3. Portrait ovale parfaitement centré */
.hero--secondary .mt-16,
.hero--secondary [class*="col-start-"] img {
    margin-top: 2rem !important;
    display: block !important;
}

.hero--secondary img.object-cover:not(.absolute) {
    border-radius: 9999px !important;
    aspect-ratio: 416 / 500 !important;
    width: 220px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Typographie du texte de l'avis et des condoléances */
.obituary-content,
.single-obituary__content,
article p {
    font-family: 'Marcellus', Georgia, 'Times New Roman', serif;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #2b2b2b;
}

/* Boutons de partage et formulaire */
.share-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 24px 0;
}

/* ==========================================================================
   Section Sympathies - Rendu conforme charte Publi Décès
   ========================================================================== */

.section.comments {
    margin-top: 2rem !important;
    padding-bottom: 5rem !important;
}

/* Badge Sympathies */
.section.comments .subtitle-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.section.comments .subtitle-badge .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.section.comments .subtitle-badge .icon-circle svg {
    width: 14px;
    height: 14px;
    fill: #C59B27;
}

.section.comments .subtitle-badge span {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #71717a;
}

/* Titre principal */
.section.comments h2.comments-title {
    font-family: "Marcellus", serif !important;
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin-bottom: 2rem !important;
    max-width: 480px;
}

/* État connecté / utilisateur */
.section.comments .logged-in-as {
    font-size: 0.8125rem !important;
    color: #71717a !important;
    margin-bottom: 1.5rem !important;
}

.section.comments .logged-in-as a {
    color: #4476A4 !important;
    text-decoration: underline !important;
}

/* Label & Champ Textarea */
.section.comments .comment-form-comment label {
    display: block;
    font-size: 0.8125rem;
    color: #71717a;
    margin-bottom: 0.5rem;
}

.section.comments textarea#comment {
    width: 100% !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 2px !important;
    padding: 1rem !important;
    font-size: 0.9375rem !important;
    line-height: 1.5 !important;
    background-color: #fafafa !important;
    color: #18181b !important;
    box-shadow: none !important;
    resize: vertical !important;
    min-height: 160px !important;
    outline: none !important;
    transition: border-color 0.2s, background-color 0.2s;
}

.section.comments textarea#comment:focus {
    border-color: #a1a1aa !important;
    background-color: #ffffff !important;
}

/* Consentement RGPD / Conditions */
.section.comments .comment-form-consent {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    margin-top: 1.25rem !important;
    margin-bottom: 2rem !important;
}

.section.comments .comment-form-consent input[type="checkbox"] {
    margin-top: 3px !important;
    accent-color: #E89E44 !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
}

.section.comments .comment-form-consent label {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    color: #71717a !important;
    margin: 0 !important;
}

.section.comments .comment-form-consent a {
    color: #4476A4 !important;
    text-decoration: underline !important;
}

/* Bouton Soumettre */
.section.comments .form-submit {
    margin-top: 0 !important;
}

.section.comments input#submit,
.section.comments .submit {
    display: inline-block !important;
    background-color: #E89E44 !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 0.875rem 2rem !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.section.comments input#submit:hover,
.section.comments .submit:hover {
    background-color: #d88f35 !important;
}

/* Nettoyage champ recherche avis */
.obituary-search-form input[type="search"] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.obituary-search-form button {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

