/* The WordPress theme file header goes here. */

/* ! tailwindcss v3.3.5 | 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: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

/* All of the existing CSS goes here. */

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-\[calc\(100\%-2px\)\] {
  left: calc(calc(100% - 2px) * -1);
}

.-right-full {
  right: -100%;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-8rem\] {
  right: -8rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.m-0 {
  margin: 0px;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.\!-ml-12 {
  margin-left: -3rem !important;
}

.\!-mr-12 {
  margin-right: -3rem !important;
}

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

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

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

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

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

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

.mr-12 {
  margin-right: 3rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.mr-\[5rem\] {
  margin-right: 5rem;
}

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

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

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

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

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

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

.mt-\[13rem\] {
  margin-top: 13rem;
}

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

.mt-\[9rem\] {
  margin-top: 9rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-\[20rem\] {
  height: 20rem;
}

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

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

.h-\[calc\(100\%\+80px\)\] {
  height: calc(100% + 80px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[19rem\] {
  max-height: 19rem;
}

.max-h-\[44rem\] {
  max-height: 44rem;
}

.min-h-\[16rem\] {
  min-height: 16rem;
}

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

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

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

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

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

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.w-10 {
  width: 2.5rem;
}

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

.w-12 {
  width: 3rem;
}

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

.w-20 {
  width: 5rem;
}

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

.w-4 {
  width: 1rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

.w-\[24rem\] {
  width: 24rem;
}

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

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

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

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

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

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

.w-\[calc\(100\%\+34px\)\] {
  width: calc(100% + 34px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.max-w-\[21\.8rem\] {
  max-width: 21.8rem;
}

.max-w-\[26rem\] {
  max-width: 26rem;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[44rem\] {
  max-width: 44rem;
}

.max-w-\[5rem\] {
  max-width: 5rem;
}

.max-w-\[7rem\] {
  max-width: 7rem;
}

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

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.auto-rows-\[1fr\] {
  grid-auto-rows: 1fr;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

.gap-x-\[calc\(28\/1536\*100\%\)\] {
  -moz-column-gap: calc(28 / 1536 * 100%);
       column-gap: calc(28 / 1536 * 100%);
}

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

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.\!overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-primary-10 {
  --tw-border-opacity: 1;
  border-color: rgb(217 226 255 / var(--tw-border-opacity));
}

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

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-primary-10 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 226 255 / var(--tw-border-opacity));
}

.bg-\[\#F6F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#fcfdff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 253 255 / var(--tw-bg-opacity));
}

.bg-background-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 222 244 / var(--tw-bg-opacity));
}

.bg-header-gradient-from {
  --tw-bg-opacity: 1;
  background-color: rgb(51 122 255 / var(--tw-bg-opacity));
}

.bg-header-gradient-to {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 205 / var(--tw-bg-opacity));
}

.bg-hover-blue-gradient-from {
  --tw-bg-opacity: 1;
  background-color: rgb(51 122 255 / var(--tw-bg-opacity));
}

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

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

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

.bg-primary-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
}

.bg-primary-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 102 229 / var(--tw-bg-opacity));
}

.bg-primary-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 157 / var(--tw-bg-opacity));
}

.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 178 52 / var(--tw-bg-opacity));
}

.bg-tag-acceleration {
  --tw-bg-opacity: 1;
  background-color: rgb(58 178 52 / var(--tw-bg-opacity));
}

.bg-tag-acceleration-active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 153 55 / var(--tw-bg-opacity));
}

.bg-tag-advanced {
  --tw-bg-opacity: 1;
  background-color: rgb(141 32 226 / var(--tw-bg-opacity));
}

.bg-tag-advanced-active {
  --tw-bg-opacity: 1;
  background-color: rgb(101 22 178 / var(--tw-bg-opacity));
}

.bg-tag-architecte {
  --tw-bg-opacity: 1;
  background-color: rgb(23 153 55 / var(--tw-bg-opacity));
}

