/*
! tailwindcss v3.0.24 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--wp--preset--font-family--lato); /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

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

.-right-1 {
  right: -0.25rem;
}

.top-4 {
  top: 1rem;
}

.left-4 {
  left: 1rem;
}

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

.-right-2 {
  right: -0.5rem;
}

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

.right-8 {
  right: 2rem;
}

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

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

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

.order-first {
  order: -9999;
}

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

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.aspect-\[360\/242\] {
  aspect-ratio: 360 / 242;
}

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 4rem;
}

.h-screen {
  height: 100vh;
}

.h-2 {
  height: 0.5rem;
}

.h-12 {
  height: 3rem;
}

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

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

.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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin-back {

  0%, 100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-360deg);
  }
}

.animate-spin-slow {
  animation: spin-back 20s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

.grid-cols-\[24px_1fr_24px\] {
  grid-template-columns: 24px 1fr 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-12 {
  gap: 3rem;
}

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

.space-y-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));
}

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

.divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-divide-opacity));
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(50 197 210 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-0 {
  border-width: 0px;
}

.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-4 {
  border-left-width: 4px;
}

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

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(58 60 60 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(50 197 210 / var(--tw-border-opacity));
}

.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(188 180 176 / var(--tw-border-opacity));
}

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

.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(13 134 147 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(231 80 90 / var(--tw-border-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 143 / var(--tw-bg-opacity));
}

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

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
}

.bg-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}

.bg-primary-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(152 226 233 / var(--tw-bg-opacity));
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(58 60 60 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(50 197 210 / var(--tw-bg-opacity));
}

.bg-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 238 / var(--tw-bg-opacity));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(13 134 147 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.fill-white {
  fill: #fff;
}

.fill-primary {
  fill: #32C5D2;
}

.fill-gray {
  fill: #8C8F8F;
}

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

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

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-serif {
  font-family: var(--wp--preset--font-family--fraunces);
}

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(140 143 143 / var(--tw-text-opacity));
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(13 134 147 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(231 80 90 / var(--tw-text-opacity));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(58 60 60 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
    .uagb-container-inner-blocks-wrap {
        max-width: calc(640px - 2rem) !important;
    }
}

@media (min-width: 768px) {
    .uagb-container-inner-blocks-wrap {
        max-width: calc(768px - 2rem) !important;
    }
}

@media (min-width: 1024px) {
    .uagb-container-inner-blocks-wrap {
        max-width: calc(1024px - 2rem) !important;
    }
}

@media (min-width: 1280px) {
    .uagb-container-inner-blocks-wrap {
        max-width: calc(1280px - 2rem) !important;
    }
}

@media (min-width: 1536px) {
    .uagb-container-inner-blocks-wrap {
        max-width: calc(1536px - 2rem) !important;
    }
}

.page-content p, .page-content ul, .page-content ol {
		margin-bottom: 1rem;
	}

.page-content ul:not([class]) {
  margin-left: 1rem;
  list-style-type: disc;
}

.page-content ul:not([class]) > :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));
}

.page-content ul:not([class]) *::marker {
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.page-content ul:not([class])::marker {
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.page-content ol:not([class]) {
  margin-left: 1rem;
  list-style-type: decimal;
}

.page-content ol:not([class]) > :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));
}

.page-content ol:not([class]) *::marker {
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.page-content ol:not([class])::marker {
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.form-section > :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));
}

.form-section + .form-header {
  margin-top: 3rem;
}

.form-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.form-footer {
  margin-top: 2rem;
}

.escola-checkout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 9rem;
}

.summary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}

.summary ul > :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));
}

.price-summary ul {
  margin-top: 1.5rem;
}

.price-summary ul > :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));
}

.price-summary ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.price-summary ul li {
  display: flex;
  gap: 0.5rem;
}

.price-summary ul span:first-child {
  flex-grow: 1;
}

.price-summary ul span + span {
  flex-shrink: 0;
}

.escola-checkout__summary {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.payment_method_instacredit label {
	display: block;
}

.payment_method_instacredit label:after {
		content: "";
		display: block;
		width: 468px;
		height: 60px;
		margin-top: 0.5rem;
		background: url('../images/bsc-ca.png') no-repeat center/contain;
	}

/*
.student-registered {
	.woocommerce #customer_details {
		display: none;
	}
}
*/

