/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _dcc
Theme URI: https://dashncam.com
Description: Dash-N-Cam subsite Theme v2.0
Version: 0.1.0
Author: Dash-N-Cam
Author URI: https://dashncam.com
Text Domain: _dcc
Requires at least: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_dcc is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "funnel", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-tighter: -0.05em;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --color-fore: #F2F2F2;
  --color-back: #17294D;
  --color-high: #F2BF24;
  --color-link: #0099E6;
  --color-cont: #FFF7D4;
  --font-head: "baloo", sans-serif;
}
:root {
  font-family: var(--font-sans);
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "funnel";
  src: local('funnel'), url(assets/fonts/funnel.woff2) format('woff');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "baloo";
  src: local('baloo'), url(assets/fonts/baloo.woff2) format('woff');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
[x-cloak] {
  display: none !important;
}
body {
  background-position: top center;
  background-repeat: no-repeat;
  font-family: var(--font-sans);
  color: var(--color-fore);
  background-color: #122024;
  background-size: 100% auto;
}
a {
  color: var(--color-link);
}
@media (hover: hover) {
  a:hover {
    color: var(--color-high);
  }
}
a {
  transition: 0.3s;
}
.h1 {
  font-family: var(--font-head);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
  font-size: clamp(1.75rem, 1.1rem + 2.5vw, 3rem);
  line-height: 1;
}
.h2 {
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-head);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
}
@media (width >= 64rem) {
  .h2 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
.h2 {
  font-size: clamp(1.25rem, 0.95rem + 1.2vw, 1.75rem);
  line-height: 1;
}
.h3 {
  margin-bottom: calc(var(--spacing) * 1);
  font-family: var(--font-head);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
  font-size: clamp(1rem, 0.6772rem + 1.6139vw, 1.5rem);
  line-height: 1;
}
.dcc-badge {
  border-top-left-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius-2xl);
}
.dcc-posts {
  padding-block: calc(var(--spacing) * 16);
}
._active a {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-high);
}
.dcc-post {
  margin-bottom: calc(var(--spacing) * 16);
}
.dcc-post .post-taxo {
  color: var(--color-cont);
  text-transform: lowercase;
}
.dcc-post .post-content {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #F2F2F2 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .dcc-post .post-content {
    border-color: color-mix(in oklab, var(--color-fore) 30%, transparent);
  }
}
:is(.dcc-post .post-content) .copy-block {
  color: color-mix(in srgb, #F2F2F2 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.dcc-post .post-content) .copy-block {
    color: color-mix(in oklab, var(--color-fore) 70%, transparent);
  }
}
:is(.dcc-post .post-content) p {
  margin-bottom: calc(var(--spacing) * 3);
}
:is(.dcc-post .post-cms) .post-figure-expand {
  position: absolute;
  z-index: 10;
  background-color: var(--color-link);
  padding: calc(var(--spacing) * 1.5);
  color: var(--color-fore);
}
@media (hover: hover) {
  :is(:is(.dcc-post .post-cms) .post-figure-expand):hover {
    background-color: var(--color-high);
  }
}
.dcc-post .post-figure {
  position: relative;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-link);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.dcc-post .cms-view {
  position: relative;
}
.copy-block {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: clamp(1.125rem, 0.71rem + 0.56vw, 1.375rem);
  line-height: 1.2;
}
.copy-block strong {
  color: var(--color-cont);
}
.copy-block ul {
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 4);
}
.copy-caption {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: clamp(1rem, 0.957rem + 0.1772vw, 1.2rem);
  line-height: 1.2;
}
.copy-caption strong {
  color: var(--color-cont);
}
.view {
  position: relative;
  margin: calc(var(--spacing) * 5);
  min-height: 100%;
  overflow: visible;
}
.view-figure img {
  margin-top: calc(var(--spacing) * 10);
  height: auto;
  width: 100%;
  border-top-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}