.bg-tag-architecte-active {
  --tw-bg-opacity: 1;
  background-color: rgb(58 178 52 / var(--tw-bg-opacity));
}

.bg-tag-beginner {
  --tw-bg-opacity: 1;
  background-color: rgb(58 178 52 / var(--tw-bg-opacity));
}

.bg-tag-beginner-active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 153 55 / var(--tw-bg-opacity));
}

.bg-tag-intermediate {
  --tw-bg-opacity: 1;
  background-color: rgb(89 139 255 / var(--tw-bg-opacity));
}

.bg-tag-intermediate-active {
  --tw-bg-opacity: 1;
  background-color: rgb(166 188 255 / var(--tw-bg-opacity));
}

.bg-tag-junior {
  --tw-bg-opacity: 1;
  background-color: rgb(237 169 17 / var(--tw-bg-opacity));
}

.bg-tag-junior-active {
  --tw-bg-opacity: 1;
  background-color: rgb(58 178 52 / var(--tw-bg-opacity));
}

.bg-tag-level-idea {
  --tw-bg-opacity: 1;
  background-color: rgb(23 153 55 / var(--tw-bg-opacity));
}

.bg-tag-level-idea-active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 122 255 / var(--tw-bg-opacity));
}

.bg-tag-senior {
  --tw-bg-opacity: 1;
  background-color: rgb(101 22 178 / var(--tw-bg-opacity));
}

