/*
! tailwindcss v3.4.0 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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:  
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}
@media (min-width: 480px){

    .container{
        max-width: 480px
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}
@media (min-width: 782px){

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

    .container{
        max-width: 1024px;
        padding-right: 0rem;
        padding-left: 0rem
    }
}
@media (min-width: 1280px){

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

    .container{
        max-width: 1440px
    }
}
@media (min-width: 1600px){

    .container{
        max-width: 1600px
    }
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 48px
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 48px
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 48px
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px
}
.prose :where(ol li, ul li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: Matter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px
}
.prose :where(.prose > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 24px
}
.pointer-events-none{
    pointer-events: none
}
.visible{
    visibility: visible
}
.fixed{
    position: fixed
}
.absolute{
    position: absolute
}
.\!relative{
    position: relative !important
}
.relative{
    position: relative
}
.sticky{
    position: sticky
}
.inset-0{
    inset: 0px
}
.inset-y-0{
    top: 0px;
    bottom: 0px
}
.-left-10{
    left: -2.5rem
}
.bottom-\[10\%\]{
    bottom: 10%
}
.bottom-\[30\%\]{
    bottom: 30%
}
.left-0{
    left: 0px
}
.left-1\/2{
    left: 50%
}
.left-\[5\%\]{
    left: 5%
}
.right-0{
    right: 0px
}
.right-4{
    right: 1rem
}
.right-\[15\%\]{
    right: 15%
}
.top-0{
    top: 0px
}
.top-1\/2{
    top: 50%
}
.top-10{
    top: 2.5rem
}
.top-4{
    top: 1rem
}
.top-\[120px\]{
    top: 120px
}
.top-\[140px\]{
    top: 140px
}
.top-\[50px\]{
    top: 50px
}
.-z-10{
    z-index: -10
}
.z-10{
    z-index: 10
}
.z-50{
    z-index: 50
}
.z-\[12999\]{
    z-index: 12999
}
.z-\[9999\]{
    z-index: 9999
}
.col-span-1{
    grid-column: span 1 / span 1
}
.col-span-12{
    grid-column: span 12 / span 12
}
.col-span-2{
    grid-column: span 2 / span 2
}
.col-span-3{
    grid-column: span 3 / span 3
}
.col-span-4{
    grid-column: span 4 / span 4
}
.col-span-6{
    grid-column: span 6 / span 6
}
.col-span-8{
    grid-column: span 8 / span 8
}
.m-8{
    margin: 2rem
}
.mx-0{
    margin-left: 0px;
    margin-right: 0px
}
.mx-20{
    margin-left: 5rem;
    margin-right: 5rem
}
.mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem
}
.mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem
}
.mx-72{
    margin-left: 18rem;
    margin-right: 18rem
}
.mx-auto{
    margin-left: auto;
    margin-right: auto
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem
}
.-mt-24{
    margin-top: -6rem
}
.mb-0{
    margin-bottom: 0px
}
.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-24{
    margin-bottom: 6rem
}
.mb-32{
    margin-bottom: 8rem
}
.mb-4{
    margin-bottom: 1rem
}
.mb-52{
    margin-bottom: 13rem
}
.mb-72{
    margin-bottom: 18rem
}
.mb-8{
    margin-bottom: 2rem
}
.mb-9{
    margin-bottom: 2.25rem
}
.mb-96{
    margin-bottom: 24rem
}
.mb-\[100px\]{
    margin-bottom: 100px
}
.mb-\[120px\]{
    margin-bottom: 120px
}
.mb-\[125px\]{
    margin-bottom: 125px
}
.mb-\[130px\]{
    margin-bottom: 130px
}
.mb-\[140px\]{
    margin-bottom: 140px
}
.mb-\[150px\]{
    margin-bottom: 150px
}
.mb-\[200px\]{
    margin-bottom: 200px
}
.mb-\[260px\]{
    margin-bottom: 260px
}
.mb-\[400px\]{
    margin-bottom: 400px
}
.mb-\[70px\]{
    margin-bottom: 70px
}
.ml-5{
    margin-left: 1.25rem
}
.mt-10{
    margin-top: 2.5rem
}
.mt-12{
    margin-top: 3rem
}
.mt-32{
    margin-top: 8rem
}
.mt-\[104px\]{
    margin-top: 104px
}
.mt-\[106px\]{
    margin-top: 106px
}
.mt-\[120px\]{
    margin-top: 120px
}
.mt-\[76px\]{
    margin-top: 76px
}
.mt-\[96px\]{
    margin-top: 96px
}
.block{
    display: block
}
.inline{
    display: inline
}
.flex{
    display: flex
}
.inline-flex{
    display: inline-flex
}
.grid{
    display: grid
}
.hidden{
    display: none
}
.h-1{
    height: 0.25rem
}
.h-10{
    height: 2.5rem
}
.h-16{
    height: 4rem
}
.h-24{
    height: 6rem
}
.h-6{
    height: 1.5rem
}
.h-8{
    height: 2rem
}
.h-\[110px\]{
    height: 110px
}
.h-\[260px\]{
    height: 260px
}
.h-\[3px\]{
    height: 3px
}
.h-\[400px\]{
    height: 400px
}
.h-\[72px\]{
    height: 72px
}
.h-auto{
    height: auto
}
.h-full{
    height: 100%
}
.min-h-screen{
    min-height: 100vh
}
.w-1\/2{
    width: 50%
}
.w-1\/3{
    width: 33.333333%
}
.w-16{
    width: 4rem
}
.w-6{
    width: 1.5rem
}
.w-80{
    width: 20rem
}
.w-\[150px\]{
    width: 150px
}
.w-\[200px\]{
    width: 200px
}
.w-\[220px\]{
    width: 220px
}
.w-\[280px\]{
    width: 280px
}
.w-\[300px\]{
    width: 300px
}
.w-\[320px\]{
    width: 320px
}
.w-\[88px\]{
    width: 88px
}
.w-full{
    width: 100%
}
.max-w-5xl{
    max-width: 64rem
}
.max-w-\[300px\]{
    max-width: 300px
}
.max-w-\[800px\]{
    max-width: 800px
}
.max-w-\[85vw\]{
    max-width: 85vw
}
.max-w-\[90vw\]{
    max-width: 90vw
}
.max-w-full{
    max-width: 100%
}
.max-w-md{
    max-width: 28rem
}
.max-w-sm{
    max-width: 24rem
}
.flex-shrink{
    flex-shrink: 1
}
.flex-grow{
    flex-grow: 1
}
.-translate-x-1\/2{
    --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))
}
.-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))
}
.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
}
.resize{
    resize: both
}
.list-decimal{
    list-style-type: decimal
}
.list-disc{
    list-style-type: disc
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-row{
    flex-direction: row
}
.flex-col{
    flex-direction: column
}
.items-start{
    align-items: flex-start
}
.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-16{
    gap: 4rem
}
.gap-2{
    gap: 0.5rem
}
.gap-20{
    gap: 5rem
}
.gap-24{
    gap: 6rem
}
.gap-3{
    gap: 0.75rem
}
.gap-4{
    gap: 1rem
}
.gap-5{
    gap: 1.25rem
}
.gap-6{
    gap: 1.5rem
}
.gap-8{
    gap: 2rem
}
.gap-\[70px\]{
    gap: 70px
}
.gap-\[90px\]{
    gap: 90px
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem
}
.gap-y-10{
    row-gap: 2.5rem
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
.justify-self-center{
    justify-self: center
}
.overflow-hidden{
    overflow: hidden
}
.overflow-visible{
    overflow: visible
}
.whitespace-nowrap{
    white-space: nowrap
}
.rounded{
    border-radius: 0.25rem
}
.rounded-2xl{
    border-radius: 1rem
}
.rounded-full{
    border-radius: 9999px
}
.rounded-lg{
    border-radius: 0.5rem
}
.border{
    border-width: 1px
}
.border-2{
    border-width: 2px
}
.border-b{
    border-bottom-width: 1px
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity))
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity))
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.bg-\[\#2433FF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(36 51 255 / var(--tw-bg-opacity))
}
.bg-\[\#B5F40E\]{
    --tw-bg-opacity: 1;
    background-color: rgb(181 244 14 / var(--tw-bg-opacity))
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity))
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity))
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-opacity-25{
    --tw-bg-opacity: 0.25
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5
}
.bg-cover{
    background-size: cover
}
.bg-center{
    background-position: center
}
.bg-right-top{
    background-position: right top
}
.bg-no-repeat{
    background-repeat: no-repeat
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.p-5{
    padding: 1.25rem
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.px-20{
    padding-left: 5rem;
    padding-right: 5rem
}
.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
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-28{
    padding-top: 7rem;
    padding-bottom: 7rem
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-60{
    padding-top: 15rem;
    padding-bottom: 15rem
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem
}
.py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}
.py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px
}
.py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px
}
.py-\[6\.5px\]{
    padding-top: 6.5px;
    padding-bottom: 6.5px
}
.py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px
}
.py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px
}
.pb-16{
    padding-bottom: 4rem
}
.pb-8{
    padding-bottom: 2rem
}
.pb-\[140px\]{
    padding-bottom: 140px
}
.pb-\[200px\]{
    padding-bottom: 200px
}
.pl-10{
    padding-left: 2.5rem
}
.pr-12{
    padding-right: 3rem
}
.pr-16{
    padding-right: 4rem
}
.pt-12{
    padding-top: 3rem
}
.pt-\[250px\]{
    padding-top: 250px
}
.pt-\[300px\]{
    padding-top: 300px
}
.text-left{
    text-align: left
}
.text-center{
    text-align: center
}
.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-\[16px\]{
    font-size: 16px
}
.text-\[18px\]{
    font-size: 18px
}
.text-\[20px\]{
    font-size: 20px
}
.text-\[22px\]{
    font-size: 22px
}
.text-\[24px\]{
    font-size: 24px
}
.text-\[28px\]{
    font-size: 28px
}
.text-\[30px\]{
    font-size: 30px
}
.text-\[32px\]{
    font-size: 32px
}
.text-\[36px\]{
    font-size: 36px
}
.text-\[40px\]{
    font-size: 40px
}
.text-\[42px\]{
    font-size: 42px
}
.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
}
.font-bold{
    font-weight: 700
}
.font-light{
    font-weight: 300
}
.uppercase{
    text-transform: uppercase
}
.leading-6{
    line-height: 1.5rem
}
.leading-7{
    line-height: 1.75rem
}
.leading-8{
    line-height: 2rem
}
.leading-\[115\%\]{
    line-height: 115%
}
.leading-\[20px\]{
    line-height: 20px
}
.leading-\[24px\]{
    line-height: 24px
}
.leading-\[27px\]{
    line-height: 27px
}
.leading-\[32px\]{
    line-height: 32px
}
.leading-\[36px\]{
    line-height: 36px
}
.leading-\[44px\]{
    line-height: 44px
}
.leading-\[48px\]{
    line-height: 48px
}
.leading-\[52px\]{
    line-height: 52px
}
.leading-none{
    line-height: 1
}
.tracking-\[\.15em\]{
    letter-spacing: .15em
}
.tracking-\[3px\]{
    letter-spacing: 3px
}
.tracking-widest{
    letter-spacing: 0.1em
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity))
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.underline{
    text-decoration-line: underline
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}
.placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}
.placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}
.placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}
.placeholder-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}
.opacity-0{
    opacity: 0
}
.opacity-100{
    opacity: 1
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-300{
    transition-duration: 300ms
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%
}
.aligncenter{
    margin: 0.5rem auto;
    display: block
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem
    }
}
.wp-caption{
    display: inline-block
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal
}
.hover\:border-\[\#2433FF\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(36 51 255 / var(--tw-border-opacity))
}
.hover\:text-\[\#2433FF\]:hover{
    --tw-text-opacity: 1;
    color: rgb(36 51 255 / var(--tw-text-opacity))
}
.hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity))
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity))
}
.focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity))
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus\:outline-primary:focus{
    outline-color: #0EA5E9
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.group:hover .group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6
}
.group:hover .group-hover\:opacity-100{
    opacity: 1
}
@media (min-width: 782px){

    .md\:top-\[280px\]{
        top: 280px
    }

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

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

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

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

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

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

    .md\:col-start-3{
        grid-column-start: 3
    }

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

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

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

    .md\:mb-36{
        margin-bottom: 9rem
    }

    .md\:mb-52{
        margin-bottom: 13rem
    }

    .md\:mb-60{
        margin-bottom: 15rem
    }

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

    .md\:mb-72{
        margin-bottom: 18rem
    }

    .md\:flex{
        display: flex
    }

    .md\:h-1\/2{
        height: 50%
    }

    .md\:h-10{
        height: 2.5rem
    }

    .md\:h-11{
        height: 2.75rem
    }

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

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

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

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

    .md\:gap-2{
        gap: 0.5rem
    }

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

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

    .md\:py-60{
        padding-top: 15rem;
        padding-bottom: 15rem
    }

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

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}
@media (min-width: 1024px){

    .lg\:-left-20{
        left: -5rem
    }

    .lg\:left-\[10\%\]{
        left: 10%
    }

    .lg\:right-16{
        right: 4rem
    }

    .lg\:right-4{
        right: 1rem
    }

    .lg\:right-\[-150px\]{
        right: -150px
    }

    .lg\:right-\[25\%\]{
        right: 25%
    }

    .lg\:top-8{
        top: 2rem
    }

    .lg\:top-\[-120px\]{
        top: -120px
    }

    .lg\:top-\[200px\]{
        top: 200px
    }

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

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

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

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

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

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

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

    .lg\:mx-24{
        margin-left: 6rem;
        margin-right: 6rem
    }

    .lg\:mx-72{
        margin-left: 18rem;
        margin-right: 18rem
    }

    .lg\:mx-\[150px\]{
        margin-left: 150px;
        margin-right: 150px
    }

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

    .lg\:mb-2{
        margin-bottom: 0.5rem
    }

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

    .lg\:mb-\[140px\]{
        margin-bottom: 140px
    }

    .lg\:mb-\[168px\]{
        margin-bottom: 168px
    }

    .lg\:mb-\[200px\]{
        margin-bottom: 200px
    }

    .lg\:mb-\[240px\]{
        margin-bottom: 240px
    }

    .lg\:mb-\[250px\]{
        margin-bottom: 250px
    }

    .lg\:mb-\[260px\]{
        margin-bottom: 260px
    }

    .lg\:mb-\[280px\]{
        margin-bottom: 280px
    }

    .lg\:mb-\[400px\]{
        margin-bottom: 400px
    }

    .lg\:mb-\[525px\]{
        margin-bottom: 525px
    }

    .lg\:ml-150{
        margin-left: 150px
    }

    .lg\:mt-\[220px\]{
        margin-top: 220px
    }

    .lg\:mt-\[250px\]{
        margin-top: 250px
    }

    .lg\:mt-\[96px\]{
        margin-top: 96px
    }

    .lg\:block{
        display: block
    }

    .lg\:flex{
        display: flex
    }

    .lg\:grid{
        display: grid
    }

    .lg\:hidden{
        display: none
    }

    .lg\:h-20{
        height: 5rem
    }

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

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

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

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

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

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

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

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

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

    .lg\:max-w-3xl{
        max-width: 48rem
    }

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

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

    .lg\:max-w-\[65vw\]{
        max-width: 65vw
    }

    .lg\:max-w-none{
        max-width: none
    }

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

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

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

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

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

    .lg\:gap-16{
        gap: 4rem
    }

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

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

    .lg\:gap-6{
        gap: 1.5rem
    }

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

    .lg\:gap-\[180px\]{
        gap: 180px
    }

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

    .lg\:gap-y-12{
        row-gap: 3rem
    }

    .lg\:gap-y-20{
        row-gap: 5rem
    }

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

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

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

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

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

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

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

    .lg\:pb-32{
        padding-bottom: 8rem
    }

    .lg\:pb-\[200px\]{
        padding-bottom: 200px
    }

    .lg\:pb-\[400px\]{
        padding-bottom: 400px
    }

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

    .lg\:pt-\[150px\]{
        padding-top: 150px
    }

    .lg\:pt-\[540px\]{
        padding-top: 540px
    }

    .lg\:text-22{
        font-size: 22px
    }

    .lg\:text-28{
        font-size: 28px
    }

    .lg\:text-30{
        font-size: 30px
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:text-xl{
        font-size: 1.25rem
    }

    .lg\:leading-10{
        line-height: 2.5rem
    }

    .lg\:leading-9{
        line-height: 2.25rem
    }

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

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

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

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

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

    .lg\:leading-\[96px\]{
        line-height: 96px
    }
}
@media (min-width: 1600px){

    .fhd\:w-\[600px\]{
        width: 600px
    }

    .fhd\:w-\[800px\]{
        width: 800px
    }

    .fhd\:text-\[30px\]{
        font-size: 30px
    }

    .fhd\:text-\[40px\]{
        font-size: 40px
    }

    .fhd\:text-\[72px\]{
        font-size: 72px
    }

    .fhd\:text-\[80px\]{
        font-size: 80px
    }

    .fhd\:text-xl{
        font-size: 1.25rem
    }

    .fhd\:leading-\[36px\]{
        line-height: 36px
    }

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

    .fhd\:leading-\[88px\]{
        line-height: 88px
    }
}

