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

  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  } /*
! tailwindcss v3.4.17 | 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.
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: "Host Grotesk", sans-serif; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
  }

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

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

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

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

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

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

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

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

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

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

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

  b,
  strong {
    font-weight: bolder;
  }

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

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

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

  small {
    font-size: 80%;
  }

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

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

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

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

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

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

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

  button,
  select {
    text-transform: none;
  }

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

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

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

  :-moz-focusring {
    outline: auto;
  }

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

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

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

  progress {
    vertical-align: baseline;
  }

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

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

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

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

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

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

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

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

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

  summary {
    display: list-item;
  }

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

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

  fieldset {
    margin: 0;
    padding: 0;
  }

  legend {
    padding: 0;
  }

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

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

  /*
Prevent resizing textareas horizontally by default.
*/

  textarea {
    resize: vertical;
  }

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

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

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

  /*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

  /* Make elements with the HTML hidden attribute stay hidden by default */
  [hidden]:where(:not([hidden="until-found"])) {
    display: none;
  }
  :root {
    /* Primary Blue */
    --primary-blue-01: #dfeeff;
    --primary-blue-03: #bfdeff;
    --primary-blue-05: #99cbff;
    --primary-blue-07: #4da4ff;
    --primary-blue-09: #18317a;

    /* Primary Yellow */
    --primary-yellow-01: #ffffe4;
    --primary-yellow-03: #fffcbb;
    --primary-yellow-05: #fff878;
    --primary-yellow-07: #ffd944;
    --primary-yellow-09: #ffc107;

    /* Neutral White */
    --neutral-white: #ffffff;

    /* Neutral Chalk */
    --neutral-chalk-01: #fbfbf6;
    --neutral-chalk-03: #f8fbed;
    --neutral-chalk-05: #f2f2e9;
    --neutral-chalk-07: #d9d9cc;
    --neutral-chalk-09: #b8b8a9;

    /* Neutral Coffee */
    --neutral-coffee-01: #c7bba6;
    --neutral-coffee-03: #99876b;
    --neutral-coffee-05: #261c0a;

    /* Support Green */
    --support-green-01: #d7edb8;
    --support-green-03: #b4dfb5;
    --support-green-05: #90d092;
    --support-green-07: #659266;
    --support-green-09: #3a533a;

    /* Support Orange */
    --support-orange-01: #ffd9cc;
    --support-orange-03: #ffb89e;
    --support-orange-05: #ff9670;
    --support-orange-07: #b3694e;
    --support-orange-09: #663c2d;

    /* Support Purple */
    --support-purple-01: #e9e0fa;
    --support-purple-03: #d6c5f5;
    --support-purple-05: #c2a9f1;
    --support-purple-07: #8876a9;
    --support-purple-09: #4e4460;
  }
  .\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
  @media (min-width: 1440px) {
    .\!container {
      max-width: 1440px !important;
    }

    .container {
      max-width: 1440px;
    }
  }
  .coffee-regular-btn {
    border-style: none;
    background-color: #261c0a;
    color: #f2f2e9;
  }
  .coffee-regular-btn:hover {
    background-color: #99cbff;
    color: #261c0a;
  }
  .yellow-regular-btn {
    border-style: none;
    background-color: #fff878;
    color: #261c0a;
  }
  .yellow-regular-btn:hover {
    background-color: #261c0a;
    color: #fbfbf6;
  }
  .green-regular-btn {
    border-style: none;
    background-color: #90d092;
    color: #3a533a;
  }
  .green-regular-btn:hover {
    background-color: #261c0a;
    color: #fbfbf6;
  }
  .bluegreen-regular-btn {
    border-style: none;
    background-color: #99cbff;
    color: #3a533a;
  }
  .bluegreen-regular-btn:hover {
    background-color: #261c0a;
    color: #fbfbf6;
  }
  .coffee-ghost-btn {
    background-color: transparent;
    color: #261c0a;
    border: 1px solid #261c0a;
  }
  .coffee-ghost-btn:hover {
    background-color: #261c0a;
    color: #f2f2e9;
  }
  .yellow-ghost-btn {
    background-color: transparent;
    color: #fff878;
    border: 1px solid #fff878;
  }
  .yellow-ghost-btn:hover {
    background-color: #fff878;
    color: #261c0a;
  }
  .green-ghost-btn {
    background-color: transparent;
    color: #90d092;
    border: 1px solid #90d092;
  }
  .green-ghost-btn:hover {
    background-color: #90d092;
    color: #261c0a;
  }
  .blue-ghost-btn {
    background-color: transparent;
    color: #99cbff;
    border: 1px solid #99cbff;
  }
  .blue-ghost-btn:hover {
    background-color: #99cbff;
    color: #261c0a;
  }
  .white-ghost-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .white-ghost-btn:hover {
    background-color: #ffffff;
    color: #261c0a;
  }
  .breadcrumb-separator:before {
    content: "";
    display: inline-block;
    margin: 0 0.5rem;
    width: 6px;
    height: 10px;
    background-image: url("../../assets/images/breadcrumb-separator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .grid-pattern {
    background-image: url("../../assets/images/grid-pattern.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
  .grid-pattern:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #fbfbf6, #ffffff);
    z-index: -1;
  }
  .cloudbeds-platform-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fbfbf6;
    z-index: -1 !important;
  }
  .grid-pattern-blue {
    background-image: url("../../assets/images/grid-pattern-blue.png");
  }
  .grid-pattern-blue:after {
    content: "";
    background-image: linear-gradient(to bottom, #99cbff, #ffffff);
  }
  .gradient-down-yellow {
    background-image: linear-gradient(to bottom, #fff878, #ffffff);
  }
  .gradient-down-blue {
    background-image: linear-gradient(to bottom, #99cbff, #ffffff);
  }
  .grid-pattern-coffee:after {
    content: "";
    background-image: linear-gradient(to bottom, #261c0a, #18317a);
  }
  .product-header-pattern {
    background-color: #f2f2e9;
    background-image: url("../../assets/images/product-header-bg.png");
  }
  .cta-block-blog-yellow > div {
    background-image: url("../../assets/images/cta-bg-yellow.png");
    background-color: #fff878;
  }
  .cta-block-blog-blue > div {
    background-image: url("../../assets/images/cta-bg-blue.png");
    background-color: #99cbff;
  }
  .cta-block-ebook-yellow > div {
    background-color: #fff878;
  }
  .cta-block-ebook-blue > div {
    background-color: #99cbff;
  }
  .cloudbeds-active {
    color: #4da4ff !important;
    border-color: #4da4ff !important;
  }
  .cta-section-yellow > div {
    background-image: url("../../assets/images/cta-section-bg-yellow.png");
    background-color: #fff878;
  }
  .cta-section-blue > div {
    background-image: url("../../assets/images/cta-section-bg-blue.png");
    background-color: #99cbff;
  }
  .cta-section-blue2 > div {
    background-image: url("../../assets/images/blue-background2.png");
    background-color: #99cbff;
  }
  .statistic-nav-link-active {
    color: #4da4ff !important;
    border-color: #4da4ff !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .square-pattern {
    background-image: url("../../assets/images/grid-square.png");
    background-repeat: repeat;
    background-position-y: -22px;
  }
  .square-xl-pattern {
    background-image: url("../../assets/images/grid-square-xl.png");
    background-repeat: repeat;
    background-position-y: -22px;
  }
  .square-xl-pattern-blue {
    background-image: url("../../assets/images/grid-square-xl-blue.png");
    background-repeat: repeat;
    background-position-y: -22px;
  }
  .coudbeds-background-position-y-0 {
    background-position-y: 0;
  }
  .cloudbeds-hidden {
    display: none !important;
  }
  /* Button colors */
  a.cloudbeds-custom-button.text-neutral-white,
  div.cloudbeds-custom-button.text-neutral-white {
    color: #ffffff !important;
  }
  a.cloudbeds-custom-button.text-neutral-coffee-05,
  div.cloudbeds-custom-button.text-neutral-coffee-05 {
    color: #261c0a !important;
  }
  a.cloudbeds-custom-button.text-support-green-07,
  div.cloudbeds-custom-button.text-support-green-07 {
    color: #659266 !important;
  }
  a.cloudbeds-custom-button.text-primary-yellow-05,
  div.cloudbeds-custom-button.text-primary-yellow-05 {
    color: #fff878 !important;
  }
  a.cloudbeds-custom-button.text-primary-blue-05,
  div.cloudbeds-custom-button.text-primary-blue-05 {
    color: #99cbff !important;
  }
  /* Button hover colors */
  a.cloudbeds-custom-button.hover\:text-neutral-coffee-05:hover,
  div.cloudbeds-custom-button.hover\:text-neutral-coffee-05:hover {
    color: #261c0a !important;
  }
  a.cloudbeds-custom-button.hover\:text-primary-yellow-05:hover,
  div.cloudbeds-custom-button.hover\:text-primary-yellow-05:hover {
    color: #fff878 !important;
  }
  a.cloudbeds-custom-button.hover\:text-support-green-07:hover,
  div.cloudbeds-custom-button.hover\:text-support-green-07:hover {
    color: #659266 !important;
  }
  a.cloudbeds-custom-button.hover\:text-primary-blue-05:hover,
  div.cloudbeds-custom-button.hover\:text-primary-blue-05:hover {
    color: #99cbff !important;
  }
  a.cloudbeds-custom-button.hover\:text-neutral-white:hover,
  div.cloudbeds-custom-button.hover\:text-neutral-white:hover {
    color: #ffffff !important;
  }
  /* Hover background colors */
  a.cloudbeds-custom-button.hover\:bg-primary-blue-05:hover,
  div.cloudbeds-custom-button.hover\:bg-primary-blue-05:hover {
    background-color: #99cbff !important;
  }
  /* Highlight Extending */
  .highlight-strong-primary-yellow-05 strong,
  .highlight-strong-primary-yellow-05 b {
    background-color: var(--wp--preset--color--primary-yellow-05);
    font-weight: inherit;
  }
  .highlight-strong-primary-blue-05 strong,
  .highlight-strong-primary-blue-05 b {
    background-color: var(--wp--preset--color--primary-blue-05);
    font-weight: inherit;
  }
  .highlight-strong-support-green-05 strong,
  .highlight-strong-support-green-05 b {
    background-color: var(--wp--preset--color--support-green-05);
    font-weight: inherit;
  }
  .cloudbeds-platform-cut-noise-section {
    background-image: linear-gradient(to bottom, #261c0a, #18317a);
  }
  .cloudbeds-platform-cut-noise-section
    .wp-block-cloudbeds-section-counter-video {
    background-color: transparent !important;
  }
  .not_valid_empty,
  .not_valid_email,
  .not_valid_number,
  .not_valid_website,
  .not_valid_phone,
  .not_checked,
  .radio_not_selected {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 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);
    --tw-ring-color: rgb(239 68 68 / 0.7);
  }
  .not_valid_empty::-moz-placeholder,
  .not_valid_email::-moz-placeholder,
  .not_valid_number::-moz-placeholder,
  .not_valid_website::-moz-placeholder,
  .not_valid_phone::-moz-placeholder,
  .not_checked::-moz-placeholder,
  .radio_not_selected::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  .not_valid_empty::placeholder,
  .not_valid_email::placeholder,
  .not_valid_number::placeholder,
  .not_valid_website::placeholder,
  .not_valid_phone::placeholder,
  .not_checked::placeholder,
  .radio_not_selected::placeholder {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  .not_valid_empty:focus,
  .not_valid_email:focus,
  .not_valid_number:focus,
  .not_valid_website:focus,
  .not_valid_phone:focus,
  .not_checked:focus,
  .radio_not_selected:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    --tw-ring-color: rgb(239 68 68 / 0.7);
  }
  .error-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .visible {
    visibility: visible;
  }
  .collapse {
    visibility: collapse;
  }
  .static {
    position: static;
  }
  .fixed {
    position: fixed;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    left: 0px;
    right: 0px;
  }
  .inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
  .-left-12 {
    left: -3rem;
  }
  .-right-12 {
    right: -3rem;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-1 {
    bottom: 0.25rem;
  }
  .bottom-4 {
    bottom: 1rem;
  }
  .bottom-6 {
    bottom: 1.5rem;
  }
  .bottom-\[80\%\] {
    bottom: 80%;
  }
  .left-0 {
    left: 0px;
  }
  .left-12 {
    left: 3rem;
  }
  .left-2 {
    left: 0.5rem;
  }
  .left-3 {
    left: 0.75rem;
  }
  .left-\[-125px\] {
    left: -125px;
  }
  .right-0 {
    right: 0px;
  }
  .right-12 {
    right: 3rem;
  }
  .right-2 {
    right: 0.5rem;
  }
  .right-3 {
    right: 0.75rem;
  }
  .right-4 {
    right: 1rem;
  }
  .right-6 {
    right: 1.5rem;
  }
  .right-\[-110px\] {
    right: -110px;
  }
  .right-\[-135px\] {
    right: -135px;
  }
  .right-\[-53px\] {
    right: -53px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-full {
    right: 100%;
  }
  .top-0 {
    top: 0px;
  }
  .top-1 {
    top: 0.25rem;
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-1\/3 {
    top: 33.333333%;
  }
  .top-10 {
    top: 2.5rem;
  }
  .top-16 {
    top: 4rem;
  }
  .top-2 {
    top: 0.5rem;
  }
  .top-3 {
    top: 0.75rem;
  }
  .top-5 {
    top: 1.25rem;
  }
  .top-6 {
    top: 1.5rem;
  }
  .top-\[87px\] {
    top: 87px;
  }
  .top-full {
    top: 100%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-first {
    order: -9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-13 {
    grid-column: span 13 / span 13;
  }
  .col-span-14 {
    grid-column: span 14 / span 14;
  }
  .col-span-15 {
    grid-column: span 15 / span 15;
  }
  .col-span-16 {
    grid-column: span 16 / span 16;
  }
  .col-span-17 {
    grid-column: span 17 / span 17;
  }
  .col-span-18 {
    grid-column: span 18 / span 18;
  }
  .col-span-19 {
    grid-column: span 19 / span 19;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-20 {
    grid-column: span 20 / span 20;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .-m-2\.5 {
    margin: -0.625rem;
  }
  .m-0 {
    margin: 0px;
  }
  .m-10 {
    margin: 2.5rem;
  }
  .m-4 {
    margin: 1rem;
  }
  .m-6 {
    margin: 1.5rem;
  }
  .-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .-mb-\[3px\] {
    margin-bottom: -3px;
  }
  .-ml-3 {
    margin-left: -0.75rem;
  }
  .-ml-\[15px\] {
    margin-left: -15px;
  }
  .-mt-1 {
    margin-top: -0.25rem;
  }
  .-mt-12 {
    margin-top: -3rem;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: 0.25rem;
  }
  .mb-10 {
    margin-bottom: 2.5rem;
  }
  .mb-12 {
    margin-bottom: 3rem;
  }
  .mb-14 {
    margin-bottom: 3.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-24 {
    margin-bottom: 6rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-32 {
    margin-bottom: 8rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-5 {
    margin-bottom: 1.25rem;
  }
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  .mb-7 {
    margin-bottom: 1.75rem;
  }
  .mb-8 {
    margin-bottom: 2rem;
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[58px\] {
    margin-bottom: 58px;
  }
  .mb-\[66px\] {
    margin-bottom: 66px;
  }
  .ml-0 {
    margin-left: 0px;
  }
  .ml-1 {
    margin-left: 0.25rem;
  }
  .ml-10 {
    margin-left: 2.5rem;
  }
  .ml-2 {
    margin-left: 0.5rem;
  }
  .ml-2\.5 {
    margin-left: 0.625rem;
  }
  .ml-4 {
    margin-left: 1rem;
  }
  .ml-5 {
    margin-left: 1.25rem;
  }
  .ml-6 {
    margin-left: 1.5rem;
  }
  .ml-8 {
    margin-left: 2rem;
  }
  .ml-\[-1px\] {
    margin-left: -1px;
  }
  .ml-\[-4px\] {
    margin-left: -4px;
  }
  .ml-\[37px\] {
    margin-left: 37px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .mr-0 {
    margin-right: 0px;
  }
  .mr-1 {
    margin-right: 0.25rem;
  }
  .mr-1\.5 {
    margin-right: 0.375rem;
  }
  .mr-2 {
    margin-right: 0.5rem;
  }
  .mr-2\.5 {
    margin-right: 0.625rem;
  }
  .mr-4 {
    margin-right: 1rem;
  }
  .mr-5 {
    margin-right: 1.25rem;
  }
  .mr-8 {
    margin-right: 2rem;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: 0.125rem;
  }
  .mt-1 {
    margin-top: 0.25rem;
  }
  .mt-1\.5 {
    margin-top: 0.375rem;
  }
  .mt-10 {
    margin-top: 2.5rem;
  }
  .mt-12 {
    margin-top: 3rem;
  }
  .mt-14 {
    margin-top: 3.5rem;
  }
  .mt-16 {
    margin-top: 4rem;
  }
  .mt-2 {
    margin-top: 0.5rem;
  }
  .mt-3 {
    margin-top: 0.75rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mt-5 {
    margin-top: 1.25rem;
  }
  .mt-6 {
    margin-top: 1.5rem;
  }
  .mt-7 {
    margin-top: 1.75rem;
  }
  .mt-8 {
    margin-top: 2rem;
  }
  .mt-\[-125px\] {
    margin-top: -125px;
  }
  .mt-\[-132px\] {
    margin-top: -132px;
  }
  .mt-\[-19px\] {
    margin-top: -19px;
  }
  .mt-\[-24px\] {
    margin-top: -24px;
  }
  .mt-\[-30px\] {
    margin-top: -30px;
  }
  .mt-\[-5px\] {
    margin-top: -5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
  }
  .inline {
    display: inline;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[100\/100\] {
    aspect-ratio: 100/100;
  }
  .aspect-\[107\/265\] {
    aspect-ratio: 107/265;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-\[200\/114\] {
    aspect-ratio: 200/114;
  }
  .aspect-\[220\/288\] {
    aspect-ratio: 220/288;
  }
  .aspect-\[280\/260\] {
    aspect-ratio: 280/260;
  }
  .aspect-\[318\/182\] {
    aspect-ratio: 318/182;
  }
  .aspect-\[332\/204\] {
    aspect-ratio: 332/204;
  }
  .aspect-\[358\/84\] {
    aspect-ratio: 358/84;
  }
  .aspect-\[398\/480\] {
    aspect-ratio: 398/480;
  }
  .aspect-\[448\/639\] {
    aspect-ratio: 448/639;
  }
  .aspect-\[450\/582\] {
    aspect-ratio: 450/582;
  }
  .aspect-\[452\/452\] {
    aspect-ratio: 452/452;
  }
  .aspect-\[496\/592\] {
    aspect-ratio: 496/592;
  }
  .aspect-\[544\/560\] {
    aspect-ratio: 544/560;
  }
  .aspect-\[560\/294\] {
    aspect-ratio: 560/294;
  }
  .aspect-\[579\/688\] {
    aspect-ratio: 579/688;
  }
  .aspect-\[648\/432\] {
    aspect-ratio: 648/432;
  }
  .aspect-\[796\/418\] {
    aspect-ratio: 796/418;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: 16 / 9;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-10 {
    height: 2.5rem;
  }
  .h-12 {
    height: 3rem;
  }
  .h-14 {
    height: 3.5rem;
  }
  .h-16 {
    height: 4rem;
  }
  .h-20 {
    height: 5rem;
  }
  .h-24 {
    height: 6rem;
  }
  .h-32 {
    height: 8rem;
  }
  .h-4 {
    height: 1rem;
  }
  .h-5 {
    height: 1.25rem;
  }
  .h-6 {
    height: 1.5rem;
  }
  .h-8 {
    height: 2rem;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[132px\] {
    height: 132px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[152px\] {
    height: 152px;
  }
  .h-\[186px\] {
    height: 186px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[288px\] {
    height: 288px;
  }
  .h-\[290px\] {
    height: 290px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[364px\] {
    height: 364px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[100dvh\] {
    max-height: 100dvh;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .max-h-\[16px\] {
    max-height: 16px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[265px\] {
    max-height: 265px;
  }
  .max-h-\[372px\] {
    max-height: 372px;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .max-h-\[72px\] {
    max-height: 72px;
  }
  .max-h-\[calc\(100vh-2rem\)\] {
    max-height: calc(100vh - 2rem);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-\[128px\] {
    min-height: 128px;
  }
  .min-h-\[160px\] {
    min-height: 160px;
  }
  .min-h-\[232px\] {
    min-height: 232px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[33\%\] {
    min-height: 33%;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[440px\] {
    min-height: 440px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[520px\] {
    min-height: 520px;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: 50%;
  }
  .w-1\/4 {
    width: 25%;
  }
  .w-10 {
    width: 2.5rem;
  }
  .w-12 {
    width: 3rem;
  }
  .w-16 {
    width: 4rem;
  }
  .w-2\/5 {
    width: 40%;
  }
  .w-20 {
    width: 5rem;
  }
  .w-3\/4 {
    width: 75%;
  }
  .w-3\/5 {
    width: 60%;
  }
  .w-32 {
    width: 8rem;
  }
  .w-4 {
    width: 1rem;
  }
  .w-40 {
    width: 10rem;
  }
  .w-5 {
    width: 1.25rem;
  }
  .w-6 {
    width: 1.5rem;
  }
  .w-64 {
    width: 16rem;
  }
  .w-8 {
    width: 2rem;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[329px\] {
    width: 329px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[92vw\] {
    width: 92vw;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-6 {
    min-width: 1.5rem;
  }
  .min-w-64 {
    min-width: 16rem;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-36 {
    max-width: 9rem;
  }
  .max-w-40 {
    max-width: 10rem;
  }
  .max-w-48 {
    max-width: 12rem;
  }
  .max-w-4xl {
    max-width: 56rem;
  }
  .max-w-5xl {
    max-width: 64rem;
  }
  .max-w-64 {
    max-width: 16rem;
  }
  .max-w-6xl {
    max-width: 72rem;
  }
  .max-w-7 {
    max-width: 1.75rem;
  }
  .max-w-72 {
    max-width: 18rem;
  }
  .max-w-7xl {
    max-width: 80rem;
  }
  .max-w-8 {
    max-width: 2rem;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[107px\] {
    max-width: 107px;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[1144px\] {
    max-width: 1144px;
  }
  .max-w-\[1176px\] {
    max-width: 1176px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[122px\] {
    max-width: 122px;
  }
  .max-w-\[1368px\] {
    max-width: 1368px;
  }
  .max-w-\[1376px\] {
    max-width: 1376px;
  }
  .max-w-\[1380px\] {
    max-width: 1380px;
  }
  .max-w-\[152px\] {
    max-width: 152px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-\[16px\] {
    max-width: 16px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[264px\] {
    max-width: 264px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[275px\] {
    max-width: 275px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[325px\] {
    max-width: 325px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[357px\] {
    max-width: 357px;
  }
  .max-w-\[358px\] {
    max-width: 358px;
  }
  .max-w-\[398px\] {
    max-width: 398px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[448px\] {
    max-width: 448px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[496px\] {
    max-width: 496px;
  }
  .max-w-\[499px\] {
    max-width: 499px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[555px\] {
    max-width: 555px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[562px\] {
    max-width: 562px;
  }
  .max-w-\[564px\] {
    max-width: 564px;
  }
  .max-w-\[572px\] {
    max-width: 572px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[609px\] {
    max-width: 609px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[673px\] {
    max-width: 673px;
  }
  .max-w-\[678px\] {
    max-width: 678px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[72px\] {
    max-width: 72px;
  }
  .max-w-\[748px\] {
    max-width: 748px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[790px\] {
    max-width: 790px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[810px\] {
    max-width: 810px;
  }
  .max-w-\[89\%\] {
    max-width: 89%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: 28rem;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-screen-2xl {
    max-width: 1536px;
  }
  .max-w-screen-desktop {
    max-width: 1440px;
  }
  .max-w-sm {
    max-width: 24rem;
  }
  .flex-1 {
    flex: 1 1 0%;
  }
  .flex-\[2\] {
    flex: 2;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-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-y-1 {
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .animate-\[cb-scroll-x_var\(--cb-duration\)_linear_infinite\] {
    animation: cb-scroll-x var(--cb-duration) linear infinite;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .animate-spin {
    animation: spin 1s linear infinite;
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(25\2c 1fr\)\] {
    grid-template-columns: repeat(25, 1fr);
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: 0.25rem;
  }
  .gap-10 {
    gap: 2.5rem;
  }
  .gap-12 {
    gap: 3rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .gap-3 {
    gap: 0.75rem;
  }
  .gap-4 {
    gap: 1rem;
  }
  .gap-5 {
    gap: 1.25rem;
  }
  .gap-6 {
    gap: 1.5rem;
  }
  .gap-7 {
    gap: 1.75rem;
  }
  .gap-8 {
    gap: 2rem;
  }
  .gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .gap-y-1 {
    row-gap: 0.25rem;
  }
  .gap-y-4 {
    row-gap: 1rem;
  }
  .gap-y-6 {
    row-gap: 1.5rem;
  }
  .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-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-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * 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));
  }
  .divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .self-start {
    align-self: flex-start;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-center {
    align-self: center;
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: 1rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: 9999px;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .rounded-none {
    border-radius: 0px;
  }
  .rounded-sm {
    border-radius: 0.125rem;
  }
  .rounded-xl {
    border-radius: 0.75rem;
  }
  .rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .rounded-t-\[4px\] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .border {
    border-width: 1px;
  }
  .border-0 {
    border-width: 0px;
  }
  .border-2 {
    border-width: 2px;
  }
  .border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .border-b {
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-width: 4px;
  }
  .border-r {
    border-right-width: 1px;
  }
  .border-t {
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-width: 2px;
  }
  .border-solid {
    border-style: solid;
  }
  .border-dashed {
    border-style: dashed;
  }
  .border-\[\#00000038\] {
    border-color: #00000038;
  }
  .border-error-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
  .border-neutral-chalk-05 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 233 / var(--tw-border-opacity, 1));
  }
  .border-neutral-chalk-07 {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 204 / var(--tw-border-opacity, 1));
  }
  .border-neutral-chalk-07\/60 {
    border-color: rgb(217 217 204 / 0.6);
  }
  .border-neutral-chalk-07\/80 {
    border-color: rgb(217 217 204 / 0.8);
  }
  .border-neutral-chalk-09 {
    --tw-border-opacity: 1;
    border-color: rgb(184 184 169 / var(--tw-border-opacity, 1));
  }
  .border-neutral-coffee-01 {
    --tw-border-opacity: 1;
    border-color: rgb(199 187 166 / var(--tw-border-opacity, 1));
  }
  .border-neutral-coffee-03 {
    --tw-border-opacity: 1;
    border-color: rgb(153 135 107 / var(--tw-border-opacity, 1));
  }
  .border-neutral-coffee-05 {
    --tw-border-opacity: 1;
    border-color: rgb(38 28 10 / var(--tw-border-opacity, 1));
  }
  .border-neutral-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .border-primary-blue-05 {
    --tw-border-opacity: 1;
    border-color: rgb(153 203 255 / var(--tw-border-opacity, 1));
  }
  .border-primary-blue-09 {
    --tw-border-opacity: 1;
    border-color: rgb(24 49 122 / var(--tw-border-opacity, 1));
  }
  .border-b-neutral-coffee-05 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 28 10 / var(--tw-border-opacity, 1));
  }
  .bg-\[\#000000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#F9F8F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 243 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#fbfaf5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 245 / var(--tw-bg-opacity, 1));
  }
  .bg-error-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-chalk-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 246 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-chalk-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 237 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-chalk-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 233 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-chalk-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 204 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-chalk-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(184 184 169 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-coffee-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 187 166 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-coffee-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 135 107 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-coffee-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 28 10 / var(--tw-bg-opacity, 1));
  }
  .bg-neutral-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-blue-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-blue-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 222 255 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-blue-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 203 255 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-blue-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 164 255 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-blue-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 49 122 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-yellow-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 228 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-yellow-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 252 187 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-yellow-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 120 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-yellow-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 217 68 / var(--tw-bg-opacity, 1));
  }
  .bg-primary-yellow-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 193 7 / var(--tw-bg-opacity, 1));
  }
  .bg-support-green-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(215 237 184 / var(--tw-bg-opacity, 1));
  }
  .bg-support-green-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 223 181 / var(--tw-bg-opacity, 1));
  }
  .bg-support-green-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(144 208 146 / var(--tw-bg-opacity, 1));
  }
  .bg-support-green-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 146 102 / var(--tw-bg-opacity, 1));
  }
  .bg-support-green-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(58 83 58 / var(--tw-bg-opacity, 1));
  }
  .bg-support-orange-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 217 204 / var(--tw-bg-opacity, 1));
  }
  .bg-support-orange-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 184 158 / var(--tw-bg-opacity, 1));
  }
  .bg-support-orange-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 150 112 / var(--tw-bg-opacity, 1));
  }
  .bg-support-orange-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(179 105 78 / var(--tw-bg-opacity, 1));
  }
  .bg-support-orange-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(102 60 45 / var(--tw-bg-opacity, 1));
  }
  .bg-support-purple-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 224 250 / var(--tw-bg-opacity, 1));
  }
  .bg-support-purple-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 197 245 / var(--tw-bg-opacity, 1));
  }
  .bg-support-purple-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 169 241 / var(--tw-bg-opacity, 1));
  }
  .bg-support-purple-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 118 169 / var(--tw-bg-opacity, 1));
  }
  .bg-support-purple-09 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 68 96 / var(--tw-bg-opacity, 1));
  }
  .bg-opacity-45 {
    --tw-bg-opacity: 0.45;
  }
  .bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }
  .bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }
  .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .from-neutral-chalk-01 {
    --tw-gradient-from: #fbfbf6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 251 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-neutral-chalk-05 {
    --tw-gradient-from: #f2f2e9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(242 242 233 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-neutral-coffee-05 {
    --tw-gradient-from: #261c0a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-neutral-white {
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-primary-blue-05 {
    --tw-gradient-from: #99cbff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(153 203 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-primary-yellow-05 {
    --tw-gradient-from: #fff878 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 248 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-support-green-05 {
    --tw-gradient-from: #90d092 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(144 208 146 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-support-orange-05 {
    --tw-gradient-from: #ff9670 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 150 112 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-support-purple-05 {
    --tw-gradient-from: #c2a9f1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(194 169 241 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .to-neutral-chalk-01 {
    --tw-gradient-to: #fbfbf6 var(--tw-gradient-to-position);
  }
  .to-neutral-white {
    --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: 0.25rem;
  }
  .p-1\.5 {
    padding: 0.375rem;
  }
  .p-10 {
    padding: 2.5rem;
  }
  .p-12 {
    padding: 3rem;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .p-2\.5 {
    padding: 0.625rem;
  }
  .p-3 {
    padding: 0.75rem;
  }
  .p-4 {
    padding: 1rem;
  }
  .p-5 {
    padding: 1.25rem;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .p-7 {
    padding: 1.75rem;
  }
  .p-8 {
    padding: 2rem;
  }
  .p-9 {
    padding: 2.25rem;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .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-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .px-\[2\.2rem\] {
    padding-left: 2.2rem;
    padding-right: 2.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-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-1 {
    padding-bottom: 0.25rem;
  }
  .pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .pb-10 {
    padding-bottom: 2.5rem;
  }
  .pb-12 {
    padding-bottom: 3rem;
  }
  .pb-14 {
    padding-bottom: 3.5rem;
  }
  .pb-16 {
    padding-bottom: 4rem;
  }
  .pb-2 {
    padding-bottom: 0.5rem;
  }
  .pb-20 {
    padding-bottom: 5rem;
  }
  .pb-3 {
    padding-bottom: 0.75rem;
  }
  .pb-32 {
    padding-bottom: 8rem;
  }
  .pb-4 {
    padding-bottom: 1rem;
  }
  .pb-5 {
    padding-bottom: 1.25rem;
  }
  .pb-6 {
    padding-bottom: 1.5rem;
  }
  .pb-7 {
    padding-bottom: 1.75rem;
  }
  .pb-8 {
    padding-bottom: 2rem;
  }
  .pb-9 {
    padding-bottom: 2.25rem;
  }
  .pb-\[4\.1rem\] {
    padding-bottom: 4.1rem;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[5rem\] {
    padding-bottom: 5rem;
  }
  .pl-0 {
    padding-left: 0px;
  }
  .pl-10 {
    padding-left: 2.5rem;
  }
  .pl-2 {
    padding-left: 0.5rem;
  }
  .pl-3 {
    padding-left: 0.75rem;
  }
  .pl-4 {
    padding-left: 1rem;
  }
  .pl-8 {
    padding-left: 2rem;
  }
  .pr-0 {
    padding-right: 0px;
  }
  .pr-4 {
    padding-right: 1rem;
  }
  .pr-8 {
    padding-right: 2rem;
  }
  .pr-9 {
    padding-right: 2.25rem;
  }
  .ps-0 {
    padding-inline-start: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: 0.25rem;
  }
  .pt-10 {
    padding-top: 2.5rem;
  }
  .pt-12 {
    padding-top: 3rem;
  }
  .pt-2 {
    padding-top: 0.5rem;
  }
  .pt-2\.5 {
    padding-top: 0.625rem;
  }
  .pt-3 {
    padding-top: 0.75rem;
  }
  .pt-4 {
    padding-top: 1rem;
  }
  .pt-5 {
    padding-top: 1.25rem;
  }
  .pt-6 {
    padding-top: 1.5rem;
  }
  .pt-8 {
    padding-top: 2rem;
  }
  .pt-\[38px\] {
    padding-top: 38px;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-host {
    font-family: "Host Grotesk", sans-serif;
  }
  .font-stix {
    font-family: "STIX Two Text", serif;
  }
  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .text-\[1\.9rem\] {
    font-size: 1.9rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .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-\[400\] {
    font-weight: 400;
  }
  .font-\[600\] {
    font-weight: 600;
  }
  .font-bold {
    font-weight: 700;
  }
  .font-light {
    font-weight: 300;
  }
  .font-medium {
    font-weight: 500;
  }
  .font-normal {
    font-weight: 400;
  }
  .font-semibold {
    font-weight: 600;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .leading-4 {
    line-height: 1rem;
  }
  .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\.1\] {
    line-height: 1.1;
  }
  .leading-\[1\.3\] {
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    line-height: 1.4;
  }
  .leading-\[24px\] {
    line-height: 24px;
  }
  .leading-none {
    line-height: 1;
  }
  .leading-normal {
    line-height: 1.5;
  }
  .leading-relaxed {
    line-height: 1.625;
  }
  .leading-snug {
    line-height: 1.375;
  }
  .leading-tight {
    line-height: 1.25;
  }
  .tracking-\[-1px\] {
    letter-spacing: -1px;
  }
  .tracking-\[0\.3px\] {
    letter-spacing: 0.3px;
  }
  .tracking-wide {
    letter-spacing: 0.025em;
  }
  .text-error-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
  .text-neutral-chalk-01 {
    --tw-text-opacity: 1;
    color: rgb(251 251 246 / var(--tw-text-opacity, 1));
  }
  .text-neutral-chalk-03 {
    --tw-text-opacity: 1;
    color: rgb(248 251 237 / var(--tw-text-opacity, 1));
  }
  .text-neutral-chalk-05 {
    --tw-text-opacity: 1;
    color: rgb(242 242 233 / var(--tw-text-opacity, 1));
  }
  .text-neutral-chalk-07 {
    --tw-text-opacity: 1;
    color: rgb(217 217 204 / var(--tw-text-opacity, 1));
  }
  .text-neutral-chalk-09 {
    --tw-text-opacity: 1;
    color: rgb(184 184 169 / var(--tw-text-opacity, 1));
  }
  .text-neutral-coffee-01 {
    --tw-text-opacity: 1;
    color: rgb(199 187 166 / var(--tw-text-opacity, 1));
  }
  .text-neutral-coffee-03 {
    --tw-text-opacity: 1;
    color: rgb(153 135 107 / var(--tw-text-opacity, 1));
  }
  .text-neutral-coffee-05 {
    --tw-text-opacity: 1;
    color: rgb(38 28 10 / var(--tw-text-opacity, 1));
  }
  .text-neutral-coffee-05\/80 {
    color: rgb(38 28 10 / 0.8);
  }
  .text-neutral-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-primary-blue-01 {
    --tw-text-opacity: 1;
    color: rgb(223 238 255 / var(--tw-text-opacity, 1));
  }
  .text-primary-blue-03 {
    --tw-text-opacity: 1;
    color: rgb(191 222 255 / var(--tw-text-opacity, 1));
  }
  .text-primary-blue-05 {
    --tw-text-opacity: 1;
    color: rgb(153 203 255 / var(--tw-text-opacity, 1));
  }
  .text-primary-blue-07 {
    --tw-text-opacity: 1;
    color: rgb(77 164 255 / var(--tw-text-opacity, 1));
  }
  .text-primary-blue-09 {
    --tw-text-opacity: 1;
    color: rgb(24 49 122 / var(--tw-text-opacity, 1));
  }
  .text-primary-yellow-01 {
    --tw-text-opacity: 1;
    color: rgb(255 255 228 / var(--tw-text-opacity, 1));
  }
  .text-primary-yellow-03 {
    --tw-text-opacity: 1;
    color: rgb(255 252 187 / var(--tw-text-opacity, 1));
  }
  .text-primary-yellow-05 {
    --tw-text-opacity: 1;
    color: rgb(255 248 120 / var(--tw-text-opacity, 1));
  }
  .text-primary-yellow-07 {
    --tw-text-opacity: 1;
    color: rgb(255 217 68 / var(--tw-text-opacity, 1));
  }
  .text-primary-yellow-09 {
    --tw-text-opacity: 1;
    color: rgb(255 193 7 / var(--tw-text-opacity, 1));
  }
  .text-support-green-01 {
    --tw-text-opacity: 1;
    color: rgb(215 237 184 / var(--tw-text-opacity, 1));
  }
  .text-support-green-03 {
    --tw-text-opacity: 1;
    color: rgb(180 223 181 / var(--tw-text-opacity, 1));
  }
  .text-support-green-05 {
    --tw-text-opacity: 1;
    color: rgb(144 208 146 / var(--tw-text-opacity, 1));
  }
  .text-support-green-07 {
    --tw-text-opacity: 1;
    color: rgb(101 146 102 / var(--tw-text-opacity, 1));
  }
  .text-support-green-09 {
    --tw-text-opacity: 1;
    color: rgb(58 83 58 / var(--tw-text-opacity, 1));
  }
  .text-support-orange-01 {
    --tw-text-opacity: 1;
    color: rgb(255 217 204 / var(--tw-text-opacity, 1));
  }
  .text-support-orange-03 {
    --tw-text-opacity: 1;
    color: rgb(255 184 158 / var(--tw-text-opacity, 1));
  }
  .text-support-orange-05 {
    --tw-text-opacity: 1;
    color: rgb(255 150 112 / var(--tw-text-opacity, 1));
  }
  .text-support-orange-07 {
    --tw-text-opacity: 1;
    color: rgb(179 105 78 / var(--tw-text-opacity, 1));
  }
  .text-support-orange-09 {
    --tw-text-opacity: 1;
    color: rgb(102 60 45 / var(--tw-text-opacity, 1));
  }
  .text-support-purple-01 {
    --tw-text-opacity: 1;
    color: rgb(233 224 250 / var(--tw-text-opacity, 1));
  }
  .text-support-purple-03 {
    --tw-text-opacity: 1;
    color: rgb(214 197 245 / var(--tw-text-opacity, 1));
  }
  .text-support-purple-05 {
    --tw-text-opacity: 1;
    color: rgb(194 169 241 / var(--tw-text-opacity, 1));
  }
  .text-support-purple-07 {
    --tw-text-opacity: 1;
    color: rgb(136 118 169 / var(--tw-text-opacity, 1));
  }
  .text-support-purple-09 {
    --tw-text-opacity: 1;
    color: rgb(78 68 96 / var(--tw-text-opacity, 1));
  }
  .underline {
    text-decoration-line: underline;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .placeholder-neutral-coffee-03::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(153 135 107 / var(--tw-placeholder-opacity, 1));
  }
  .placeholder-neutral-coffee-03::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(153 135 107 / var(--tw-placeholder-opacity, 1));
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-100 {
    opacity: 1;
  }
  .opacity-25 {
    opacity: 0.25;
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .opacity-75 {
    opacity: 0.75;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-\[0_16px_32px_0_rgba\(0\2c 0\2c 0\2c 0\.24\)\] {
    --tw-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.24);
    --tw-shadow-colored: 0 16px 32px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
      0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
      0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
      0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .outline {
    outline-style: solid;
  }
  .outline-neutral-coffee-05 {
    outline-color: #261c0a;
  }
  .outline-neutral-white {
    outline-color: #ffffff;
  }
  .outline-primary-blue-05 {
    outline-color: #99cbff;
  }
  .outline-primary-yellow-05 {
    outline-color: #fff878;
  }
  .outline-support-green-05 {
    outline-color: #90d092;
  }
  .ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  .ring-error-500\/70 {
    --tw-ring-color: rgb(239 68 68 / 0.7);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
      drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
  }
  .invert {
    --tw-invert: invert(100%);
    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);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    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 {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }
  .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-colors {
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-200 {
    transition-duration: 200ms;
  }
  .duration-300 {
    transition-duration: 300ms;
  }
  .duration-500 {
    transition-duration: 500ms;
  }
  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .will-change-transform {
    will-change: transform;
  }
  .\[mask-image\:linear-gradient\(to_right\2c
    transparent\2c
    black_12\%\2c
    black_88\%\2c
    transparent\)\] {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black 12%,
      black 88%,
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      black 12%,
      black 88%,
      transparent
    );
  }
  body {
    font-family: "Host Grotesk", sans-serif !important;
  }
  /* Buttons */
  /* WordPress Styles */
  .wp-site-blocks > *,
  .is-layout-constrained > * {
    margin-block-start: 0 !important;
  }
  .content-body ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 30px;
    unicode-bidi: isolate;
  }
  .content-body ul li a,
  .content-body ol li a,
  .content-body p a {
    color: var(--wp--preset--color--primary-blue-07);
  }
  .content-body ul li a {
    color: var(--wp--preset--color--primary-blue-07);
  }
  .content-body > h2 {
    font-size: 48px;
  }
  .content-body .ps-0 {
    padding-inline-start: 0px !important;
  }
  @media only screen and (max-width: 768px) {
    .content-body > h2 {
      font-size: 32px;
    }
  }
  .wp-block-cloudbeds-promo-card.alignright {
    display: flex;
    justify-content: flex-end;
  }
  .wp-block-cloudbeds-promo-card.aligncenter {
    display: flex;
    justify-content: center;
  }
  .wp-block-audio audio {
    min-width: 220px;
  }
  ul.wp-block-list {
    list-style-type: disc;
    padding-left: 20px;
  }
  ol.wp-block-list {
    padding-left: 0px;
  }
  ol.wp-block-list > li {
    counter-increment: ol;
  }
  ol.wp-block-list > li::before {
    content: counter(ol) ".";
    margin-right: 5px;
  }
  .wp-block-image.size-full {
    height: auto !important;
  }
  .wp-block-separator {
    border-top: 1px solid !important;
  }
  .cloudbeds-full-width.has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cloudbeds-content-hub-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: -500px;
    height: 100%;
    width: 500px;
    background-color: #fbfbf6;
  }
  .wp-block-quote {
    border: none !important;
    padding: 0 !important;
  }
  /* Customers */
  .cloudbeds-customers-content .wp-block-quote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cloudbeds-customers-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .cloudbeds-customers-content p {
    margin-bottom: 15px;
  }
  .cloudbeds-h2-white h2 {
    color: var(--wp--preset--color--white);
  }
  :root :where(.is-layout-flow) > * {
    margin-block-start: 0 !important;
  }
  .wp-block-cloudbeds-signals-header h1 strong,
  .wp-block-cloudbeds-signals-header h2 strong,
  .wp-block-cloudbeds-signals-header h3 strong {
    background-color: var(--wp--preset--color--primary-yellow-05);
    color: var(--wp--preset--color--neutral-coffee-05);
    font-weight: inherit;
  }
  p img {
    display: inline-block;
  }
  figure.wp-block-image.alignright {
    display: flex;
    justify-content: flex-end;
  }
  @media (max-width: 781px) {
    .cloudbeds-distribution-section {
      flex-direction: column-reverse;
    }
  }
  .cloudbeds-support-partnership .absolute {
    top: 94px;
    right: 50%;
    width: 200px;
  }
  @media (max-width: 1100px) {
    .cloudbeds-support-partnership .absolute {
      display: none;
    }
  }
  @media (max-width: 992px) {
    .cloudbeds-newsroom-resources-row {
      flex-direction: column;
    }
  }
  .cloudbeds-quick-facts .wp-block-cloudbeds-counter-item p:last-child {
    min-height: 40px;
    display: flex;
    align-items: flex-end;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* Forms */
  .cloudbeds-form-header-left-side:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -200%;
    background-color: var(--wp--preset--color--primary-blue-03);
  }
  .wp-block-cloudbeds-form-header-right-side .wp-block-cloudbeds-counter-item {
    min-width: 100px;
  }
  .cloudbeds-resources-blue-cta {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .faq-section-item-header {
    cursor: pointer;
  }
  .cloudbeds-tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 16px;
    overflow: hidden;
  }
  .cloudbeds-tooltip-arrow::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 24px;
    height: 24px;
    background: var(--wp--preset--color--neutral-chalk-01);
    border-right: 1px solid var(--wp--preset--color--neutral-coffee-03);
    border-bottom: 1px solid var(--wp--preset--color--neutral-coffee-03);
  }
  .cloudbeds-close-tooltip,
  .cloudbeds-open-tooltip {
    cursor: pointer;
  }
  @media (max-width: 1200px) {
    .cloudbeds-tooltip-box {
      width: 100%;
      right: -10px;
    }
    .cloudbeds-tooltip-arrow {
      left: unset;
      right: 6px;
    }
  }
  .cloudbeds-feedback-carousel {
    width: 100%;
  }
  .cloudbeds-toggle-platform-tab-button {
    transition: transform 0.3s ease-in-out;
  }
  .cloudbeds-platform-tab-active .cloudbeds-toggle-platform-tab-button {
    transform: rotate(90deg);
  }
  .cloudbeds-platform-tab-active .cloudbeds-platform-title {
    text-decoration: none !important;
  }
  @media (max-width: 768px) {
    .cloudbeds-infrastructure-section
      .wp-block-cloudbeds-text-and-button-section
      h3 {
      font-size: 40px !important;
    }
  }
  .cloudbeds-about-us-our-people
    .wp-block-cloudbeds-solutions-header
    > .container
    .xl\:mb-32
    + div {
    max-width: 700px;
  }
  .cloudbeds-multiple-slider-horizontal-section .slick-slide {
    padding-bottom: 20px;
  }
  .wp-block-cloudbeds-section-gray .rounded-t-\[4px\],
  .wp-block-cloudbeds-section-gray-simple .rounded-t-\[4px\] {
    border-radius: 4px;
  }
  .faq-section-item-header h3 {
    padding-right: 20px;
  }
  .hover\:text-neutral-white:hovera.cloudbeds-custom-button,
  .hover\:text-neutral-white:hover div.cloudbeds-custom-button {
    color: #ffffff !important;
  }
  .hover\:text-neutral-coffee-05:hovera.cloudbeds-custom-button,
  .hover\:text-neutral-coffee-05:hover div.cloudbeds-custom-button {
    color: #261c0a !important;
  }
  .hover\:text-support-green-07:hovera.cloudbeds-custom-button,
  .hover\:text-support-green-07:hover div.cloudbeds-custom-button {
    color: #659266 !important;
  }
  .hover\:text-primary-yellow-05:hovera.cloudbeds-custom-button,
  .hover\:text-primary-yellow-05:hover div.cloudbeds-custom-button {
    color: #fff878 !important;
  }
  .hover\:text-primary-blue-05:hovera.cloudbeds-custom-button,
  .hover\:text-primary-blue-05:hover div.cloudbeds-custom-button {
    color: #99cbff !important;
  }
  .group:hover .group-hover\:text-neutral-coffee-05a.cloudbeds-custom-button,
  .group:hover
    .group-hover\:text-neutral-coffee-05
    div.cloudbeds-custom-button {
    color: #261c0a !important;
  }
  @media (min-width: 768px) {
    .md\:container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      padding-right: 2.2rem;
      padding-left: 2.2rem;
    }

    @media (min-width: 1440px) {
      .md\:container {
        max-width: 1440px;
      }
    }
  }
  .placeholder\:text-error-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  .placeholder\:text-error-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  .placeholder\:text-neutral-chalk-09::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(184 184 169 / var(--tw-text-opacity, 1));
  }
  .placeholder\:text-neutral-chalk-09::placeholder {
    --tw-text-opacity: 1;
    color: rgb(184 184 169 / var(--tw-text-opacity, 1));
  }
  .placeholder\:text-neutral-coffee-03::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(153 135 107 / var(--tw-text-opacity, 1));
  }
  .placeholder\:text-neutral-coffee-03::placeholder {
    --tw-text-opacity: 1;
    color: rgb(153 135 107 / var(--tw-text-opacity, 1));
  }
  .first\:border-t:first-child {
    border-top-width: 1px;
  }
  .last\:border-0:last-child {
    border-width: 0px;
  }
  .last\:border-b:last-child {
    border-bottom-width: 1px;
  }
  .last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }
  .last\:border-none:last-child {
    border-style: none;
  }
  .last\:pb-0:last-child {
    padding-bottom: 0px;
  }
  .visited\:no-underline:visited {
    text-decoration-line: none;
  }
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
  .hover\:bg-neutral-chalk-01:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 246 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-neutral-chalk-05\/70:hover {
    background-color: rgb(242 242 233 / 0.7);
  }
  .hover\:bg-neutral-coffee-03:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 135 107 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-neutral-coffee-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 28 10 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-neutral-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-blue-01:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-blue-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 203 255 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-blue-07:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(77 164 255 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-blue-09:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 49 122 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-yellow-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 120 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-support-green-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(144 208 146 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-support-orange-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 150 112 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-support-purple-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 169 241 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }
  .hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .hover\:from-\[\#BFDEFF\]:hover {
    --tw-gradient-from: #bfdeff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(191 222 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .hover\:to-\[\#F2F2E9\]:hover {
    --tw-gradient-to: #f2f2e9 var(--tw-gradient-to-position);
  }
  .hover\:text-neutral-chalk-01:hover {
    --tw-text-opacity: 1;
    color: rgb(251 251 246 / var(--tw-text-opacity, 1));
  }
  .hover\:text-neutral-coffee-05:hover {
    --tw-text-opacity: 1;
    color: rgb(38 28 10 / var(--tw-text-opacity, 1));
  }
  .hover\:text-neutral-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .hover\:text-primary-blue-05:hover {
    --tw-text-opacity: 1;
    color: rgb(153 203 255 / var(--tw-text-opacity, 1));
  }
  .hover\:text-primary-blue-07:hover {
    --tw-text-opacity: 1;
    color: rgb(77 164 255 / var(--tw-text-opacity, 1));
  }
  .hover\:text-primary-yellow-05:hover {
    --tw-text-opacity: 1;
    color: rgb(255 248 120 / var(--tw-text-opacity, 1));
  }
  .hover\:text-support-green-07:hover {
    --tw-text-opacity: 1;
    color: rgb(101 146 102 / var(--tw-text-opacity, 1));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
  .hover\:opacity-80:hover {
    opacity: 0.8;
  }
  .hover\:opacity-90:hover {
    opacity: 0.9;
  }
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
      0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
      0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
      0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .focus\:border-error-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
  .focus\:border-primary-blue-05:focus {
    --tw-border-opacity: 1;
    border-color: rgb(153 203 255 / var(--tw-border-opacity, 1));
  }
  .focus\:no-underline:focus {
    text-decoration-line: none;
  }
  .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  .focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  .focus\:ring-primary-blue-05:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(153 203 255 / var(--tw-ring-opacity, 1));
  }
  .active\:no-underline:active {
    text-decoration-line: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 0.5;
  }
  .group[open] .group-open\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group[open] .group-open\:bg-primary-blue-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
  }
  .group:hover .group-hover\:block {
    display: block;
  }
  .group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:text-neutral-chalk-01 {
    --tw-text-opacity: 1;
    color: rgb(251 251 246 / var(--tw-text-opacity, 1));
  }
  .group:hover .group-hover\:text-neutral-chalk-05 {
    --tw-text-opacity: 1;
    color: rgb(242 242 233 / var(--tw-text-opacity, 1));
  }
  .group:hover .group-hover\:text-neutral-coffee-05 {
    --tw-text-opacity: 1;
    color: rgb(38 28 10 / var(--tw-text-opacity, 1));
  }
  .group:hover .group-hover\:underline {
    text-decoration-line: underline;
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
  .group.is-active .group-\[\.is-active\]\: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));
  }
  .group[aria-expanded="true"] .group-aria-expanded\: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));
  }
  @media (min-width: 640px) {
    .sm\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .sm\:mb-14 {
      margin-bottom: 3.5rem;
    }

    .sm\:mb-\[66px\] {
      margin-bottom: 66px;
    }

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

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

    .sm\:hidden {
      display: none;
    }

    .sm\:aspect-square {
      aspect-ratio: 1 / 1;
    }

    .sm\:h-auto {
      height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:flex-wrap {
      flex-wrap: wrap;
    }

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

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

    .sm\:items-stretch {
      align-items: stretch;
    }

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

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

    .sm\:gap-3 {
      gap: 0.75rem;
    }

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

    .sm\:whitespace-normal {
      white-space: normal;
    }

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

    .sm\:bg-contain {
      background-size: contain;
    }

    .sm\:bg-right {
      background-position: right;
    }

    .sm\:p-0 {
      padding: 0px;
    }

    .sm\:p-10 {
      padding: 2.5rem;
    }

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

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

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

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

    .sm\:px-\[2\.2rem\] {
      padding-left: 2.2rem;
      padding-right: 2.2rem;
    }

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

    .sm\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .sm\:py-\[5rem\] {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .sm\:pl-0 {
      padding-left: 0px;
    }

    .sm\:pr-8 {
      padding-right: 2rem;
    }

    .sm\:pt-7 {
      padding-top: 1.75rem;
    }

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

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

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

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

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

    .sm\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .md\:order-1 {
      order: 1;
    }

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

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

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

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

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

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

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

    .md\:m-0 {
      margin: 0px;
    }

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

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

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

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

    .md\:-mr-2 {
      margin-right: -0.5rem;
    }

    .md\:mb-0 {
      margin-bottom: 0px;
    }

    .md\:mb-14 {
      margin-bottom: 3.5rem;
    }

    .md\:mb-\[-0\.75rem\] {
      margin-bottom: -0.75rem;
    }

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

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

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

    .md\:mr-16 {
      margin-right: 4rem;
    }

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

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

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

    .md\:mt-14 {
      margin-top: 3.5rem;
    }

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

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

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

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

    .md\:mt-\[-0\.75rem\] {
      margin-top: -0.75rem;
    }

    .md\:block {
      display: block;
    }

    .md\:inline {
      display: inline;
    }

    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

    .md\:aspect-\[579\/688\] {
      aspect-ratio: 579/688;
    }

    .md\:aspect-\[678\/484\] {
      aspect-ratio: 678/484;
    }

    .md\:h-20 {
      height: 5rem;
    }

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

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

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

    .md\:h-auto {
      height: auto;
    }

    .md\:max-h-\[90vh\] {
      max-height: 90vh;
    }

    .md\:min-h-\[33\%\] {
      min-height: 33%;
    }

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

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

    .md\:w-1\/4 {
      width: 25%;
    }

    .md\:w-20 {
      width: 5rem;
    }

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

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

    .md\:w-\[calc\(50\%-10px\)\] {
      width: calc(50% - 10px);
    }

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

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

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

    .md\:max-w-\[50\%\] {
      max-width: 50%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:gap-10 {
      gap: 2.5rem;
    }

    .md\:gap-4 {
      gap: 1rem;
    }

    .md\:gap-6 {
      gap: 1.5rem;
    }

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

    .md\:gap-x-20 {
      -moz-column-gap: 5rem;
      column-gap: 5rem;
    }

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

    .md\:rounded-none {
      border-radius: 0px;
    }

    .md\:border-b-0 {
      border-bottom-width: 0px;
    }

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

    .md\:border-r {
      border-right-width: 1px;
    }

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

    .md\:p-10 {
      padding: 2.5rem;
    }

    .md\:p-5 {
      padding: 1.25rem;
    }

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

    .md\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

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

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

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

    .md\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .md\:px-\[2\.2rem\] {
      padding-left: 2.2rem;
      padding-right: 2.2rem;
    }

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

    .md\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .md\:py-14 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }

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

    .md\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .md\:py-3 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

    .md\:pb-0 {
      padding-bottom: 0px;
    }

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

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

    .md\:pb-14 {
      padding-bottom: 3.5rem;
    }

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

    .md\:pb-20 {
      padding-bottom: 5rem;
    }

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

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

    .md\:pb-\[10rem\] {
      padding-bottom: 10rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:text-\[1\.9rem\] {
      font-size: 1.9rem;
    }

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

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

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

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

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

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

    .md\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .md\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .md\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .md\:text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
    }

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

    .md\:leading-\[40px\] {
      line-height: 40px;
    }

    .md\:tracking-\[-1px\] {
      letter-spacing: -1px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:absolute {
      position: absolute;
    }

    .lg\:sticky {
      position: sticky;
    }

    .lg\:right-10 {
      right: 2.5rem;
    }

    .lg\:right-\[-20px\] {
      right: -20px;
    }

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

    .lg\:top-6 {
      top: 1.5rem;
    }

    .lg\:top-\[-20px\] {
      top: -20px;
    }

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

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

    .lg\:order-last {
      order: 9999;
    }

    .lg\:order-none {
      order: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:mb-0 {
      margin-bottom: 0px;
    }

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

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

    .lg\:mb-28 {
      margin-bottom: 7rem;
    }

    .lg\:mb-5 {
      margin-bottom: 1.25rem;
    }

    .lg\:mb-\[-1\.25rem\] {
      margin-bottom: -1.25rem;
    }

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

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

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

    .lg\:mr-28 {
      margin-right: 7rem;
    }

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

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

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

    .lg\:mt-36 {
      margin-top: 9rem;
    }

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

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

    .lg\:mt-\[-1\.25rem\] {
      margin-top: -1.25rem;
    }

    .lg\:mt-\[3\.5rem\] {
      margin-top: 3.5rem;
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:hidden {
      display: none;
    }

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

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

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

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

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

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

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

    .lg\:w-44 {
      width: 11rem;
    }

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

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

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

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

    .lg\:w-\[calc\(33\.333\%-14px\)\] {
      width: calc(33.333% - 14px);
    }

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

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

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

    .lg\:max-w-14 {
      max-width: 3.5rem;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:grid-cols-\[3fr_2fr\] {
      grid-template-columns: 3fr 2fr;
    }

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

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

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

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

    .lg\:gap-10 {
      gap: 2.5rem;
    }

    .lg\:gap-12 {
      gap: 3rem;
    }

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

    .lg\:gap-\[4rem\] {
      gap: 4rem;
    }

    .lg\:overflow-y-visible {
      overflow-y: visible;
    }

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

    .lg\:border-r {
      border-right-width: 1px;
    }

    .lg\:border-none {
      border-style: none;
    }

    .lg\:bg-neutral-chalk-01 {
      --tw-bg-opacity: 1;
      background-color: rgb(251 251 246 / var(--tw-bg-opacity, 1));
    }

    .lg\:p-8 {
      padding: 2rem;
    }

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

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

    .lg\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }

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

    .lg\:px-\[2\.2rem\] {
      padding-left: 2.2rem;
      padding-right: 2.2rem;
    }

    .lg\:py-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }

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

    .lg\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

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

    .lg\:py-5 {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }

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

    .lg\:pb-0 {
      padding-bottom: 0px;
    }

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

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

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

    .lg\:pb-\[8rem\] {
      padding-bottom: 8rem;
    }

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

    .lg\:pr-16 {
      padding-right: 4rem;
    }

    .lg\:pr-2 {
      padding-right: 0.5rem;
    }

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

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

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

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

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

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

    .lg\:text-7xl {
      font-size: 4.5rem;
      line-height: 1;
    }

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

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

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

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

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

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

    .lg\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

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

    .lg\:leading-\[72px\] {
      line-height: 72px;
    }

    .lg\:leading-relaxed {
      line-height: 1.625;
    }

    .lg\:tracking-\[-1\.5px\] {
      letter-spacing: -1.5px;
    }

    .lg\:tracking-\[-2px\] {
      letter-spacing: -2px;
    }

    .lg\:tracking-\[-3px\] {
      letter-spacing: -3px;
    }
  }
  @media (min-width: 1280px) {
    .xl\:left-\[-226px\] {
      left: -226px;
    }

    .xl\:right-\[-72px\] {
      right: -72px;
    }

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

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

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

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

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

    .xl\:mb-32 {
      margin-bottom: 8rem;
    }

    .xl\:mb-\[-1\.75rem\] {
      margin-bottom: -1.75rem;
    }

    .xl\:mb-\[6rem\] {
      margin-bottom: 6rem;
    }

    .xl\:mb-\[94px\] {
      margin-bottom: 94px;
    }

    .xl\:mr-\[109px\] {
      margin-right: 109px;
    }

    .xl\:mr-\[65px\] {
      margin-right: 65px;
    }

    .xl\:mt-\[-1\.75rem\] {
      margin-top: -1.75rem;
    }

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

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

    .xl\:block {
      display: block;
    }

    .xl\:flex {
      display: flex;
    }

    .xl\:hidden {
      display: none;
    }

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

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

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

    .xl\:max-h-\[265px\] {
      max-height: 265px;
    }

    .xl\:max-h-\[452px\] {
      max-height: 452px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .xl\:gap-10 {
      gap: 2.5rem;
    }

    .xl\:gap-14 {
      gap: 3.5rem;
    }

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

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

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

    .xl\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }

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

    .xl\:pr-4 {
      padding-right: 1rem;
    }

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

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

    .xl\:text-7xl {
      font-size: 4.5rem;
      line-height: 1;
    }

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

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

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

    .xl\:leading-\[1\.15\] {
      line-height: 1.15;
    }

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

    .xl\:leading-\[138px\] {
      line-height: 138px;
    }

    .xl\:leading-\[152px\] {
      line-height: 152px;
    }

    .xl\:leading-\[79px\] {
      line-height: 79px;
    }

    .xl\:tracking-\[-1px\] {
      letter-spacing: -1px;
    }

    .xl\:tracking-\[-6px\] {
      letter-spacing: -6px;
    }
  }
  @media (min-width: 1536px) {
    .\32xl\:px-0 {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media (min-width: 1440px) {
    .\[\@media\(min-width\:1440px\)\]\:text-\[14px\] {
      font-size: 14px;
    }
  }
}