.bg-tag-senior-active {
  --tw-bg-opacity: 1;
  background-color: rgb(154 57 201 / var(--tw-bg-opacity));
}

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-\[url\(\'\.\/assets\/images\/academy-upcoming-bg\.png\'\)\] {
  background-image: url('./assets/images/academy-upcoming-bg.png');
}

.bg-course-info-bg {
  background-image: url('assets/images/cource-info-bg.png');
}

.bg-double-worms {
  background-image: url('assets/images/double-worms.png');
}

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

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

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

.bg-horseshoe-2 {
  background-image: url('assets/images/light-u-vector.png');
}

.bg-violed-circle-quorter {
  background-image: url('assets/images/violed-circle-quorter.png');
}

.bg-white-half-circle {
  background-image: url('assets/images/white-half-circle.svg');
}

.from-accent-gradient-from {
  --tw-gradient-from: #3AB234 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 178 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-header-gradient-from {
  --tw-gradient-from: #337AFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-main-background {
  --tw-gradient-from: #001033 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 16 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-tertiary-50 {
  --tw-gradient-from: #F4C83B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 200 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.to-accent-gradient-to {
  --tw-gradient-to: #008244 var(--tw-gradient-to-position);
}

.to-header-gradient-from {
  --tw-gradient-to: #337AFF var(--tw-gradient-to-position);
}

.to-header-gradient-to {
  --tw-gradient-to: #0057CD var(--tw-gradient-to-position);
}

.to-primary-80 {
  --tw-gradient-to: #00419D var(--tw-gradient-to-position);
}

.to-tertiary-70 {
  --tw-gradient-to: #EDA911 var(--tw-gradient-to-position);
}

.to-100\% {
  --tw-gradient-to-position: 100%;
}

.bg-\[length\:18rem\] {
  background-size: 18rem;
}

.bg-\[length\:33\%\] {
  background-size: 33%;
}

.bg-\[length\:36\%\] {
  background-size: 36%;
}

.bg-\[length\:75\%\] {
  background-size: 75%;
}

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

.bg-cover {
  background-size: cover;
}

.bg-left-bottom {
  background-position: left bottom;
}

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

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[1rem\] {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

.pl-20 {
  padding-left: 5rem;
}

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

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

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

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

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

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

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

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

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

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

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

.text-\[\#002A66\] {
  --tw-text-opacity: 1;
  color: rgb(0 42 102 / var(--tw-text-opacity));
}

.text-accent-60 {
  --tw-text-opacity: 1;
  color: rgb(141 32 226 / var(--tw-text-opacity));
}

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

.text-header-gradient-to {
  --tw-text-opacity: 1;
  color: rgb(0 87 205 / var(--tw-text-opacity));
}

.text-primary-10 {
  --tw-text-opacity: 1;
  color: rgb(217 226 255 / var(--tw-text-opacity));
}

.text-primary-60 {
  --tw-text-opacity: 1;
  color: rgb(11 102 229 / var(--tw-text-opacity));
}

.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(58 178 52 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-tag-intermediate-active {
  --tw-text-opacity: 1;
  color: rgb(166 188 255 / var(--tw-text-opacity));
}

.text-tag-senior {
  --tw-text-opacity: 1;
  color: rgb(101 22 178 / var(--tw-text-opacity));
}

.text-tertiary-50 {
  --tw-text-opacity: 1;
  color: rgb(244 200 59 / var(--tw-text-opacity));
}

.text-text-50 {
  --tw-text-opacity: 1;
  color: rgb(61 70 92 / var(--tw-text-opacity));
}

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

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

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

.opacity-30 {
  opacity: 0.3;
}

.shadow-button {
  --tw-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 5px -1px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 1px 18px 0px var(--tw-shadow-color), 0px 6px 10px 0px var(--tw-shadow-color), 0px 3px 5px -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);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

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

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

.mt-auto {
  margin-top: auto;
}

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

.rounded-4xl {
  border-radius: 24px;
}

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

.break-cont-x {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.break-cont-r {
  margin-right: calc(50% - 50vw);
}

.common-shadow {
  box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, 0.12),
      0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 7px 8px -4px rgba(0, 0, 0, 0.2);
}

.shadow-small {
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12),
      0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 5px -1px rgba(0, 0, 0, 0.02);
}

* {
  scroll-behavior: smooth;
}

ol,
ul,
menu {
  list-style-position: inside !important;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul,
ol ul {
  list-style-type: circle;
  margin-left: 15px;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

table,
td,
tr {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 1rem;
}

#horizontal-main-nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  margin: 0px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 16 51 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#horizontal-main-nav > li > .sub-menu:hover {
  display: block;
}

#horizontal-main-nav > li:last-child > .sub-menu {
  right: 0px;
}

.sub-menu {
  list-style-type: none !important;
}

.peer:hover ~ .sub-menu {
  display: block !important;
}

#horizontal-main-nav .sub-menu a {
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  opacity: 0.5;
  transition-duration: 300ms;
}

#horizontal-main-nav .sub-menu a:hover {
  opacity: 1;
}

#horizontal-main-nav .sub-menu .sub-menu {
  padding-left: 1.25rem;
}

#vertical-main-nav > li {
  margin-bottom: 1.25rem;
}

#vertical-main-nav .sub-menu a {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.5;
}

#vertical-main-nav .sub-menu a:hover {
  opacity: 1;
}

.lecturer-img img {
  overflow: hidden;
  border-radius: 9999px;
}

#course-photos img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:has(#menu-toggle:checked) {
  overflow: hidden !important;
}

