/*
! tailwindcss v3.0.15 | 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.
*/

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 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 390px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 412px) {
  .container {
    max-width: 412px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 575px) {
  .container {
    max-width: 575px;
  }
}

@media (min-width: 606px) {
  .container {
    max-width: 606px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 820px) {
  .container {
    max-width: 820px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1504px) {
  .container {
    max-width: 1504px;
  }
}

@media (min-width: 1728px) {
  .container {
    max-width: 1728px;
  }
}

* {
  font-family: "Epilogue-Regular", 'Arial', 'sans-serif';
}

.active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.page-numbers {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 412px) {
  .page-numbers> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 575px) {
  .page-numbers> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px) {
  .page-numbers> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.page-numbers {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
}

.prev,
.next {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 117 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-numbers.current {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Articles template customization */

.bkg-article a {
  --tw-text-opacity: 1;
  color: rgb(0 128 189 / var(--tw-text-opacity));
}

.bkg-article a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/* End Articles template customization */

.msubmenu {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
}

.msubmenu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.msubmenu {
  padding: 1.25rem;
}

.dsubmenu {
  position: absolute;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dsubmenu-link {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.dsubmenu-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-32 {
  top: 8rem;
}

.-right-24 {
  right: -6rem;
}

.top-60 {
  top: 15rem;
}

.bottom-28 {
  bottom: 7rem;
}

.left-24 {
  left: 6rem;
}

.left-0 {
  left: 0px;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.-top-8 {
  top: -2rem;
}

.-left-12 {
  left: -3rem;
}

.-right-12 {
  right: -3rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.-z-20 {
  z-index: -20;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-\[110\] {
  z-index: 110;
}

.z-\[105\] {
  z-index: 105;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.-mt-12 {
  margin-top: -3rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[126px\] {
  height: 126px;
}

.h-\[153px\] {
  height: 153px;
}

.h-\[652px\] {
  height: 652px;
}

.h-\[466px\] {
  height: 466px;
}

.h-\[598px\] {
  height: 598px;
}

.h-\[196px\] {
  height: 196px;
}

.h-7 {
  height: 1.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[98px\] {
  height: 98px;
}

.h-\[730px\] {
  height: 730px;
}

.h-\[337px\] {
  height: 337px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[518px\] {
  height: 518px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[60px\] {
  height: 60px;
}

.h-3 {
  height: 0.75rem;
}

.h-52 {
  height: 13rem;
}

.h-20 {
  height: 5rem;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[32px\] {
  height: 32px;
}

.min-h-\[534px\] {
  min-height: 534px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[148px\] {
  width: 148px;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-\[224px\] {
  width: 224px;
}

.w-\[272px\] {
  width: 272px;
}

.w-\[627px\] {
  width: 627px;
}

.w-\[448px\] {
  width: 448px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[350px\] {
  width: 350px;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[160px\] {
  width: 160px;
}

.w-3 {
  width: 0.75rem;
}

.w-20 {
  width: 5rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-44 {
  width: 11rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-none {
  max-width: none;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[830px\] {
  max-width: 830px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-\[57px\] {
  max-width: 57px;
}

.max-w-\[381px\] {
  max-width: 381px;
}

.max-w-\[1512px\] {
  max-width: 1512px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[337px\] {
  max-width: 337px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[286px\] {
  max-width: 286px;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-grow {
  flex-grow: 1;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-5> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.-space-x-96> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-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));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-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-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[10px\]> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-\[\#1877F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 119 242 / var(--tw-border-opacity));
}

.border-\[\#1DA1F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 161 242 / var(--tw-border-opacity));
}

.border-\[\#0077B5\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 119 181 / var(--tw-border-opacity));
}

.border-\[\#C4CBCF\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 203 207 / var(--tw-border-opacity));
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-bkgBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 189 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-bkgBlueDark\/70 {
  background-color: rgb(0 70 117 / 0.7);
}

.bg-bkgBlueDark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 117 / var(--tw-bg-opacity));
}

.bg-\[\#1877F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity));
}

.bg-\[\#1DA1F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}

.bg-\[\#0077B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#F8F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 249 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-bkgBlueDark\/10 {
  --tw-gradient-from: rgb(0 70 117 / 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 70 117 / 0));
}

.from-bkgBlueDark {
  --tw-gradient-from: #004675;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 70 117 / 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-bkgBlueDark\/0 {
  --tw-gradient-to: rgb(0 70 117 / 0);
}

.to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-satoshi {
  font-family: Satoshi-Regular, Arial, sans-serif;
}

.font-satoshi-semi {
  font-family: Satoshi-SemiBold, Arial, sans-serif;
}

.font-epilogue-semi {
  font-family: Epilogue-SemiBold, Arial, sans-serif;
}

.font-satoshi-bold {
  font-family: Satoshi-Bold, Arial, sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-bkgBlue {
  --tw-text-opacity: 1;
  color: rgb(0 128 189 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#F9F8F8\] {
  --tw-text-opacity: 1;
  color: rgb(249 248 248 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.opacity-5 {
  opacity: 0.05;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .a\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 360px) {
  .b\:top-36 {
    top: 9rem;
  }

  .b\:mt-24 {
    margin-top: 6rem;
  }

  .b\:ml-5 {
    margin-left: 1.25rem;
  }

  .b\:-mt-6 {
    margin-top: -1.5rem;
  }

  .b\:-mt-28 {
    margin-top: -7rem;
  }

  .b\:mt-6 {
    margin-top: 1.5rem;
  }

  .b\:ml-6 {
    margin-left: 1.5rem;
  }

  .b\:mt-8 {
    margin-top: 2rem;
  }

  .b\:mr-20 {
    margin-right: 5rem;
  }

  .b\:mt-16 {
    margin-top: 4rem;
  }

  .b\:mt-4 {
    margin-top: 1rem;
  }

  .b\:mt-5 {
    margin-top: 1.25rem;
  }

  .b\:w-64 {
    width: 16rem;
  }

  .b\:max-w-\[330px\] {
    max-width: 330px;
  }

  .b\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .b\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .b\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .b\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .b\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 375px) {
  .c\:mt-10 {
    margin-top: 2.5rem;
  }

  .c\:ml-6 {
    margin-left: 1.5rem;
  }

  .c\:mt-4 {
    margin-top: 1rem;
  }

  .c\:ml-0 {
    margin-left: 0px;
  }

  .c\:max-w-\[340px\] {
    max-width: 340px;
  }

  .c\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 390px) {
  .d\:ml-5 {
    margin-left: 1.25rem;
  }

  .d\:mt-5 {
    margin-top: 1.25rem;
  }

  .d\:mt-0 {
    margin-top: 0px;
  }

  .d\:mt-7 {
    margin-top: 1.75rem;
  }

  .d\:mr-6 {
    margin-right: 1.5rem;
  }

  .d\:mt-11 {
    margin-top: 2.75rem;
  }

  .d\:ml-10 {
    margin-left: 2.5rem;
  }

  .d\:max-w-\[360px\] {
    max-width: 360px;
  }

  .d\:max-w-\[350px\] {
    max-width: 350px;
  }

  .d\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 412px) {
  .e\:ml-9 {
    margin-left: 2.25rem;
  }

  .e\:mt-2 {
    margin-top: 0.5rem;
  }

  .e\:ml-7 {
    margin-left: 1.75rem;
  }

  .e\:mr-11 {
    margin-right: 2.75rem;
  }

  .e\:mt-12 {
    margin-top: 3rem;
  }

  .e\:ml-16 {
    margin-left: 4rem;
  }

  .e\:w-\[397px\] {
    width: 397px;
  }

  .e\:max-w-xs {
    max-width: 20rem;
  }

  .e\:text-center {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .f\:-left-14 {
    left: -3.5rem;
  }

  .f\:-right-14 {
    right: -3.5rem;
  }

  .f\:bottom-12 {
    bottom: 3rem;
  }

  .f\:bottom-6 {
    bottom: 1.5rem;
  }

  .f\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .f\:ml-16 {
    margin-left: 4rem;
  }

  .f\:mr-16 {
    margin-right: 4rem;
  }

  .f\:ml-20 {
    margin-left: 5rem;
  }

  .f\:h-\[300px\] {
    height: 300px;
  }

  .f\:max-w-\[410px\] {
    max-width: 410px;
  }

  .f\:max-w-sm {
    max-width: 24rem;
  }
}

@media (min-width: 575px) {
  .g\:-left-16 {
    left: -4rem;
  }

  .g\:-right-16 {
    right: -4rem;
  }

  .g\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .g\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .g\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .g\:ml-14 {
    margin-left: 3.5rem;
  }

  .g\:ml-28 {
    margin-left: 7rem;
  }

  .g\:mr-28 {
    margin-right: 7rem;
  }

  .g\:ml-0 {
    margin-left: 0px;
  }

  .g\:mt-72 {
    margin-top: 18rem;
  }

  .g\:mt-3 {
    margin-top: 0.75rem;
  }

  .g\:mt-0 {
    margin-top: 0px;
  }

  .g\:mt-16 {
    margin-top: 4rem;
  }

  .g\:block {
    display: block;
  }

  .g\:hidden {
    display: none;
  }

  .g\:h-3\/5 {
    height: 60%;
  }

  .g\:h-\[375px\] {
    height: 375px;
  }

  .g\:max-w-lg {
    max-width: 32rem;
  }

  .g\:max-w-xl {
    max-width: 36rem;
  }

  .g\:max-w-2xl {
    max-width: 42rem;
  }

  .g\:max-w-md {
    max-width: 28rem;
  }

  .g\:flex-row {
    flex-direction: row;
  }

  .g\:items-center {
    align-items: center;
  }

  .g\:justify-center {
    justify-content: center;
  }

  .g\:rounded-lg {
    border-radius: 0.5rem;
  }

  .g\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .g\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .g\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .g\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 606px) {
  .h\:-right-16 {
    right: -4rem;
  }

  .h\:order-2 {
    order: 2;
  }

  .h\:order-1 {
    order: 1;
  }

  .h\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .h\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .h\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .h\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .h\:ml-16 {
    margin-left: 4rem;
  }

  .h\:ml-32 {
    margin-left: 8rem;
  }

  .h\:mr-32 {
    margin-right: 8rem;
  }

  .h\:mt-0 {
    margin-top: 0px;
  }

  .h\:mt-72 {
    margin-top: 18rem;
  }

  .h\:mt-\[120px\] {
    margin-top: 120px;
  }

  .h\:mt-16 {
    margin-top: 4rem;
  }

  .h\:block {
    display: block;
  }

  .h\:w-\[381px\] {
    width: 381px;
  }

  .h\:w-1\/4 {
    width: 25%;
  }

  .h\:w-1\/2 {
    width: 50%;
  }

  .h\:w-56 {
    width: 14rem;
  }

  .h\:w-\[48\.6\%\] {
    width: 48.6%;
  }

  .h\:w-\[48\%\] {
    width: 48%;
  }

  .h\:w-\[400px\] {
    width: 400px;
  }

  .h\:w-80 {
    width: 20rem;
  }

  .h\:max-w-full {
    max-width: 100%;
  }

  .h\:max-w-sm {
    max-width: 24rem;
  }

  .h\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h\:flex-row {
    flex-direction: row;
  }

  .h\:justify-between {
    justify-content: space-between;
  }

  .h\:space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .h\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .h\:space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .h\:p-3 {
    padding: 0.75rem;
  }

  .h\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .h\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .h\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .i\:bottom-14 {
    bottom: 3.5rem;
  }

  .i\:-left-20 {
    left: -5rem;
  }

  .i\:-right-20 {
    right: -5rem;
  }

  .i\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .i\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .i\:mt-60 {
    margin-top: 15rem;
  }

  .i\:ml-28 {
    margin-left: 7rem;
  }

  .i\:ml-\[210px\] {
    margin-left: 210px;
  }

  .i\:ml-56 {
    margin-left: 14rem;
  }

  .i\:mr-56 {
    margin-right: 14rem;
  }

  .i\:mt-16 {
    margin-top: 4rem;
  }

  .i\:mt-0 {
    margin-top: 0px;
  }

  .i\:mt-52 {
    margin-top: 13rem;
  }

  .i\:block {
    display: block;
  }

  .i\:flex {
    display: flex;
  }

  .i\:hidden {
    display: none;
  }

  .i\:h-\[400px\] {
    height: 400px;
  }

  .i\:h-\[576px\] {
    height: 576px;
  }

  .i\:w-72 {
    width: 18rem;
  }

  .i\:max-w-sm {
    max-width: 24rem;
  }

  .i\:max-w-\[548px\] {
    max-width: 548px;
  }

  .i\:max-w-xs {
    max-width: 20rem;
  }

  .i\:max-w-md {
    max-width: 28rem;
  }

  .i\:max-w-2xl {
    max-width: 42rem;
  }

  .i\:flex-row {
    flex-direction: row;
  }

  .i\:items-end {
    align-items: flex-end;
  }

  .i\: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)));
  }

  .i\:space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .i\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .i\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .i\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .i\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .i\:leading-8 {
    line-height: 2rem;
  }
}

@media (min-width: 820px) {
  .j\:top-20 {
    top: 5rem;
  }

  .j\:-right-32 {
    right: -8rem;
  }

  .j\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .j\:ml-\[230px\] {
    margin-left: 230px;
  }

  .j\:mr-60 {
    margin-right: 15rem;
  }

  .j\:mt-56 {
    margin-top: 14rem;
  }

  .j\:h-\[420px\] {
    height: 420px;
  }

  .j\:max-w-\[350px\] {
    max-width: 350px;
  }

  .j\:max-w-3xl {
    max-width: 48rem;
  }

  .j\:max-w-2xl {
    max-width: 42rem;
  }

  .j\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .j\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .j\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .j-2\:top-64 {
    top: 16rem;
  }
}

@media (min-width: 1280px) {
  .k\:right-12 {
    right: 3rem;
  }

  .k\:top-44 {
    top: 11rem;
  }

  .k\:order-1 {
    order: 1;
  }

  .k\:order-2 {
    order: 2;
  }

  .k\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .k\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .k\:mt-40 {
    margin-top: 10rem;
  }

  .k\:mt-3 {
    margin-top: 0.75rem;
  }

  .k\:mt-44 {
    margin-top: 11rem;
  }

  .k\:mt-0 {
    margin-top: 0px;
  }

  .k\:mb-0 {
    margin-bottom: 0px;
  }

  .k\:mt-24 {
    margin-top: 6rem;
  }

  .k\:mt-52 {
    margin-top: 13rem;
  }

  .k\:mt-20 {
    margin-top: 5rem;
  }

  .k\:mt-\[480px\] {
    margin-top: 480px;
  }

  .k\:mt-4 {
    margin-top: 1rem;
  }

  .k\:mt-10 {
    margin-top: 2.5rem;
  }

  .k\:-mt-28 {
    margin-top: -7rem;
  }

  .k\:-mt-14 {
    margin-top: -3.5rem;
  }

  .k\:-mt-4 {
    margin-top: -1rem;
  }

  .k\:block {
    display: block;
  }

  .k\:flex {
    display: flex;
  }

  .k\:hidden {
    display: none;
  }

  .k\:h-\[756px\] {
    height: 756px;
  }

  .k\:h-\[690px\] {
    height: 690px;
  }

  .k\:h-\[450px\] {
    height: 450px;
  }

  .k\:w-2\/5 {
    width: 40%;
  }

  .k\:w-3\/5 {
    width: 60%;
  }

  .k\:w-1\/3 {
    width: 33.333333%;
  }

  .k\:w-2\/3 {
    width: 66.666667%;
  }

  .k\:w-\[32\%\] {
    width: 32%;
  }

  .k\:w-\[49\.2\%\] {
    width: 49.2%;
  }

  .k\:w-full {
    width: 100%;
  }

  .k\:w-\[397px\] {
    width: 397px;
  }

  .k\:w-72 {
    width: 18rem;
  }

  .k\:max-w-none {
    max-width: none;
  }

  .k\:max-w-2xl {
    max-width: 42rem;
  }

  .k\:max-w-xs {
    max-width: 20rem;
  }

  .k\:max-w-3xl {
    max-width: 48rem;
  }

  .k\:max-w-4xl {
    max-width: 56rem;
  }

  .k\:max-w-5xl {
    max-width: 64rem;
  }

  .k\:max-w-xl {
    max-width: 36rem;
  }

  .k\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
  }

  .k\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .k\:flex-row {
    flex-direction: row;
  }

  .k\:items-center {
    align-items: center;
  }

  .k\:justify-start {
    justify-content: flex-start;
  }

  .k\:justify-center {
    justify-content: center;
  }

  .k\:justify-between {
    justify-content: space-between;
  }

  .k\:gap-10 {
    gap: 2.5rem;
  }

  .k\:space-y-16> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .k\:space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .k\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .k\:pt-52 {
    padding-top: 13rem;
  }

  .k\:pt-28 {
    padding-top: 7rem;
  }

  .k\:pt-36 {
    padding-top: 9rem;
  }

  .k\:pb-20 {
    padding-bottom: 5rem;
  }

  .k\:text-left {
    text-align: left;
  }

  .k\:text-justify {
    text-align: justify;
  }

  .k\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .k\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .k\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .k\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .k\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1504px) {
  .l\:w-80 {
    width: 20rem;
  }
}

@media (min-width: 1728px) {
  .m\:w-96 {
    width: 24rem;
  }

  .m\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .m\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .m\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}