.checkout-instantcredit-not-eligible .payment_method_instacredit {
		display: none;
	}

.single-post__content p, .single-post__content h2, .single-post__content h3, .single-post__content h4 {
  margin-bottom: 1rem;
}

.single-post__content ol, .single-post__content ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.single-post__content ol {
  list-style-type: decimal;
}

.single-post__content ul {
  list-style-type: disc;
}

.single-post__content a {
            color: var(--wp--preset--color--primary);
        }

.single-post__content a:hover {
                text-decoration: underline;
            }

.content-area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  .content-area {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .content-area {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .content-area {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .content-area {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .content-area {
    max-width: 1536px;
  }
}

.content-area {
  margin-left: auto;
  margin-right: auto;
}

.post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    max-width: 1536px;
  }
}

.post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {

  .post-type-archive-product > main, .tax-product_cat > main, .tax-pa_marca > main, .single-product > main {
    grid-template-columns: 300px 1fr;
  }
}

.post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar, .tax-pa_marca > main .sidebar, .single-product > main .sidebar {
  display: none;
}

@media (min-width: 1024px) {

  .post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar, .tax-pa_marca > main .sidebar, .single-product > main .sidebar {
    display: block;
  }
}

.post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar, .tax-pa_marca > main .sidebar, .single-product > main .sidebar {
            order: -1;
        }

.sidebar .widget > div {
  padding: 1rem;
}

.sidebar .wp-block-woocommerce-product-categories {
  margin-bottom: 0px;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list-item a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a:after {
                        content: '';
                        background: url('../images/icons/chevron-down.svg') no-repeat center/contain;
                        display: block;
                        height: 1rem;
                        width: 1rem;
                        --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));
                    }

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item.is-open > a:after {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list {
  display: none;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list li a {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce input:not([type="checkbox"],[type="radio"]),.woocommerce select,.woocommerce textarea {
        background-color: transparent;
    }

.woocommerce input:not([type="checkbox"],[type="radio"]), .woocommerce select, .woocommerce textarea {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce input:not([type="checkbox"],[type="radio"]):focus, .woocommerce select:focus, .woocommerce textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(50 197 210 / var(--tw-border-opacity));
}

.woocommerce .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.woocommerce h2 {
  margin-bottom: 2rem;
}

.woocommerce h3 {
  margin-bottom: 2rem;
  font-family: var(--wp--preset--font-family--fraunces);
  font-size: 1.5rem;
  line-height: 2rem;
}

.woocommerce #customer_details {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.woocommerce-input-wrapper {
	display: block;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {

  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-billing-fields__field-wrapper .form-row:not(.form-row-first):not(.form-row-last) {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {

  .woocommerce-billing-fields__field-wrapper .form-row:not(.form-row-first):not(.form-row-last) {
    grid-column: span 2 / span 2;
  }
}

.wc_payment_methods {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wc_payment_methods .wc_payment_method {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
		grid-template-columns: 14px 1fr;
}

.wc_payment_methods .wc_payment_method label {
  font-weight: 700;
}

.wc_payment_methods .wc_payment_method input {
  grid-row: span 2 / span 2;
			transform: translateY(6px);
}

.shop_table {
  margin-bottom: 2rem;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(188 180 176 / var(--tw-border-opacity));
}

.shop_table tr {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(188 180 176 / var(--tw-border-opacity));
}

.shop_table td, .shop_table th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

.shop_table td:last-child, .shop_table th:last-child {
  text-align: right;
}

.shop_table .product-name {
  font-weight: 700;
}

.shop_table .product-name .variation {
			display: grid;
			grid-gap: .25rem .5rem;
			grid-template-columns: max-content;
			font-size: 0.875rem;
			line-height: 1.25rem;
			font-weight: 400;
		}

.shop_table .product-name .variation dd {
				grid-column-start: 2;
			}

.shop_table .product-name .wc-item-meta li {
				display: flex;
				gap: .25rem;
			}

.shop_table .product-name .wc-item-meta p {
  font-weight: 400;
}

.place-order {
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#place_order, .checkout-button, .wc-backward {
  --tw-bg-opacity: 1;
  background-color: rgb(50 197 210 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-message {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 134 147 / var(--tw-text-opacity));
}

.woocommerce-error {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 134 147 / var(--tw-text-opacity));
}

.button {
  display: inline-flex;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.button:disabled {
		cursor: not-allowed;
		opacity: .75;
	}

.button-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {

  .button-sm {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(50 197 210 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--hollow {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

/* Gravity Forms
--------------------------------------------- */

.gform-theme--framework {
	--gf-ctrl-shadow: none !important;
	--gf-radius: 0 !important;
	--gf-color-primary: var(--wp--preset--color--primary) !important;
	--gf-color-primary-darker: var(--wp--preset--color--primary-dark) !important;
	--gf-ctrl-btn-radius: 50px !important;
}

.gform-theme--framework .gform_required_legend {
		display: none;
	}

.gform-theme--framework .gform_button {
		text-transform: uppercase !important;
	}

.gform-theme input[type="text"],
	.gform-theme input[type="email"],
	.gform-theme input[type="tel"],
	.gform-theme textarea,
	.gform-theme select {
		border-width: 0 0 1px 0 !important;
	}

#off-canvas {
	--header-offset: 100px;
    top: -100%;
    transition: top .25s;
		height: calc(100dvh - var(--header-offset));
		z-index: 100;
		display: flex;
		flex-direction: column;
		gap: 2rem;
		padding: 1rem;
}

#off-canvas .menu {
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}

#off-canvas .menu > .menu__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#off-canvas .menu .menu__item svg {
						transition: transform .25s;
					}

#off-canvas .menu .menu__item .icon {
  fill: #fff;
}

#off-canvas .menu .menu__item a {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#off-canvas .menu .menu__item:has(.sub-menu.is-open) svg {
								transform: rotate(-180deg);
							}

#off-canvas .menu .menu__item .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(13 134 147 / var(--tw-divide-opacity));
}

#off-canvas .menu .menu__item .sub-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
							display: none;
}

#off-canvas .menu .menu__item .sub-menu.is-open {
								display: flex;
								flex-direction: column;
							}

#off-canvas .menu .menu__item .sub-menu.is-open a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#off-canvas .menu .menu__item.has-submenu--active > a .icon {
                        transform: rotate(-180deg);
                    }

#off-canvas .menu .menu__item.has-submenu--active > .sub-menu {
  display: flex;
  flex-direction: column;
}

#off-canvas .menu .menu__item.has-submenu--active > .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(13 134 147 / var(--tw-divide-opacity));
}