.wp-content a {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* === FORMS === */

/* FORM GLOBAL ELEMENTS */

.wpcf7-not-valid-tip {
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}

.gl-form input:not([type="submit"]):not([type="checkbox"]),
.gl-form textarea {
  margin-top: 0.25rem;
  width: 100%;
  resize: none;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400 !important;
}

@media (min-width: 1024px) {
  .gl-form input:not([type="submit"]):not([type="checkbox"]),
.gl-form textarea {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.gl-form label {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.gl-form input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3AB234 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 178 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #008244 var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  border-radius: 24px;
}

.gl-form input[type="submit"]:hover {
  opacity: 0.7;
}

.gl-form p:has(> input[type="submit"]) {
  position: relative;
  width: 100%;
  border-radius: 24px;
}

.gl-form p:has(> input[type="submit"]) br {
  display: none;
}

.gl-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* === SUBSCRIPTION-FORM ===  */

.subscribtion-form {
  position: relative;
  overflow: hidden;
}

.subscribtion-form br {
  display: none;
}

.subscribtion-form:has(form.sent)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.subscribtion-form form.sent > .form {
  display: none;
}

.subscribtion-form p:has(input[type="submit"]) {
  margin-top: 0px !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.subscribtion-form input[type="submit"] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .subscribtion-form input[type="submit"] {
    width: auto;
  }
}

.subscribtion-form form.sent .wpcf7-response-output {
  position: relative !important;
  z-index: 20 !important;
  margin: 0px !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
  border-style: none !important;
  padding: 0px !important;
  text-align: center !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 800 !important;
}

.subscribtion-form form.sent .wpcf7-response-output::before {
  display: block !important;
  height: 6rem !important;
  width: 6rem !important;
  background-image: url('assets/images/success-ball.svg') !important;
  background-size: contain !important;
  --tw-content: '' !important;
  content: var(--tw-content) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 640px) {
  .subscribtion-form form.sent .wpcf7-response-output {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .subscribtion-form form.sent .wpcf7-response-output::before {
    margin-bottom: 1.5rem !important;
    height: 4rem !important;
    content: var(--tw-content) !important;
    width: 4rem !important;
  }
}

.event-form .privacy-policy,
.subscribtion-form .privacy-policy {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.subscribtion-form .privacy-policy {
  margin-bottom: 1rem;
}

.event-form .privacy-policy a,
.subscribtion-form .privacy-policy a {
  --tw-text-opacity: 1;
  color: rgb(0 65 157 / var(--tw-text-opacity));
}

.event-form .privacy-policy input[type="checkbox"],
.subscribtion-form .privacy-policy input[type="checkbox"] {
  position: relative;
  bottom: -0.125rem;
}

.subscribtion-form .privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -0.75rem;
  left: 1.75rem;
  width: -moz-max-content;
  width: max-content;
}

/* === NEWSLETTER FORM === */

.news-sub-form p:has(input[type="submit"]) {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .form {
    gap: 5rem;
  }
}

.form .fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form .buttons {
  display: flex;
  max-width: 24rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-file {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.form .file-button {
  position: relative;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 157 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 65 157 / var(--tw-text-opacity));
  transition-duration: 300ms;
  border-radius: 24px;
}

.form .file-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form .file-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.form input[type="file"] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form:has(input[type="file"]) .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1rem;
}

.wpcf7-form-control-wrap:has(input[type="file"]) {
  position: static;
}

.file-accepted-formats {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .file-accepted-formats {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.buttons p:has(.wpcf7-submit) {
  margin-top: 2rem;
  display: block !important;
}

@media (min-width: 1024px) {
  .buttons p:has(.wpcf7-submit) {
    margin-top: auto;
  }
}

.buttons p:has(.wpcf7-submit) input {
  width: 100%;
}

/* RESERVATION FORM*/

.reservation-form input:not([type="submit"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 255 / var(--tw-bg-opacity));
}

.reservation-form p:has(> input[type="submit"]) {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .reservation-form p:has(> input[type="submit"]) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.reservation-form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.reservation-form input[type="submit"] {
  --tw-gradient-from: #337AFF var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #0057CD var(--tw-gradient-to-position) !important;
}

#ui-datepicker-div * {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#ui-datepicker-div .ui-widget-header,
#ui-datepicker-div select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#ui-datepicker-div table,
td,
tr {
  border-style: none !important;
}

/* === EVENT FORM === */

.event-form {
  display: grid;
  align-items: flex-end;
  gap: 1rem;
}

@media (min-width: 640px) {
  .event-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .event-form {
    gap: 3rem;
  }
}

.event-form .wpcf7-not-valid-tip {
  position: absolute;
}

.event-form input[type="submit"] {
  width: 100%;
}

.event-form div:has(input[type="submit"]) {
  position: relative;
  text-align: left;
}

.event-form .privacy-policy {
  bottom: 100%;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .event-form .privacy-policy {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .event-form .privacy-policy {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .event-form .privacy-policy {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .event-form label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .event-form label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.event-form .privacy-policy .wpcf7-not-valid-tip {
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
}

.event-form .privacy-policy .wpcf7-list-item {
  margin: 0px;
}

.sent .event-form + .wpcf7-response-output {
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(184 243 109 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.wpcf7-form-control-wrap:has(#res-date)::after {
  content: "\e881";
  font-family: "iconsax" !important;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1280px) {
  body:has(#menu-toggle:checked) {
    overflow: auto !important;
  }
}

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

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

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

.before\:-left-3::before {
  content: var(--tw-content);
  left: -0.75rem;
}

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

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

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

.before\:top-\[calc\(50\%--15px\)\]::before {
  content: var(--tw-content);
  top: calc(50% - -15px);
}

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

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

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

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

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

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

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

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

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:rounded-sm::before {
  content: var(--tw-content);
  border-radius: 0.125rem;
}

.before\:bg-blue-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.before\:bg-header-gradient-to::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 205 / var(--tw-bg-opacity));
}

.before\:bg-info-background::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 255 / var(--tw-bg-opacity));
}

.before\:bg-lecturers-background::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 255 / var(--tw-bg-opacity));
}

.before\:bg-main-background::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 16 51 / var(--tw-bg-opacity));
}

.before\:bg-primary-80::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 157 / var(--tw-bg-opacity));
}

.before\:bg-tertiary-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 200 59 / var(--tw-bg-opacity));
}

.before\:bg-blue-ball::before {
  content: var(--tw-content);
  background-image: url('assets/images/blue-ball.png');
}

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

.before\:bg-home-bg-pattern::before {
  content: var(--tw-content);
  background-image: url('assets/images/homeBg.png');
}

.before\:bg-yellow-ball::before {
  content: var(--tw-content);
  background-image: url('assets/images/Vector.svg');
}

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

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

.before\:bg-bottom::before {
  content: var(--tw-content);
  background-position: bottom;
}

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

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

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

.after\:-bottom-6::after {
  content: var(--tw-content);
  bottom: -1.5rem;
}

.after\:-right-2::after {
  content: var(--tw-content);
  right: -0.5rem;
}

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

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

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

.after\:-rotate-\[10deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -10deg;
  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));
}

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

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

