/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --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);
  }
}
@layer base {
  *, ::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)) {
        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;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#6367ff\] {
    background-color: #6367ff;
  }
  .text-center {
    text-align: center;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-xl\/30 {
    --tw-shadow-alpha: 30%;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, 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));
  }
}
html {
  scroll-behavior: smooth;
}
ul {
  list-style: disc;
  padding-left: 10px;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo img {
  max-width: 150px;
  max-height: 150px;
  padding: 10px;
  filter: invert(100%);
}
.navbar {
  color: white;
}
.options {
  font-family: "Saira Stencil", sans-serif;
}
.options a {
  max-width: 200px;
  padding: 20px;
}
.telephone button {
  background-color: #444141;
  border-radius: 14px;
  border: 1px solid white;
  color: #fff;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  right: 10px;
}
.telephone button:hover {
  background-image: linear-gradient(90deg, #53cbef 0%, #dcc66c 50%, #ffa3b6 75%, #53cbef 100%);
  animation: slidernbw 5s linear infinite;
  color: #000;
}
@keyframes slidernbw {
  to {
    background-position: 20vw;
  }
}
.hero-text {
  font-family: "Playwrite NO", cursive;
  font-weight: 600;
  font-size: 32px;
  line-height: 64px;
}
.enroll-button {
  width: 250px;
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.521) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}
.enroll-button:hover {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 18px 0px;
}
.enroll-button:active {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transition: 100ms;
}
.arrow-1 img, .arrow-2 img {
  width: 100%;
  filter: invert(100%);
}
.arrow-1, .arrow-2 {
  width: 150px;
  position: absolute;
}
.arrow-image {
  margin-top: 64px;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.arrow-1 {
  right: 280px;
  bottom: 10px;
}
.arrow-2 {
  transform: rotate(110deg);
  left: 280px;
  bottom: 30px;
}
.teacher-image {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.teacher-image img {
  width: 100%;
}
.brand-collab {
  margin-top: 32px;
}
.brand-text {
  font-family: "Saira Stencil", sans-serif;
  font-size: 64px;
  text-align: center;
  font-weight: 700;
}
.logo-slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
  margin-top: 40px;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.logo-track img {
  height: 100px;
  margin: 0 40px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.whatsapp-community {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.whatsapp-community-text {
  font-family: sans-serif;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
.whatsapp-community-image {
  max-width: 500px;
  margin-top: 64px;
}
.whatsapp-community-image img {
  width: 100%;
}
.button2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 8px;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button2:hover {
  color: #ffffff;
  border: 1px solid #009087;
}
.button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button2 img {
  height: 30px;
  margin-left: 8px;
}
.whatsapp-community a {
  margin-top: 64px;
}
.courses-text {
  text-align: center;
  margin-top: 32px;
  font-family: "Saira Stencil", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-decoration: underline;
}
.timeline {
  position: relative;
  max-width: 1150px;
  padding: 100px 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Times New Roman', Times, serif;
}
.timeline h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #4b4b4b;
}
.line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ddd;
  transform: translateX(-50%);
}
.progress {
  width: 100%;
  height: 0%;
  background: black;
}
.course {
  width: 40%;
  padding: 20px;
  background: #f5f5f5;
  margin: 60px 0;
  border-radius: 10px;
  position: relative;
  box-shadow: 10px 15px 20px 3px;
}
.course.left {
  margin-left: 5%;
}
.course.right {
  margin-left: 55%;
}
.course:nth-child(even) {
  transform: translateY(30px);
}
.our-teacher-text {
  text-align: center;
  margin-top: 32px;
  font-family: "Saira Stencil", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 30px;
}
.teacher-box {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.teacher-1, .teacher-2, .teacher-3, .teacher-4 {
  max-width: 300px;
  height: 600px;
  box-shadow: 3px 3px 3px 3px grey;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
}
h4 {
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #4b4b4b;
}
.teacher-1 p, .teacher-2 p, .teacher-3 p, .teacher-4 p {
  font-family: sans-serif;
  font-size: 14px;
}
.form-container {
  max-width: 400px;
  margin: 50px auto;
  font-family: Arial;
}
#question-section h2 {
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 24px;
}
select, input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#question-section button, #form-section button {
  width: 100%;
  padding: 12px;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#question-section button:hover, #form-section button:hover {
  background: #333;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.background.active {
  opacity: 1;
  visibility: visible;
}
#question-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 2px 2px 2px 2px rgb(255, 255, 255);
  padding: 18px;
  border-radius: 18px;
  transform: scale(0.8) translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
}
#question-section.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cross {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.reels-text {
  text-align: center;
  margin-top: 32px;
  font-family: "Saira Stencil", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 30px;
}
.video-section {
  padding: 60px 20px;
  text-align: center;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.video-grid video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
.join-us-text {
  text-align: center;
  margin-top: 32px;
  font-family: "Playwrite NO", cursive;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.join-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  background-color: #8491ac85;
  padding-top: 100px;
  padding-bottom: 50px;
  background-attachment: fixed;
  background-color: #ffdbfd;
}
.left-side img {
  max-width: 250px;
}
.left-side {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 28px;
}
.social {
  display: flex;
}
.agent a img {
  max-width: 50px;
}
.agent a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agent a p {
  font-size: 14px;
  font-weight: 700;
  color: rgb(73, 73, 73);
}
.agent {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100000;
}
.review-section h2 {
  text-align: center;
  margin-top: 32px;
  font-family: "Saira Stencil", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 30px;
}
.review-section {
  padding: 60px 20px;
  text-align: center;
}
.review-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.review-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 400px;
}
.review-video video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.controls button {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.brand-text, .whatsapp-community-text, .courses-text, .our-teacher-text, .reels-text, .review-section h2 {
  color: #314cff;
  font-family: "Lora";
}
.course {
  background-color: #c9beff;
}
.tick-list {
  list-style: none;
  padding-left: 20px;
}
.tick-list li::before {
  content: '✔';
  margin-right: 10px;
  color: green;
}
.why-choose-us {
  margin-top: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-text {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.why-div {
  border: 1px solid black;
  border-radius: 18px;
  padding: 18px;
  background-color: #d7faff;
}
.explore {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-button {
  width: 250px;
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.521) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
  font-size: 12px;
}
.explore-button:hover {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 18px 0px;
}
@media (max-width: 768px) {
  .review-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: auto;
  }
  .navbar {
    width: 100%;
  }
  #question-section {
    width: 100%;
    line-height: 12px;
    font-size: 14px;
  }
}
@media (max-width:900px) {
  .line {
    opacity: 0;
  }
  .course {
    width: 250px;
    margin: 20px 0;
    transform: none;
  }
  .course.left, .course.right {
    margin-left: 0;
  }
  .course:nth-child(even) {
    transform: none;
  }
  .timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-side {
    align-items: center;
  }
  .hero-text, .join-us-text {
    font-size: 20px;
  }
  .arrow-image .arrow-1, .arrow-image .arrow-2 {
    max-width: 80px;
  }
  .arrow-1 {
    right: 250px;
  }
  .arrow-2 {
    left: 250px;
  }
  .arrow-image {
    margin-top: 8px;
  }
  .telephone button a {
    max-width: 150px;
    font-size: 12px;
    line-height: 8px;
  }
  .telephone button {
    padding: 6px;
  }
  .options a {
    font-size: 14px;
  }
  .brand-text, .courses-text, .our-teacher-text, .whatsapp-community-text, .reels-text, .review-section h2 {
    font-size: 48px;
  }
  .whatsapp-community-image {
    max-width: 300px;
  }
}
.right-side {
  max-width: 100%;
}
@media (max-width:570px) {
  .telephone button {
    display: none;
  }
  footer iframe {
    max-width: 100%;
  }
  .course {
    width: 80%;
  }
  .arrow-1, .arrow-2 {
    display: none;
  }
  .logo img {
    width: 120px;
  }
  .options a {
    padding: 4px 4px 4px 4px;
  }
  .telephone .telephone-icon {
    font-size: 24px;
    padding-right: 8px;
  }
  .review-video {
    width: 500px;
  }
  .review-video video {
    height: 100%;
  }
}
@media (width>570px) {
  .telephone button {
    display: inline-block;
  }
  .telephone .telephone-icon {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