#off-canvas .menu .menu__item.has-submenu--active > .sub-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.has-off-canvas-open {
    overflow: hidden;
}

.has-off-canvas-open #off-canvas {
    	top: var(--header-offset);
    }

.admin-bar.has-off-canvas-open #off-canvas {
				top: calc(var(--header-offset) + 46px);
				height: calc(100dvh - var(--header-offset) - 46px);
		}

.footer .footer__sitemap .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {

  .footer .footer__sitemap .menu {
    flex-direction: row;
  }
}

.footer .footer__sitemap .menu > li {
				flex-grow: 1;
				flex-shrink: 0;
			}

.footer .footer__sitemap .menu > li > a {
  margin-bottom: 0.75rem;
  display: block;
  font-family: var(--wp--preset--font-family--fraunces);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer .footer__sitemap .menu > li ul > :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));
}

html {
	overflow-x: hidden;
}

body {
  --tw-text-opacity: 1;
  color: rgb(58 60 60 / var(--tw-text-opacity));
}

.brand {
    display: block;
    width: 200px;
    height: 36px;
    background: url('../images/escola-descriptura-ateneu-barcelones.svg') no-repeat center/contain;
    text-indent: -9999px;
}

.brand--white {
    background-image: url('../images/escola-escriptura--white@2x.png');
}