.hover\:bg-primary-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
}

.hover\:from-hover-green-gradient-from:hover {
  --tw-gradient-from: #3AB234 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 178 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-hover-green-gradient-to:hover {
  --tw-gradient-to: #079853 var(--tw-gradient-to-position);
}

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

.hover\:decoration-\[\#3AB234\]:hover {
  text-decoration-color: #3AB234;
}

.hover\:decoration-4:hover {
  text-decoration-thickness: 4px;
}

.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

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

.group:nth-child(odd) .group-odd\:before\:bg-violet-ball::before {
  content: var(--tw-content);
  background-image: url('assets/images/Frame.png');
}

.group:nth-child(odd) .group-odd\:after\:bg-purple-worm::after {
  content: var(--tw-content);
  background-image: url('assets/images/purple2.png');
}

.group:nth-child(even) .group-even\:before\:bg-yellow-ball::before {
  content: var(--tw-content);
  background-image: url('assets/images/Vector.svg');
}

.group:nth-child(even) .group-even\:after\:bg-blue-worm::after {
  content: var(--tw-content);
  background-image: url('assets/images/blue-worm.png');
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.peer:checked ~ .peer-checked\:invisible {
  visibility: hidden;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none;
}

@media (min-width: 475px) {
  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .xs\:grid-cols-\[repeat\(auto-fill\2c minmax\(320px\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

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

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

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

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:h-\[28rem\] {
    height: 28rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

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

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

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-\[30rem\] {
    width: 30rem;
  }

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .sm\:hyphens-manual {
    -webkit-hyphens: manual;
            hyphens: manual;
  }

  .sm\:bg-\[length\:50\%\] {
    background-size: 50%;
  }

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

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

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

  .sm\:hyphens-manual {
    -webkit-hyphens: manual;
            hyphens: manual;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-\[10\%\] {
    margin-left: 10%;
  }

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

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-\[5rem\] {
    margin-right: 5rem;
  }

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

  .md\:mt-\[11rem\] {
    margin-top: 11rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

  .md\:pt-52 {
    padding-top: 13rem;
  }

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

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

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

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

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

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

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

  .md\:font-extrabold {
    font-weight: 800;
  }

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

  .before\:md\:-top-2::before {
    content: var(--tw-content);
    top: -0.5rem;
  }

  .before\:md\:h-9::before {
    content: var(--tw-content);
    height: 2.25rem;
  }

  .before\:md\:w-9::before {
    content: var(--tw-content);
    width: 2.25rem;
  }
}

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

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

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

  .lg\:right-\[-6\.9rem\] {
    right: -6.9rem;
  }

  .lg\:right-\[-6rem\] {
    right: -6rem;
  }

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

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

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

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

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

  .lg\:mx-\[15\%\] {
    margin-left: 15%;
    margin-right: 15%;
  }

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

  .lg\:-mb-\[10\.6rem\] {
    margin-bottom: -10.6rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-\[calc\(100\%-6rem\)\] {
    height: calc(100% - 6rem);
  }

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

  .lg\:min-h-\[26rem\] {
    min-height: 26rem;
  }

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .lg\:max-w-\[10\.5rem\] {
    max-width: 10.5rem;
  }

  .lg\:max-w-\[8rem\] {
    max-width: 8rem;
  }

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

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

  .lg\:\!rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:\!rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

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

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

  .lg\:bg-right-top {
    background-position: right top;
  }

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

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

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

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

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

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

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

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

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

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

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

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

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:break-cont-l {
    margin-left: calc(50% - 50vw);
  }
}

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

  .xl\:top-\[6rem\] {
    top: 6rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-\[32rem\] {
    height: 32rem;
  }

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

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

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

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

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-\[37rem\] {
    width: 37rem;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:bg-\[length\:35\%\] {
    background-size: 35%;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:block {
    display: block;
  }

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

  .\32xl\:hidden {
    display: none;
  }

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

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

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

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

  .\32xl\:shrink-0 {
    flex-shrink: 0;
  }

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

  .\32xl\:gap-24 {
    gap: 6rem;
  }

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

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

.\[\&\:\:-webkit-media-controls-panel\]\:bg-gradient-to-r::-webkit-media-controls-panel {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[\&\:\:-webkit-media-controls-panel\]\:from-accent-gradient-from::-webkit-media-controls-panel {
  --tw-gradient-from: #3AB234 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 178 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.\[\&\:\:-webkit-media-controls-panel\]\:to-accent-gradient-to::-webkit-media-controls-panel {
  --tw-gradient-to: #008244 var(--tw-gradient-to-position);
}

.\[\&\>\*\]\:px-3>* {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&\>\*\]\:py-2>* {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>div\]\:w-full>div {
  width: 100%;
}

.\[\&\>span\]\:rounded-md>span {
  border-radius: 0.375rem;
}

.\[\&\>span\]\:bg-primary-60>span {
  --tw-bg-opacity: 1;
  background-color: rgb(11 102 229 / var(--tw-bg-opacity));
}

.\[\&\>span\]\:text-white>span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-primary-60 a {
  --tw-text-opacity: 1;
  color: rgb(11 102 229 / var(--tw-text-opacity));
}

.\[\&_p\:has\(strong\)\]\:mt-8 p:has(strong) {
  margin-top: 2rem;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}