.view-figure .h3 {
  color: var(--color-cont);
}
.view-figure .copy-caption {
  color: color-mix(in srgb, #F2F2F2 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .view-figure .copy-caption {
    color: color-mix(in oklab, var(--color-fore) 70%, transparent);
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-20 {
  top: calc(var(--spacing) * 20);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[25\%\] {
  left: 25%;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-5 {
  margin-inline: calc(var(--spacing) * 5);
}
.mx-auto {
  margin-inline: auto;
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.my-20 {
  margin-block: calc(var(--spacing) * 20);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.ml-5 {
  margin-left: calc(var(--spacing) * 5);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[30vh\] {
  min-height: 30vh;
}
.min-h-full {
  min-height: 100%;
}
.w-2\/3 {
  width: calc(2 / 3 * 100%);
}
.w-2\/12 {
  width: calc(2 / 12 * 100%);
}
.w-10\/12 {
  width: calc(10 / 12 * 100%);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-2 {
  --tw-translate-y: calc(var(--spacing) * -2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.self-end {
  align-self: flex-end;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-tl-xl {
  border-top-left-radius: var(--radius-xl);
}
.rounded-br-xl {
  border-bottom-right-radius: var(--radius-xl);
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-link {
  border-color: var(--color-link);
}
.bg-back\/90 {
  background-color: color-mix(in srgb, #17294D 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-back\/90 {
    background-color: color-mix(in oklab, var(--color-back) 90%, transparent);
  }
}
.bg-high {
  background-color: var(--color-high);
}
.bg-link {
  background-color: var(--color-link);
}
.bg-transparent {
  background-color: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-size-\[120px_auto\] {
  background-size: 120px auto;
}
.bg-size-\[auto_40px\] {
  background-size: auto 40px;
}
.bg-position-\[50\%_50\%\] {
  background-position: 50% 50%;
}
.bg-position-\[center_center\] {
  background-position: center center;
}
.bg-position-\[left_50\%\] {
  background-position: left 50%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-link {
  fill: var(--color-link);
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.pt-1 {
  padding-top: calc(var(--spacing) * 1);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-5 {
  padding-right: calc(var(--spacing) * 5);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pl-2 {
  padding-left: calc(var(--spacing) * 2);
}
.pl-31\.25 {
  padding-left: calc(var(--spacing) * 31.25);
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-head {
  font-family: var(--font-head);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[25px\] {
  font-size: 25px;
}
.leading-4 {
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-tighter {
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
}
.text-cont {
  color: var(--color-cont);
}
.text-cont\/30 {
  color: color-mix(in srgb, #FFF7D4 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-cont\/30 {
    color: color-mix(in oklab, var(--color-cont) 30%, transparent);
  }
}
.text-cont\/50 {
  color: color-mix(in srgb, #FFF7D4 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-cont\/50 {
    color: color-mix(in oklab, var(--color-cont) 50%, transparent);
  }
}
.text-fore {
  color: var(--color-fore);
}
.text-high {
  color: var(--color-high);
}
.text-link {
  color: var(--color-link);
}
.lowercase {
  text-transform: lowercase;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
@media (hover: hover) {
  .hover\:border-high:hover {
    border-color: var(--color-high);
  }
}
@media (hover: hover) {
  .hover\:bg-high:hover {
    background-color: var(--color-high);
  }
}
@media (hover: hover) {
  .hover\:text-fore:hover {
    color: var(--color-fore);
  }
}
@media (hover: hover) {
  .hover\:opacity-100:hover {
    opacity: 100%;
  }
}
.focus\:ring-0:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 40rem) {
  .sm\:left-\[35\%\] {
    left: 35%;
  }
}
@media (width >= 40rem) {
  .sm\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
}
@media (width >= 40rem) {
  .sm\:h-full {
    height: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-6\/12 {
    width: calc(6 / 12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:flex\! {
    display: flex !important;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[25vh\] {
    min-height: 25vh;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-5\/12 {
    width: calc(5 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:self-auto {
    align-self: auto;
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:static {
    position: static;
  }
}
@media (width >= 64rem) {
  .lg\:z-auto {
    z-index: auto;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (width >= 64rem) {
  .lg\:mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
}
@media (width >= 64rem) {
  .lg\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:flex\! {
    display: flex !important;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/12 {
    width: calc(2 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-3\/12 {
    width: calc(3 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-25 {
    width: calc(var(--spacing) * 25);
  }
}
@media (width >= 64rem) {
  .lg\:w-auto {
    width: auto;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (width >= 64rem) {
  .lg\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
@media (width >= 64rem) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 64rem) {
  .lg\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
}
@media (width >= 64rem) {
  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 80rem) {
  .xl\:w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