.heading-xl {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1024px) {

  .heading-xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {

  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.h2 {
  font-family: var(--wp--preset--font-family--fraunces);
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {

  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.breadcrumbs {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.breadcrumbs li {
    background: url('../icons/chevron-right.svg') no-repeat center right;
    padding-right: calc(12px + .5rem);
}

.breadcrumbs li:last-child {
    background-image: none;
}

.breadcrumbs span {
  font-weight: 700;
}

.icon {
    width: 24px;
    height: 24px;
}

.icon-sm {
    width: 12px;
    height: 12px;
}

.icon-md {
    width: 36px;
    height: 36px;
}

.icon-lg {
    width: 48px;
    height: 48px;
}

.list-checks > :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));
}

.list-checks li {
    background: url('../images/icons/check.svg') no-repeat left 2px;
    padding-left: calc(20px + .5rem);
}

/**
 * Header
 */

.header .menu__item {
  position: relative;
}

.header .menu__item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header .menu__item > a:after {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header .menu__item:hover > a {
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
}

.header .menu__item:hover > a:after {
  --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));
					filter: none;
}

.header .menu__item:hover .sub-menu {
  display: flex;
  flex-direction: column;
}

.header .menu__item .sub-menu {
  display: none;
}

.header .menu__item .sub-menu li a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header .menu__item .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
}

.header .menu__item.menu-item-has-children > a:after {
				content: "";
				width: 16px;
				height: 16px;
				background: url('../images/icons/chevron-down.svg') no-repeat center/contain;
				filter: grayscale(1);
			}

.header .menu__item .icon {
  fill: #8C8F8F;
}

.header .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10;
  width: 200px;
}

.header .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(238 240 240 / var(--tw-divide-opacity));
}

.header .sub-menu {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

/**
 * Single curs
 */

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

@media (min-width: 1024px) {

  .curs-summary {
    grid-template-columns: 1fr 300px;
  }
}

@media (min-width: 1536px) {

  .curs-summary {
    grid-template-columns: 1fr 500px;
  }
}

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

@media (min-width: 1280px) {

  .curs-content {
    grid-template-columns: 300px 1fr;
  }
}

.curs-content .h2 {
  margin-bottom: 1.5rem;
}

.curs-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.curs-attributes__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 134 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 134 147 / var(--tw-text-opacity));
}

.curs-attributes__item svg {
    width: 14px;
    height: 14px;
}

.curs-attributes--large .curs-attributes__item {
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.curs-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {

  .curs-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.curs-section--first {
  margin-top: 0px;
}

.curs-nav > :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));
}

.curs-nav a, .curs-nav button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.curs-nav a:before, .curs-nav button:before {
            content: "";
            display: block;
            height: 100%;
            border-color: transparent;
            position: absolute;
            top: 0px;
            left: -1rem;
            border-right-width: 4px;
        }

.curs-nav a.is-active, .curs-nav button.is-active {
            position: relative;
        }

.curs-nav a.is-active:before, .curs-nav button.is-active:before {
  --tw-border-opacity: 1;
  border-color: rgb(50 197 210 / var(--tw-border-opacity));
}

.pricing-card {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
    grid-row: span 3;
}

div.vjs-poster:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
    z-index: 1;
}

.curs-summary .video-js .vjs-big-play-button {
    z-index: 2;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border-color: #32C5D2 !important;
}

.curs-summary .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 20px !important;
    font-size: 56px;
    color: #32C5D2;
}

.circle-list, .checks-list {
  margin-left: 1rem;
}

.circle-list > :not([hidden]) ~ :not([hidden]), .checks-list > :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));
}

.circle-list,
.checks-list {
    counter-reset: list-item;
}

.circle-list li {
    counter-increment: list-item;
    position: relative;
    padding-left: 1.5rem;
}

.checks-list li {
  padding-left: 1rem;
}

.circle-list li::marker {
    content: counter(list-item);
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(50 197 210 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.circle-list li:before {
    content: "";
    position: absolute;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(50 197 210 / var(--tw-bg-opacity));
    top: 0;
    left: -1rem;
    z-index: -1;
}

.checks-list li::marker {
    content: '✓';
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(50 197 210 / var(--tw-text-opacity));
}

.details summary:after {
    content: "+";
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(50 197 210 / var(--tw-text-opacity));
}

.details[open] summary:after {
    content: "–";
}

.quote {
    background-image: url('../images/icons/cometes.svg'); /* Ruta al archivo SVG */
    background-repeat: no-repeat; /* Evita que el fondo se repita */
    background-position: 2rem 2rem;
    padding-top: 100px !important;
    background-size: 64px 64px;
}

@media (min-width: 1024px) {

.quote {
        background-position: 3rem 3rem;
        background-size: 100px 100px;
        padding-top: 150px !important
}
    }

.teacher-quote {
    background: url('../images/icons/cometes.svg') no-repeat top left;
    background-size: 48px 42px;
}

.splide .splide__pagination {
  margin-top: 1.5rem;
  gap: 0.5rem;
}

.splide .splide__pagination .splide__pagination__page {
  aspect-ratio: 1 / 1;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 180 176 / var(--tw-bg-opacity));
}

.splide .splide__pagination .splide__pagination__page.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(50 197 210 / var(--tw-bg-opacity));
}

.splide .splide__arrows {
  position: absolute;
  z-index: 10;
}

.splide .splide__arrows .splide__arrow {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(50 197 210 / var(--tw-bg-opacity));
  fill: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.splide .splide__arrows .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 134 147 / var(--tw-bg-opacity));
}

.splide .splide__arrows .splide__arrow svg {
  width: 1rem;
}

.splide .splide__arrows .splide__arrow[disabled] {
  opacity: 0.5;
}

.splide .splide__arrows .splide__arrow--prev svg {
  --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));
}

.splide-carousel .splide__arrows {
  top: 50%;
  width: 100%;
        transform: translateY(-50%);
}

.splide-carousel .splide__arrow {
  position: absolute;
}

.splide-carousel .splide__arrow--prev {
        left: 0;
    }

.splide-carousel .splide__arrow--next {
        right: 0;
    }

.splide-carousel .splide__track {
        overflow: visible;
    }

.splide-slider .splide__arrows {
  top: -1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}

.slide-cover {
    width: calc(100% - 2rem);
    margin-top: -2rem;
    z-index: 1;
    position: relative;
}

@media (min-width: 1024px) {

.slide-cover {
        width: calc(100% - 4rem)
}
    }

.news-category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-category:before {
    content: "";
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(50 197 210 / var(--tw-bg-opacity));
}

.toggle-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-border-opacity));
  padding: 0.5rem;
    background: linear-gradient(92.09deg, rgba(217, 217, 217, 0.4) 2.21%, #FFFFFF 79.01%);
}

.toggle-switch:before {
        content: "";
        width: calc(50% - .5rem);
        height: calc(100% - 1rem);
        position: absolute;
        top: .5rem;
        left: .5rem;
        transition: left .25s;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(140 143 143 / var(--tw-bg-opacity));
    }

.toggle-switch button {
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.toggle-switch button + button {
  --tw-text-opacity: 1;
  color: rgb(140 143 143 / var(--tw-text-opacity));
}

.toggle-switch.toggle-switch--2 button {
  --tw-text-opacity: 1;
  color: rgb(140 143 143 / var(--tw-text-opacity));
}

.toggle-switch.toggle-switch--2 button + button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.toggle-switch.toggle-switch--2:before {
            left: 50%;
        }

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

/* Icon */

.mobile__nav__icon {
    --mobile-icon-height: 2px;
    --mobile-icon-spacing: -8px;
    --mobile-icon-color: #32C5D2;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}

.mobile__nav__icon:focus {
    outline: none;
  }

.mobile__nav__icon span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    right: 20px;
    height: var(--mobile-icon-height);
    background-color: var(--mobile-icon-color);
    transition: background 0s 0.3s;
    border-radius: 2px;
  }

.mobile__nav__icon span:before,
    .mobile__nav__icon span:after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: var(--mobile-icon-height);
      background-color: var(--mobile-icon-color);
      border-radius: 2px;
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
    }

.mobile__nav__icon span:before {
      top: var(--mobile-icon-spacing);
      transition-property: top, transform, background;
    }

.mobile__nav__icon span:after {
      bottom: var(--mobile-icon-spacing);
      transition-property: bottom, transform, background;
    }

.mobile__nav__icon.is-active span {
      background: none !important;
    }

.mobile__nav__icon.is-active span:before,
      .mobile__nav__icon.is-active span:after {
        transition-delay: 0s, 0.3s;
      }

.mobile__nav__icon.is-active span:before {
        top: 0;
        transform: rotate(45deg);
      }

.mobile__nav__icon.is-active span:after {
        bottom: 0;
        transform: rotate(-45deg);
      }

.thumbnail-claustre {
    aspect-ratio: 30 / 36;
}

.thumbnail-claustre img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-decoration-top:before {
        content:"";
        display: block;
        margin: 0 auto .5rem;
        width: 48px;
        border-top-width: 4px;
        --tw-border-opacity: 1;
        border-color: rgb(50 197 210 / var(--tw-border-opacity));
    }

.group-link {
  cursor: pointer;
}

.form-group .form-group__label {
  margin-bottom: 0.25rem;
  display: block;
}

.form-group .form-group__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-group .form-group__items.form-group__items--vertical {
  flex-direction: column;
  gap: 0.5rem;
}

.form-group .form-group__items label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-group input:not([type="checkbox"],[type="radio"]),.form-group select,.form-group textarea {
        background-color: transparent;
    }

.form-group input:not([type="checkbox"],[type="radio"]), .form-group select, .form-group textarea {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 143 143 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-group input:not([type="checkbox"],[type="radio"]):focus, .form-group select:focus, .form-group textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(50 197 210 / var(--tw-border-opacity));
}

input {
	accent-color: var(--wp--preset--color--primary);
}

.modal-inscription-form {
	overflow-y: auto;
	max-height: calc(100vh - 2rem);
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: grid;
  height: 100vh;
  width: 100%;
  place-items: center;
  background-color: rgb(0 0 0 / 0.5);
  padding: 1rem;
  padding-bottom: 0px;
}

.modal .modal__box {
  width: 100%;
  max-width: 42rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --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);
		overflow-y: auto;
		max-height: calc(100vh - 2rem);
}

.modal .modal__box__title {
  font-family: var(--wp--preset--font-family--fraunces);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.modal .modal__box__header {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {

  .modal .modal__box__header {
    flex-direction: row;
  }
}

.modal .modal__box__close {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(50 197 210 / var(--tw-text-opacity));
}

.inscription-type:has(input[type="radio"]:disabled) {
	opacity: .7;
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 134 147 / var(--tw-bg-opacity));
}

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

@media (min-width: 768px) {

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

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

  .md\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }

  .md\:grid-cols-\[5fr_7fr\] {
    grid-template-columns: 5fr 7fr;
  }

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

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

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

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

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

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

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

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

  .md\: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);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

  .lg\:grid-cols-\[400px_1fr\] {
    grid-template-columns: 400px 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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }
}
